/* Homepage — Ultra advanced layer v2 */

.page-home {
  --home-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --home-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --home-glow: rgba(187, 152, 93, 0.35);
  --home-shell: min(1280px, 92vw);
}

.page-home .page-main {
  background: var(--bg);
}

/* ═══ HERO ═══ */
.home-hero {
  min-height: min(100vh, 960px);
  min-height: min(100dvh, 960px);
  padding-bottom: clamp(4rem, 8vw, 6rem);
}

.home-hero__mesh {
  background:
    radial-gradient(ellipse 70% 55% at 72% 8%, rgba(187, 152, 93, 0.22), transparent 58%),
    radial-gradient(ellipse 50% 45% at 5% 92%, rgba(187, 152, 93, 0.08), transparent 55%),
    linear-gradient(165deg, #080909 0%, #141516 42%, #1e1f21 68%, #0c0d0e 100%);
}

.home-hero__grid {
  opacity: 0.18;
  background-size: 48px 48px;
}

.home-hero__orb--a {
  width: min(480px, 60vw);
  height: min(480px, 60vw);
  background: rgba(187, 152, 93, 0.18);
  filter: blur(100px);
}

.home-hero__orb--b {
  filter: blur(90px);
}

.home-hero__vignette {
  background:
    radial-gradient(ellipse 90% 80% at 30% 50%, transparent 25%, rgba(0, 0, 0, 0.65) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, transparent 35%);
}

/* Hero law-themed background (low opacity) */
.home-hero__law {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.home-hero__law-scales {
  position: absolute;
  top: 42%;
  inset-inline-end: -8%;
  width: min(440px, 55vw);
  height: min(440px, 55vw);
  color: rgba(187, 152, 93, 0.055);
  transform: rotate(-8deg);
  animation: homeHeroLawFloat 16s ease-in-out infinite;
}

.home-hero__law-column {
  position: absolute;
  bottom: 8%;
  inset-inline-start: 4%;
  width: min(120px, 16vw);
  height: auto;
  color: rgba(187, 152, 93, 0.045);
}

@keyframes homeHeroLawFloat {
  0%, 100% { transform: rotate(-8deg) translateY(0); }
  50% { transform: rotate(-8deg) translateY(-12px); }
}

.home-hero__inner {
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.home-kicker__pill {
  padding: 0.5rem 1.15rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(187, 152, 93, 0.35);
  box-shadow: 0 0 32px rgba(187, 152, 93, 0.12);
}

.home-firm--hero .home-firm__line {
  background: linear-gradient(
    135deg,
    #fff 0%,
    rgba(255, 255, 255, 0.94) 50%,
    var(--gold-l) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.home-firm--hero .home-firm__sub {
  -webkit-text-fill-color: rgba(244, 242, 239, 0.78);
}

/* Lux hero title block */
.home-firm--lux {
  position: relative;
  margin: 0 0 1.15rem;
  max-width: 28ch;
}

.home-firm__frame {
  position: absolute;
  inset: -1rem -1.25rem -0.85rem;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(187, 152, 93, 0.1) 0%, transparent 42%),
    rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(187, 152, 93, 0.18);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
  pointer-events: none;
}

.home-firm__frame::before {
  content: "";
  position: absolute;
  inset-inline-start: 1.25rem;
  bottom: 0.65rem;
  width: 3.5rem;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  border-radius: 2px;
}

html[dir="rtl"] .home-firm__frame::before {
  background: linear-gradient(-90deg, var(--gold), transparent);
}

.home-firm__stack {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35em;
}

.home-firm--lux .home-firm__line {
  font-size: clamp(1.85rem, 5.2vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.home-firm--lux .home-firm__sub {
  font-size: clamp(1.05rem, 2.4vw, 1.45rem);
  font-weight: 500;
  color: rgba(187, 152, 93, 0.92);
  -webkit-text-fill-color: rgba(187, 152, 93, 0.92);
  letter-spacing: 0.02em;
}

/* Lux statement chips */
.home-statement--lux {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.65rem;
  margin: 0 0 1.35rem;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  backdrop-filter: none;
  text-transform: none;
  letter-spacing: normal;
  box-shadow: none;
}

.home-statement__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1rem;
  font-size: clamp(0.78rem, 1.4vw, 0.88rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(244, 242, 239, 0.88);
  background: rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(187, 152, 93, 0.22);
  border-radius: 999px;
  backdrop-filter: blur(14px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.22);
}

.home-statement__chip--loc {
  color: var(--gold-l);
  border-color: rgba(187, 152, 93, 0.35);
  background: rgba(187, 152, 93, 0.08);
}

.home-statement__sep {
  font-size: 1.1rem;
  font-weight: 300;
  color: rgba(187, 152, 93, 0.45);
  line-height: 1;
}

.home-firm {
  font-size: clamp(1rem, 2vw, 1.15rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  max-width: 40ch;
  line-height: 1.65;
}

.home-statement {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  padding: 0.7rem 1.1rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-l);
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(187, 152, 93, 0.25);
  border-radius: var(--radius-md);
  backdrop-filter: blur(16px);
}

.home-lead {
  font-size: clamp(1.05rem, 2.1vw, 1.22rem);
  font-weight: 400;
  line-height: 2;
  color: rgba(244, 242, 239, 0.72);
  max-width: 48ch;
}

.home-hero-contact {
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.home-hero-contact__chip {
  font-size: 0.86rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

.home-hero-contact__chip:hover {
  box-shadow: 0 6px 28px rgba(187, 152, 93, 0.15);
}

.home-actions {
  gap: 1rem;
}

.home-btn-glow {
  padding-inline: 2rem;
  box-shadow:
    0 8px 32px rgba(187, 152, 93, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

.home-glass {
  padding: clamp(1.75rem, 4vw, 2.25rem);
  border-radius: 24px;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.11) 0%,
    rgba(255, 255, 255, 0.04) 50%,
    rgba(0, 0, 0, 0.2) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 48px 96px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(187, 152, 93, 0.1) inset;
}

.home-glass__shine {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0.15) 0%,
    transparent 38%,
    transparent 62%,
    rgba(187, 152, 93, 0.08) 100%
  );
}

/* Elite hero panel */
.home-glass--elite {
  padding: clamp(1.85rem, 4vw, 2.35rem);
  border-color: rgba(187, 152, 93, 0.28);
  box-shadow:
    0 52px 100px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(187, 152, 93, 0.14) inset,
    0 0 80px rgba(187, 152, 93, 0.06);
}

.home-glass__seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  color: var(--gold-l);
  background: rgba(187, 152, 93, 0.12);
  border: 1px solid rgba(187, 152, 93, 0.35);
  box-shadow: 0 0 24px rgba(187, 152, 93, 0.15);
}

.home-glass__marks {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.35rem;
  padding: 0.85rem 1rem;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(187, 152, 93, 0.2);
  border-radius: 16px;
}

.home-glass__mark {
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  text-align: center;
}

.home-glass__mark img {
  width: auto;
  max-width: 72px;
  max-height: 42px;
  object-fit: contain;
  filter: brightness(1.05);
  opacity: 0.92;
}

.home-glass__mark figcaption {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(244, 242, 239, 0.55);
  line-height: 1.35;
}

.home-glass__marks-line {
  width: 1px;
  align-self: stretch;
  min-height: 2.5rem;
  background: linear-gradient(to bottom, transparent, rgba(187, 152, 93, 0.45), transparent);
}

.home-glass--elite .home-glass__title,
.home-glass--elite .home-glass__text {
  position: relative;
  z-index: 1;
}

.home-glass--elite .home-glass__title {
  margin-bottom: 0.75rem;
}

.home-glass--elite .home-glass__text {
  margin-bottom: 1.35rem;
  color: rgba(244, 242, 239, 0.68);
}

.home-glass__stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0.75rem;
}

.home-glass__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 1rem 0.75rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(187, 152, 93, 0.22);
  border-radius: 14px;
  transition: transform 0.35s var(--home-ease), border-color 0.35s;
}

.home-glass__stat:hover {
  transform: translateY(-2px);
  border-color: rgba(187, 152, 93, 0.42);
}

.home-glass__stat--main {
  background:
    linear-gradient(145deg, rgba(187, 152, 93, 0.14), rgba(0, 0, 0, 0.35));
  border-color: rgba(187, 152, 93, 0.35);
}

.home-glass__stat-val {
  font-size: clamp(1.45rem, 3.2vw, 1.85rem);
  font-weight: 700;
  line-height: 1.1;
  background: linear-gradient(180deg, #fff 0%, var(--gold-l) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.home-glass__stat--main .home-glass__stat-val {
  font-size: clamp(1.75rem, 3.8vw, 2.15rem);
}

.home-glass__stat:not(.home-glass__stat--main) .home-glass__stat-val {
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  background: none;
  -webkit-text-fill-color: rgba(244, 242, 239, 0.9);
  color: rgba(244, 242, 239, 0.9);
}

.home-glass__stat-lbl {
  font-size: 0.68rem;
  font-weight: 500;
  color: rgba(244, 242, 239, 0.58);
  line-height: 1.35;
}

.home-glass__label {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
}

.home-glass__title {
  font-size: clamp(1.25rem, 2.8vw, 1.55rem);
  margin-bottom: 0.65rem;
}

.home-glass__text {
  font-size: 0.9rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.home-metrics--2 {
  gap: 0.75rem;
}

.home-metric {
  padding: 1.15rem 1rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(187, 152, 93, 0.25);
  border-radius: 14px;
}

.home-metric__val {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  background: linear-gradient(180deg, #fff 0%, var(--gold-l) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.home-hero__scroll {
  width: 2px;
  height: 56px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: homeScrollPulse 2.2s ease-in-out infinite;
}

/* ═══ INTRO BAND ═══ */
.home-intro {
  position: relative;
  z-index: 3;
}

.home-intro:not(.home-intro--ultra) {
  margin-top: -2.5rem;
  padding-bottom: clamp(3rem, 6vw, 4.5rem);
}

.home-intro__inner {
  width: var(--home-shell);
  margin-inline: auto;
  padding: clamp(2rem, 4vw, 3rem);
  display: grid;
  gap: 2rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: 0 32px 80px rgba(70, 72, 73, 0.12);
}

@media (min-width: 900px) {
  .home-intro__inner {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 3rem;
  }
}

.home-intro__lead {
  margin: 0;
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 600;
  line-height: 1.65;
  color: var(--text);
  letter-spacing: -0.02em;
}

.home-intro__lead em {
  font-style: normal;
  color: var(--gold);
}

.home-intro__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.home-intro__chip {
  padding: 0.55rem 1rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-2);
  background: var(--bg-subtle);
  border: 1px solid var(--border);
  border-radius: 999px;
  transition: all 0.3s var(--home-ease);
}

.home-intro__chip:hover {
  color: var(--gold);
  border-color: rgba(187, 152, 93, 0.4);
  transform: translateY(-2px);
}

[data-theme="dark"] .home-intro__inner {
  background: var(--grey-800);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.35);
}

/* ═══ MARQUEE ═══ */
.home-marquee {
  padding-block: 1.35rem;
  background: #0a0b0c;
  border-block: 1px solid rgba(187, 152, 93, 0.15);
}

.home-marquee__track {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  gap: 3rem;
}

.home-marquee__track > span:nth-child(even) {
  color: var(--gold);
  opacity: 0.5;
  font-size: 0.65rem;
}

/* ═══ PROOF ═══ */
.home-proof {
  margin-top: 0;
  padding-block: clamp(2.5rem, 5vw, 3.5rem);
  background: var(--bg-subtle);
}

.home-proof__inner {
  width: var(--home-shell);
  margin-inline: auto;
  padding-inline: var(--home-pad);
}

.home-proof__card {
  position: relative;
  padding: 1.5rem 1.5rem 1.35rem;
  border-radius: 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: all 0.45s var(--home-ease);
}

.home-proof__card::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity 0.35s;
}

.home-proof__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 56px rgba(70, 72, 73, 0.14);
  border-color: rgba(187, 152, 93, 0.3);
}

.home-proof__card:hover::before {
  opacity: 1;
}

.home-proof__card strong {
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}

/* ═══ SECTIONS ═══ */
.home-sec {
  padding-block: clamp(5rem, 10vw, 7.5rem);
}

.home-sec__head {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.home-sec__index {
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 800;
  line-height: 1;
  opacity: 0.9;
}

.home-sec__tag {
  padding: 0.4rem 0.9rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  background: rgba(187, 152, 93, 0.1);
  border: 1px solid rgba(187, 152, 93, 0.22);
}

.home-sec__title {
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.home-sec__desc {
  font-size: clamp(1.02rem, 2vw, 1.12rem);
  line-height: 1.9;
  color: var(--text-2);
}

/* Trust */
.home-trust {
  background: var(--surface);
}

@media (min-width: 900px) {
  .home-trust__grid {
    padding: 0.65rem;
    border-radius: 24px;
    background: linear-gradient(180deg, var(--bg-subtle), var(--surface));
    box-shadow: 0 40px 80px rgba(70, 72, 73, 0.08);
  }
}

.home-trust-card {
  padding: 2.25rem 1.75rem;
}

.home-trust-card__logo {
  padding: 1.25rem 1.5rem;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(70, 72, 73, 0.08);
}

/* Philosophy — deco handled in home-world.css */
.home-phil.home-phil--modern {
  background: transparent;
}

.home-quote {
  padding: clamp(2rem, 4vw, 2.75rem);
  font-size: clamp(1.4rem, 3.2vw, 2rem);
  border-radius: 20px;
  border-inline-start-width: 4px;
  box-shadow: 0 20px 50px rgba(70, 72, 73, 0.08);
}

.home-pillar {
  padding: 1.5rem 1.35rem;
  border-radius: 16px;
  position: relative;
  padding-inline-start: 3.5rem;
}

.home-pillar::before {
  content: attr(data-step);
  position: absolute;
  inset-inline-start: 1.15rem;
  top: 1.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--gold);
  opacity: 0.7;
}

.home-pillar strong {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.home-pillar span {
  font-size: 0.9rem;
  line-height: 1.75;
}

/* Services */
.home-svc {
  background: #0c0d0e;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* PNG has black fill — screen blend drops black, keeps gold lines visible */
.home-svc__logo-bg {
  position: absolute;
  inset: -5% -10%;
  z-index: 0;
  width: 120%;
  height: 110%;
  max-width: none;
  object-fit: cover;
  object-position: center 35%;
  pointer-events: none;
  user-select: none;
  opacity: 0.22;
  mix-blend-mode: screen;
}

[data-theme="dark"] .home-svc__logo-bg {
  opacity: 0.26;
  mix-blend-mode: lighten;
}

.home-svc::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(187, 152, 93, 0.12), transparent 60%);
  pointer-events: none;
}

.home-svc .home-sec__head,
.home-svc__bento,
.home-svc__foot {
  position: relative;
  z-index: 2;
}

.home-svc__card {
  min-height: 220px;
  padding: 2rem 1.75rem;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.home-svc__card::after {
  content: "←";
  position: absolute;
  bottom: 1.5rem;
  inset-inline-end: 1.5rem;
  font-size: 1.25rem;
  color: var(--gold);
  opacity: 0;
  transform: translateX(8px);
  transition: all 0.35s var(--home-ease);
}

[dir="ltr"] .home-svc__card::after {
  content: "→";
  transform: translateX(-8px);
}

.home-svc__card:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.home-svc__card--featured {
  min-height: 260px;
  background: linear-gradient(145deg, rgba(187, 152, 93, 0.2), rgba(255, 255, 255, 0.04));
}

.home-svc__card h3 {
  font-size: 1.2rem;
  max-width: 22ch;
}

/* Method */
.home-method__steps {
  gap: 1.5rem;
}

@media (min-width: 900px) {
  .home-method__steps {
    gap: 1.25rem;
  }

  .home-method__steps::before {
    top: 2.5rem;
    inset-inline: 6%;
  }
}

.home-step {
  padding: 1.75rem 1.5rem;
  border-radius: 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  transition: all 0.4s var(--home-ease);
}

.home-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(70, 72, 73, 0.12);
  border-color: rgba(187, 152, 93, 0.35);
}

.home-step__n {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.9rem;
  background: linear-gradient(135deg, rgba(187, 152, 93, 0.2), rgba(187, 152, 93, 0.05));
  border: 1px solid rgba(187, 152, 93, 0.3);
}

.home-step h3 {
  font-size: 1.05rem;
}

/* Values */
.home-values {
  background: var(--surface);
}

.home-values .home-sec__head {
  text-align: center;
  display: block;
  max-width: 40rem;
  margin-inline: auto;
}

.home-values .home-sec__index {
  display: none;
}

.home-value {
  padding: 1.75rem 1.5rem;
  border-radius: 18px;
  background: linear-gradient(180deg, var(--surface), var(--bg-subtle));
  transition: all 0.4s var(--home-ease);
}

.home-value:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(70, 72, 73, 0.1);
}

.home-value h3 {
  font-size: 1.08rem;
  margin-bottom: 0.5rem;
}

/* Sectors */
.home-sectors {
  background: var(--grey-900);
  color: #f2f0eb;
}

.home-sectors .home-sec__title,
.home-sectors .home-sec__tag {
  color: inherit;
}

.home-sectors .home-sec__tag {
  border-color: rgba(187, 152, 93, 0.35);
  background: rgba(187, 152, 93, 0.12);
}

.home-sector {
  padding: 1.15rem 1.35rem;
  border-radius: 14px;
  font-size: 0.92rem;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  transition: all 0.35s var(--home-ease);
}

.home-sector:hover {
  background: rgba(187, 152, 93, 0.12);
  border-color: rgba(187, 152, 93, 0.4);
  transform: translateY(-3px);
}

/* Impact */
.home-impact__item {
  padding: 2rem 1.25rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.home-impact__num {
  font-size: clamp(2.5rem, 6vw, 3.75rem);
  background: linear-gradient(180deg, #fff, var(--gold-l));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Explore */
.home-explore__link {
  min-height: 130px;
  padding: 1.5rem 1.25rem;
  border-radius: 18px;
  justify-content: flex-end;
}

.home-explore__link strong {
  font-size: 1.05rem;
}

.home-explore__link--accent {
  background: linear-gradient(160deg, rgba(187, 152, 93, 0.25), rgba(187, 152, 93, 0.06));
  border-color: rgba(187, 152, 93, 0.45);
}

/* Office & CTA */
.home-office__inner {
  border-radius: 24px;
  padding: clamp(2rem, 4vw, 2.75rem);
}

.home-cta {
  padding-block: clamp(5rem, 10vw, 7rem);
}

.home-cta__box {
  padding: clamp(3rem, 6vw, 4.5rem);
  border-radius: 28px;
  max-width: var(--home-shell);
}

.home-cta__box h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  letter-spacing: -0.03em;
}

.home-cta__box .home-sec__tag {
  border-color: rgba(187, 152, 93, 0.4);
  background: rgba(187, 152, 93, 0.15);
  color: var(--gold-l);
}

/* Stagger polish */
.page-home .reveal-stagger.visible > * {
  transition-delay: calc(0.08s * var(--i, 0));
}

/* ═══ PRO LAYER v8 — hero, intro, proof, marquee ═══ */
.home-hero__copy--pro {
  position: relative;
  padding-inline-start: 0;
  border-inline-start: none;
}

.home-hero__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1.35rem;
}

.home-kicker__dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-inline-end: 0.5rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px var(--home-glow);
  vertical-align: middle;
  animation: homeDotPulse 2.4s ease-in-out infinite;
}

@keyframes homeDotPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.85); }
}

