:root {
  color-scheme: dark;
  --ink: #f7f1e7;
  --muted: #c9c0b2;
  --night: #030303;
  --line: rgba(247, 241, 231, 0.16);
  --gold: #d6ad67;
  --paper: #eee6da;
  --paper-ink: #151917;
  --mx: 0;
  --my: 0;
  --px: 50%;
  --py: 50%;
  --glow: 0;
  --person-y: 0px;
  --person-scale: 1;
  --intro-opacity: 1;
  --intro-title-y: 0px;
  --intro-person-y: 0px;
  --intro-scale: 1;
  --intro-blur: 0px;
  --second-media-y: 42px;
  --second-media-scale: 0.965;
  --second-copy-y: 34px;
  --second-media-clip: 18%;
  --second-sheen-x: -115%;
  --scroll: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--night);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), #f7f1e7);
  pointer-events: none;
  transform: scaleX(var(--scroll));
  transform-origin: left;
}

a {
  color: inherit;
}

.site-shell {
  min-height: 100vh;
  background: var(--paper);
}

.site-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #030303;
  --second-copy-y: 0px;
  --second-media-y: 0px;
  --second-media-scale: 1;
  --second-media-clip: 0%;
  --second-sheen-x: -115%;
}

.site-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle 160px at var(--px) var(--py), rgba(247, 241, 231, calc(0.038 * var(--glow))) 0%, rgba(214, 173, 103, calc(0.025 * var(--glow))) 34%, transparent 100%),
    radial-gradient(circle at 66% 46%, rgba(214, 173, 103, 0.12), transparent 31%),
    radial-gradient(circle at 20% 74%, rgba(122, 137, 129, 0.1), transparent 34%),
    linear-gradient(90deg, rgba(3, 3, 3, 0.99) 0%, rgba(3, 3, 3, 0.93) 48%, rgba(3, 3, 3, 0.82) 100%);
  transition: background 120ms ease, opacity 180ms ease;
}

.site-hero::after {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  z-index: -1;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(247, 241, 231, 0.18), transparent);
}

.hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-atmosphere::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(214, 173, 103, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(247, 241, 231, 0.035) 1px, transparent 1px);
  background-size: 96px 96px;
  -webkit-mask-image: radial-gradient(circle at 74% 44%, #000 0%, rgba(0, 0, 0, 0.66) 38%, transparent 72%);
  mask-image: radial-gradient(circle at 74% 44%, #000 0%, rgba(0, 0, 0, 0.66) 38%, transparent 72%);
  opacity: 0.42;
}

.hero-atmosphere::after {
  content: "";
  position: absolute;
  right: -12vw;
  top: -16vh;
  width: 58vw;
  height: 58vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 173, 103, 0.22), rgba(16, 50, 45, 0.12) 38%, transparent 68%);
  filter: blur(28px);
  opacity: 0.42;
}

.hero-bg-word {
  position: absolute;
  color: rgba(247, 241, 231, 0.064);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.82;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-bg-word-main {
  left: -0.9rem;
  top: 50%;
  color: rgba(247, 241, 231, 0.052);
  font-size: clamp(9rem, 16vw, 20rem);
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
}

.hero-bg-word-accent {
  right: -3.6rem;
  bottom: 2.6rem;
  color: rgba(214, 173, 103, 0.058);
  font-size: clamp(5.6rem, 10.5vw, 12.4rem);
}

.hero-map-grid {
  position: absolute;
  right: -2.4rem;
  top: 12%;
  width: min(56vw, 820px);
  height: min(74vh, 690px);
  border: 1px solid rgba(214, 173, 103, 0.12);
  border-radius: 4px;
  background:
    radial-gradient(circle at 72% 24%, rgba(214, 173, 103, 0.16), transparent 12%),
    radial-gradient(circle at 38% 66%, rgba(247, 241, 231, 0.09), transparent 9%),
    repeating-linear-gradient(32deg, transparent 0 56px, rgba(247, 241, 231, 0.045) 57px, transparent 58px),
    repeating-linear-gradient(118deg, transparent 0 72px, rgba(214, 173, 103, 0.05) 73px, transparent 74px);
  box-shadow: inset 0 0 90px rgba(214, 173, 103, 0.06);
  opacity: 0.72;
  transform: rotate(-4deg);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 76%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 76%, transparent 100%);
}

.hero-map-grid::before,
.hero-map-grid::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(214, 173, 103, 0.18);
  border-radius: 50%;
}

.hero-map-grid::before {
  right: 14%;
  top: 18%;
  width: 118px;
  height: 118px;
}

.hero-map-grid::after {
  left: 22%;
  bottom: 22%;
  width: 78px;
  height: 78px;
}

.hero-map-grid span {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247, 241, 231, 0.24), rgba(214, 173, 103, 0.16), transparent);
  transform-origin: left center;
}

.hero-map-grid span::after {
  content: "";
  position: absolute;
  right: -3px;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(214, 173, 103, 0.76);
  box-shadow: 0 0 22px rgba(214, 173, 103, 0.34);
}

.hero-map-grid span:nth-child(1) {
  left: 11%;
  top: 24%;
  width: 42%;
  transform: rotate(-13deg);
}

.hero-map-grid span:nth-child(2) {
  left: 28%;
  top: 42%;
  width: 54%;
  transform: rotate(8deg);
}

.hero-map-grid span:nth-child(3) {
  left: 14%;
  top: 70%;
  width: 46%;
  transform: rotate(-24deg);
}

.hero-map-grid span:nth-child(4) {
  left: 52%;
  top: 18%;
  width: 38%;
  transform: rotate(62deg);
}

.hero-map-grid span:nth-child(5) {
  left: 42%;
  top: 58%;
  width: 32%;
  transform: rotate(118deg);
}

.topbar {
  position: fixed;
  top: 14px;
  left: clamp(16px, 2.4vw, 34px);
  right: clamp(16px, 2.4vw, 34px);
  z-index: 45;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 66px;
  padding: 9px 10px 9px 16px;
  border: 1px solid rgba(247, 241, 231, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(14, 13, 11, 0.74), rgba(3, 3, 3, 0.62)),
    rgba(3, 3, 3, 0.66);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(22px);
}

.brand,
.topbar-actions,
.nav-links {
  display: flex;
  align-items: center;
}

.brand {
  flex: 0 0 auto;
  min-width: 0;
  text-decoration: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.brand:hover {
  opacity: 0.86;
  transform: translateY(-1px);
}

.brand-logo {
  display: block;
  width: clamp(162px, 17vw, 228px);
  height: auto;
  max-height: 44px;
  object-fit: contain;
  opacity: 0.94;
  filter: grayscale(1) brightness(2.18) contrast(0.94);
}

.brand-logo-c21 {
  width: clamp(194px, 18vw, 262px);
  max-height: 42px;
  opacity: 0.92;
  filter: none;
}

.topbar-actions {
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}

.nav-links {
  gap: 4px;
}

.nav-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(247, 241, 231, 0.68);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  background: transparent;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav-links a:hover {
  color: #fff;
  border-color: rgba(247, 241, 231, 0.12);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-2px);
}

.header-cta {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 8px 0 18px;
  border: 1px solid rgba(214, 173, 103, 0.64);
  border-radius: 999px;
  color: #15120d;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 800;
  white-space: nowrap;
  background: var(--gold);
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.header-cta::before {
  content: "";
  display: none;
}

.header-cta:hover {
  color: var(--gold);
  border-color: rgba(214, 173, 103, 0.82);
  background: rgba(247, 241, 231, 0.96);
  transform: translateY(-2px);
}

.header-cta-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #f7f1e7;
  background: #15120d;
  line-height: 1;
  transition: transform 160ms ease;
}

.header-cta:hover .header-cta-icon {
  transform: translateX(1px);
}

.hero-title {
  position: absolute;
  top: 108px;
  left: 50%;
  z-index: 1;
  width: min(1400px, calc(100% - 58px));
  margin: 0;
  font-family: "Libre Bodoni", Georgia, serif;
  font-size: 13.1rem;
  font-weight: 400;
  line-height: 0.62;
  text-transform: uppercase;
  pointer-events: none;
  opacity: var(--intro-opacity);
  filter: blur(var(--intro-blur));
  transform: translateX(-50%) translate3d(calc(var(--mx) * -7px), calc((var(--my) * -5px) + var(--intro-title-y)), 0) scale(var(--intro-scale));
}

.hero-title span {
  display: block;
  white-space: nowrap;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(0.16em);
  will-change: filter, opacity, transform;
}

