/* ═══════════════════════════════════════════
   Finance Your Project — v2
   Quieter · cinematic · institutional
   ═══════════════════════════════════════════ */

:root {
  --ink: #070809;
  --ink-2: #0e1012;
  --surface: #15181c;
  --surface-2: #1a1e23;
  --bone: #f4f0e8;
  --bone-2: rgba(244, 240, 232, 0.86);
  --bone-3: rgba(244, 240, 232, 0.62);
  --gold: #d0ab72;
  --gold-2: #e8c992;
  --gold-soft: rgba(208, 171, 114, 0.22);
  --line: rgba(244, 240, 232, 0.14);
  --line-2: rgba(244, 240, 232, 0.24);

  --display: "Space Grotesk", "Inter", system-ui, sans-serif;
  --sans: "Inter", system-ui, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --arabic: "Noto Sans Arabic", "Inter", system-ui, sans-serif;

  --gut: clamp(1.25rem, 4vw, 4.5rem);
  --max: 78rem;
  --top: 4.5rem;
  --dock: 4.75rem;
  --safe-b: env(safe-area-inset-bottom, 0px);
  --safe-t: env(safe-area-inset-top, 0px);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --text-glow: 0 1px 18px rgba(0, 0, 0, 0.45);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--bone);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -0.011em;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

body.is-ar {
  font-family: var(--arabic);
  letter-spacing: 0;
  line-height: 1.7;
  word-spacing: 0.02em;
}

body.is-ar .display,
body.is-ar .hero__title,
body.is-ar .brand,
body.is-ar .loader__brand,
body.is-ar .contact__title,
body.is-ar .sheet__head h2,
body.is-ar .approach__list h3,
body.is-ar .sector__body h3,
body.is-ar .step h3,
body.is-ar .step-pane__title,
body.is-ar .dock__item,
body.is-ar .dock__cta,
body.is-ar .btn {
  font-family: var(--arabic);
}

/* Arabic glyphs read larger than Latin at the same px — scale down display type */
body.is-ar .hero__title {
  font-size: clamp(1.65rem, 4.4vw, 3.1rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.22;
  margin-bottom: 1.15rem;
}

body.is-ar .hero__title em {
  font-weight: 700;
}

body.is-ar .display,
body.is-ar .contact__title {
  font-size: clamp(1.5rem, 3.2vw, 2.45rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.28;
}

body.is-ar .approach__list h3,
body.is-ar .sector__body h3,
body.is-ar .step h3,
body.is-ar .sheet__head h2 {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.35;
}

body.is-ar .approach__list h3,
body.is-ar .sector__body h3,
body.is-ar .step h3 {
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
}

body.is-ar .sheet__head h2 {
  font-size: 1.4rem;
}

body.is-ar .brand {
  font-weight: 600;
  letter-spacing: 0;
  font-size: 0.98rem;
}

body.is-ar .hero__lead,
body.is-ar .approach__note,
body.is-ar .scale__copy,
body.is-ar .contact__lead {
  line-height: 1.75;
  font-size: 1.02rem;
}

body.is-ar .hero__rail strong {
  font-family: var(--arabic);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.45;
  font-size: clamp(0.86rem, 1.5vw, 0.98rem);
}

body.is-ar .btn,
body.is-ar .topbar__cta {
  font-weight: 600;
  letter-spacing: 0;
}

@media (max-width: 1023px) {
  body.is-ar .hero__title {
    font-size: clamp(1.55rem, 5.6vw, 2.15rem);
    line-height: 1.25;
    margin-bottom: 0.9rem;
  }

  body.is-ar .display,
  body.is-ar .contact__title {
    font-size: clamp(1.4rem, 5vw, 1.95rem);
  }
}

@media (max-width: 1023px) and (max-height: 780px) {
  body.is-ar .hero__title {
    font-size: clamp(1.4rem, 5.2vw, 1.9rem);
  }
}

body.is-loading,
body.sheet-open {
  overflow: hidden;
  height: 100vh;
}

html.lenis,
html.lenis body {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

h1,
h2,
h3,
p {
  margin: 0;
}

:where(a, button, input, textarea):focus-visible {
  outline: 1.5px solid var(--gold);
  outline-offset: 3px;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 180;
  pointer-events: none;
  opacity: 0.035;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Custom cursor disabled — native cursor is more reliable for this product */
.cursor {
  display: none !important;
}

/* Loader */
.loader {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  background: var(--ink);
}
.loader__inner {
  width: min(28rem, 86vw);
  text-align: center;
}
.loader__brand {
  display: flex;
  justify-content: center;
  gap: 0.35em;
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.8rem, 6vw, 3rem);
  letter-spacing: -0.04em;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.loader__brand span {
  display: inline-block;
  transform: translateY(110%);
}
.loader__tag {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  color: var(--bone-3);
  margin-bottom: 1.5rem;
}
.loader__bar {
  height: 1px;
  background: var(--line);
  overflow: hidden;
}
.loader__bar i {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--gold-2));
}

/* Type */
.label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.5rem;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bone-2);
}
.label::before {
  content: "";
  width: 1.75rem;
  height: 1px;
  background: var(--gold);
  opacity: 0.7;
}
.label span {
  color: var(--gold);
}
.label--center {
  justify-content: center;
}
.display {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(2.2rem, 5.5vw, 4.25rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
}
.eyebrow {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bone-2);
  margin-bottom: 1.25rem;
  text-shadow: var(--text-glow);
}