.home-hero__license {
  padding: 0.4rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--gold-l);
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(187, 152, 93, 0.35);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.home-firm--hero {
  max-width: 34ch;
}

.home-firm--hero .home-firm__line {
  display: block;
}

.home-metrics--solo {
  grid-template-columns: 1fr;
}

.home-metrics--solo .home-metric--pro {
  text-align: center;
}

.home-statement--pro {
  margin-bottom: 1.25rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.home-lead--pro {
  position: relative;
  padding-inline-start: 1rem;
  border-inline-start: 1px solid rgba(187, 152, 93, 0.35);
}

.home-hero-contact--pro {
  margin-bottom: 1.85rem;
}

.home-actions--pro .home-btn-ghost {
  border-color: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
}

.home-actions--pro .home-btn-ghost:hover {
  border-color: rgba(187, 152, 93, 0.55);
  background: rgba(187, 152, 93, 0.08);
}

.home-glass--pro {
  position: relative;
  overflow: hidden;
}

.home-glass--pro::after {
  content: "";
  position: absolute;
  inset: -50%;
  background: conic-gradient(from 200deg, transparent, rgba(187, 152, 93, 0.06), transparent 35%);
  animation: homeGlassSpin 18s linear infinite;
  pointer-events: none;
}

@keyframes homeGlassSpin {
  to { transform: rotate(360deg); }
}

.home-glass__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.home-glass__badge {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.45);
}

