/* =====================================================================
   NoVi Designs & Finishing — homepage "trust" layer (linked after home.css, home page only)
   · Certifications & international awards (vault, lightbox, counters, timeline)
   · A message from the founder
   · PropTech — off-plan sales tools (compound film + capability cards)
   · Animated informative boxes (brand facts, chapter facts, process, sectors)
   · Drawing → visualisation reveal slider, richer Design chapter gallery
   Theme-agnostic: every colour and type size comes from the design-system tokens
   (--novi-*, --fs-*, --ff-*) with the dark values as fallbacks, so [data-theme="light"]
   works without extra rules. Motion = transform / opacity / clip-path; reduced motion gets
   final states.
   ===================================================================== */

.nh {
  --ht-bg: var(--novi-bg, #0a0a0a);
  --ht-bg-2: var(--novi-bg-2, #111111);
  --ht-surface: var(--novi-surface, #161513);
  --ht-line: var(--novi-line, rgba(255, 255, 255, 0.1));
  --ht-text: var(--novi-text, #edeae4);
  --ht-muted: var(--novi-muted, rgba(237, 234, 228, 0.66));
  --ht-gold: var(--novi-gold, #be9565);
  --ht-gold-hi: var(--novi-gold-hi, #e2c192);
  --ht-on-gold: var(--novi-on-gold, #0e0e0e);
  --ht-grad: var(--novi-grad-gold, var(--novi-gold-grad, linear-gradient(120deg, #e2c192 0%, #be9565 52%, #7a5a36 100%)));
  --ht-shadow: var(--novi-shadow, 0 28px 70px -34px rgba(0, 0, 0, 0.85));
  /* a colour, not the --novi-overlay gradient: it is composed into gradients and SVG fills */
  --ht-overlay: rgba(8, 8, 8, 0.62);
  /* text laid over photographs stays light in both themes */
  --ht-on-image: #f6f3ee;
  --ht-head: var(--ff-head, "Montserrat", "Josefin Sans", system-ui, sans-serif);
  --ht-body: var(--ff-body, "Source Sans 3", "Titillium Web", system-ui, sans-serif);
  --ht-ease: var(--novi-ease, cubic-bezier(0.2, 0.7, 0.2, 1));
  --ht-glow: color-mix(in srgb, var(--ht-gold) 16%, transparent);
}
[dir="rtl"] .nh {
  --ht-head: var(--ff-head, Tajawal, system-ui, sans-serif);
  --ht-body: var(--ff-body, Tajawal, system-ui, sans-serif);
}

/* =====================================================================
   1 · Informative boxes: pointer light, gold hairline that draws in, lift
   ===================================================================== */
.nh .nh-box {
  position: relative;
  isolation: isolate;
  transition:
    opacity 0.6s var(--ht-ease) var(--rv-delay, 0ms),
    transform 0.7s var(--ht-ease) var(--rv-delay, 0ms),
    translate 0.5s var(--ht-ease),
    border-color 0.4s,
    box-shadow 0.5s var(--ht-ease),
    background-color 0.4s;
}
/* pointer-follow light (fine pointers set --mx / --my; otherwise it rests near the top) */
.nh .nh-box::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(520px circle at var(--mx, 50%) var(--my, 0%), var(--ht-glow), transparent 62%);
  opacity: 0;
  transition: opacity 0.5s var(--ht-ease);
}
.nh .nh-box:hover::after,
.nh .nh-box:focus-within::after { opacity: 1; }
/* gold hairline along the top edge */
.nh .nh-box::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: -1px;
  height: 1px;
  background: var(--ht-grad);
  transform-origin: var(--ht-origin, left) center;
  transition: transform 1s var(--ht-ease) calc(var(--rv-delay, 0ms) + 120ms);
  pointer-events: none;
}
[dir="rtl"] .nh .nh-box::before { --ht-origin: right; }
.nh-js .nh-box.novi-rise:not(.is-in)::before,
.nh-js .novi-rise:not(.is-in) > .nh-box::before,
.nh-js .novi-rise:not(.is-in) .nh-pt__card::before { transform: scaleX(0); }
@media (hover: hover) {
  .nh .nh-box:hover { translate: 0 -4px; }
}

/* counters */
.nh-count__live { font-variant-numeric: tabular-nums; }
.nh-count.is-counting .nh-count__live { text-shadow: 0 0 22px color-mix(in srgb, var(--ht-gold-hi) 35%, transparent); }
[dir="rtl"] .nh-stat__num[dir="ltr"],
[dir="rtl"] .nh-kpi__num[dir="ltr"],
[dir="rtl"] .nh-rec__num[dir="ltr"] { justify-content: flex-end; }

/* ---------------------------------------------------------- brand chapter facts */
.nh-stat.nh-box { padding: 20px 18px 18px; margin-inline: -18px; }
.nh-stat.nh-box:hover { border-top-color: transparent; }
.nh-pillar.nh-box { padding-bottom: 6px; }

/* ---------------------------------------------------------- chapter fact cards */
.nh-fact.nh-box > article { position: relative; transition: border-color 0.4s, background-color 0.4s, box-shadow 0.5s var(--ht-ease); }
.nh-fact.nh-box:hover > article { box-shadow: var(--ht-shadow); }
.nh-fact__metric { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0; }
.nh-fact__metric .nh-count { color: var(--nh-accent); }
.nh-caps__item { transition: color 0.3s; }
.nh-caps__item .nh-caps__n { display: inline-block; transition: translate 0.4s var(--ht-ease); }
.nh-caps__item:hover { color: var(--nh-accent); }
.nh-caps__item:hover .nh-caps__n { translate: 4px 0; }
[dir="rtl"] .nh-caps__item:hover .nh-caps__n { translate: -4px 0; }

/* ---------------------------------------------------------- design chapter: richer gallery */
@media (min-width: 768px) {
  .nh-gallery.is-n4,
  .nh-gallery.is-n5,
  .nh-gallery.is-n6 { row-gap: clamp(28px, 3.5vw, 56px); }
  .nh-gallery__item.is-4 { margin-top: 0; }
  .nh-gallery__item.is-5 { margin-top: clamp(40px, 6vw, 96px); }
  .nh-gallery__item.is-6 { margin-top: clamp(16px, 2.5vw, 36px); }
}

/* ---------------------------------------------------------- delivery process */
.nh-kpis,
.nh-pt__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(40px, 5vw, 72px) !important;
  border-top: 1px solid var(--nh-line);
  border-bottom: 1px solid var(--nh-line);
}
.nh-kpi {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: clamp(18px, 2.4vw, 30px) clamp(12px, 2vw, 28px);
}
.nh-kpi + .nh-kpi { border-inline-start: 1px solid var(--nh-line); }
.nh-kpi__num {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  font: 400 var(--fs-stat, clamp(36px, 2vw + 26px, 60px)) / 1 var(--ht-head);
  letter-spacing: -0.02em;
  background: var(--ht-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-bottom: 0.04em;
}
[dir="rtl"] .nh-kpi__num { letter-spacing: 0; font-weight: 700; }
.nh-kpi__num .nh-stat__affix { font-size: 0.55em; }
.nh-kpi__label { font: 600 var(--fs-body, 16px) / 1.35 var(--ht-body); color: var(--nh-text); }
.nh-kpi__note { font-size: var(--fs-small, 14px); line-height: 1.5; color: var(--nh-muted); }
@media (max-width: 599px) {
  .nh-kpis,
  .nh-pt__stats { grid-template-columns: minmax(0, 1fr); }
  .nh-kpi + .nh-kpi { border-inline-start: 0; border-top: 1px solid var(--nh-line); }
  .nh-kpi { display: grid; grid-template-columns: auto minmax(0, 1fr); column-gap: 18px; align-items: center; }
  .nh-kpi__num { grid-row: span 2; font-size: clamp(34px, 9vw, 44px); }
}

.nh-tl__card.nh-box {
  padding: clamp(18px, 2vw, 26px) clamp(18px, 2.2vw, 28px);
  border: 1px solid var(--nh-line);
  background: var(--nh-card, color-mix(in srgb, var(--ht-surface) 40%, transparent));
}
.nh-tl__card.nh-box:hover { border-color: color-mix(in srgb, var(--ht-gold) 55%, transparent); }
.nh-tl__stage {
  display: block;
  margin-bottom: 10px;
  font: 600 var(--fs-eyebrow, 12px) / 1.3 var(--ht-head);
  letter-spacing: 0.18em;
  color: var(--nh-accent);
  font-variant-numeric: tabular-nums;
}
[dir="rtl"] .nh-tl__stage { letter-spacing: 0; }
.nh-tl__step .nh-chips > li { transition: opacity 0.5s var(--ht-ease), translate 0.5s var(--ht-ease); }
.nh-tl.is-live .nh-tl__step:not(.is-on) .nh-chips > li { opacity: 0; translate: 0 6px; }
.nh-tl__step.is-on .nh-chips > li:nth-child(2) { transition-delay: 90ms; }
.nh-tl__step.is-on .nh-chips > li:nth-child(3) { transition-delay: 180ms; }
.nh-tl__step.is-on .nh-tl__node { box-shadow: 0 0 0 6px color-mix(in srgb, var(--ht-gold) 18%, transparent); }

/* ---------------------------------------------------------- sectors */
.nh-sector__types {
  position: absolute;
  z-index: 2;
  top: 14px;
  inset-inline-end: 16px;
  display: grid;
  justify-items: end;
  gap: 2px;
  text-align: end;
  color: var(--ht-on-image);
}
.nh-sector__types-num {
  font: 400 clamp(30px, 2.4vw, 42px) / 1 var(--ht-head);
  letter-spacing: -0.02em;
  color: var(--ht-gold-hi);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}
.nh-sector__types-label {
  font: 600 10.5px / 1.2 var(--ht-head);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.82;
}
[dir="rtl"] .nh-sector__types-label { font: 500 12px/1.3 var(--ht-body); letter-spacing: 0; text-transform: none; }
.nh-sector::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border: 1px solid transparent;
  background: radial-gradient(360px circle at var(--mx, 50%) var(--my, 100%), color-mix(in srgb, var(--ht-gold-hi) 22%, transparent), transparent 60%) border-box;
  opacity: 0;
  transition: opacity 0.5s var(--ht-ease), border-color 0.5s;
}
.nh-sector:focus-visible::before { opacity: 1; border-color: color-mix(in srgb, var(--ht-gold-hi) 60%, transparent); }
.nh-sector__types { transition: translate 0.6s var(--ht-ease); }
@media (hover: hover) {
  .nh-sector:hover::before { opacity: 1; border-color: color-mix(in srgb, var(--ht-gold-hi) 60%, transparent); }
  .nh-sector:hover .nh-sector__types { translate: 0 4px; }
}

/* =====================================================================
   2 · Drawing → visualisation reveal slider
   ===================================================================== */
.nh-mp { margin-top: clamp(56px, 7vw, 110px); }
.nh-mp__head { display: grid; gap: 8px; max-width: 64ch; margin-bottom: clamp(20px, 2.6vw, 32px); }
.nh-mp__head .nh-kicker { margin: 0 !important; }
.nh-mp__title { font: 400 var(--fs-h3, clamp(20px, 0.6vw + 17px, 26px)) / 1.25 var(--ht-head) !important; color: var(--nh-text) !important; }
[dir="rtl"] .nh-mp__title { font-weight: 700 !important; line-height: 1.5 !important; }
.nh-mp__text { font-size: var(--fs-body, 16px); line-height: 1.65; color: var(--nh-muted); }
.nh-mp__frame {
  --pos: 50%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--ht-surface);
  border: 1px solid var(--nh-line);
  user-select: none;
}
.nh-mp__layer { position: absolute; inset: 0; }
.nh-mp__layer picture,
.nh-mp__layer img { width: 100%; height: 100%; }
.nh-mp__layer img { object-fit: cover; }
.nh-mp__layer.is-before { z-index: 1; clip-path: inset(0 calc(100% - var(--pos)) 0 0); }
.nh-mp__handle { position: absolute; z-index: 3; top: 0; bottom: 0; left: var(--pos); width: 0; pointer-events: none; }
.nh-mp__handle i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 2px;
  background: var(--ht-gold-hi);
  box-shadow: 0 0 18px color-mix(in srgb, var(--ht-gold-hi) 60%, transparent);
}
.nh-mp__handle svg { position: absolute; top: 50%; left: -22px; width: 44px; height: 44px; margin-top: -22px; overflow: visible; }
.nh-mp__handle circle { fill: var(--ht-overlay); stroke: var(--ht-gold-hi); stroke-width: 1.5; transition: stroke-width 0.3s; }
.nh-mp__handle path { fill: none; stroke: var(--ht-gold-hi); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.nh-mp__frame.is-focus .nh-mp__handle circle { stroke-width: 3; }
.nh-mp__frame.is-focus { outline: 2px solid var(--ht-gold-hi); outline-offset: 3px; }
.nh-mp__range {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  touch-action: pan-y;
  -webkit-appearance: none;
  appearance: none;
}
html:not(.nh-js) .nh-mp__range { display: none; }
.nh-mp__label {
  position: absolute;
  z-index: 2;
  bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--ht-overlay);
  color: var(--ht-on-image);
  font: 600 11px / 1.2 var(--ht-head);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: opacity 0.4s;
}
.nh-mp__label.is-before { left: 14px; }
.nh-mp__label.is-after { right: 14px; }
[dir="rtl"] .nh-mp__label { font: 500 13px/1.2 var(--ht-body); letter-spacing: 0; text-transform: none; }

/* =====================================================================
   3 · Certifications & international awards
   ===================================================================== */
.nh.nh-rec {
  background:
    radial-gradient(80% 55% at 50% 0%, color-mix(in srgb, var(--ht-gold) 10%, transparent), transparent 70%),
    var(--ht-bg);
}
.nh-rec__anchor { position: absolute; top: 0; }
.nh-rec__halo {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 34%;
  width: min(1400px, 140vw);
  aspect-ratio: 2 / 1;
  transform: translateX(-50%);
  background: radial-gradient(closest-side, color-mix(in srgb, var(--ht-gold) 9%, transparent), transparent);
  pointer-events: none;
}
.nh-rec__top { display: grid; gap: clamp(28px, 4vw, 48px); }
.nh-rec__aside { display: grid; align-content: end; gap: 6px; }
/* legacy theme.css styles every blockquote (centred, 160px side padding, quote marks) */
.nh .nh-rec__quote,
.nh .nh-ceo__quote { padding: 0; border: 0; background: none; text-align: start; font-style: normal; width: auto; max-width: none; }
.nh .nh-rec__quote::before, .nh .nh-rec__quote::after,
.nh .nh-ceo__quote::before, .nh .nh-ceo__quote::after { content: none; display: none; }
.nh-rec__quote p {
  font: 400 var(--fs-h3, clamp(20px, 0.6vw + 17px, 26px)) / 1.45 var(--ht-head);
  letter-spacing: -0.005em;
  border-inline-start: 1px solid var(--ht-gold);
  padding-inline-start: 22px;
}
[dir="rtl"] .nh-rec__quote p { font-weight: 500; letter-spacing: 0; line-height: 1.7; }
.nh-rec__aside .nh-links { margin-top: 18px !important; }
@media (min-width: 992px) {
  .nh-rec__top { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); align-items: end; gap: clamp(48px, 6vw, 110px); }
}

/* counters strip */
.nh-rec__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(44px, 6vw, 88px) !important;
  border-top: 1px solid var(--ht-line);
  border-bottom: 1px solid var(--ht-line);
}
.nh-rec__stat { display: flex; flex-direction: column; gap: 6px; padding: clamp(20px, 2.6vw, 34px) clamp(14px, 2vw, 28px); }
.nh-rec__stat:nth-child(even) { border-inline-start: 1px solid var(--ht-line); }
.nh-rec__stat:nth-child(n + 3) { border-top: 1px solid var(--ht-line); }
.nh-rec__num {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font: 400 var(--fs-stat, clamp(36px, 2vw + 26px, 60px)) / 1 var(--ht-head);
  letter-spacing: -0.02em;
  background: var(--ht-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-bottom: 0.05em;
}
.nh-rec__num .nh-stat__affix { font-size: 0.42em; letter-spacing: 0.02em; margin-inline-end: 0.12em; }
[dir="rtl"] .nh-rec__num { letter-spacing: 0; }
.nh-rec__label { font: 600 var(--fs-body, 16px) / 1.35 var(--ht-body); color: var(--ht-text); }
.nh-rec__note { font-size: var(--fs-small, 14px); line-height: 1.5; color: var(--ht-muted); }
@media (min-width: 992px) {
  .nh-rec__stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .nh-rec__stat:nth-child(n) { border-top: 0; border-inline-start: 1px solid var(--ht-line); }
  .nh-rec__stat:first-child { border-inline-start: 0; }
}

/* ---------------------------------------------------------- the vault */
.nh-vault {
  display: grid;
  gap: clamp(14px, 1.6vw, 22px);
  margin-top: clamp(40px, 5vw, 72px) !important;
}
.nh-vault__cell { display: flex; min-width: 0; }
@media (min-width: 700px) {
  .nh-vault { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nh-vault__cell.is-lla { grid-column: 1 / -1; }
}
@media (min-width: 1100px) {
  .nh-vault { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .nh-vault__cell.is-lla { grid-column: 1 / 8; }
  .nh-vault__cell.is-iso { grid-column: 8 / 13; }
  .nh-vault__cell.is-niche { grid-column: 1 / 5; }
  .nh-vault__cell.is-aaueci-licence { grid-column: 5 / 9; }
  .nh-vault__cell.is-aaueci-coding { grid-column: 9 / 13; }
}

.nh-vault__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  background: color-mix(in srgb, var(--ht-surface) 72%, transparent);
  border: 1px solid var(--ht-line);
  transform: perspective(1200px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transform-style: preserve-3d;
  transition: transform 0.7s var(--ht-ease), border-color 0.4s, box-shadow 0.6s var(--ht-ease);
}
.nh-vault__card.is-pointer { transition: transform 0.14s linear, border-color 0.4s, box-shadow 0.6s var(--ht-ease); }
.nh-vault__card:hover,
.nh-vault__card:focus-within {
  border-color: color-mix(in srgb, var(--ht-gold) 60%, transparent);
  box-shadow: var(--ht-shadow), 0 0 0 1px color-mix(in srgb, var(--ht-gold) 18%, transparent);
}
.nh-vault__visual { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--ht-bg-2); }
.nh-vault__cell.is-lla .nh-vault__visual { aspect-ratio: 16 / 10; }
@media (min-width: 1100px) {
  .nh-vault__cell.is-iso .nh-vault__visual { aspect-ratio: auto; flex: 1 1 auto; min-height: 260px; }
}

/* scans sit on a mat, photographs fill the frame */
.nh-vault__view { position: absolute; inset: 0; display: block; color: inherit; outline-offset: -3px; }
.nh-vault__mat {
  position: absolute;
  inset: clamp(14px, 2vw, 26px);
  display: grid;
  place-items: center;
  transition: transform 0.9s var(--ht-ease);
}
.nh-vault__mat picture { width: 100%; height: 100%; }
.nh-vault__mat img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.45));
}
.nh-vault__view.is-photo .nh-vault__mat { inset: 0; }
/* award photograph: a close crop on the trophy in hand (the full portrait opens in the lightbox) */
.nh-vault__view.is-photo .nh-vault__mat picture { overflow: hidden; }
.nh-vault__view.is-photo .nh-vault__mat img { object-fit: cover; object-position: 50% 30%; filter: none; }
@media (min-width: 1100px) {
  .nh-vault__view.is-photo .nh-vault__mat img { object-position: 60% 92%; transform: scale(1.55); transform-origin: 60% 92%; }
}
.nh-vault__view.is-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--ht-overlay), transparent 45%);
  pointer-events: none;
}
.nh-vault__card:hover .nh-vault__mat { transform: translateZ(30px) scale(1.03); }
.nh-vault__zoom {
  position: absolute;
  z-index: 2;
  inset-inline-end: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--ht-overlay);
  color: var(--ht-on-image);
  font: 600 12px / 1 var(--ht-head);
  letter-spacing: 0.06em;
  opacity: 0.92;
  transition: background-color 0.35s, color 0.35s, translate 0.45s var(--ht-ease);
}
[dir="rtl"] .nh-vault__zoom { font: 500 13px/1 var(--ht-body); letter-spacing: 0; }
.nh-vault__zoom svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.nh-vault__view:hover .nh-vault__zoom,
.nh-vault__view:focus-visible .nh-vault__zoom { background: var(--ht-gold); color: var(--ht-on-gold); translate: 0 -3px; }