.signature-cta.is-ready .hero-title span {
  animation: titleReveal 1250ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.signature-cta.is-ready .hero-title span + span {
  animation-delay: 160ms;
}

.hero-title span:first-child {
  color: #fff;
}

.hero-title span + span {
  padding-left: 4.7rem;
  color: rgba(247, 241, 231, 0.34);
}

.hero-person {
  position: absolute;
  left: 50%;
  bottom: -4px;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 36rem;
  height: min(80svh, 760px);
  pointer-events: none;
  opacity: var(--intro-opacity);
  filter:
    brightness(0.78)
    contrast(1.1)
    saturate(0.84)
    drop-shadow(0 34px 54px rgba(0, 0, 0, 0.72));
  transform: translateX(-50%) translate3d(calc(var(--mx) * -12px), calc((var(--my) * -8px) + var(--person-y) + var(--intro-person-y)), 0) scale(var(--person-scale));
  transition: transform 160ms ease-out, opacity 160ms ease-out;
  will-change: opacity, transform;
}

.hero-person::after {
  content: "";
  position: absolute;
  left: 13%;
  right: 13%;
  bottom: 3px;
  z-index: -1;
  height: 34px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.72);
  filter: blur(18px);
}

.hero-person img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: bottom center;
}

.second-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 68px));
  min-height: 100svh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.78fr);
  gap: min(8vw, 104px);
  align-items: center;
  padding: 98px 0 58px;
}

.second-hero-inner::before {
  content: "";
  position: absolute;
  inset: 0 -10%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 42%, rgba(214, 173, 103, 0.08), transparent 58%);
  opacity: 0.7;
  transform: translateX(var(--second-sheen-x));
}

.second-kicker {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.second-heading {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(3.9rem, 5.8vw, 6.2rem);
  font-weight: 800;
  line-height: 0.94;
  text-transform: uppercase;
}

.second-heading span {
  display: block;
  white-space: nowrap;
}

.js .site-hero .second-heading > span {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transform: translate3d(-18px, 0, 0);
  will-change: clip-path, opacity, transform;
}

.site-hero.is-ready .second-heading > span {
  animation: heroLineReveal 980ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.site-hero.is-ready .second-heading > span:nth-child(1) {
  animation-delay: 300ms;
}

.site-hero.is-ready .second-heading > span:nth-child(2) {
  animation-delay: 430ms;
}

.site-hero.is-ready .second-heading > span:nth-child(3) {
  animation-delay: 560ms;
}

.defended-word {
  display: inline-block;
  color: #fff;
  font-style: normal;
  background: linear-gradient(90deg, var(--gold) 0 50%, #fff 50% 100%);
  background-size: 210% 100%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.defended-word.is-filled {
  animation: defendedFill 980ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.second-copy {
  position: relative;
  z-index: 5;
  max-width: 680px;
  transform: translateY(var(--second-copy-y));
  transition: transform 180ms ease-out;
}

.second-lead {
  max-width: 560px;
  margin: 26px 0 0;
  color: rgba(247, 241, 231, 0.76);
  font-size: 1.12rem;
  line-height: 1.72;
}

.second-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.1;
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease, color 140ms ease, box-shadow 140ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #15120d;
  background: var(--gold);
  box-shadow: none;
}

.featured-cta {
  position: relative;
  min-width: 264px;
  min-height: 64px;
  justify-content: space-between;
  gap: 22px;
  padding: 0 12px 0 26px;
  overflow: hidden;
  isolation: isolate;
}

.featured-cta:hover {
  color: var(--gold);
  border-color: var(--gold);
  background: #f7f1e7;
  box-shadow: 0 10px 26px rgba(214, 173, 103, 0.14);
  transform: translateY(-1px);
}

.featured-cta span {
  position: relative;
  z-index: 1;
}

.button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #f7f1e7;
  background: #15120d;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  transition: transform 140ms ease, background 140ms ease, color 140ms ease;
}

.featured-cta:hover .button-icon {
  color: var(--gold);
  background: #15120d;
  transform: translateX(1px);
}

.button.secondary {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px);
}

.second-note {
  margin: 16px 0 0;
  color: rgba(247, 241, 231, 0.68);
  font-size: clamp(0.94rem, 1vw, 1.05rem);
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.second-media-shell {
  position: relative;
  z-index: 3;
  justify-self: center;
  width: min(410px, 32vw);
  height: min(72svh, 710px);
  min-height: 560px;
  will-change: clip-path, transform;
}

.second-media {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(247, 241, 231, 0.1);
  border-radius: 6px;
  background: #070707;
  box-shadow: 0 46px 110px rgba(0, 0, 0, 0.62);
  clip-path: inset(var(--second-media-clip) 0 0 0);
  transform: translate3d(0, var(--second-media-y), 0) scale(var(--second-media-scale));
  transition: clip-path 180ms ease-out, transform 180ms ease-out;
  will-change: clip-path, transform;
}

.second-media::before {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(247, 241, 231, 0.16), transparent 58%);
  opacity: 0.58;
  transform: translateX(var(--second-sheen-x));
  mix-blend-mode: screen;
}

.second-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.22);
}

.second-media img,
.second-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.82) contrast(1.08) saturate(0.95);
  transform: scale(1.012);
}

.second-media video {
  background: #070707;
}

.vsl-card {
  cursor: pointer;
}

.vsl-card.is-playing {
  cursor: default;
}

.vsl-card.is-playing::before {
  opacity: 0;
}

.vsl-card.is-playing::after {
  box-shadow: inset 0 0 48px rgba(0, 0, 0, 0.16);
}

.vsl-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(247, 241, 231, 0.36);
  border-radius: 50%;
  color: #15120d;
  background:
    linear-gradient(180deg, rgba(247, 241, 231, 0.94), rgba(214, 173, 103, 0.92)),
    var(--gold);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.48),
    0 0 0 12px rgba(247, 241, 231, 0.075);
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  cursor: pointer;
}

.vsl-play span {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid currentColor;
}

.vsl-play:hover {
  box-shadow:
    0 28px 78px rgba(0, 0, 0, 0.54),
    0 0 0 16px rgba(214, 173, 103, 0.12);
  transform: translate(-50%, -50%) scale(1.04);
}

.vsl-card.is-playing .vsl-play {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.92);
}

.second-media figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  padding: 20px;
  border-top: 1px solid rgba(247, 241, 231, 0.12);
  background: linear-gradient(180deg, rgba(3, 3, 3, 0), rgba(3, 3, 3, 0.8) 18%, rgba(3, 3, 3, 0.92));
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.vsl-card.is-playing figcaption {
  opacity: 0;
  transform: translateY(12px);
}