.home-metrics--pro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.home-metric--pro {
  position: relative;
  z-index: 1;
}

.home-metric--pro::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(187, 152, 93, 0.08), transparent 55%);
  pointer-events: none;
}

/* Marquee pro */
.home-marquee--pro {
  position: relative;
  overflow: hidden;
}

.home-marquee__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(120px, 12vw);
  z-index: 2;
  pointer-events: none;
}

.home-marquee__fade--start {
  inset-inline-start: 0;
  background: linear-gradient(to inline-end, #0a0b0c, transparent);
}

.home-marquee__fade--end {
  inset-inline-end: 0;
  background: linear-gradient(to inline-start, #0a0b0c, transparent);
}

.home-marquee--pro .home-marquee__track > span:not(:nth-child(even)) {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* Intro ultra */
.home-intro--ultra {
  margin-top: -2rem;
  padding: 0;
  z-index: 4;
  background: transparent;
}

.home-intro--ultra .home-intro__inner,
.home-intro--pro .home-intro__shell {
  display: none;
}

.home-intro__band {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 8vw, 5.5rem) 0;
  background: linear-gradient(165deg, #121314 0%, #1a1b1d 42%, #232527 100%);
  color: #f4f2ef;
}

.home-intro__mesh {
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(ellipse 55% 45% at 12% 20%, rgba(187, 152, 93, 0.2), transparent 58%),
    radial-gradient(ellipse 40% 35% at 88% 75%, rgba(187, 152, 93, 0.1), transparent 55%);
  pointer-events: none;
}

.home-intro__line {
  position: absolute;
  inset-block: 18%;
  inset-inline-end: 8%;
  width: 38%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(187, 152, 93, 0.45), transparent);
  transform: rotate(-6deg);
  opacity: 0.6;
}

.home-intro__container {
  position: relative;
  z-index: 1;
  width: var(--home-shell);
  margin-inline: auto;
  padding-inline: var(--home-pad);
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
}

@media (min-width: 960px) {
  .home-intro__container {
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
    gap: clamp(2.5rem, 5vw, 4rem);
  }
}

.home-intro__story {
  position: relative;
  padding-inline-start: 1.35rem;
  border-inline-start: 2px solid rgba(187, 152, 93, 0.55);
}

.home-intro__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.15rem;
  padding: 0.45rem 1rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-l);
  background: rgba(187, 152, 93, 0.12);
  border: 1px solid rgba(187, 152, 93, 0.35);
  border-radius: 999px;
  box-shadow: 0 0 28px rgba(187, 152, 93, 0.15);
}