/* gold-foil sheen: follows the pointer on hover, sweeps once when the card arrives */
.nh-vault__sheen {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 32%,
    color-mix(in srgb, var(--ht-gold-hi) 26%, transparent) 44%,
    rgba(255, 255, 255, 0.16) 50%,
    color-mix(in srgb, var(--ht-gold) 22%, transparent) 56%,
    transparent 68%
  );
  background-size: 260% 100%;
  background-position: calc(115% - var(--mx, 50%)) 0;
  opacity: 0;
  transition: opacity 0.5s var(--ht-ease);
}
.nh-vault__card:hover .nh-vault__sheen { opacity: 1; }
@media (prefers-reduced-motion: no-preference) {
  .nh-js .nh-vault__cell.is-in .nh-vault__sheen { animation: nh-foil 1.8s var(--ht-ease) calc(var(--rv-delay, 0ms) + 350ms) 1 both; }
  .nh-js .nh-vault__cell.is-in .nh-vault__card:hover .nh-vault__sheen { animation: none; }
}
@keyframes nh-foil {
  0% { opacity: 1; background-position: 120% 0; }
  80% { opacity: 1; }
  100% { opacity: 0; background-position: -30% 0; }
}

.nh-vault__body { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 10px; padding: clamp(20px, 2.2vw, 30px); }
.nh-vault__kicker {
  font: 600 var(--fs-eyebrow, 12px) / 1.4 var(--ht-head);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ht-gold-hi);
}
[dir="rtl"] .nh-vault__kicker { font: 700 14px/1.5 var(--ht-body); letter-spacing: 0; text-transform: none; }
.nh-vault__title { font: 500 var(--fs-h3, clamp(20px, 0.6vw + 17px, 26px)) / 1.25 var(--ht-head) !important; color: var(--ht-text) !important; }
[dir="rtl"] .nh-vault__title { font-weight: 700 !important; line-height: 1.5 !important; }
.nh-vault__text { font-size: var(--fs-body, 16px); line-height: 1.6; color: var(--ht-muted); }
.nh-vault__meta { display: grid; margin-top: 4px !important; border-top: 1px solid var(--ht-line); }
.nh-vault__meta > div { display: grid; grid-template-columns: minmax(min-content, 34%) minmax(0, 1fr); gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--ht-line); }
.nh-vault__meta dt { font: 600 11px / 1.6 var(--ht-head); letter-spacing: 0.12em; text-transform: uppercase; color: var(--ht-muted); word-break: normal; overflow-wrap: normal; }
[dir="rtl"] .nh-vault__meta dt { font: 500 13px/1.6 var(--ht-body); letter-spacing: 0; text-transform: none; }
.nh-vault__meta dd { font-size: var(--fs-small, 14px); line-height: 1.55; color: var(--ht-text); font-variant-numeric: tabular-nums; }
.nh-vault__actions { display: flex; flex-wrap: wrap; gap: 6px 24px; margin-top: auto !important; padding-top: 6px; }
.nh-link.is-external .nh-arrow { transform: none; }
.nh-link.is-external:hover .nh-arrow { transform: translate(2px, -2px); }
[dir="rtl"] .nh-link.is-external .nh-arrow { transform: scaleX(-1); }
[dir="rtl"] .nh-link.is-external:hover .nh-arrow { transform: scaleX(-1) translate(2px, -2px); }