.second-media figcaption span {
  display: block;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.second-media figcaption strong {
  display: block;
  max-width: 280px;
  margin-top: 8px;
  color: rgba(247, 241, 231, 0.92);
  font-size: 1.08rem;
  line-height: 1.25;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
p {
  letter-spacing: 0;
}

h2 {
  max-width: 850px;
  margin: 0;
  font-family: "Libre Bodoni", Georgia, serif;
  font-size: 5.2rem;
  line-height: 0.9;
  font-weight: 500;
}

.js .reveal {
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 820ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 820ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 820ms cubic-bezier(0.16, 1, 0.3, 1),
    clip-path 900ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.js .reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.js h2 span.reveal {
  transform: translate3d(0, 0.32em, 0);
}

.js h2 span.reveal.is-visible {
  transform: translate3d(0, 0, 0);
}

.js .strategy-media.reveal,
.js .property-card.reveal,
.js .second-media.reveal {
  clip-path: inset(12% 0 0 0);
  transform: translate3d(0, 34px, 0) scale(0.985);
}

.js .strategy-media.reveal.is-visible,
.js .property-card.reveal.is-visible,
.js .second-media.reveal.is-visible {
  clip-path: inset(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.diagnosis-section,
.properties-section,
.faq-section,
.signature-cta {
  background: #030303;
}

.diagnosis-section,
.strategy-section,
.properties-section,
.advisor-section,
.faq-section,
.signature-cta {
  position: relative;
  overflow: hidden;
}

.properties-section,
.advisor-section,
.faq-section,
.signature-cta,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 920px;
}

.diagnosis-section::before,
.properties-section::before,
.faq-section::before,
.signature-cta::before,
.strategy-section::before,
.advisor-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(108deg, transparent 38%, rgba(214, 173, 103, 0.045), transparent 58%);
  opacity: 0.7;
  transform: translateX(-62%);
  animation: ambientSweep 14s ease-in-out infinite;
}

.strategy-section::before,
.advisor-section::before {
  background: linear-gradient(108deg, transparent 36%, rgba(21, 25, 23, 0.055), transparent 58%);
}

.diagnosis-shell,
.strategy-media,
.strategy-copy,
.properties-head,
.properties-grid,
.advisor-shell,
.faq-head,
.faq-list,
.signature-cta > * {
  position: relative;
  z-index: 1;
}

.diagnosis-section {
  --diag-scan-x: -72vw;
  --diag-scan-opacity: 0;
  --diag-field-opacity: 0.18;
  --diag-shell-y: 0px;
  --diag-shell-scale: 1;
  overflow: clip;
  height: 156svh;
  min-height: 100svh;
  display: block;
  padding: 0 34px;
  background:
    radial-gradient(circle at 78% 18%, rgba(214, 173, 103, 0.1), transparent 30%),
    linear-gradient(180deg, #030303 0%, #050403 48%, #030303 100%);
}

.diagnosis-section::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: min(34vw, 430px);
  pointer-events: none;
  opacity: var(--diag-scan-opacity);
  transform: translate3d(calc(-50% + var(--diag-scan-x)), 0, 0);
  background:
    linear-gradient(90deg, transparent 0%, rgba(214, 173, 103, 0.025) 22%, rgba(214, 173, 103, 0.16) 50%, rgba(247, 241, 231, 0.055) 52%, rgba(214, 173, 103, 0.025) 78%, transparent 100%);
  box-shadow: inset 1px 0 rgba(247, 241, 231, 0.22);
  mix-blend-mode: screen;
  transition: opacity 80ms linear, transform 80ms linear;
  will-change: opacity, transform;
}

.diagnosis-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: var(--diag-field-opacity);
  pointer-events: none;
  transition: opacity 80ms linear;
}

.diagnosis-field::before,
.diagnosis-field::after {
  content: "";
  position: absolute;
  inset: 13% 6% -2%;
  border: 1px solid rgba(214, 173, 103, 0.16);
  transform: perspective(960px) rotateX(58deg) rotateZ(-8deg) translateY(16%);
  transform-origin: center bottom;
}

.diagnosis-field::before {
  background-image:
    linear-gradient(rgba(247, 241, 231, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 241, 231, 0.075) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 24%, #000 68%, transparent 100%);
}

.diagnosis-field::after {
  inset: 26% 8% -8%;
  border-color: rgba(247, 241, 231, 0.08);
  background:
    linear-gradient(110deg, transparent 0 28%, rgba(214, 173, 103, 0.22) 28.4%, transparent 29% 61%, rgba(247, 241, 231, 0.12) 61.4%, transparent 62%),
    linear-gradient(20deg, transparent 0 42%, rgba(214, 173, 103, 0.16) 42.4%, transparent 43%);
}

.diagnosis-field span {
  position: absolute;
  width: clamp(86px, 10vw, 170px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 173, 103, 0.55), transparent);
  opacity: 0.54;
}

.diagnosis-field span:nth-child(1) {
  left: 8%;
  top: 24%;
}

.diagnosis-field span:nth-child(2) {
  right: 17%;
  top: 18%;
  transform: rotate(90deg);
}

.diagnosis-field span:nth-child(3) {
  right: 9%;
  bottom: 25%;
}

.diagnosis-field span:nth-child(4) {
  left: 34%;
  bottom: 14%;
  transform: rotate(-18deg);
}

.diagnosis-shell {
  position: sticky;
  top: 0;
  width: min(1220px, 100%);
  min-height: 100svh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.52fr);
  grid-template-areas:
    "title board"
    "stat board";
  gap: 30px 60px;
  align-content: center;
  padding: 82px 0 42px;
  transform: translate3d(0, var(--diag-shell-y), 0) scale(var(--diag-shell-scale));
  transition: transform 80ms linear;
  will-change: transform;
}

.diagnosis-title {
  grid-area: title;
}

.diagnosis-title .eyebrow.reveal,
.diagnosis-title h2 span.reveal {
  clip-path: inset(0 100% 0 0);
  filter: blur(0);
  transform: translate3d(-18px, 0, 0);
}

.diagnosis-title .eyebrow.reveal.is-visible,
.diagnosis-title h2 span.reveal.is-visible {
  clip-path: inset(0);
  transform: translate3d(0, 0, 0);
}

.diagnosis-title h2,
.strategy-copy h2,
.properties-head h2,
.advisor-shell h2,
.faq-head h2 {
  max-width: none;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.diagnosis-title h2 {
  max-width: 820px;
  color: #fff;
  font-size: clamp(3.85rem, 6vw, 6.45rem);
  line-height: 0.99;
}

.diagnosis-lead {
  max-width: 690px;
  margin: 20px 0 0;
  color: rgba(247, 241, 231, 0.7);
  font-size: clamp(1.04rem, 1.36vw, 1.24rem);
  line-height: 1.5;
}

.diagnosis-lead.reveal {
  filter: blur(6px);
  transform: translate3d(0, 18px, 0);
}

.diagnosis-lead.reveal.is-visible {
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.diagnosis-title h2 span,
.strategy-copy h2 span,
.properties-head h2 span {
  display: block;
}

.loss-word {
  display: inline-block;
  color: inherit;
  font-style: normal;
  transform-origin: center 70%;
}

.loss-word.is-alert {
  animation: lossWordAlert 820ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.diagnosis-board {
  grid-area: board;
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: 0;
  padding-left: 34px;
  border-left: 1px solid rgba(247, 241, 231, 0.16);
}

.diagnosis-board .reveal {
  filter: blur(6px);
  transform: translate3d(26px, 0, 0);
}

.diagnosis-board .reveal.is-visible {
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.board-label {
  max-width: 430px;
  margin: 0;
  color: var(--gold);
  font-size: 1.04rem;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
}

.board-intro {
  max-width: 410px;
  margin: 10px 0 20px;
  color: rgba(247, 241, 231, 0.6);
  font-size: 0.94rem;
  line-height: 1.55;
}

.diagnosis-board article {
  min-height: 112px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 18px;
  align-content: center;
  border-top: 1px solid rgba(247, 241, 231, 0.12);
}

.diagnosis-board article:last-child {
  border-bottom: 1px solid rgba(247, 241, 231, 0.12);
}

.diagnosis-board article span {
  color: var(--gold);
  font-weight: 800;
}

.diagnosis-board article strong {
  display: block;
  color: rgba(247, 241, 231, 0.92);
  font-size: 1.35rem;
  text-transform: uppercase;
}

.diagnosis-board article p {
  grid-column: 2;
  margin: 8px 0 0;
  color: rgba(247, 241, 231, 0.62);
  line-height: 1.5;
}

.diagnosis-stat {
  grid-area: stat;
  width: min(580px, 100%);
  display: grid;
  grid-template-areas:
    "label label"
    "number copy";
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px 24px;
  align-items: end;
  padding-top: 20px;
  border-top: 1px solid rgba(247, 241, 231, 0.16);
}

.diagnosis-stat.reveal {
  transform: translate3d(0, 24px, 0) scale(0.985);
}

.diagnosis-stat.reveal.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.diagnosis-stat strong {
  grid-area: number;
  display: inline-block;
  min-width: 4.2ch;
  color: var(--gold);
  font-family: "Libre Bodoni", Georgia, serif;
  font-size: clamp(4.1rem, 5.65vw, 6rem);
  font-weight: 500;
  font-variant-numeric: lining-nums tabular-nums;
  line-height: 0.82;
}

.diagnosis-stat span {
  grid-area: copy;
  max-width: 330px;
  color: rgba(247, 241, 231, 0.64);
  font-size: 0.95rem;
  line-height: 1.55;
}

.diagnosis-stat .diagnosis-stat-label {
  grid-area: label;
  max-width: none;
  color: var(--gold);
  font-size: clamp(0.78rem, 0.9vw, 0.9rem);
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.diagnosis-stat em {
  color: var(--gold);
  font-style: normal;
}

.strategy-section {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.58fr);
  grid-template-areas: "copy media";
  gap: min(6vw, 82px);
  align-items: center;
  padding: 92px clamp(56px, 7vw, 132px) 92px;
  color: #f7f1e7;
  background:
    radial-gradient(circle at 80% 45%, rgba(214, 173, 103, 0.16), transparent 34%),
    radial-gradient(circle at 16% 86%, rgba(247, 241, 231, 0.06), transparent 30%),
    linear-gradient(135deg, #070503 0%, #160e09 52%, #2a1a10 100%);
}

.strategy-section::before {
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, transparent 0 11%, rgba(247, 241, 231, 0.09) 11.03% 11.08%, transparent 11.12% 100%),
    linear-gradient(180deg, rgba(214, 173, 103, 0.4), transparent 16%) top / 100% 1px no-repeat,
    radial-gradient(circle at 78% 47%, rgba(214, 173, 103, 0.18), transparent 36%);
  opacity: 0;
  transform: scaleX(0.985);
  transform-origin: left center;
  animation: none;
  will-change: opacity, transform;
}

.strategy-section.is-solution-ready::before {
  animation: strategyAuraIn 1450ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.strategy-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 5, 3, 0.72) 0%, rgba(7, 5, 3, 0.1) 48%, rgba(7, 5, 3, 0.34) 100%),
    linear-gradient(180deg, rgba(7, 5, 3, 0.02), rgba(7, 5, 3, 0.48));
}

.strategy-media {
  grid-area: media;
  position: relative;
  height: clamp(420px, 44vw, 570px);
  min-height: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #0f0b08;
  box-shadow:
    0 34px 92px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(247, 241, 231, 0.08);
  transition: box-shadow 260ms ease, transform 260ms ease;
}

.strategy-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(16, 11, 8, 0.04), rgba(16, 11, 8, 0.34)),
    radial-gradient(circle at 50% 14%, rgba(247, 241, 231, 0.06), transparent 36%);
}

.strategy-media::after {
  content: "";
  position: absolute;
  inset: -12%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 42%, rgba(247, 241, 231, 0.12), transparent 58%);
  opacity: 0;
  transform: translateX(-40%);
  transition: opacity 240ms ease;
}