.home-intro__tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px var(--home-glow);
}

.home-intro__title {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: -0.02em;
  color: rgba(244, 242, 239, 0.9);
  max-width: 38ch;
}

.home-intro__bento {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}

.home-intro__cell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-height: 8.5rem;
  padding: 1.35rem 1.2rem 1.2rem;
  border-radius: 20px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.03) 55%,
    rgba(0, 0, 0, 0.15) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(187, 152, 93, 0.08) inset;
  overflow: hidden;
  transition: transform 0.45s var(--home-ease), border-color 0.35s, box-shadow 0.45s;
}

.home-intro__cell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(187, 152, 93, 0.12), transparent 50%);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}

.home-intro__cell:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(187, 152, 93, 0.45);
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.45),
    0 0 40px rgba(187, 152, 93, 0.12);
}

.home-intro__cell:hover::after {
  opacity: 1;
}

.home-intro__cell-n {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: rgba(187, 152, 93, 0.65);
  font-variant-numeric: tabular-nums;
}

.home-intro__cell-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  color: var(--gold-l);
  background: rgba(187, 152, 93, 0.15);
  border: 1px solid rgba(187, 152, 93, 0.25);
}

.home-intro__cell-ico svg {
  display: block;
}

.home-intro__cell-t {
  margin: 0;
  margin-top: auto;
  font-size: clamp(0.92rem, 1.8vw, 1.05rem);
  font-weight: 600;
  line-height: 1.45;
  color: #fff;
}