/* Buttons */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.7rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #17110b;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 18px 40px -20px rgba(201, 164, 108, 0.55);
  transition: transform 0.45s var(--ease);
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, var(--gold-2), var(--gold));
  z-index: 1;
}
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    110deg,
    transparent 30%,
    rgba(255, 255, 255, 0.4) 50%,
    transparent 70%
  );
  transform: translateX(-120%);
  transition: transform 0.85s var(--ease);
}
.btn:hover::after {
  transform: translateX(120%);
}
.btn--xl {
  min-height: 58px;
  padding: 0 2.2rem;
  font-size: 1rem;
}
.btn--block {
  width: 100%;
}
.btn--ghost {
  color: var(--bone);
  box-shadow: none;
  border: 1px solid var(--line-2);
}
.btn--ghost::before {
  display: none;
}
.btn--ghost:hover {
  border-color: var(--gold);
  color: var(--gold-2);
}

/* Topbar */
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  height: calc(var(--top) + var(--safe-t));
  padding: var(--safe-t) var(--gut) 0;
  transition: background 0.4s var(--ease), border-color 0.4s var(--ease);
  border-bottom: 1px solid transparent;
}
.topbar.is-stuck {
  background: rgba(7, 8, 9, 0.88);
  backdrop-filter: blur(20px) saturate(1.15);
  -webkit-backdrop-filter: blur(20px) saturate(1.15);
  border-bottom-color: var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-right: auto;
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: -0.02em;
  min-width: 0;
}
.brand > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 360px) {
  .brand {
    font-size: 0.92rem;
    gap: 0.4rem;
  }
}
.brand__mark {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px var(--gold-soft);
}
.topbar__nav {
  display: none;
  gap: 1.75rem;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bone-2);
}
.topbar__nav a {
  position: relative;
  transition: color 0.3s var(--ease);
}
.topbar__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s var(--ease);
}
.topbar__nav a:hover {
  color: var(--bone);
}
.topbar__nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.lang {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0.2rem;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: rgba(7, 8, 9, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  flex: none;
}
.lang button {
  min-width: 2.2rem;
  min-height: 1.85rem;
  padding: 0 0.55rem;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  color: var(--bone-3);
  transition: background 0.3s var(--ease), color 0.3s var(--ease);
}
.lang button.is-on {
  background: var(--gold);
  color: #17110b;
  font-weight: 600;
}
.lang button:not(.is-on):hover {
  color: var(--bone);
}

.topbar__cta {
  display: none;
  min-height: 38px;
  padding: 0 1.1rem;
  border-radius: 999px;
  border: 1px solid var(--line-2);
  font-size: 0.78rem;
  font-weight: 600;
  transition: background 0.35s var(--ease), color 0.35s var(--ease),
    border-color 0.35s var(--ease);
}
.topbar__cta:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #17110b;
}
@media (min-width: 1024px) {
  .topbar__nav,
  .topbar__cta {
    display: flex;
    align-items: center;
  }
}