/* ---------------------------------------------------------- designed ISO 9001:2015 certificate */
.nh-iso {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  background:
    radial-gradient(circle at 50% 44%, color-mix(in srgb, var(--ht-gold) 12%, transparent), transparent 58%),
    var(--ht-bg-2);
  overflow: hidden;
}
/* guilloche: interleaved fine rings in gold */
.nh-iso__guilloche {
  position: absolute;
  inset: -20%;
  background:
    repeating-radial-gradient(circle at 18% 22%, color-mix(in srgb, var(--ht-gold) 13%, transparent) 0 1px, transparent 1px 9px),
    repeating-radial-gradient(circle at 82% 78%, color-mix(in srgb, var(--ht-gold) 11%, transparent) 0 1px, transparent 1px 11px);
  opacity: 0.8;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, transparent 24%, #000 70%);
  mask-image: radial-gradient(circle at 50% 50%, transparent 24%, #000 70%);
}
.nh-iso__frame {
  position: absolute;
  inset: clamp(10px, 1.4vw, 16px);
  border: 1px solid color-mix(in srgb, var(--ht-gold) 55%, transparent);
  outline: 1px solid color-mix(in srgb, var(--ht-gold) 25%, transparent);
  outline-offset: -6px;
}
.nh-iso__seal { position: relative; width: clamp(128px, 13vw, 172px); height: auto; overflow: visible; }
.nh-iso__ring { fill: none; stroke: url(#nh-iso-foil); stroke-width: 1.4; }
.nh-iso__ring.is-thin { stroke-width: 0.8; stroke-dasharray: 2 4; }
.nh-iso__ring-text { direction: ltr; unicode-bidi: isolate; fill: var(--ht-gold-hi); font: 600 10.4px/1 var(--ht-head); letter-spacing: 0.16em; }
.nh-iso__spin { transform-origin: 100px 100px; }
@media (prefers-reduced-motion: no-preference) {
  .nh-iso__spin { animation: nh-spin 38s linear infinite; }
  .nh-vault__card:hover .nh-iso__spin { animation-duration: 14s; }
}
@keyframes nh-spin { to { transform: rotate(360deg); } }
.nh-iso__big { fill: url(#nh-iso-foil); font: 600 38px/1 var(--ht-head); letter-spacing: 0.04em; }
.nh-iso__small { fill: var(--ht-text); font: 500 13px/1 var(--ht-head); letter-spacing: 0.14em; }
.nh-iso__std {
  position: relative;
  font: 500 12px / 1 var(--ht-head);
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--ht-muted);
}

/* ---------------------------------------------------------- recognition timeline */
.nh-rec__path { margin-top: clamp(56px, 7vw, 110px); }
.nh-path { position: relative; display: grid; gap: 0; }
.nh-path::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  inset-inline-start: 5px;
  width: 1px;
  background: var(--ht-grad);
  transform-origin: center top;
  transition: transform 1.6s var(--ht-ease);
}
.nh-path__item { position: relative; display: grid; gap: 6px; padding-inline-start: 34px; padding-bottom: 28px; }
.nh-path__item:last-child { padding-bottom: 0; }
.nh-path__dot {
  position: absolute;
  top: 6px;
  inset-inline-start: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--ht-bg);
  border: 1px solid var(--ht-gold-hi);
  box-shadow: 0 0 0 4px var(--ht-bg);
  transition: background-color 0.5s, box-shadow 0.5s;
}
.nh-path__item:hover .nh-path__dot { background: var(--ht-gold-hi); box-shadow: 0 0 0 4px var(--ht-bg), 0 0 0 9px color-mix(in srgb, var(--ht-gold) 22%, transparent); }
.nh-path__mark {
  font: 400 clamp(22px, 1.4vw + 14px, 32px) / 1 var(--ht-head);
  letter-spacing: -0.01em;
  background: var(--ht-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  width: fit-content;
  padding-bottom: 0.06em;
}
[dir="rtl"] .nh-path__mark { font-weight: 700; letter-spacing: 0; }
.nh-path__title { font: 600 var(--fs-body, 16px) / 1.4 var(--ht-body) !important; color: var(--ht-text) !important; }
.nh-path__title a { transition: color 0.3s; }
.nh-path__title a .nh-arrow { display: inline-block; vertical-align: -2px; margin-inline-start: 6px; }
.nh-path__title a:hover { color: var(--ht-gold-hi); }
.nh-path__title .nh-arrow { width: 14px; height: 14px; }
.nh-path__text { font-size: var(--fs-small, 14px); line-height: 1.55; color: var(--ht-muted); max-width: 36ch; }
.nh-js .nh-path:not(.is-in)::before { transform: scaleY(0); }
.nh-path__item { transition: opacity 0.6s var(--ht-ease), translate 0.7s var(--ht-ease); transition-delay: calc(var(--i, 0) * 110ms + 200ms); }
.nh-js .nh-path.novi-rise:not(.is-in) .nh-path__item { opacity: 0; translate: 0 14px; }
/* the list itself should not also rise (its items do) */
.nh-path.novi-rise { opacity: 1 !important; transform: none !important; }
@media (min-width: 992px) {
  .nh-path { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0 clamp(14px, 1.6vw, 26px); }
  .nh-path::before { top: calc(clamp(22px, 1.4vw + 14px, 32px) + 17px); bottom: auto; inset-inline: 0; width: auto; height: 1px; transform-origin: left center; }
  [dir="rtl"] .nh-path::before { transform-origin: right center; }
  .nh-js .nh-path:not(.is-in)::before { transform: scaleX(0); }
  .nh-path__item { padding: 0; grid-template-rows: auto 22px auto auto; gap: 8px; align-content: start; }
  .nh-path__dot { position: relative; top: auto; inset-inline-start: auto; align-self: center; }
}

/* ---------------------------------------------------------- lightbox */
html.nh-lb-open { overflow: hidden; }
.nh-lb {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: clamp(14px, 3vw, 44px);
  border: 0;
  background: transparent;
  color: var(--ht-text);
  overflow: hidden;
}
.nh-lb[open] { display: grid; place-items: center; }
.nh-lb::backdrop {
  background: rgba(6, 6, 6, 0.9);
  background: color-mix(in srgb, var(--novi-bg, #0a0a0a) 93%, transparent);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.nh-lb__in {
  position: relative;
  display: grid;
  width: min(100%, 1320px);
  height: 100%;
  padding: 56px clamp(0px, 5vw, 76px) 8px;
}
.nh-lb__fig { display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 14px; height: 100%; min-height: 0; margin: 0; }
.nh-lb__img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  opacity: 0;
  transform: scale(0.985);
  transition: opacity 0.45s var(--ht-ease), transform 0.6s var(--ht-ease);
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.55));
}
.nh-lb__img.is-ready { opacity: 1; transform: none; }
.nh-lb__cap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 24px;
  font: 500 var(--fs-body, 16px) / 1.45 var(--ht-body);
  color: var(--ht-text);
}
.nh-lb__count { font: 600 12px / 1.6 var(--ht-head); letter-spacing: 0.16em; color: var(--ht-gold-hi); font-variant-numeric: tabular-nums; }
.nh-lb__btn {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--ht-text) 22%, transparent);
  background: color-mix(in srgb, var(--ht-surface) 80%, transparent);
  color: var(--ht-text);
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.nh-lb__btn:hover,
.nh-lb__btn:focus-visible { background: var(--ht-gold); border-color: var(--ht-gold); color: var(--ht-on-gold); }
.nh-lb__btn:focus-visible { outline: 2px solid var(--ht-gold-hi); outline-offset: 3px; }
.nh-lb__btn svg path { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.nh-lb__btn.is-close { top: 0; inset-inline-end: 0; }
.nh-lb__btn.is-prev,
.nh-lb__btn.is-next { top: calc(50% - 24px); }
.nh-lb__btn.is-prev { inset-inline-start: 0; }
.nh-lb__btn.is-next { inset-inline-end: 0; }
.nh-lb__btn.is-prev .nh-arrow { transform: scaleX(-1); }
[dir="rtl"] .nh-lb__btn.is-prev .nh-arrow { transform: none; }
@media (max-width: 699px) {
  .nh-lb__in { padding: 60px 0 72px; }
  .nh-lb__btn.is-prev,
  .nh-lb__btn.is-next { top: auto; bottom: 0; }
}
@media (prefers-reduced-motion: no-preference) {
  .nh-lb[open] .nh-lb__in { animation: nh-lb-in 0.45s var(--ht-ease) both; }
}
@keyframes nh-lb-in { from { opacity: 0; transform: translateY(14px) scale(0.99); } }

/* =====================================================================
   4 · A message from the founder
   ===================================================================== */
.nh.nh-ceo {
  background:
    radial-gradient(60% 50% at 88% 30%, color-mix(in srgb, var(--ht-gold) 8%, transparent), transparent 70%),
    var(--ht-bg);
  border-top: 1px solid var(--ht-line);
}
.nh-ceo__grid { display: grid; gap: clamp(36px, 5vw, 96px); align-items: start; }
.nh-ceo__portrait { position: relative; margin: 0; max-width: 560px; }
.nh-ceo__frame { position: relative; padding: 14px; }
.nh-ceo__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid color-mix(in srgb, var(--ht-gold) 45%, transparent);
  translate: 18px 18px;
  pointer-events: none;
  transition: translate 1s var(--ht-ease) 0.3s;
}
[dir="rtl"] .nh-ceo__frame::before { translate: -18px 18px; }
.nh-js .nh-ceo__frame:not(.is-in)::before { translate: 0 0; }
.nh-ceo__photo { position: relative; aspect-ratio: 800 / 805; background: var(--ht-surface); }
.nh-ceo__photo picture,
.nh-ceo__photo img { width: 100%; height: 100%; }
.nh-ceo__photo img { object-fit: cover; transition: transform 1.4s var(--ht-ease); }
.nh-ceo__portrait:hover .nh-ceo__photo img { transform: scale(1.03); }
.nh-ceo__photo.novi-unmask::after { background: var(--ht-bg); }
.nh-ceo__frame .nh-film__corner { border-color: var(--ht-gold-hi); }
.nh-ceo__caption {
  margin-top: 18px;
  padding-inline-start: 14px;
  font-size: var(--fs-small, 14px);
  line-height: 1.5;
  color: var(--ht-muted);
}
.nh-ceo__heading {
  margin-top: 16px !important;
  font: 400 var(--fs-h2, clamp(28px, 1.5vw + 20px, 42px)) / 1.15 var(--ht-head) !important;
  letter-spacing: -0.015em !important;
  color: var(--ht-text) !important;
  text-wrap: balance;
}
[dir="rtl"] .nh-ceo__heading { font-weight: 700 !important; line-height: 1.4 !important; letter-spacing: 0 !important; }
.nh .nh-ceo__quote { position: relative; margin: clamp(28px, 3.4vw, 44px) 0 0 !important; padding-inline-start: clamp(0px, 4vw, 56px); }
.nh-ceo__mark {
  display: block;
  width: clamp(36px, 3.4vw, 52px);
  height: auto;
  margin-bottom: 14px;
  fill: var(--ht-gold);
  opacity: 0.85;
}
[dir="rtl"] .nh-ceo__mark { transform: scaleX(-1); }
.nh-ceo__quote p {
  font: 400 clamp(24px, 1.6vw + 16px, 40px) / 1.25 var(--ht-head);
  letter-spacing: -0.012em;
  text-wrap: balance;
}
[dir="rtl"] .nh-ceo__quote p { font-weight: 500; line-height: 1.55; letter-spacing: 0; }
.nh-ceo__body { display: grid; gap: 16px; margin-top: clamp(24px, 3vw, 36px); max-width: 60ch; }
.nh-ceo__body p { font: 400 var(--fs-lead, clamp(17px, 0.3vw + 15.5px, 20px)) / 1.7 var(--ht-body); color: var(--ht-muted); }
.nh-ceo__body p:first-child { color: var(--ht-text); }
.nh-ceo__sign { margin-top: clamp(28px, 3vw, 40px); }
.nh-ceo__stroke { display: block; width: 220px; max-width: 70%; height: auto; margin-bottom: 12px; overflow: visible; }
.nh-ceo__stroke path {
  fill: none;
  stroke: var(--ht-gold);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-dasharray: 300;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.6s var(--ht-ease) 0.35s;
}
.nh-js .nh-ceo__sign:not(.is-in) .nh-ceo__stroke path { stroke-dashoffset: 300; }
[dir="rtl"] .nh-ceo__stroke { transform: scaleX(-1); }
.nh-ceo__name { font: 500 var(--fs-h3, clamp(20px, 0.6vw + 17px, 26px)) / 1.25 var(--ht-head); color: var(--ht-text); }
[dir="rtl"] .nh-ceo__name { font-weight: 700; }
.nh-ceo__role { margin-top: 6px !important; font: 600 var(--fs-eyebrow, 12px) / 1.5 var(--ht-head); letter-spacing: 0.16em; text-transform: uppercase; color: var(--ht-gold-hi); }
[dir="rtl"] .nh-ceo__role { font: 500 14px/1.6 var(--ht-body); letter-spacing: 0; text-transform: none; }
.nh-ceo .nh-links { margin-top: clamp(24px, 3vw, 36px) !important; }
@media (min-width: 992px) {
  .nh-ceo__grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
  .nh-ceo__portrait { position: sticky; top: var(--nh-sticky, 104px); }
}