[data-theme="dark"] .home-intro__band {
  background: linear-gradient(165deg, #0a0b0c 0%, #141516 50%, #1c1d1e 100%);
}

.page-home .home-intro--ultra .reveal-stagger > * {
  transition-delay: calc(0.12s * var(--i, 0));
}

/* Proof pro */
.home-proof--pro .home-proof__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media (max-width: 768px) {
  .home-proof--pro .home-proof__inner {
    grid-template-columns: 1fr;
  }
}

.home-proof__card--pro {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-height: 7.5rem;
}

.home-proof__card--pro .home-proof__n {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: rgba(187, 152, 93, 0.45);
}

.home-proof__card--pro strong {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  color: var(--gold);
  line-height: 1.1;
}

.home-proof__card--pro span:last-child {
  font-size: 0.82rem;
  color: var(--text-2);
  line-height: 1.45;
}

/* ═══ HERO — advanced block backgrounds ═══ */
.home-hero--advanced {
  --hb-glass: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.11) 0%,
    rgba(255, 255, 255, 0.04) 38%,
    rgba(0, 0, 0, 0.22) 100%
  );
  --hb-border: rgba(187, 152, 93, 0.26);
  --hb-glow: rgba(187, 152, 93, 0.12);
  --hb-shadow:
    0 28px 64px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -12px 32px rgba(0, 0, 0, 0.15);
}