/* RTL adjustments */
html[dir="rtl"] .hero__veil {
  background:
    linear-gradient(
      to top,
      rgba(7, 8, 9, 0.96) 0%,
      rgba(7, 8, 9, 0.72) 38%,
      rgba(7, 8, 9, 0.48) 68%,
      rgba(7, 8, 9, 0.42) 100%
    ),
    linear-gradient(270deg, rgba(7, 8, 9, 0.7) 0%, transparent 58%);
}
html[dir="rtl"] .brand {
  margin-right: 0;
  margin-left: auto;
}
html[dir="rtl"] .hero__meta {
  right: auto;
  left: var(--gut);
}
html[dir="rtl"] .hero__scroll {
  right: auto;
  left: var(--gut);
}
html[dir="rtl"] .label::before {
  order: 2;
}
html[dir="rtl"] .topbar__nav a::after {
  transform-origin: left;
}
html[dir="rtl"] .topbar__nav a:hover::after {
  transform-origin: right;
}
html[dir="rtl"] .strip__inner p:not(:last-child) {
  border-right: 0;
  border-left: 1px solid var(--line);
  padding-right: 0;
  padding-left: 1.5rem;
}
html[dir="rtl"] .dock__cta {
  order: 0;
}
.topbar__progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.topbar__progress span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, transparent, var(--gold), var(--gold-2));
}