/* =====================================================================
   5 · PropTech — off-plan sales tools
   ===================================================================== */
.nh.nh-pt {
  background:
    radial-gradient(70% 45% at 50% 30%, color-mix(in srgb, var(--ht-gold) 7%, transparent), transparent 70%),
    var(--ht-bg);
}
.nh-pt__film { margin: clamp(36px, 4.5vw, 64px) 0 0 !important; }
.nh-pt__screen {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--ht-surface);
  border: 1px solid color-mix(in srgb, var(--ht-gold) 22%, transparent);
}
.nh-pt__poster { position: absolute; inset: 0; width: 100%; height: 100%; }
.nh-pt__poster img,
img.nh-pt__poster { width: 100%; height: 100%; object-fit: cover; }
.nh-pt__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.9s var(--ht-ease); }
.nh-pt__film.is-film .nh-pt__video { opacity: 1; }
.nh-pt__screen .nh-film__corner { border-color: var(--ht-gold-hi); }
.nh-pt__hud {
  position: absolute;
  z-index: 2;
  inset-inline: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  padding: clamp(40px, 6vw, 90px) clamp(18px, 3vw, 36px) clamp(16px, 2.4vw, 28px);
  padding-inline-end: calc(clamp(18px, 3vw, 36px) + 70px);
  background: linear-gradient(to top, var(--ht-overlay), transparent);
  color: var(--ht-on-image);
  pointer-events: none;
}
.nh-pt__label { font: 600 11px / 1.3 var(--ht-head); letter-spacing: 0.2em; text-transform: uppercase; color: var(--ht-gold-hi); }
[dir="rtl"] .nh-pt__label { font: 500 13px/1.4 var(--ht-body); letter-spacing: 0; text-transform: none; }
.nh-pt__now { font: 400 var(--fs-h3, clamp(20px, 0.6vw + 17px, 26px)) / 1.25 var(--ht-head); }
[dir="rtl"] .nh-pt__now { font-weight: 700; }
.nh-pt__rail { position: relative; height: 1px; background: color-mix(in srgb, var(--ht-on-image) 22%, transparent); overflow: hidden; }
.nh-pt__rail i { position: absolute; inset: 0; background: var(--ht-grad); transform: scaleX(0); transform-origin: left center; }
[dir="rtl"] .nh-pt__rail i { transform-origin: right center; }
.nh-pt__toggle {
  position: absolute;
  z-index: 3;
  inset-inline-end: clamp(16px, 2.6vw, 32px);
  bottom: clamp(14px, 2.4vw, 28px);
  display: none;
  place-items: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--ht-gold);
  color: var(--ht-on-gold);
  cursor: pointer;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.6);
  transition: background-color 0.3s, transform 0.4s var(--ht-ease);
}
.nh-pt__toggle:hover { background: var(--ht-gold-hi); transform: scale(1.06); }
.nh-pt__toggle:focus-visible { outline: 2px solid var(--ht-gold-hi); outline-offset: 4px; }
.nh-pt__toggle svg { fill: currentColor; }
.nh-pt__toggle .is-pause { display: none; }
.nh-pt__film.is-playing .nh-pt__toggle .is-play { display: none; }
.nh-pt__film.is-playing .nh-pt__toggle .is-pause { display: block; }
.nh-pt__film.is-ready .nh-pt__toggle { display: grid; }
.nh-pt__film.is-manual:not(.is-playing) .nh-pt__toggle { width: 76px; height: 76px; inset-inline-end: calc(50% - 38px); bottom: calc(50% - 38px); }
.nh-pt__film.is-unavailable .nh-pt__toggle,
.nh-pt__film.is-unavailable .nh-pt__rail,
.nh-pt__film:not(.is-ready) .nh-pt__rail { display: none; }
.nh-pt__film.is-unavailable .nh-pt__hud { padding-inline-end: clamp(18px, 3vw, 36px); }