.strategy-media:hover {
  box-shadow: 0 42px 104px rgba(0, 0, 0, 0.42);
}

.strategy-media:hover::after {
  opacity: 0.38;
  animation: mediaSheen 1100ms cubic-bezier(0.16, 1, 0.3, 1);
}

.strategy-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) brightness(0.9) contrast(0.9);
  transform: scale(1.006);
  transition: filter 320ms ease, transform 520ms ease;
}

.strategy-media:hover img {
  filter: grayscale(1) brightness(0.96) contrast(0.94);
  transform: scale(1.024);
}

.strategy-copy {
  grid-area: copy;
  max-width: 820px;
}

.strategy-copy .eyebrow {
  color: var(--gold);
}

.strategy-copy .eyebrow.reveal,
.strategy-copy h2 span.reveal {
  clip-path: inset(0 100% 0 0);
  filter: blur(0);
  transform: translate3d(-18px, 0, 0);
}

.strategy-copy .eyebrow.reveal.is-visible,
.strategy-copy h2 span.reveal.is-visible {
  clip-path: inset(0);
  transform: translate3d(0, 0, 0);
}

.strategy-copy h2 {
  max-width: 820px;
  color: #f7f1e7;
  font-size: clamp(3.65rem, 5.25vw, 5.85rem);
  line-height: 0.9;
}

.strategy-copy h2 span:nth-child(2) {
  color: #f7f1e7;
}

.strategy-copy h2 em {
  color: var(--gold);
  font-style: normal;
}

.strategy-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 22px 0 0;
  color: rgba(247, 241, 231, 0.72);
  font-size: clamp(0.96rem, 1.12vw, 1.05rem);
  line-height: 1.58;
}

.strategy-copy > .strategy-quote {
  max-width: 660px;
  margin-top: 18px;
  color: var(--gold);
  font-family: "Libre Bodoni", Georgia, serif;
  font-size: clamp(1.42rem, 2vw, 2.1rem);
  font-weight: 500;
  line-height: 1.05;
}

.strategy-quote.reveal {
  clip-path: inset(0 100% 0 0);
  filter: blur(0);
  transform: translate3d(-16px, 0, 0);
}

.strategy-quote.reveal.is-visible {
  clip-path: inset(0);
  transform: translate3d(0, 0, 0);
}

.strategy-steps {
  max-width: 760px;
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(247, 241, 231, 0.16);
}

.strategy-steps article {
  position: relative;
  min-height: 84px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0 14px;
  align-content: center;
  overflow: hidden;
  padding: 0 18px 0 0;
  border-bottom: 1px solid rgba(247, 241, 231, 0.14);
  transition: transform 180ms ease, border-color 180ms ease;
}

.strategy-steps article:nth-child(2n) {
  padding-right: 0;
  padding-left: 18px;
  border-left: 1px solid rgba(247, 241, 231, 0.12);
}

.strategy-steps article.reveal {
  opacity: 1;
  filter: none;
  transform: none;
  transition: border-color 320ms ease, transform 180ms ease;
}

.strategy-steps article.reveal::before,
.strategy-steps article.reveal::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
}

.strategy-steps article.reveal::before {
  background: var(--gold);
}

.strategy-steps article.reveal::after {
  background: #070503;
}

.strategy-steps article.reveal > * {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translate3d(-12px, 0, 0);
  transition:
    opacity 420ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--reveal-delay, 0ms) + 760ms);
}

.strategy-steps article.reveal.is-visible {
  border-color: rgba(247, 241, 231, 0.18);
  transition-delay: calc(var(--reveal-delay, 0ms) + 620ms), 0ms;
}

.strategy-steps article.reveal.is-visible::before {
  animation: stepGoldCurtain 620ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms) both;
}

.strategy-steps article.reveal.is-visible::after {
  animation: stepDarkCurtain 660ms cubic-bezier(0.16, 1, 0.3, 1) calc(var(--reveal-delay, 0ms) + 95ms) both;
}

.strategy-steps article.reveal.is-visible > * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.strategy-steps article:hover {
  border-color: rgba(214, 173, 103, 0.34);
  transform: translateX(6px);
}

.strategy-steps span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
}

.strategy-steps strong {
  display: block;
  color: rgba(247, 241, 231, 0.94);
  font-size: 0.94rem;
  text-transform: uppercase;
}

.strategy-steps p {
  grid-column: 2;
  margin: 6px 0 0;
  color: rgba(247, 241, 231, 0.62);
  font-size: 0.86rem;
  line-height: 1.36;
}

.properties-section {
  min-height: 100svh;
  height: 100svh;
  display: grid;
  align-content: center;
  padding: clamp(36px, 5svh, 72px) clamp(56px, 7vw, 132px);
  background:
    radial-gradient(circle at 76% 12%, rgba(214, 173, 103, 0.12), transparent 28%),
    #030303;
}

.properties-head {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(390px, 0.5fr);
  gap: 56px;
  align-items: end;
}

.properties-head h2 {
  color: #fff;
  font-size: clamp(3.1rem, 5.1vw, 5.65rem);
  line-height: 0.9;
}

.properties-head .eyebrow.reveal,
.properties-head h2 span.reveal {
  clip-path: inset(0 100% 0 0);
  filter: blur(0);
  transform: translate3d(-18px, 0, 0);
}

.properties-head .eyebrow.reveal.is-visible,
.properties-head h2 span.reveal.is-visible {
  clip-path: inset(0);
  transform: translate3d(0, 0, 0);
}

.properties-copy {
  padding-bottom: 12px;
}

.properties-copy p {
  margin: 0 0 10px;
  color: rgba(247, 241, 231, 0.66);
  font-size: clamp(0.96rem, 1.05vw, 1.06rem);
  line-height: 1.62;
}

.properties-copy p.reveal {
  filter: blur(5px);
  transform: translate3d(0, 14px, 0);
}

.properties-copy p.reveal.is-visible {
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.properties-case-note {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(247, 241, 231, 0.14);
}

.properties-case-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 0.76rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.properties-grid {
  width: min(1320px, 100%);
  margin: clamp(22px, 3svh, 34px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.property-card {
  height: clamp(330px, 39svh, 370px);
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(130px, 1fr) auto;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(247, 241, 231, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 20px 62px rgba(0, 0, 0, 0.18);
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease, background 240ms ease;
}

.property-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--gold), rgba(247, 241, 231, 0.68));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.property-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(247, 241, 231, 0.06), transparent 42%);
  opacity: 0;
  transition: opacity 240ms ease;
}

.property-card:hover {
  border-color: rgba(214, 173, 103, 0.34);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.28);
  transform: translateY(-6px);
}

.property-card:hover::before {
  transform: scaleX(1);
}

.property-card.reveal.is-visible:hover {
  transform: translateY(-6px) scale(1);
}

.property-card:hover::after {
  opacity: 1;
}

.property-image {
  display: block;
  min-height: 0;
  overflow: hidden;
}

.property-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: brightness(0.88) contrast(1.04) saturate(0.96);
  transition: transform 360ms ease, filter 360ms ease;
}

.property-card:hover .property-image img {
  filter: brightness(0.98) contrast(1.04) saturate(1);
  transform: scale(1.04);
}

.property-card.reveal {
  opacity: 0;
  filter: none;
  clip-path: inset(0 0 12% 0);
  transform: translate3d(0, 26px, 0) scale(0.992);
  transition:
    opacity 520ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    clip-path 780ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 240ms ease,
    box-shadow 240ms ease,
    background 240ms ease;
  transition-delay: var(--reveal-delay, 0ms), var(--reveal-delay, 0ms), var(--reveal-delay, 0ms), 0ms, 0ms, 0ms;
}