/* ─── HERO ─── */
.hero {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  display: grid;
  align-content: end;
  padding: calc(var(--top) + var(--safe-t) + 1.5rem) var(--gut)
    calc(1.6rem + var(--dock) + var(--safe-b));
  overflow: hidden;
}
.hero__stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero__slides {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  background: var(--img) center / cover no-repeat;
  opacity: 0;
  transform: scale(1.06);
  filter: saturate(0.88) contrast(1.05) brightness(0.78);
  transition: opacity 1.15s var(--ease), transform 6.5s ease-out;
  will-change: transform, opacity;
  z-index: 0;
}
.hero__slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.hero__slide.is-exit {
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.15s var(--ease), transform 1.15s var(--ease);
  z-index: 2;
}
.hero__veil {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(
      to top,
      rgba(7, 8, 9, 0.96) 0%,
      rgba(7, 8, 9, 0.72) 38%,
      rgba(7, 8, 9, 0.48) 68%,
      rgba(7, 8, 9, 0.42) 100%
    ),
    linear-gradient(90deg, rgba(7, 8, 9, 0.7) 0%, transparent 58%);
  box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.35);
}
.hero__meta {
  position: absolute;
  z-index: 4;
  top: calc(var(--top) + var(--safe-t) + 1.1rem);
  right: var(--gut);
  display: flex;
  align-items: center;
  gap: 0.7rem;
  max-width: min(52vw, 16rem);
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bone-2);
  text-shadow: var(--text-glow);
}
.hero__meta-idx {
  color: var(--gold);
  flex: none;
}
.hero__meta-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.hero__meta-track {
  display: none;
  gap: 4px;
  flex: none;
}
.hero__meta-track i {
  width: 16px;
  height: 2px;
  background: var(--line-2);
  border-radius: 2px;
}
.hero__meta-track i.is-on {
  background: var(--gold);
}
@media (min-width: 640px) {
  .hero__meta-track {
    display: inline-flex;
  }
}
.hero__copy {
  position: relative;
  z-index: 4;
  max-width: 42rem;
}
.hero__title {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(2.6rem, 8.5vw, 6.5rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin-bottom: 1.4rem;
  color: var(--bone);
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.55);
}
.hero__title em {
  font-style: normal;
  font-weight: 700;
  color: var(--gold-2);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
}
.hero__title .line {
  display: block;
  overflow: hidden;
}
.hero__title .line__i {
  display: block;
}
.hero__lead {
  max-width: 34rem;
  color: var(--bone-2);
  font-size: clamp(1rem, 2.1vw, 1.12rem);
  margin-bottom: 0.7rem;
  text-shadow: var(--text-glow);
}
.hero__note {
  font-family: var(--mono);
  font-size: 0.72rem;
  color: var(--bone-3);
  margin-bottom: 1.8rem;
  text-shadow: var(--text-glow);
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 1.75rem;
  margin-bottom: 1.75rem;
}
.hero__phone {
  font-family: var(--mono);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: var(--bone-2);
  border-bottom: 1px solid transparent;
  text-shadow: var(--text-glow);
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.hero__phone:hover {
  color: var(--bone);
  border-bottom-color: var(--gold);
}
/* Dock already exposes Call — keep hero phone for desktop only */
@media (max-width: 1023px) {
  .hero__phone {
    display: none;
  }
  .hero__cta {
    margin-bottom: 1.35rem;
  }
  .hero__note {
    margin-bottom: 1.35rem;
  }
}
.hero__rail {
  position: relative;
  z-index: 4;
  display: grid;
  gap: 1rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line-2);
  max-width: 48rem;
  text-shadow: var(--text-glow);
}
@media (min-width: 768px) {
  .hero__rail {
    grid-template-columns: 0.8fr 1.5fr 0.8fr;
    gap: 1.5rem;
  }
}
.hero__rail span {
  display: block;
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bone-3);
  margin-bottom: 0.35rem;
}
.hero__rail strong {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(0.92rem, 2vw, 1.1rem);
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--bone);
}
.hero__scroll {
  display: none;
  position: absolute;
  z-index: 4;
  right: var(--gut);
  bottom: calc(2.5rem + var(--safe-b));
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bone-3);
  writing-mode: vertical-rl;
  font-style: normal;
}
.hero__scroll i {
  font-style: normal;
}
html[dir="rtl"] .hero__scroll {
  text-transform: none;
  letter-spacing: 0.04em;
}
.hero__scroll span {
  width: 1px;
  height: 3rem;
  background: linear-gradient(to bottom, var(--gold), transparent);
}
/* Short phones: keep title + CTA fully above the dock */
@media (max-width: 1023px) and (max-height: 780px) {
  .hero {
    align-content: end;
    padding-top: calc(var(--top) + var(--safe-t) + 1rem);
    padding-bottom: calc(1.1rem + var(--dock) + var(--safe-b));
  }
  .hero__meta {
    display: none;
  }
  .eyebrow {
    margin-bottom: 0.85rem;
  }
  .hero__title {
    font-size: clamp(2.15rem, 8vw, 3.5rem);
    margin-bottom: 0.85rem;
  }
  .hero__lead {
    font-size: 0.95rem;
    margin-bottom: 0.45rem;
  }
  .hero__note {
    margin-bottom: 1rem;
  }
  .hero__cta {
    margin-bottom: 1rem;
  }
  .hero__rail {
    gap: 0.85rem;
    padding-top: 1.1rem;
  }
}
@media (max-width: 1023px) and (max-height: 640px) {
  .hero__lead {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .hero__note {
    display: none;
  }
  .btn {
    min-height: 48px;
  }
}
@media (min-width: 1024px) {
  .hero {
    align-content: stretch;
    grid-template-rows: 1fr auto;
    min-height: 100svh;
    min-height: 100dvh;
    padding: calc(var(--top) + var(--safe-t) + 1.5rem) var(--gut) 2.75rem;
  }
  .hero__meta {
    max-width: none;
  }
  .hero__scroll {
    display: flex;
    bottom: 2.75rem;
  }
  .hero__copy {
    align-self: center;
    margin-bottom: 1.75rem;
  }
  .hero__rail {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    max-width: none;
    width: 100%;
  }
  .hero__cta {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-height: 820px) {
  .hero__title {
    font-size: clamp(2.4rem, 5.2vw, 4.4rem);
    margin-bottom: 1rem;
  }
  .hero__lead {
    font-size: 1rem;
    margin-bottom: 0.45rem;
  }
  .hero__note {
    margin-bottom: 1.1rem;
  }
  .eyebrow {
    margin-bottom: 0.9rem;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .hero__lead {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .hero__note {
    display: none;
  }
}

/* ─── SCALE SIGNATURE ─── */
.scale {
  position: relative;
  background: var(--ink);
}
.scale__pin {
  min-height: 100svh;
  min-height: 100dvh;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  padding: 5rem var(--gut);
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .scale__pin {
    padding: 4.5rem var(--gut) calc(5.5rem + var(--dock) + var(--safe-b));
  }
}
.scale__stage {
  position: relative;
  min-height: clamp(7rem, 28vw, 16rem);
  display: grid;
  place-items: center;
  width: 100%;
}
.scale__word {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(3.6rem, 22vw, 15rem);
  letter-spacing: -0.06em;
  line-height: 0.85;
  background: linear-gradient(120deg, var(--gold-2), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  will-change: transform, opacity, filter;
  max-width: 100%;
  padding-inline: 0.05em;
}
.scale__ladder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0.85rem, 4vw, 2.5rem);
  margin-top: 0.5rem;
  font-family: var(--mono);
  font-size: clamp(0.62rem, 2.4vw, 0.72rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bone-3);
}
.scale__ladder span {
  position: relative;
  transition: color 0.4s var(--ease);
}
.scale__ladder span.is-on {
  color: var(--gold-2);
}
.scale__ladder span.is-on::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.4rem;
  height: 1px;
  background: var(--gold);
}
.scale__copy {
  max-width: 34rem;
  color: var(--bone-2);
  font-size: clamp(1.02rem, 2.2vw, 1.18rem);
  line-height: 1.6;
}

/* ─── APPROACH ─── */
.approach {
  padding: clamp(5rem, 12vw, 9rem) var(--gut);
  border-top: 1px solid var(--line);
}
.approach__grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 3.5rem;
}
@media (min-width: 960px) {
  .approach__grid {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 5rem;
    align-items: start;
  }
  .approach__intro {
    position: sticky;
    top: calc(var(--top) + 2rem);
  }
}
.approach__note {
  margin-top: 1.5rem;
  max-width: 34rem;
  color: var(--bone-2);
  font-size: 1.05rem;
  line-height: 1.65;
}
.approach__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.approach__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  padding: 1.6rem 0;
  border-top: 1px solid var(--line);
}
.approach__list li:last-child {
  border-bottom: 1px solid var(--line);
}
.approach__list li > span {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: var(--gold);
  padding-top: 0.35rem;
}
.approach__list h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  letter-spacing: -0.025em;
  margin-bottom: 0.45rem;
}
.approach__list p {
  color: var(--bone-2);
  max-width: 38ch;
  font-size: 0.96rem;
}