.nh-pt__chapters { margin-top: 14px; }
.nh-pt__chapters ol {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(150px, 1fr);
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  border-top: 1px solid var(--ht-line);
}
.nh-pt__chapters ol::-webkit-scrollbar { display: none; }
.nh-pt__chapters li {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: baseline;
  padding: 14px 14px 4px 0;
  scroll-snap-align: start;
  font-size: var(--fs-small, 14px);
  line-height: 1.4;
  color: var(--ht-muted);
  transition: color 0.4s;
}
[dir="rtl"] .nh-pt__chapters li { padding: 14px 0 4px 14px; }
.nh-pt__chapters li::before {
  content: "";
  position: absolute;
  top: -1px;
  inset-inline: 0 14px;
  height: 1px;
  background: var(--ht-gold-hi);
  transform: scaleX(0);
  transform-origin: var(--ht-origin, left) center;
  transition: transform 0.6s var(--ht-ease);
}
[dir="rtl"] .nh-pt__chapters li::before { --ht-origin: right; }
.nh-pt__ch-n { font: 600 11px / 1 var(--ht-head); letter-spacing: 0.12em; color: var(--ht-gold); }
.nh-pt__film.is-ready .nh-pt__chapters li.is-on { color: var(--ht-text); }
.nh-pt__film.is-ready .nh-pt__chapters li.is-on::before { transform: scaleX(1); }
.nh-pt__film:not(.is-ready) .nh-pt__chapters li,
.nh-pt__film.is-unavailable .nh-pt__chapters li { color: var(--ht-text); }