.property-card.reveal.is-visible {
  opacity: 1;
  clip-path: inset(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.property-card.reveal .property-image {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 860ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--reveal-delay, 0ms) + 180ms);
}

.property-card.reveal.is-visible .property-image {
  clip-path: inset(0);
}

.property-card.reveal .property-image img {
  transform: scale(1.055);
  transition:
    transform 980ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 360ms ease;
  transition-delay: calc(var(--reveal-delay, 0ms) + 180ms), 0ms;
}

.property-card.reveal.is-visible .property-image img {
  transform: scale(1);
}

.property-card.reveal.is-visible:hover .property-image img {
  transform: scale(1.04);
}

.property-body {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(14px, 1.35vw, 18px);
}

.property-card.reveal .property-body > div,
.property-card.reveal .property-footer {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 560ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 640ms cubic-bezier(0.16, 1, 0.3, 1);
}

.property-card.reveal .property-body > div {
  transition-delay: calc(var(--reveal-delay, 0ms) + 560ms);
}

.property-card.reveal .property-footer {
  transition-delay: calc(var(--reveal-delay, 0ms) + 760ms);
}

.property-card.reveal.is-visible .property-body > div,
.property-card.reveal.is-visible .property-footer {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.property-body h3 {
  margin: 0;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(1.42rem, 1.8vw, 1.82rem);
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.property-body p {
  margin: 10px 0 0;
  color: rgba(247, 241, 231, 0.68);
  font-size: 0.84rem;
  line-height: 1.42;
}

.property-angle::before {
  content: "O que foi defendido";
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.property-card.reveal .property-angle::before {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 520ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--reveal-delay, 0ms) + 720ms);
}

.property-card.reveal.is-visible .property-angle::before {
  clip-path: inset(0);
}

.property-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-top: clamp(10px, 1.2svh, 14px);
  padding-top: 10px;
  border-top: 1px solid rgba(247, 241, 231, 0.12);
}

.property-footer strong {
  max-width: none;
  color: var(--gold);
  font-size: 0.72rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.advisor-section {
  min-height: 100svh;
  display: grid;
  align-content: center;
  padding: clamp(76px, 8svh, 118px) clamp(56px, 7vw, 132px);
  color: var(--paper-ink);
  background:
    radial-gradient(circle at 18% 28%, rgba(214, 173, 103, 0.16), transparent 28%),
    linear-gradient(90deg, rgba(102, 115, 95, 0.1), transparent 58%),
    var(--paper);
}

.advisor-shell {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.6fr) minmax(0, 0.74fr);
  grid-template-areas: "media copy";
  gap: clamp(58px, 7vw, 112px);
  align-items: center;
}

.advisor-media {
  grid-area: media;
  position: relative;
  min-height: 0;
  height: clamp(560px, 64vw, 760px);
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #161513;
  box-shadow:
    0 34px 84px rgba(21, 25, 23, 0.22),
    0 0 0 1px rgba(21, 25, 23, 0.08);
}

.advisor-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(238, 230, 218, 0.02), rgba(21, 25, 23, 0.18)),
    radial-gradient(circle at 50% 22%, rgba(247, 241, 231, 0.08), transparent 36%);
}

.advisor-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 52%;
  filter: brightness(0.95) contrast(1.02) saturate(0.92);
  transform: scale(1.015);
  transition: transform 520ms ease, filter 320ms ease;
}

.advisor-media:hover img {
  filter: brightness(1) contrast(1.03) saturate(0.98);
  transform: scale(1.035);
}

.advisor-copy {
  grid-area: copy;
  max-width: 820px;
}

.advisor-copy .eyebrow {
  color: #856336;
}

.advisor-copy .eyebrow.reveal,
.advisor-copy h2.reveal {
  clip-path: inset(0 100% 0 0);
  filter: blur(0);
  transform: translate3d(-18px, 0, 0);
}

.advisor-copy .eyebrow.reveal.is-visible,
.advisor-copy h2.reveal.is-visible {
  clip-path: inset(0);
  transform: translate3d(0, 0, 0);
}

.advisor-copy h2 {
  max-width: 860px;
  color: var(--paper-ink);
  font-size: clamp(3.45rem, 5.55vw, 6.35rem);
  line-height: 0.97;
  padding-bottom: 0.08em;
  margin-bottom: -0.08em;
}

.advisor-lead {
  max-width: 640px;
  margin: 28px 0 0;
  color: #59635d;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.72;
}

.advisor-lead em {
  color: #856336;
  font-style: normal;
  font-weight: 800;
}

.advisor-lead.reveal {
  filter: blur(5px);
  transform: translate3d(0, 16px, 0);
}

.advisor-lead.reveal.is-visible {
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.advisor-statement {
  max-width: 620px;
  margin: clamp(28px, 4svh, 42px) 0 0;
  padding: clamp(20px, 3svh, 28px) 0;
  border-top: 1px solid rgba(21, 25, 23, 0.14);
  border-bottom: 1px solid rgba(21, 25, 23, 0.14);
  color: var(--paper-ink);
  font-family: "Libre Bodoni", Georgia, serif;
  font-size: clamp(2.1rem, 3.2vw, 3.4rem);
  line-height: 1;
}

.advisor-statement.reveal {
  clip-path: inset(0 100% 0 0);
  filter: blur(0);
  transform: translate3d(-16px, 0, 0);
}

.advisor-statement.reveal.is-visible {
  clip-path: inset(0);
  transform: translate3d(0, 0, 0);
}

.advisor-signals {
  max-width: 720px;
  margin-top: clamp(34px, 5svh, 54px);
  display: grid;
  gap: 16px;
}

.advisor-signals p {
  position: relative;
  margin: 0;
  padding: 0 0 16px 24px;
  color: var(--paper-ink);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.45;
  border-bottom: 1px solid rgba(21, 25, 23, 0.14);
  transition: color 180ms ease, transform 180ms ease;
}

.advisor-signals p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #856336;
  box-shadow: 0 0 0 0 rgba(133, 99, 54, 0);
  transform: scale(1);
  transform-origin: center;
}

.advisor-signals p::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: #856336;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
}

.advisor-signals p:hover {
  color: #856336;
  transform: translateX(6px);
}

.advisor-signals p:hover::after {
  transform: scaleX(1);
}

.advisor-signal-text {
  display: block;
}

.advisor-signals strong {
  display: block;
  margin-bottom: 4px;
  color: #856336;
  font-size: 0.76rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.advisor-media.reveal {
  clip-path: inset(0 0 12% 0);
  filter: blur(6px);
  transform: translate3d(-22px, 0, 0) scale(0.985);
}

.advisor-media.reveal.is-visible {
  clip-path: inset(0);
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.advisor-signals p.reveal {
  filter: blur(5px);
  transform: translate3d(24px, 0, 0);
}

.advisor-signals p.reveal::before {
  opacity: 0;
  box-shadow: 0 0 0 0 rgba(133, 99, 54, 0);
  transform: scale(0);
  transition:
    opacity 260ms ease,
    box-shadow 620ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--reveal-delay, 0ms) + 120ms);
}

.advisor-signals p.reveal::after {
  transition-delay: calc(var(--reveal-delay, 0ms) + 180ms);
}