/* ─── STATS STRIP ─── */
.strip {
  border-block: 1px solid var(--line);
  background: var(--surface);
  padding: 1.35rem var(--gut);
}
.strip__inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem 1.25rem;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bone-3);
}
.strip__inner strong {
  display: inline;
  font-family: var(--display);
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  text-transform: none;
  color: var(--bone);
  margin-right: 0.4rem;
}
@media (min-width: 768px) {
  .strip__inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem 2rem;
    font-size: 0.72rem;
    align-items: center;
  }
  .strip__inner strong {
    font-size: 1rem;
  }
  .strip__inner p:not(:last-child) {
    border-right: 1px solid var(--line);
    padding-right: 1.5rem;
  }
}

/* ─── SECTORS ─── */
.sectors {
  padding: clamp(5rem, 12vw, 8rem) 0 clamp(4rem, 8vw, 6rem);
}
.sectors__head {
  padding: 0 var(--gut);
  max-width: var(--max);
  margin: 0 auto 2.5rem;
}
.sectors__rail {
  display: flex;
  gap: 1.1rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 var(--gut) 1rem;
  scrollbar-width: none;
  touch-action: pan-x;
}
.sectors__rail::-webkit-scrollbar {
  display: none;
}
.sector {
  position: relative;
  flex: 0 0 min(78vw, 22rem);
  height: min(58vh, 28rem);
  min-height: 18rem;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  scroll-snap-align: center;
  isolation: isolate;
  --mx: 50%;
  --my: 40%;
  transition: border-color 0.5s var(--ease), transform 0.5s var(--ease);
}
@media (max-width: 480px) {
  .sector {
    flex-basis: min(84vw, 20rem);
    height: min(52vh, 24rem);
  }
}
.sector:hover {
  border-color: rgba(201, 164, 108, 0.35);
  transform: translateY(-4px);
}
.sector__media {
  position: absolute;
  inset: 0;
  background: var(--img) center / cover no-repeat;
  filter: saturate(0.85) brightness(0.62);
  transform: scale(1.06);
  transition: transform 0.9s var(--ease), filter 0.9s var(--ease);
}
.sector:hover .sector__media {
  transform: scale(1);
  filter: saturate(0.95) brightness(0.72);
}
.sector::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      280px circle at var(--mx) var(--my),
      rgba(208, 171, 114, 0.2),
      transparent 55%
    ),
    linear-gradient(
      to top,
      rgba(7, 8, 9, 0.96) 8%,
      rgba(7, 8, 9, 0.55) 48%,
      rgba(7, 8, 9, 0.2) 78%,
      transparent
    );
  pointer-events: none;
}
.sector__body {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem 1.35rem 1.45rem;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.55);
}
.sector__body span {
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  color: var(--gold-2);
}
.sector__body h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.55rem;
  letter-spacing: -0.03em;
  margin: 0.3rem 0 0.35rem;
  color: var(--bone);
}
.sector__body p {
  color: var(--bone-2);
  font-size: 0.92rem;
}
@media (min-width: 1024px) {
  .sector {
    flex: 0 0 23rem;
    height: 29rem;
  }
}