.nh-pt__stats { margin-top: clamp(36px, 4.5vw, 64px) !important; border-color: var(--ht-line); }

.nh-pt__grid { display: grid; gap: clamp(14px, 1.6vw, 22px); margin-top: clamp(36px, 4.5vw, 64px) !important; }
.nh-pt__grid > li { display: flex; }
@media (min-width: 600px) { .nh-pt__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1200px) { .nh-pt__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.nh-pt__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: color-mix(in srgb, var(--ht-surface) 70%, transparent);
  border: 1px solid var(--ht-line);
}
.nh-pt__card:hover { border-color: color-mix(in srgb, var(--ht-gold) 55%, transparent); box-shadow: var(--ht-shadow); }
.nh-pt__media { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: var(--ht-bg-2); }
.nh-pt__media picture,
.nh-pt__media img { width: 100%; height: 100%; }
.nh-pt__media img { object-fit: cover; transition: transform 1.2s var(--ht-ease); }
.nh-pt__card:hover .nh-pt__media img { transform: scale(1.06); }
.nh-pt__n {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  inset-inline-start: 14px;
  font: 400 clamp(34px, 3vw, 48px) / 1 var(--ht-head);
  color: transparent;
  -webkit-text-stroke: 1px color-mix(in srgb, var(--ht-gold-hi) 85%, transparent);
  pointer-events: none;
}
.nh-pt__body { display: flex; flex-direction: column; gap: 10px; flex: 1; padding: clamp(18px, 2vw, 26px); }
.nh-pt__title { font: 500 var(--fs-h3, clamp(20px, 0.6vw + 17px, 26px)) / 1.25 var(--ht-head) !important; color: var(--ht-text) !important; }
[dir="rtl"] .nh-pt__title { font-weight: 700 !important; line-height: 1.5 !important; }
.nh-pt__text { font-size: var(--fs-body, 16px); line-height: 1.6; color: var(--ht-muted); }
.nh-pt__body .nh-chips { margin-top: auto; padding-top: 6px; }
.nh-pt__cta { display: flex; flex-wrap: wrap; justify-content: center; margin-top: clamp(36px, 4.5vw, 64px) !important; }