.home-hero--advanced .home-hero__mesh {
  background:
    radial-gradient(ellipse 80% 60% at 75% 5%, rgba(187, 152, 93, 0.28), transparent 55%),
    radial-gradient(ellipse 55% 45% at 10% 95%, rgba(187, 152, 93, 0.1), transparent 50%),
    radial-gradient(ellipse 40% 35% at 50% 50%, rgba(70, 72, 73, 0.15), transparent 60%),
    linear-gradient(165deg, #060707 0%, #121314 38%, #1a1b1d 62%, #0a0b0c 100%);
}

.home-hero--advanced .home-hero__grid {
  opacity: 0.22;
  background-size: 56px 56px;
  background-image:
    linear-gradient(rgba(187, 152, 93, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(187, 152, 93, 0.07) 1px, transparent 1px);
}

.home-hero--advanced .home-hero__beams {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.55;
}

.home-hero--advanced .home-hero__beams::before,
.home-hero--advanced .home-hero__beams::after {
  content: "";
  position: absolute;
  width: 140%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(187, 152, 93, 0.35) 20%,
    rgba(187, 152, 93, 0.15) 50%,
    transparent 80%
  );
  transform: rotate(-12deg);
}

.home-hero--advanced .home-hero__beams::before {
  top: 28%;
  inset-inline-start: -20%;
}

.home-hero--advanced .home-hero__beams::after {
  top: 62%;
  inset-inline-start: -15%;
  opacity: 0.5;
  transform: rotate(8deg);
}

.home-hero--advanced .home-hero__grain {
  opacity: 0.4;
  mix-blend-mode: overlay;
}

.home-hero--advanced .home-hero__line {
  opacity: 0.35;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(187, 152, 93, 0.2) 45%,
    transparent 90%
  );
}