/* ─── PROCESS ─── */
.process {
  padding: clamp(5rem, 12vw, 8rem) var(--gut);
  border-top: 1px solid var(--line);
}
.process__head {
  max-width: var(--max);
  margin: 0 auto 2.75rem;
}
.process__steps {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}
@media (min-width: 900px) {
  .process__steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
.step {
  position: relative;
  padding: 1.85rem 1.5rem 2rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.045),
    rgba(255, 255, 255, 0.01) 45%,
    transparent
  );
  overflow: hidden;
  --mx: 50%;
  --my: 0%;
  transition: border-color 0.45s var(--ease), transform 0.45s var(--ease),
    background 0.45s var(--ease);
}
.step::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    260px circle at var(--mx) var(--my),
    var(--gold-soft),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.45s var(--ease);
  pointer-events: none;
}
.step:hover {
  transform: translateY(-5px);
  border-color: rgba(208, 171, 114, 0.42);
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.06),
    rgba(208, 171, 114, 0.04) 50%,
    transparent
  );
}
.step:hover::before {
  opacity: 1;
}
.step__n {
  display: block;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  color: var(--gold);
  margin-bottom: 2.2rem;
}
.step h3 {
  position: relative;
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.55rem;
  letter-spacing: -0.03em;
  margin-bottom: 0.55rem;
}
.step p {
  position: relative;
  color: var(--bone-2);
  font-size: 0.94rem;
}