/* =====================================================================
   Reduced motion: final states, no transitions (home.css already zeroes .nh durations)
   ===================================================================== */
@media (prefers-reduced-motion: reduce) {
  .nh .nh-box::before,
  .nh-path::before { transform: none !important; }
  .nh-path__item { opacity: 1 !important; translate: none !important; }
  .nh-ceo__stroke path { stroke-dashoffset: 0 !important; }
  .nh-vault__card { transform: none !important; }
  .nh .nh-box:hover { translate: none; }
  .nh-iso__spin { animation: none !important; }
}

/* the delivery timeline animates its cards itself: keep the hover lift in that transition list */
.nh-tl.is-live .nh-tl__card.nh-box {
  transition: opacity 0.6s var(--ht-ease), transform 0.7s var(--ht-ease), translate 0.5s var(--ht-ease), border-color 0.4s, box-shadow 0.5s var(--ht-ease);
}

/* the film HUD sits on imagery: dark scrim + light type in both themes */
.nh-pt__hud { background: linear-gradient(to top, rgba(8, 8, 8, 0.82), rgba(8, 8, 8, 0.4) 55%, rgba(8, 8, 8, 0)); color: #f6f3ee; }
.nh-pt__hud .nh-pt__label { color: #e2c192; }
.nh-pt__hud .nh-pt__rail { background: rgba(246, 243, 238, 0.22); }

/* =====================================================================
   2026-09-18 — homepage restudy
   ===================================================================== */
.nh-sr { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ---- founder's message: one quote, one paragraph, the signature ---- */
.nh.nh-ceo { padding-block: clamp(72px, 8vw, 132px); }
@media (min-width: 992px) {
  .nh-ceo__grid { grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); align-items: center; }
  .nh-ceo__portrait { max-width: 420px; }
}
.nh .nh-ceo__quote.is-hero { margin: clamp(18px, 2vw, 26px) 0 0 !important; padding-inline-start: 0; }
.nh-ceo__quote.is-hero p {
  font: 400 clamp(26px, 2vw + 16px, 46px) / 1.2 var(--ht-head);
  letter-spacing: -0.015em;
  color: var(--ht-text);
}
.nh-ceo__quote.is-hero p .novi-w { transition: color 0.5s var(--ht-ease); }
[dir="rtl"] .nh-ceo__quote.is-hero p { font: 500 clamp(26px, 1.8vw + 16px, 42px) / 1.55 var(--ht-head); letter-spacing: 0; }
.nh-ceo__body { max-width: 52ch; }
.nh-ceo__body p { color: var(--ht-muted) !important; }
.nh-ceo__sign { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 18px; }
.nh-ceo__sign .nh-ceo__stroke { flex: 0 0 100%; margin-bottom: 4px; }

/* ---- closing CTA: offices now live only in Locations ---- */
.nh-cta__more { margin-top: clamp(28px, 3vw, 40px) !important; }

/* ---- delivery timeline: every stage on its own row (steps 1+2 and 3+4 used to share a grid
   row, so their numbered nodes sat on top of each other) ---- */
@media (min-width: 992px) {
  .nh-tl__list { display: block; }
  .nh-tl__step { width: 50%; }
  .nh-tl__step:nth-child(even) { margin-inline-start: 50%; }
  .nh-tl__step + .nh-tl__step { margin-top: clamp(-72px, -4vw, -32px); }
}

/* ---- Expertise in focus: three disciplines in one tabbed showcase ---- */
.nh.nh-xp { position: relative; padding-block: clamp(72px, 8vw, 132px); background: var(--ht-bg); border-top: 1px solid var(--ht-line); }
.nh-xp__top { display: grid; gap: 28px; align-items: end; margin-bottom: clamp(32px, 4vw, 56px); }
@media (min-width: 992px) { .nh-xp__top { grid-template-columns: minmax(0, 1fr) auto; } }
.nh-xp__tabs {
  display: flex; gap: 6px; padding: 6px; border: 1px solid var(--ht-line); border-radius: 999px;
  background: color-mix(in srgb, var(--ht-surface) 70%, transparent); overflow-x: auto; scrollbar-width: none; max-width: 100%;
}
.nh-xp__tabs::-webkit-scrollbar { display: none; }
.nh-xp__tab {
  position: relative; flex: none; display: inline-flex; align-items: baseline; gap: 10px; height: 46px; padding: 0 20px;
  border: 0; border-radius: 999px; background: transparent; color: var(--ht-muted); cursor: pointer;
  font: 500 var(--fs-small, 14px) / 1 var(--ht-head); letter-spacing: 0.04em; align-items: center;
  transition: color 0.35s var(--ht-ease), background-color 0.45s var(--ht-ease);
}
.nh-xp__tab:hover { color: var(--ht-text); }
.nh-xp__tab.is-active { background: var(--ht-gold); color: var(--ht-on-gold); }
.nh-xp__tab:focus-visible { outline: 2px solid var(--ht-gold-hi); outline-offset: 2px; }
.nh-xp__tab-n { font: 600 11px/1 var(--ht-head); letter-spacing: 0.12em; opacity: 0.7; }
[dir="rtl"] .nh-xp__tab { font-family: var(--ht-body); letter-spacing: 0; font-weight: 700; }
.nh-xp__tab-bar { display: none; }

.nh-xp__panel { display: none; gap: clamp(28px, 3.4vw, 56px); }
.nh-xp__panel.is-active { display: grid; }
@media (min-width: 992px) { .nh-xp__panel { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); align-items: start; } }
.nh-xp__panel:focus-visible { outline: 2px solid var(--ht-gold-hi); outline-offset: 8px; }
@media (prefers-reduced-motion: no-preference) {
  .nh-xp__panel.is-active .nh-xp__hero img { animation: nh-xp-in 1.1s var(--ht-ease) both; }
  .nh-xp__panel.is-active .nh-xp__copy > * { animation: nh-xp-rise 0.7s var(--ht-ease) both; }
  .nh-xp__panel.is-active .nh-xp__copy > *:nth-child(2) { animation-delay: 70ms; }
  .nh-xp__panel.is-active .nh-xp__copy > *:nth-child(3) { animation-delay: 140ms; }
  .nh-xp__panel.is-active .nh-xp__copy > *:nth-child(4) { animation-delay: 210ms; }
}
@keyframes nh-xp-in { from { opacity: 0; transform: scale(1.06); } to { opacity: 1; transform: none; } }
@keyframes nh-xp-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.nh-xp__hero { position: relative; margin: 0; overflow: hidden; aspect-ratio: 16 / 11; background: var(--ht-surface); }
.nh-xp__hero picture, .nh-xp__hero img { width: 100%; height: 100%; }
.nh-xp__hero img { object-fit: cover; }
.nh-xp__hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(8, 8, 8, 0.55), rgba(8, 8, 8, 0) 45%); }
.nh-xp__hero .nh-tag { top: 16px; }
.nh-xp__index {
  position: absolute; z-index: 2; inset-inline-start: clamp(16px, 2.4vw, 32px); bottom: -0.12em;
  font: 400 clamp(72px, 9vw, 150px)/1 var(--ht-head); letter-spacing: -0.04em;
  color: transparent; -webkit-text-stroke: 1px rgba(226, 193, 146, 0.75); pointer-events: none;
}
.nh-xp__copy { display: grid; gap: 18px; align-content: start; }
.nh .nh-xp__title { margin: 0 !important; font: 400 var(--fs-h2, clamp(28px, 1.5vw + 20px, 42px)) / 1.15 var(--ht-head) !important; letter-spacing: -0.012em !important; color: var(--ht-text) !important; }
[dir="rtl"] .nh .nh-xp__title { font-weight: 700 !important; line-height: 1.4 !important; letter-spacing: 0 !important; }
.nh-xp__lead { font: 400 var(--fs-body, 16px) / 1.75 var(--ht-body); color: var(--ht-muted); max-width: 48ch; }
.nh-xp__supports { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 10px !important; }
.nh-xp__supports figure { margin: 0; }
.nh-xp__thumb { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: var(--ht-surface); }
.nh-xp__thumb picture, .nh-xp__thumb img { width: 100%; height: 100%; }
.nh-xp__thumb img { object-fit: cover; transition: transform 1.2s var(--ht-ease); }
.nh-xp__supports li:hover .nh-xp__thumb img { transform: scale(1.06); }
.nh-xp__supports figcaption { margin-top: 10px; font-size: 13px; line-height: 1.45; color: var(--ht-muted); }
.nh-xp__reveal { grid-column: 1 / -1; margin-top: clamp(12px, 2vw, 28px); }
.nh-xp__reveal .nh-mp { margin-top: 0 !important; }