.home-hero--advanced .home-kicker__pill {
  background: var(--hb-glass);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--hb-border);
  box-shadow: var(--hb-shadow), 0 0 40px var(--hb-glow);
  border-radius: 999px;
}

.home-hero--advanced .home-statement--pro {
  display: block;
  width: fit-content;
  max-width: 100%;
  padding: 0.75rem 1.25rem;
  background: var(--hb-glass);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--hb-border);
  border-radius: 14px;
  box-shadow: var(--hb-shadow);
  text-transform: none;
  letter-spacing: 0.04em;
  color: rgba(244, 242, 239, 0.88);
  position: relative;
  overflow: hidden;
}

.home-hero--advanced .home-statement--pro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(187, 152, 93, 0.15), transparent 55%);
  pointer-events: none;
}

.home-hero--advanced .home-lead--pro {
  padding: 1.15rem 1.35rem;
  margin-bottom: 1.5rem;
  background: var(--hb-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(187, 152, 93, 0.18);
  border-inline-start: 3px solid rgba(187, 152, 93, 0.55);
  border-radius: 16px;
  box-shadow: var(--hb-shadow);
}

.home-hero--advanced .home-hero-contact__chip {
  background: var(--hb-glass);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid var(--hb-border);
  border-radius: 999px;
  box-shadow: var(--hb-shadow);
  transition:
    transform 0.35s var(--home-ease),
    border-color 0.35s,
    box-shadow 0.35s;
}

.home-hero--advanced .home-hero-contact__chip:hover {
  transform: translateY(-2px);
  border-color: rgba(187, 152, 93, 0.45);
  box-shadow:
    var(--hb-shadow),
    0 0 32px var(--hb-glow);
}

.home-hero--advanced .home-hero-contact__ico {
  background: linear-gradient(145deg, rgba(187, 152, 93, 0.25), rgba(187, 152, 93, 0.08));
  border: 1px solid rgba(187, 152, 93, 0.3);
  box-shadow: 0 0 16px rgba(187, 152, 93, 0.12);
}

.home-hero--advanced .home-glass--elite {
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.05) 40%, rgba(0, 0, 0, 0.28) 100%);
  backdrop-filter: blur(32px) saturate(1.2);
  -webkit-backdrop-filter: blur(32px) saturate(1.2);
  border: 1px solid rgba(187, 152, 93, 0.32);
  box-shadow:
    0 56px 110px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 0 100px rgba(187, 152, 93, 0.08);
}