/* ─── CONTACT ─── */
.contact {
  position: relative;
  text-align: center;
  padding: clamp(5.5rem, 14vw, 9rem) var(--gut);
  overflow: hidden;
}
.contact::before {
  content: "";
  position: absolute;
  inset: 20% 10% auto;
  height: 50%;
  background: radial-gradient(ellipse, var(--gold-soft), transparent 70%);
  pointer-events: none;
}
.contact__title {
  margin-bottom: 1.25rem;
}
.contact__title em {
  font-style: normal;
  font-weight: 700;
  color: var(--gold-2);
}
.contact__lead {
  max-width: 30rem;
  margin: 0 auto 2rem;
  color: var(--bone-2);
}
.contact__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
  font-family: var(--mono);
  font-size: 0.78rem;
  color: var(--bone-3);
}
.contact__links a {
  border-bottom: 1px solid transparent;
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.contact__links a:hover {
  color: var(--bone);
  border-bottom-color: var(--gold);
}

/* Footer */
.footer {
  padding: 3rem var(--gut) calc(3rem + var(--dock) + var(--safe-b));
  border-top: 1px solid var(--line);
  background: var(--ink-2);
}
.footer__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}
.brand--foot {
  font-size: 1.35rem;
}
.footer__row nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bone-3);
}
.footer__row nav a:hover {
  color: var(--gold);
}
.footer__legal {
  max-width: 40rem;
  font-size: 0.86rem;
  color: var(--bone-3);
  line-height: 1.55;
  display: grid;
  gap: 0.7rem;
  margin-bottom: 1.5rem;
}
.footer__legal a {
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.footer__legal a:hover {
  color: var(--gold);
}
.footer__copy {
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  color: var(--bone-3);
}

/* Mobile dock */
.dock {
  position: fixed;
  z-index: 130;
  left: max(0.55rem, env(safe-area-inset-left, 0px));
  right: max(0.55rem, env(safe-area-inset-right, 0px));
  bottom: calc(0.65rem + var(--safe-b));
  display: grid;
  grid-template-columns: 1fr 1fr auto 1fr;
  gap: 0.15rem;
  align-items: center;
  padding: 0.45rem 0.45rem;
  border-radius: 22px;
  background: rgba(10, 12, 14, 0.92);
  border: 1px solid var(--line-2);
  backdrop-filter: blur(20px) saturate(1.1);
  -webkit-backdrop-filter: blur(20px) saturate(1.1);
  box-shadow: 0 18px 50px -20px rgba(0, 0, 0, 0.88);
}
@media (max-width: 360px) {
  .dock {
    left: 0.4rem;
    right: 0.4rem;
    padding: 0.4rem 0.3rem;
  }
  .dock__item {
    font-size: 0.58rem;
  }
  .dock__cta {
    width: 3.25rem;
    height: 3.25rem;
  }
}
.dock__item {
  display: grid;
  justify-items: center;
  gap: 0.15rem;
  padding: 0.35rem 0.2rem;
  font-size: 0.62rem;
  color: var(--bone-3);
  transition: color 0.3s var(--ease);
}
.dock__item svg {
  width: 1.15rem;
  height: 1.15rem;
}
.dock__item.is-on {
  color: var(--bone);
}
.dock__cta {
  display: grid;
  place-items: center;
  gap: 0.1rem;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 0.15rem;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--gold-2), var(--gold));
  color: #17110b;
  font-size: 0.62rem;
  font-weight: 700;
  box-shadow: 0 10px 30px -10px rgba(201, 164, 108, 0.7);
  transform: translateY(-0.55rem);
}
.dock__cta span {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
}
.dock__cta i {
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .dock {
    display: none;
  }
  .footer {
    padding-bottom: 3rem;
  }
}