.advisor-signals p.reveal .advisor-signal-text {
  opacity: 1;
  clip-path: inset(0);
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.advisor-signals p.reveal.is-visible {
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.advisor-signals p.reveal.is-visible::before {
  opacity: 1;
  box-shadow: 0 0 0 7px rgba(133, 99, 54, 0.1);
  transform: scale(1);
}

.advisor-signals p.reveal.is-visible::after {
  transform: scaleX(1);
}

.advisor-signals p.reveal.is-visible .advisor-signal-text {
  opacity: 1;
  clip-path: inset(0);
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.advisor-signals p.reveal.is-visible:hover {
  transform: translateX(6px);
}

@media (min-width: 1081px) {
  .advisor-section {
    height: 100svh;
    min-height: 0;
    padding-top: clamp(46px, 6svh, 76px);
    padding-bottom: clamp(46px, 6svh, 76px);
  }

  .advisor-shell {
    height: 100%;
    max-height: 760px;
    grid-template-columns: minmax(300px, 0.56fr) minmax(0, 0.78fr);
    gap: clamp(52px, 6vw, 96px);
  }

  .advisor-media {
    height: min(70svh, 680px);
  }

  .advisor-copy h2 {
    font-size: clamp(3.1rem, 5.05vw, 5.8rem);
  }

  .advisor-lead {
    margin-top: clamp(18px, 2.2svh, 26px);
    line-height: 1.6;
  }

  .advisor-statement {
    margin-top: clamp(20px, 2.8svh, 32px);
    padding: clamp(16px, 2.4svh, 24px) 0;
    font-size: clamp(1.85rem, 2.7vw, 3rem);
  }

  .advisor-signals {
    margin-top: clamp(20px, 3svh, 32px);
    gap: 10px;
  }

  .advisor-signals p {
    padding-bottom: 12px;
    line-height: 1.35;
  }
}

@media (min-width: 1081px) and (max-height: 820px) {
  .advisor-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .advisor-media {
    height: min(68svh, 560px);
  }

  .advisor-copy h2 {
    font-size: clamp(2.85rem, 4.65vw, 5.15rem);
  }

  .advisor-lead {
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .advisor-statement {
    margin-top: 18px;
    padding: 14px 0;
    font-size: clamp(1.65rem, 2.4vw, 2.55rem);
  }

  .advisor-signals {
    margin-top: 18px;
    gap: 6px;
  }

  .advisor-signals p {
    padding-bottom: 10px;
    font-size: 1rem;
  }
}

.faq-section {
  min-height: 100svh;
  display: grid;
  align-content: center;
  padding: clamp(72px, 8svh, 110px) clamp(56px, 7vw, 132px);
  background:
    radial-gradient(circle at 78% 26%, rgba(214, 173, 103, 0.14), transparent 31%),
    linear-gradient(115deg, rgba(3, 3, 3, 0.98) 0%, rgba(10, 8, 5, 0.98) 54%, rgba(3, 3, 3, 0.96) 100%),
    #030303;
}

.faq-shell {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(26px, 3.8svh, 42px);
}

.faq-head {
  position: relative;
  top: auto;
}

.faq-head .eyebrow {
  color: var(--gold);
}

.faq-head h2 {
  max-width: 1160px;
  color: #fff;
  font-size: clamp(3.65rem, 5.55vw, 6.4rem);
  line-height: 0.86;
}

.faq-lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(247, 241, 231, 0.68);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.72;
}

.faq-lead.reveal {
  filter: blur(5px);
  transform: translate3d(0, 16px, 0);
}

.faq-lead.reveal.is-visible {
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.faq-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(247, 241, 231, 0.14);
  border-left: 1px solid rgba(247, 241, 231, 0.14);
}

.faq-item {
  position: relative;
  display: block;
  min-height: clamp(132px, 17svh, 164px);
  border-bottom: 1px solid rgba(247, 241, 231, 0.14);
  border-right: 1px solid rgba(247, 241, 231, 0.14);
  padding: clamp(18px, 2.2svh, 26px) clamp(18px, 2.1vw, 28px);
  transition: border-color 220ms ease, transform 180ms ease;
}

.faq-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-item:hover {
  border-color: rgba(214, 173, 103, 0.42);
  transform: translateX(4px);
}

.faq-item:hover::before,
.faq-item.reveal.is-visible::before {
  transform: scaleX(1);
}

.faq-item h3 {
  max-width: 420px;
  margin: 0 0 14px;
  color: rgba(247, 241, 231, 0.92);
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  font-weight: 800;
  line-height: 1.25;
  transition: color 180ms ease;
}

.faq-item:hover h3 {
  color: #fff;
}

.faq-item p {
  max-width: 420px;
  margin: 0;
  color: rgba(247, 241, 231, 0.66);
  font-size: clamp(0.92rem, 1vw, 1rem);
  line-height: 1.48;
}

.faq-item.reveal {
  filter: blur(5px);
  transform: translate3d(0, 22px, 0);
}

.faq-item.reveal.is-visible {
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.faq-item.reveal h3,
.faq-item.reveal p {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition:
    opacity 560ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--reveal-delay, 0ms) + 120ms);
}

.faq-item.reveal p {
  transition-delay: calc(var(--reveal-delay, 0ms) + 200ms);
}

.faq-item.reveal.is-visible h3,
.faq-item.reveal.is-visible p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 1081px) {
  .faq-section {
    height: 100svh;
    min-height: 0;
    padding-top: clamp(46px, 6svh, 76px);
    padding-bottom: clamp(46px, 6svh, 76px);
  }

  .faq-shell {
    height: 100%;
    align-content: center;
  }
}

@media (min-width: 1081px) and (max-height: 820px) {
  .faq-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .faq-shell {
    gap: clamp(22px, 3svh, 34px);
  }

  .faq-head h2 {
    max-width: 1040px;
    font-size: clamp(3.1rem, 5vw, 5.45rem);
  }

  .faq-lead {
    max-width: 720px;
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.54;
  }

  .faq-item {
    min-height: 116px;
    padding: 16px 18px;
  }

  .faq-item h3 {
    font-size: 1.02rem;
  }

  .faq-item p {
    line-height: 1.48;
    font-size: 0.95rem;
  }
}

.signature-cta {
  height: 100svh;
  min-height: 680px;
  isolation: isolate;
  padding: clamp(38px, 5svh, 62px) clamp(56px, 7vw, 132px);
  background:
    radial-gradient(circle 180px at var(--px) var(--py), rgba(247, 241, 231, calc(0.03 * var(--glow))) 0%, rgba(214, 173, 103, calc(0.02 * var(--glow))) 34%, transparent 100%),
    radial-gradient(circle at 50% 46%, rgba(214, 173, 103, 0.11), transparent 30%),
    linear-gradient(180deg, #030303 0%, #060503 100%);
}

.signature-cta::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(3, 3, 3, 0), rgba(3, 3, 3, 0.92));
}

.signature-title {
  top: clamp(58px, 8svh, 88px);
  width: min(1280px, calc(100% - 112px));
  font-size: clamp(5.4rem, 9.6vw, 10.1rem);
  line-height: 0.7;
  opacity: 0.9;
  filter: none;
  transform: translateX(-50%);
}

.signature-person {
  left: 50%;
  bottom: 0;
  width: clamp(23rem, 29vw, 32rem);
  height: min(67svh, 650px);
  opacity: 1;
  filter:
    brightness(0.72)
    contrast(1.12)
    saturate(0.82)
    drop-shadow(0 34px 54px rgba(0, 0, 0, 0.76));
  transform: translateX(-50%);
}

.signature-copy {
  position: absolute;
  left: clamp(56px, 7vw, 132px);
  right: clamp(56px, 7vw, 132px);
  bottom: clamp(34px, 5svh, 58px);
  z-index: 7;
  width: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(260px, auto);
  grid-template-areas:
    "eyebrow button"
    "heading button"
    "lead note";
  column-gap: clamp(34px, 6vw, 92px);
  row-gap: 10px;
  align-items: center;
  padding-top: clamp(18px, 3svh, 28px);
  border-top: 1px solid rgba(214, 173, 103, 0.58);
}

.signature-copy .eyebrow {
  grid-area: eyebrow;
}

.signature-copy h3 {
  grid-area: heading;
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.1rem, 4.1vw, 4.6rem);
  line-height: 0.92;
  font-weight: 800;
}

.signature-lead {
  grid-area: lead;
  max-width: 660px;
  margin: 4px 0 0;
  color: rgba(247, 241, 231, 0.72);
  font-size: clamp(0.98rem, 1.25vw, 1.12rem);
  line-height: 1.62;
}

.signature-copy .featured-cta {
  grid-area: button;
  justify-self: end;
  min-width: min(330px, 100%);
}

.signature-note {
  grid-area: note;
  justify-self: end;
  max-width: 300px;
  margin: 0;
  color: rgba(247, 241, 231, 0.52);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.42;
  text-align: right;
}

.site-footer {
  position: relative;
  min-height: 132px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px clamp(34px, 7vw, 132px);
  border-top: 1px solid rgba(247, 241, 231, 0.12);
  color: rgba(247, 241, 231, 0.62);
  background: #030303;
  font-size: 0.86rem;
  font-weight: 800;
  overflow: hidden;
}

.footer-info {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
}

.footer-info strong {
  color: rgba(247, 241, 231, 0.86);
  font-size: 0.96rem;
}

.footer-info span {
  color: rgba(247, 241, 231, 0.44);
}