/* ======================================================================== projects in motion */
.nh-films__grid { display: grid; gap: clamp(18px, 2vw, 28px); list-style: none; margin: clamp(28px, 4vw, 48px) 0 0; padding: 0; }
@media (min-width: 900px) {
  .nh-films__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nh-films__card.is-lead { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr); gap: clamp(20px, 2.4vw, 40px); align-items: end; }
}
.nh-films__media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 4px; background: #0b0b0b; border: 1px solid var(--nh-line, rgba(255,255,255,.1)); isolation: isolate; }
.nh-films__poster, .nh-films__poster img, .nh-films__loop { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.nh-films__loop { opacity: 0; transition: opacity .8s ease; }
.nh-films__media.is-playing .nh-films__loop { opacity: 1; }
.nh-films__media::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,.55)); }
.nh-films__play { position: absolute; z-index: 2; inset-inline-start: 18px; bottom: 16px; display: inline-flex; align-items: center; gap: 12px; padding: 0; border: 0; background: none; color: #fff; cursor: pointer;
  font: 600 12px/1.2 var(--ff-head); letter-spacing: .14em; text-transform: uppercase; }
.novi-rtl .nh-films__play { letter-spacing: 0; font-size: 14px; }
.nh-films__icon { position: relative; width: 52px; height: 52px; border-radius: 50%; background: rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.7); transition: background-color .3s, border-color .3s, transform .5s ease; }
.nh-films__icon::after { content: ""; position: absolute; left: 50%; top: 50%; margin: -8px 0 0 -4px; border-style: solid; border-width: 8px 0 8px 13px; border-color: transparent transparent transparent #fff; }
.nh-films__play:hover .nh-films__icon, .nh-films__play:focus-visible .nh-films__icon { background: var(--novi-gold); border-color: var(--novi-gold); transform: scale(1.08); }
.nh-films__play:focus-visible { outline: 2px solid var(--novi-gold-hi); outline-offset: 4px; }
.nh-films__info { padding-top: 16px; }
.nh-films__tag { margin: 0 0 6px; font: 600 11.5px/1.3 var(--ff-head); letter-spacing: .14em; text-transform: uppercase; color: var(--novi-gold); }
.novi-rtl .nh-films__tag { letter-spacing: 0; font-size: 13px; }
.nh-films__name { margin: 0; font: 400 clamp(22px, 2.2vw, 30px)/1.2 var(--ff-head); color: var(--nh-text, #fff); }
.nh-films__place { margin: 6px 0 0; font-size: 14.5px; color: var(--nh-muted, rgba(255,255,255,.66)); }
.nh-films__line { margin: 12px 0 14px; font-size: 15.5px; line-height: 1.6; color: var(--nh-muted, rgba(255,255,255,.72)); max-width: 46ch; }
.nh-films__dlg { width: min(1280px, 96vw); max-width: none; max-height: none; padding: 0; border: 0; background: #000; overflow: visible; }
.nh-films__dlg::backdrop { background: rgba(0,0,0,.86); }
.nh-films__full { display: block; width: 100%; aspect-ratio: 16 / 9; max-height: 86vh; background: #000; }
.nh-films__close { position: absolute; top: -46px; inset-inline-end: 0; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.5); background: rgba(0,0,0,.5); color: #fff; font-size: 24px; line-height: 1; cursor: pointer; }
@media (prefers-reduced-motion: reduce) { .nh-films__loop { display: none; } }

/* ======================================================================== niche magazine */
.nh-niche__book { max-width: 980px; margin: clamp(28px, 4vw, 48px) auto 0; }

/* ---------------------------------------------------------- Niche seal: real statuette inside the rotating ring */
/* the seal sizes itself from the card: ring + label always stay inside the gold frame */
.nh-vault__card.is-seal .nh-vault__visual { container-type: size; }
.nh-iso.is-trophy { --seal: min(210px, calc(100cqh - 112px), calc(100cqw - 80px)); gap: 10px; padding-block: 28px; }
.nh-iso__stage { position: relative; width: var(--seal); height: var(--seal); flex: none; }
.nh-iso.is-trophy .nh-iso__seal { position: absolute; inset: 0; width: 100%; height: 100%; }
.nh-iso.is-trophy .nh-iso__ring-text { font-size: 10px; letter-spacing: 0.18em; }
.nh-iso__glow { position: absolute; left: 50%; top: 50%; width: 60%; height: 60%; transform: translate(-50%, -48%); border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(226, 193, 146, 0.38), rgba(226, 193, 146, 0) 70%); filter: blur(4px); }
.nh-iso__stage .nh-iso__trophy { position: absolute; left: 50%; top: 50%; height: 60%; width: auto; max-width: none; transform: translate(-50%, -54%);
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 18px rgba(226, 193, 146, 0.25)); transition: transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.6s; }
.nh-vault__card:hover .nh-iso__stage .nh-iso__trophy { transform: translate(-50%, -57%) scale(1.04); filter: drop-shadow(0 16px 20px rgba(0, 0, 0, 0.65)) drop-shadow(0 0 26px rgba(226, 193, 146, 0.45)); }
@media (prefers-reduced-motion: no-preference) {
  .nh-iso__glow { animation: nh-glow 4.8s ease-in-out infinite; }
}
@keyframes nh-glow { 50% { opacity: 0.55; transform: translate(-50%, -48%) scale(1.12); } }
.nh-iso__label { position: relative; margin: 0; display: grid; gap: 4px; text-align: center; }
.nh-iso__label-big { font: 600 clamp(18px, 1.6vw, 22px)/1 var(--ht-head); letter-spacing: 0.08em; background: linear-gradient(135deg, #E2C192, #BE9565 55%, #8a6a40); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nh-iso__label-small { font: 500 10.5px/1 var(--ht-head); letter-spacing: 0.26em; color: var(--ht-text); }