/* Sheet / 3-step inquiry */
.sheet {
  position: fixed;
  inset: 0;
  z-index: 200;
  visibility: hidden;
  pointer-events: none;
}
.sheet.is-open {
  visibility: visible;
  pointer-events: auto;
}
.sheet__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.sheet.is-open .sheet__backdrop {
  opacity: 1;
}
.sheet__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: min(90dvh, 44rem);
  overflow: auto;
  overscroll-behavior: contain;
  padding: 0.75rem 1.25rem calc(1.5rem + var(--safe-b));
  border-radius: 22px 22px 0 0;
  background: #12151a;
  border: 1px solid var(--line-2);
  border-bottom: 0;
  transform: translateY(104%);
  transition: transform 0.55s var(--ease);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 -24px 60px rgba(0, 0, 0, 0.45);
}
.sheet__panel::-webkit-scrollbar {
  display: none;
}
.sheet.is-open .sheet__panel {
  transform: translateY(0);
}
@media (min-width: 720px) {
  .sheet__panel {
    left: 50%;
    right: auto;
    bottom: auto;
    top: 50%;
    width: min(28rem, 92vw);
    max-height: min(86vh, 40rem);
    border-radius: 20px;
    border-bottom: 1px solid var(--line);
    transform: translate(-50%, -46%) scale(0.96);
    opacity: 0;
    transition: transform 0.5s var(--ease), opacity 0.5s var(--ease);
  }
  .sheet.is-open .sheet__panel {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.sheet__grip {
  display: block;
  width: 2.4rem;
  height: 4px;
  margin: 0.2rem auto 1rem;
  border-radius: 99px;
  background: var(--line-2);
}
@media (min-width: 720px) {
  .sheet__grip {
    display: none;
  }
}
.sheet__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.1rem;
}
.sheet__eyebrow {
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.3rem;
}
.sheet__head h2 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.7rem;
  letter-spacing: -0.03em;
}
.sheet__close {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 1px solid var(--line);
  font-size: 1.4rem;
  line-height: 1;
  color: var(--bone-2);
}
.sheet__steps {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.35rem;
}
.sheet__steps span {
  width: 1.7rem;
  height: 1.7rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line-2);
  font-family: var(--mono);
  font-size: 0.68rem;
  color: var(--bone-3);
}
.sheet__steps span.is-on {
  background: var(--gold);
  border-color: var(--gold);
  color: #17110b;
}
.sheet__steps span.is-done {
  border-color: var(--gold);
  color: var(--gold);
}
.step-pane__title {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.15rem;
  margin-bottom: 1rem;
}
.step-pane__nav {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 0.7rem;
  margin-top: 0.5rem;
}
.chips {
  border: 0;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.chips label {
  display: block;
  cursor: pointer;
}
.chips input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.chips span {
  display: block;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  border: 1px solid var(--line-2);
  color: var(--bone);
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.chips input:checked + span {
  border-color: var(--gold);
  background: var(--gold-soft);
}
.field {
  position: relative;
  margin-bottom: 0.85rem;
}
.field input,
.field textarea {
  width: 100%;
  min-height: 56px;
  padding: 1.4rem 1rem 0.55rem;
  border-radius: 14px;
  border: 1px solid var(--line-2);
  background: rgba(7, 8, 9, 0.72);
  color: var(--bone);
  font: inherit;
}
.field textarea {
  min-height: 130px;
  resize: vertical;
}
.field label {
  position: absolute;
  inset-inline-start: 1rem;
  top: 1.05rem;
  font-family: var(--mono);
  font-size: 0.75rem;
  color: var(--bone-3);
  pointer-events: none;
  transition: transform 0.25s var(--ease), color 0.25s var(--ease);
}
.field input:focus,
.field textarea:focus {
  border-color: var(--gold);
  outline: none;
}
.field input:focus + label,
.field input:not(:placeholder-shown) + label,
.field textarea:focus + label,
.field textarea:not(:placeholder-shown) + label {
  transform: translateY(-0.55rem) scale(0.8);
  color: var(--gold);
}
.field__hint {
  font-size: 0.76rem;
  color: var(--bone-3);
  margin: -0.2rem 0 1rem;
  line-height: 1.45;
}
.sheet__legal {
  margin-top: 1.1rem;
  font-size: 0.72rem;
  color: var(--bone-3);
  text-align: center;
  line-height: 1.45;
}
.sheet__success {
  text-align: center;
  padding: 2rem 0.5rem 1rem;
  display: grid;
  gap: 0.85rem;
  justify-items: center;
}
.sheet__success-mark {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  position: relative;
}
.sheet__success-mark::after {
  content: "";
  position: absolute;
  left: 0.95rem;
  top: 0.85rem;
  width: 0.7rem;
  height: 1.15rem;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(40deg);
}
.sheet__success h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.6rem;
}
.sheet__success p {
  color: var(--bone-2);
  max-width: 24rem;
}

/* Prevent hover lift from fighting touch on coarse pointers */
@media (hover: none) {
  .sector:hover,
  .step:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .hero__slide {
    transform: none !important;
    opacity: 0;
  }
  .hero__slide.is-active {
    opacity: 1 !important;
  }
}