.home-hero--advanced .home-glass__shine {
  background: linear-gradient(
    125deg,
    rgba(255, 255, 255, 0.2) 0%,
    transparent 35%,
    transparent 55%,
    rgba(187, 152, 93, 0.12) 100%
  );
}

.home-hero--advanced .home-glass__marks {
  background:
    linear-gradient(160deg, rgba(0, 0, 0, 0.35) 0%, rgba(187, 152, 93, 0.06) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(187, 152, 93, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.home-hero--advanced .home-glass__stat {
  background:
    linear-gradient(160deg, rgba(0, 0, 0, 0.4) 0%, rgba(187, 152, 93, 0.08) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(187, 152, 93, 0.24);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.home-hero--advanced .home-glass__stat--main {
  background:
    linear-gradient(155deg, rgba(187, 152, 93, 0.2) 0%, rgba(0, 0, 0, 0.45) 55%, rgba(0, 0, 0, 0.35) 100%);
  border-color: rgba(187, 152, 93, 0.4);
  box-shadow:
    0 16px 40px rgba(187, 152, 93, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.home-hero--advanced .home-glass__seal {
  background: linear-gradient(145deg, rgba(187, 152, 93, 0.22), rgba(187, 152, 93, 0.06));
  box-shadow: 0 0 28px rgba(187, 152, 93, 0.2);
}

.home-hero--advanced .home-btn-ghost {
  background: var(--hb-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: var(--hb-shadow);
}

@media (prefers-reduced-motion: reduce) {
  .home-hero__orb,
  .home-hero__scroll,
  .home-hero__law-scales,
  .home-firm--hero .home-firm__line,
  .home-glass--pro::after,
  .home-kicker__dot {
    animation: none !important;
  }

  .home-firm--hero .home-firm__line {
    -webkit-text-fill-color: #fff;
    background: none;
  }

  .home-intro__cell,
  .page-home .reveal,
  .page-home .reveal-stagger > * {
    transition: none !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
  }
}