.footer-links {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.site-footer a {
  color: var(--gold);
  text-decoration: none;
}

.footer-word {
  position: absolute;
  left: 50%;
  bottom: -0.18em;
  color: rgba(247, 241, 231, 0.035);
  font-family: "Libre Bodoni", Georgia, serif;
  font-size: clamp(4.8rem, 12vw, 11rem);
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  transform: translateX(-50%);
}

@keyframes titleReveal {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(0.16em);
  }

  45% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes heroLineReveal {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transform: translate3d(-18px, 0, 0);
  }

  35% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    clip-path: inset(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes defendedFill {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: 0 0;
  }
}

@keyframes mediaSheen {
  0% {
    transform: translateX(-58%);
  }

  100% {
    transform: translateX(58%);
  }
}

@keyframes ambientSweep {
  0%,
  42% {
    transform: translateX(-62%);
  }

  72%,
  100% {
    transform: translateX(62%);
  }
}

@keyframes strategyAuraIn {
  0% {
    opacity: 0;
    transform: scaleX(0.985);
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes stepGoldCurtain {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
  }

  48% {
    transform: scaleX(1);
    transform-origin: left center;
  }

  49% {
    transform: scaleX(1);
    transform-origin: right center;
  }

  100% {
    transform: scaleX(0);
    transform-origin: right center;
  }
}

@keyframes stepDarkCurtain {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
  }

  54% {
    transform: scaleX(1);
    transform-origin: left center;
  }

  55% {
    transform: scaleX(1);
    transform-origin: right center;
  }

  100% {
    transform: scaleX(0);
    transform-origin: right center;
  }
}

@keyframes statPulse {
  0% {
    text-shadow: 0 0 0 rgba(214, 173, 103, 0);
  }

  45% {
    text-shadow: 0 0 34px rgba(214, 173, 103, 0.3);
  }

  100% {
    text-shadow: 0 0 0 rgba(214, 173, 103, 0);
  }
}

@keyframes lossWordAlert {
  0% {
    color: #fff;
    text-shadow: 0 0 0 rgba(209, 49, 41, 0);
    transform: scale(1);
  }

  18% {
    color: #fff;
    transform: scale(1);
  }

  52% {
    color: #e4473f;
    text-shadow: 0 0 34px rgba(209, 49, 41, 0.28);
    transform: scale(1.018);
  }

  100% {
    color: #c9312b;
    text-shadow: 0 0 20px rgba(209, 49, 41, 0.18);
    transform: scale(1);
  }
}

.diagnosis-stat.is-counting strong {
  animation: statPulse 1350ms ease both;
}

@media (min-width: 1600px) {
  .hero-title {
    top: 100px;
    width: min(1560px, calc(100% - 72px));
    font-size: 14.8rem;
  }

  .signature-title {
    width: min(1420px, calc(100% - 96px));
    font-size: clamp(6.4rem, 9.2vw, 11.2rem);
  }

  .hero-person {
    width: 38rem;
    height: min(78svh, 820px);
  }

  .signature-person {
    width: clamp(25rem, 28vw, 34rem);
    height: min(66svh, 690px);
  }
}

@media (max-width: 1360px) {
  .hero-title {
    top: 106px;
    font-size: 11.5rem;
  }

  .signature-title {
    width: min(1180px, calc(100% - 72px));
    font-size: clamp(4.9rem, 9.1vw, 8.4rem);
  }

  .hero-person {
    width: 34rem;
  }

  .signature-person {
    width: clamp(22rem, 29vw, 30rem);
    height: min(64svh, 600px);
  }
}

@media (max-width: 1080px) {
  .hero-title {
    top: 118px;
    width: calc(100% - 44px);
    font-size: 8.4rem;
  }

  .hero-title span + span {
    padding-left: 2.6rem;
  }

  .hero-person {
    width: 31rem;
    height: min(74svh, 700px);
  }

  .second-hero-inner {
    width: calc(100% - 44px);
    grid-template-columns: minmax(0, 1fr) minmax(290px, 0.72fr);
    gap: 38px;
    padding: 92px 0 48px;
  }

  .second-heading {
    font-size: clamp(4.2rem, 7.2vw, 5.7rem);
  }

  .second-copy {
    max-width: 560px;
  }

  .second-lead {
    max-width: 430px;
    font-size: 0.98rem;
  }

  .second-media-shell {
    width: min(360px, 34vw);
    height: min(64svh, 620px);
    min-height: 500px;
  }

  .signature-title {
    top: 82px;
    width: calc(100% - 56px);
    font-size: clamp(4.4rem, 10vw, 7rem);
  }

  .signature-person {
    width: clamp(20rem, 44vw, 27rem);
    height: min(58svh, 560px);
  }

  .signature-copy {
    left: 34px;
    right: 34px;
    width: auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "heading"
      "lead"
      "button"
      "note";
    row-gap: 12px;
  }

  .signature-copy .featured-cta,
  .signature-note {
    justify-self: start;
    text-align: left;
  }

  .diagnosis-section {
    height: auto;
    display: grid;
    padding: 92px 34px;
  }

  .diagnosis-shell {
    position: relative;
    top: auto;
    min-height: auto;
    padding: 0;
    transform: none;
  }

  .diagnosis-shell {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "board"
      "stat";
    gap: 42px;
  }

  .diagnosis-board {
    padding-left: 0;
    border-left: 0;
  }

  .strategy-section {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "media";
    gap: 40px;
    padding: 92px clamp(30px, 6vw, 56px) 102px;
  }

  .strategy-section::before {
    inset: 0;
  }

  .strategy-media {
    height: 500px;
  }

  .properties-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .properties-section {
    min-height: auto;
    height: auto;
    display: block;
  }

  .properties-grid {
    grid-template-columns: 1fr;
  }

  .property-card {
    height: auto;
    min-height: auto;
    grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1fr);
    grid-template-rows: none;
  }

  .property-image {
    min-height: 100%;
  }

  .advisor-shell {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "media";
    gap: 42px;
  }

  .advisor-media {
    height: 520px;
  }

  .advisor-statement {
    max-width: 680px;
  }

  .advisor-signals {
    max-width: 760px;
  }

  .faq-shell {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .faq-head {
    position: relative;
    top: auto;
  }

  .faq-head h2 {
    max-width: 820px;
  }

  .faq-lead {
    max-width: 680px;
  }

  .faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  h2 {
    font-size: 4.2rem;
  }
}

@media (min-width: 721px) and (max-width: 1180px) {
  .topbar {
    gap: 12px;
    padding-left: 14px;
  }

  .brand-logo-c21 {
    width: clamp(160px, 19vw, 214px);
    max-height: 36px;
  }

  .nav-links {
    display: none;
  }

  .topbar-actions {
    flex: 0 0 auto;
  }

  .header-cta {
    min-height: 44px;
    font-size: 0.82rem;
  }

  .second-hero-inner {
    width: calc(100% - 56px);
    grid-template-columns: minmax(0, 1fr) minmax(270px, 0.72fr);
    gap: clamp(22px, 4.5vw, 42px);
    padding-top: 104px;
  }

  .second-heading {
    max-width: 520px;
    font-size: clamp(3rem, 5.1vw, 4.25rem);
    line-height: 0.96;
  }

  .second-lead {
    max-width: 460px;
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .second-media-shell {
    width: min(370px, 36vw);
    height: min(64svh, 620px);
    min-height: 420px;
  }
}

@media (min-width: 721px) and (max-width: 900px) {
  .second-hero-inner {
    display: block;
    padding-top: 108px;
  }

  .second-copy {
    max-width: 640px;
  }

  .second-heading {
    max-width: 640px;
    font-size: clamp(3.25rem, 7vw, 4.2rem);
  }

  .second-lead {
    max-width: 560px;
  }

  .second-media-shell {
    width: min(430px, 72vw);
    height: min(68svh, 650px);
    min-height: 0;
    margin: 36px auto 0;
  }
}

@media (max-width: 720px) {
  .topbar {
    top: 10px;
    left: 12px;
    right: 12px;
    min-height: 58px;
    gap: 10px;
    padding: 8px 8px 8px 12px;
  }

  .brand {
    flex: 1 1 auto;
  }

  .brand-logo {
    width: min(144px, 38vw);
    max-height: 36px;
  }

  .brand-logo-c21 {
    width: min(138px, 38vw);
    max-height: 30px;
  }

  .nav-links {
    display: none;
  }

  .topbar-actions {
    flex: 0 0 auto;
  }

  .header-cta {
    min-height: 42px;
    gap: 8px;
    padding: 0 7px 0 14px;
    font-size: 0.78rem;
  }

  .header-cta::before {
    content: "Agendar";
    display: inline;
  }

  .header-cta > span:first-child {
    display: none;
  }

  .header-cta-icon {
    width: 28px;
    height: 28px;
  }

  .hero-title {
    top: 106px;
    width: calc(100% - 32px);
    font-size: 3.25rem;
    line-height: 0.78;
  }

  .hero-title span + span {
    padding-left: 0;
  }

  .hero-person {
    left: 62%;
    width: 86%;
    height: min(63svh, 560px);
  }

  .site-hero::after {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .hero-atmosphere::before {
    background-size: 62px 62px;
    -webkit-mask-image: radial-gradient(circle at 64% 60%, #000 0%, rgba(0, 0, 0, 0.52) 34%, transparent 70%);
    mask-image: radial-gradient(circle at 64% 60%, #000 0%, rgba(0, 0, 0, 0.52) 34%, transparent 70%);
    opacity: 0.24;
  }

  .hero-atmosphere::after {
    right: -34vw;
    top: 16vh;
    width: 92vw;
    height: 92vw;
    opacity: 0.3;
  }

  .hero-bg-word-main {
    left: -1rem;
    top: 42%;
    font-size: 8.4rem;
    opacity: 0.52;
  }

  .hero-bg-word-accent {
    right: -4.5rem;
    bottom: 18%;
    font-size: 5.9rem;
    opacity: 0.46;
  }

  .hero-map-grid {
    right: -34%;
    top: 36%;
    width: 108vw;
    height: 46vh;
    opacity: 0.38;
    transform: rotate(-6deg);
  }

  .second-hero-inner {
    width: calc(100% - 40px);
    min-height: 100svh;
    display: block;
    padding: 82px 0 24px;
  }

  .second-kicker {
    font-size: 0.68rem;
  }

  .second-heading {
    max-width: 350px;
    font-size: 3.05rem;
    line-height: 0.94;
  }

  .second-copy {
    max-width: 350px;
    transform: none;
  }

  .second-lead {
    max-width: 350px;
    margin-top: 16px;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .second-actions {
    gap: 10px;
    margin-top: 20px;
  }

  .button {
    min-height: 50px;
    width: 100%;
  }

  .featured-cta {
    min-width: 100%;
    min-height: 56px;
  }

  .button-icon {
    width: 38px;
    height: 38px;
  }

  .second-note {
    margin-top: 10px;
    font-size: 0.82rem;
  }

  .second-media-shell {
    width: 100%;
    height: min(72svh, 660px);
    min-height: 500px;
    margin-top: 34px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .second-media {
    border-radius: 6px;
    box-shadow: 0 28px 72px rgba(0, 0, 0, 0.36);
  }

  .second-media figcaption {
    display: none;
  }

  .vsl-play {
    width: 64px;
    height: 64px;
    box-shadow:
      0 20px 56px rgba(0, 0, 0, 0.46),
      0 0 0 9px rgba(247, 241, 231, 0.075);
  }

  .diagnosis-section,
  .strategy-section,
  .properties-section,
  .advisor-section,
  .faq-section,
  .signature-cta {
    padding: 72px 20px;
  }

  .diagnosis-section::after {
    width: 58vw;
  }

  .diagnosis-field::before,
  .diagnosis-field::after {
    inset: 18% -34%;
    transform: perspective(720px) rotateX(62deg) rotateZ(-10deg) translateY(20%);
  }

  .diagnosis-shell {
    width: 100%;
    gap: 32px;
  }

  .diagnosis-title h2,
  .strategy-copy h2,
  .properties-head h2,
  .advisor-shell h2,
  .faq-head h2 {
    font-size: 3.05rem;
    line-height: 0.92;
  }

  .diagnosis-title h2 {
    line-height: 1;
  }

  .diagnosis-board article {
    min-height: 106px;
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 12px;
  }

  .diagnosis-board article strong {
    font-size: 1rem;
  }

  .diagnosis-stat {
    grid-template-areas:
      "label"
      "number"
      "copy";
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .diagnosis-stat strong {
    font-size: 4.2rem;
  }

  .diagnosis-stat span {
    max-width: 100%;
  }

  .strategy-section {
    display: grid;
    grid-template-areas:
      "copy"
      "media";
    padding: 84px 20px 92px;
  }

  .strategy-section::before {
    inset: 0;
  }

  .strategy-media {
    height: 340px;
  }

  .strategy-copy {
    margin-top: 34px;
  }

  .strategy-copy h2 {
    font-size: 2.5rem;
    line-height: 0.95;
  }

  .strategy-copy > p:not(.eyebrow) {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .strategy-copy > .strategy-quote {
    font-size: 1.55rem;
    line-height: 1.08;
  }

  .strategy-steps {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .strategy-steps article {
    min-height: auto;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 18px 0;
    column-gap: 10px;
  }

  .strategy-steps article:nth-child(2n) {
    padding-left: 0;
    border-left: 0;
  }

  .properties-head {
    display: block;
  }

  .properties-head h2 {
    font-size: 2.68rem;
    line-height: 0.94;
  }

  .properties-copy p {
    margin-top: 20px;
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .properties-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 34px;
  }

  .property-card {
    min-height: auto;
    display: block;
  }

  .property-card.reveal {
    opacity: 1;
    filter: none;
    clip-path: inset(0);
    transform: none;
  }

  .property-image {
    height: 250px;
    min-height: 250px;
    aspect-ratio: 1.25;
  }

  .property-card.reveal .property-image,
  .property-card.reveal .property-angle::before {
    clip-path: inset(0);
    transition-delay: 0ms;
  }

  .property-card.reveal .property-image img {
    transform: scale(1);
    transition-delay: 0ms;
  }

  .property-card.reveal .property-body > div,
  .property-card.reveal .property-footer {
    opacity: 1;
    transform: none;
    transition-delay: 0ms;
  }

  .property-body {
    min-height: auto;
    padding: 18px;
  }

  .property-body h3 {
    font-size: 1.75rem;
  }

  .advisor-shell {
    gap: 32px;
  }

  .advisor-media {
    height: 420px;
  }

  .advisor-copy h2 {
    font-size: 2.6rem;
    line-height: 1;
  }

  .advisor-lead {
    margin-top: 22px;
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .advisor-statement {
    margin-top: 24px;
    padding: 18px 0;
    border-top: 1px solid rgba(21, 25, 23, 0.14);
    border-bottom: 1px solid rgba(21, 25, 23, 0.14);
    font-size: 1.55rem;
    line-height: 1.08;
  }

  .advisor-signals {
    margin-top: 24px;
    gap: 0;
  }

  .advisor-signals p {
    padding: 16px 0 16px 24px;
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .faq-list {
    grid-template-columns: 1fr;
    margin-top: 0;
    border-left: 0;
  }

  .faq-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .faq-shell {
    gap: 32px;
  }

  .faq-head h2 {
    font-size: 2.9rem;
    line-height: 0.96;
  }

  .faq-lead {
    margin-top: 20px;
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .faq-item {
    min-height: auto;
    border-right: 0;
    padding: 18px 0;
  }

  .faq-item h3 {
    margin-bottom: 8px;
    font-size: 0.98rem;
  }

  .faq-item p {
    margin-right: 0;
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .signature-cta {
    height: 100svh;
    min-height: 760px;
    padding: 72px 20px 32px;
  }

  .signature-title {
    top: 74px;
    width: calc(100% - 32px);
    font-size: clamp(2.75rem, 12.8vw, 3.45rem);
    line-height: 0.78;
  }

  .signature-person {
    left: 50%;
    bottom: auto;
    top: min(18px, 2.2svh);
    z-index: 4;
    width: 96%;
    height: min(66svh, 560px);
    opacity: 1;
    filter:
      brightness(0.78)
      contrast(1.1)
      saturate(0.84)
      drop-shadow(0 24px 44px rgba(0, 0, 0, 0.78));
  }

  .signature-copy {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 28px;
    width: auto;
    margin-top: 0;
    padding-top: 20px;
    z-index: 7;
  }

  .signature-copy h3 {
    max-width: 340px;
    font-size: 1.92rem;
    line-height: 0.96;
  }

  .signature-lead {
    max-width: 340px;
    font-size: 0.96rem;
    line-height: 1.58;
  }

  .signature-copy .featured-cta {
    width: 100%;
    min-width: 0;
  }

  .signature-note {
    max-width: 300px;
    font-size: 0.82rem;
  }

  .site-footer {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 20px;
  }

  .footer-links {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px;
  }

  .footer-word {
    left: 20px;
    font-size: 4.2rem;
    transform: none;
  }

  h2 {
    font-size: 3.2rem;
  }
}

@media (max-width: 380px) {
  .hero-title {
    font-size: 2.95rem;
  }

  .brand-logo {
    width: 112px;
  }

  .brand-logo-c21 {
    width: 120px;
  }

  .header-cta {
    padding-left: 12px;
    font-size: 0.74rem;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .hero-title span {
    animation: none;
    opacity: 1;
    filter: none;
    transform: none;
  }

  .hero-person {
    transition: none;
  }

  .reveal,
  h2 span.reveal,
  .strategy-media.reveal,
  .property-card.reveal,
  .second-media.reveal {
    opacity: 1;
    filter: none;
    clip-path: inset(0);
    transform: none;
  }

  .diagnosis-section::before,
  .diagnosis-section::after,
  .diagnosis-field,
  .strategy-section::before,
  .properties-section::before,
  .faq-section::before,
  .signature-cta::before,
  .advisor-section::before {
    display: none;
  }

}
