:root {
  --bg: #080706;
  --panel: #11100d;
  --panel-soft: #171410;
  --ink: #f7f3ea;
  --muted: #b8aea0;
  --gold: #d9ad63;
  --copper: #8c533f;
  --teal: #7c7568;
  --line: rgba(247, 243, 234, 0.14);
  --shadow: rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.panel {
  position: relative;
  overflow: hidden;
}

.hero {
  min-height: 100svh;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34svh;
  background: linear-gradient(to bottom, transparent, rgba(8, 7, 6, 0.74) 64%, #080706);
  pointer-events: none;
}

.hero__image,
.hero__clouds,
.hero__shade,
.hero__rain {
  position: absolute;
  inset: 0;
}

.hero__image {
  z-index: -5;
  background-image: url("assets/strategix-consulting-hero.png");
  background-position: center;
  background-size: cover;
  filter: saturate(0.92) contrast(1.04) brightness(0.86);
  transform: scale(1.08);
  transform-origin: center center;
  will-change: transform;
}

.hero__clouds {
  z-index: -4;
  background-image: url("assets/strategix-consulting-hero.png");
  background-position: center;
  background-size: cover;
  opacity: 0.2;
  mix-blend-mode: soft-light;
  mask-image: linear-gradient(to right, #000 0%, transparent 58%);
  will-change: transform, opacity;
}

.hero__rain {
  z-index: -3;
  opacity: 0;
  mix-blend-mode: normal;
  will-change: transform, opacity;
}

.hero__shade {
  z-index: -2;
  background:
    radial-gradient(ellipse at 78% 36%, rgba(217, 173, 99, 0.22), transparent 28%),
    linear-gradient(90deg, rgba(8, 7, 6, 0.9), rgba(8, 7, 6, 0.5) 46%, rgba(8, 7, 6, 0.14) 82%),
    linear-gradient(to bottom, rgba(8, 7, 6, 0.18), rgba(8, 7, 6, 0.1) 54%, rgba(8, 7, 6, 0.66));
}

.hero__content {
  display: grid;
  min-height: 100svh;
  width: min(78rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: 7rem 0 7rem;
  align-content: center;
  justify-items: start;
  text-align: left;
  will-change: transform, opacity;
}

.hero__eyebrow {
  margin: 0 0 1.15rem;
  color: var(--gold);
  font-size: clamp(0.76rem, 1vw, 0.9rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  animation: strategix-enter 900ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.eyebrow,
.section-kicker {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  max-width: 11ch;
  margin-bottom: 1.2rem;
  font-size: clamp(4.2rem, 10vw, 9.6rem);
  line-height: 0.82;
  letter-spacing: 0.02em;
  text-shadow: 0 0.22rem 1.4rem rgba(0, 0, 0, 0.58);
  animation: strategix-enter 1050ms cubic-bezier(0.19, 1, 0.22, 1) 90ms both;
}

.hero__line {
  max-width: 44rem;
  margin-bottom: 0.62rem;
  color: rgba(247, 243, 234, 0.96);
  font-size: clamp(1.18rem, 2vw, 1.86rem);
  line-height: 1.35;
  text-shadow: 0 0.16rem 1rem rgba(0, 0, 0, 0.58);
  animation:
    strategix-enter 980ms cubic-bezier(0.19, 1, 0.22, 1) 220ms both,
    text-float 4.8s ease-in-out 1.1s infinite;
}

.hero__copy {
  max-width: 48rem;
  margin-bottom: 2.2rem;
  color: rgba(247, 243, 234, 0.88);
  font-size: clamp(0.98rem, 1.48vw, 1.34rem);
  line-height: 1.6;
  text-shadow: 0 0.14rem 0.9rem rgba(0, 0, 0, 0.62);
  animation:
    strategix-enter 980ms cubic-bezier(0.19, 1, 0.22, 1) 340ms both,
    text-float 4.8s ease-in-out 1.35s infinite;
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  width: min(54rem, 100%);
  border: 1px solid rgba(247, 243, 234, 0.16);
  background: rgba(247, 243, 234, 0.12);
  box-shadow: 0 1.2rem 4rem rgba(0, 0, 0, 0.28);
  animation: strategix-enter 980ms cubic-bezier(0.19, 1, 0.22, 1) 460ms both;
}

.hero__meta span {
  flex: 1 1 12rem;
  min-height: 4rem;
  display: grid;
  place-items: center;
  padding: 0.9rem 1rem;
  background: rgba(10, 9, 8, 0.58);
  color: rgba(247, 243, 234, 0.86);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

@keyframes text-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -0.42rem, 0);
  }
}

@keyframes strategix-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 2.2rem, 0) rotateX(16deg);
    filter: blur(10px);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateX(0deg);
    filter: blur(0);
  }
}

.button,
.contact-form button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.78rem 1.15rem;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.button--primary,
.contact-form button {
  background: var(--gold);
  color: #15100a;
  font-weight: 700;
}

.button--ghost {
  border-color: rgba(247, 243, 234, 0.24);
  background: rgba(247, 243, 234, 0.06);
  color: var(--ink);
}

.section-inner {
  width: min(76rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 8rem) 0;
}

.statement {
  min-height: 100svh;
  margin-top: -1px;
  background: #080706;
  isolation: isolate;
}

.statement::before,
.statement::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.statement::before {
  z-index: -4;
  background-image: url("assets/strategix-consulting-hero.png");
  background-position: center;
  background-size: cover;
  filter: saturate(0.78) brightness(0.42) contrast(1.12);
  opacity: 0.86;
  transform: translate3d(0, var(--dive-shift, 0px), 0) scale(1.08);
  transform-origin: center top;
}

.statement::after {
  z-index: -3;
  background:
    radial-gradient(ellipse at 18% 36%, rgba(217, 173, 99, 0.12), transparent 30%),
    linear-gradient(90deg, rgba(8, 7, 6, 0.9), rgba(8, 7, 6, 0.7) 46%, rgba(8, 7, 6, 0.55)),
    linear-gradient(to bottom, #080706, rgba(8, 7, 6, 0.72) 22%, #080706);
  opacity: 1;
}

.perspective__architecture {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: none;
  opacity: 0;
}

.perspective__grid {
  display: grid;
  grid-template-columns: minmax(20rem, 0.9fr) minmax(24rem, 1.1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  min-height: 100svh;
  padding-top: clamp(5rem, 8vw, 7rem);
  padding-bottom: clamp(5rem, 8vw, 7rem);
}

.perspective__heading {
  align-self: center;
}

.perspective h2,
.section-heading h2,
.contact h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 1.02;
}

.perspective h2 {
  font-size: clamp(3.2rem, 6.3vw, 6.35rem);
  color: rgba(247, 243, 234, 0.94);
  text-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.34);
}

.perspective__subtitle {
  margin: 1rem 0 0;
  color: rgba(247, 243, 234, 0.74);
  font-size: clamp(1.05rem, 1.8vw, 1.55rem);
  letter-spacing: 0.08em;
}

.perspective__copy {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.6rem);
  padding: clamp(1rem, 2vw, 1.8rem) 0 clamp(1rem, 2vw, 1.8rem) clamp(1.4rem, 3vw, 2.4rem);
  border-left: 1px solid rgba(221, 231, 224, 0.22);
  background: linear-gradient(90deg, rgba(230, 234, 224, 0.045), transparent 72%);
}

.perspective__thought {
  max-width: 42rem;
}

.perspective__thought p {
  margin-bottom: 0.42rem;
  color: rgba(247, 243, 234, 0.92);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.22rem, 2.2vw, 2rem);
  line-height: 1.35;
}

.perspective__thought .zh {
  margin-top: 0.72rem;
  color: rgba(220, 230, 224, 0.76);
  font-family: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-size: clamp(0.98rem, 1.4vw, 1.2rem);
  line-height: 1.85;
  letter-spacing: 0.03em;
}

.reveal {
  perspective: 900px;
}

.perspective__heading .section-kicker,
.perspective__heading h2,
.perspective__heading .perspective__subtitle,
.perspective__thought p {
  clip-path: inset(0 -4% 115% -4%);
  opacity: 0;
  transform: translate3d(0, 2.4rem, 0) rotateX(18deg);
  transform-origin: left bottom;
  filter: blur(10px);
  transition:
    clip-path 1050ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 700ms ease,
    transform 1050ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 900ms ease;
}

.reveal.is-visible .section-kicker,
.reveal.is-visible h2,
.reveal.is-visible .perspective__subtitle,
.reveal.is-visible p {
  clip-path: inset(-8% -4% -8% -4%);
  opacity: 1;
  transform: translate3d(0, 0, 0) rotateX(0deg);
  filter: blur(0);
}

.perspective__heading .section-kicker {
  transition-delay: 0ms;
}

.perspective__heading h2 {
  transition-delay: 110ms;
}

.perspective__heading .perspective__subtitle {
  transition-delay: 230ms;
}

.perspective__thought p:nth-child(1) {
  transition-delay: calc(var(--reveal-delay, 0ms) + 0ms);
}

.perspective__thought p:nth-child(2) {
  transition-delay: calc(var(--reveal-delay, 0ms) + 95ms);
}

.perspective__thought p:nth-child(3) {
  transition-delay: calc(var(--reveal-delay, 0ms) + 210ms);
}

.perspective__thought:nth-child(2) {
  --reveal-delay: 170ms;
}

.perspective__thought:nth-child(3) {
  --reveal-delay: 340ms;
}

.fx-reveal {
  opacity: 0;
  clip-path: inset(0 -4% 115% -4%);
  transform: translate3d(0, 2.2rem, 0) rotateX(14deg);
  transform-origin: left bottom;
  filter: blur(10px);
  transition:
    clip-path 1050ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 700ms ease,
    transform 1050ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 900ms ease;
  transition-delay: var(--fx-delay, 0ms);
  will-change: clip-path, opacity, transform, filter;
}

.fx-reveal.is-visible {
  opacity: 1;
  clip-path: inset(-8% -4% -8% -4%);
  transform: translate3d(0, 0, 0) rotateX(0deg);
  filter: blur(0);
}

.section-heading.fx-reveal,
.service-card.fx-reveal,
.question-node.fx-reveal,
.timeline li.fx-reveal,
.insight-strip a.fx-reveal,
.contact__layout > div.fx-reveal,
.contact-form.fx-reveal {
  perspective: 900px;
}

.contact p {
  color: var(--muted);
  line-height: 1.85;
}

.services {
  background: var(--panel);
}

.questions {
  min-height: 100svh;
  background:
    linear-gradient(rgba(8, 7, 6, 0.86), rgba(8, 7, 6, 0.92)),
    linear-gradient(90deg, rgba(217, 173, 99, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(217, 173, 99, 0.045) 1px, transparent 1px),
    radial-gradient(ellipse at 72% 26%, rgba(217, 173, 99, 0.12), transparent 34%),
    #080706;
  background-size: auto, 4rem 4rem, 4rem 4rem, auto, auto;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.38fr 1fr;
  gap: clamp(1.5rem, 5vw, 5rem);
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.questions__heading {
  align-items: end;
}

.questions__subtitle {
  margin: 1rem 0 0;
  color: rgba(247, 243, 234, 0.68);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  letter-spacing: 0.06em;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.service-card {
  min-height: 22rem;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  background:
    linear-gradient(160deg, rgba(214, 179, 109, 0.08), transparent 48%),
    var(--panel-soft);
}

.service-card span,
.timeline span,
.insight-strip span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
}

.service-card h3 {
  margin: 7rem 0 1rem;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 500;
}

.service-card p {
  color: var(--muted);
  line-height: 1.75;
}

.questions__diagram {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.8vw, 1.35rem);
  padding: clamp(1.6rem, 3vw, 2.4rem) 0;
}

.questions__diagram::before,
.questions__diagram::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.questions__diagram::before {
  top: clamp(3.25rem, 5.2vw, 4.6rem);
  right: 10%;
  left: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 173, 99, 0.62), transparent);
  box-shadow: 0 0 1.2rem rgba(217, 173, 99, 0.24);
}

.questions__diagram::after {
  inset: 0;
  background:
    radial-gradient(ellipse at 12.5% 18%, rgba(217, 173, 99, 0.12), transparent 10%),
    radial-gradient(ellipse at 37.5% 18%, rgba(217, 173, 99, 0.1), transparent 10%),
    radial-gradient(ellipse at 62.5% 18%, rgba(217, 173, 99, 0.1), transparent 10%),
    radial-gradient(ellipse at 87.5% 18%, rgba(217, 173, 99, 0.12), transparent 10%);
  opacity: 0.72;
}

.question-node {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  min-height: 20rem;
  padding: clamp(1.1rem, 2.2vw, 1.7rem);
  border: 1px solid rgba(217, 173, 99, 0.18);
  background:
    linear-gradient(180deg, rgba(217, 173, 99, 0.12), transparent 28%),
    linear-gradient(160deg, rgba(247, 243, 234, 0.035), transparent 50%),
    rgba(12, 11, 9, 0.66);
  box-shadow: 0 1.2rem 3.5rem rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  scale: 1;
  transition: scale 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.question-node::before {
  content: none;
}

.question-node span {
  display: inline-grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: clamp(2.3rem, 4vw, 3.5rem);
  border: 1px solid rgba(217, 173, 99, 0.64);
  border-radius: 999px;
  background: rgba(8, 7, 6, 0.94);
  box-shadow: 0 0 0 0.42rem rgba(217, 173, 99, 0.08), 0 0 1.4rem rgba(217, 173, 99, 0.26);
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.question-node h3 {
  margin: 0 0 1.1rem;
  color: rgba(247, 243, 234, 0.96);
  font-size: clamp(1.35rem, 2.4vw, 2.05rem);
  font-weight: 600;
}

.question-node p {
  margin-bottom: 0.7rem;
  color: rgba(247, 243, 234, 0.84);
  line-height: 1.62;
}

.question-node .zh {
  color: rgba(184, 174, 160, 0.86);
  font-size: 0.96rem;
  line-height: 1.8;
}

.question-node:hover {
  z-index: 2;
  scale: 1.045;
  border-color: rgba(217, 173, 99, 0.58);
  background:
    linear-gradient(180deg, rgba(217, 173, 99, 0.18), transparent 32%),
    linear-gradient(160deg, rgba(247, 243, 234, 0.055), transparent 50%),
    rgba(16, 13, 9, 0.82);
  box-shadow: 0 1.8rem 4.8rem rgba(0, 0, 0, 0.4), 0 0 2.2rem rgba(217, 173, 99, 0.18);
}

.question-node:hover span {
  border-color: rgba(217, 173, 99, 0.92);
  box-shadow: 0 0 0 0.5rem rgba(217, 173, 99, 0.11), 0 0 1.8rem rgba(217, 173, 99, 0.5);
}

.process {
  background:
    linear-gradient(to bottom, rgba(166, 107, 79, 0.09), transparent 40%),
    var(--bg);
}

.family {
  min-height: 100svh;
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.9), rgba(8, 7, 6, 0.58) 48%, rgba(8, 7, 6, 0.25)),
    linear-gradient(to bottom, rgba(8, 7, 6, 0.66), rgba(8, 7, 6, 0.72)),
    url("assets/family-table-consultation.png") center / cover;
}

.family__layout {
  display: grid;
  min-height: 100svh;
  width: min(84rem, calc(100% - 2rem));
  align-content: center;
  gap: clamp(2rem, 5vw, 4rem);
}

.family__heading {
  align-items: end;
}

.family__title-cn,
.family__subtitle,
.family__subtitle-cn {
  margin: 0;
}

.family__title-cn {
  margin-top: 1rem;
  color: rgba(247, 243, 234, 0.74);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  letter-spacing: 0.06em;
}

.family__subtitle {
  margin-top: 2rem;
  color: rgba(247, 243, 234, 0.92);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2.6vw, 2.4rem);
  line-height: 1.2;
}

.family__subtitle-cn {
  margin-top: 0.55rem;
  color: rgba(184, 174, 160, 0.88);
  font-size: clamp(0.98rem, 1.3vw, 1.12rem);
  letter-spacing: 0.04em;
}

.family__steps {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  justify-content: space-between;
  gap: clamp(2rem, 5vw, 5.5rem);
  border: 0;
  background: transparent;
}

.family__steps li {
  display: grid;
  grid-template-columns: 1fr;
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  transform-origin: center;
  transition: transform 220ms ease, filter 220ms ease;
}

.family__steps strong {
  margin: 0 0 0.55rem;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5.1vw, 5rem);
  font-weight: 500;
  line-height: 0.95;
  text-shadow: 0 0 1.8rem rgba(217, 173, 99, 0.18);
}

.family__steps p {
  color: rgba(217, 173, 99, 0.72);
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  letter-spacing: 0.12em;
}

.family__steps li:hover {
  transform: translateY(-0.25rem) scale(1.045);
  filter: drop-shadow(0 0 1.6rem rgba(217, 173, 99, 0.32));
}

.family__steps li:hover strong {
  color: rgba(247, 213, 146, 0.98);
  text-shadow: 0 0 1rem rgba(217, 173, 99, 0.42), 0 0 2.4rem rgba(217, 173, 99, 0.24);
}

.family__steps li:hover p {
  color: rgba(247, 213, 146, 0.88);
}

.family__closing {
  max-width: 56rem;
  margin: 0;
  color: rgba(247, 243, 234, 0.92);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.3vw, 2.15rem);
  line-height: 1.35;
}

.family__closing span {
  display: block;
  margin-top: 0.7rem;
  color: rgba(184, 174, 160, 0.86);
  font-family: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-size: clamp(0.98rem, 1.3vw, 1.12rem);
  line-height: 1.7;
}

.process__layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.8fr) minmax(20rem, 1fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}

.process .section-heading {
  display: block;
  position: sticky;
  top: 7rem;
  margin-bottom: 0;
}

.timeline {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.timeline li {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1rem;
  padding: 2.1rem 0;
  border-bottom: 1px solid var(--line);
}

.timeline strong {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.timeline p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.family__steps li {
  grid-template-columns: 1fr;
  align-content: start;
  gap: 0;
  padding: 0;
  border-bottom: 0;
}

.family__steps span,
.family__steps strong,
.family__steps p {
  grid-column: 1;
}

.family__steps strong {
  margin: 0 0 0.55rem;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5.1vw, 5rem);
  font-weight: 500;
  line-height: 0.95;
  text-shadow: 0 0 1.8rem rgba(217, 173, 99, 0.18);
  transition: color 220ms ease, text-shadow 220ms ease;
}

.family__steps p {
  margin-top: 0;
  color: rgba(217, 173, 99, 0.72);
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  letter-spacing: 0.12em;
  line-height: 1.55;
  transition: color 220ms ease;
}

.insights {
  background: var(--panel);
}

.bio {
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.96), rgba(8, 7, 6, 0.78)),
    radial-gradient(ellipse at 80% 20%, rgba(217, 173, 99, 0.1), transparent 34%),
    var(--panel);
}

.bio__layout {
  display: grid;
  gap: clamp(2.5rem, 7vw, 6.5rem);
}

.bio__heading {
  align-items: end;
}

.bio__title-cn,
.bio__headline,
.bio__headline-cn {
  margin: 0;
}

.bio__title-cn {
  margin-top: 1rem;
  color: rgba(247, 243, 234, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  letter-spacing: 0.06em;
}

.bio__headline {
  max-width: 52rem;
  margin-top: 2rem;
  color: rgba(247, 243, 234, 0.94);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.8vw, 2.7rem);
  line-height: 1.16;
}

.bio__headline-cn {
  margin-top: 0.65rem;
  color: rgba(184, 174, 160, 0.9);
  font-size: clamp(0.98rem, 1.35vw, 1.16rem);
  letter-spacing: 0.03em;
}

.bio__timeline {
  display: grid;
  gap: clamp(1.2rem, 3vw, 2.4rem);
  border-top: 0;
  background: transparent;
}

.bio__chapter {
  display: grid;
  grid-template-columns: minmax(10rem, 0.28fr) minmax(0, 1fr);
  gap: clamp(1.2rem, 3.6vw, 3.6rem);
  min-height: clamp(11rem, 26vh, 17rem);
  padding: clamp(0.7rem, 1.5vw, 1.4rem) 0;
  align-content: center;
  background: transparent;
  border-bottom: 0;
  opacity: var(--bio-opacity, 0.16);
  filter: blur(var(--bio-blur, 8px));
  transform: translate3d(0, var(--bio-shift, 2.5rem), 0) scale(var(--bio-scale, 0.96));
  transition: opacity 120ms linear, filter 120ms linear, transform 120ms linear;
  will-change: opacity, filter, transform;
}

.bio__chapter > span {
  color: var(--gold);
  font-size: clamp(0.82rem, 1vw, 0.95rem);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-shadow: 0 0 1.2rem rgba(217, 173, 99, calc(var(--bio-focus, 0) * 0.28));
}

.bio__chapter p {
  max-width: 58rem;
  margin: 0 0 0.28rem;
  color: rgba(247, 243, 234, 0.9);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.55vw, 1.42rem);
  line-height: 1.34;
  transform: scale(var(--bio-line-scale, 1));
  transform-origin: left center;
  text-shadow: 0 0 1.3rem rgba(217, 173, 99, calc(var(--bio-line-glow, 0) * 0.18));
  transition: transform 120ms linear, color 120ms linear, text-shadow 120ms linear;
  will-change: transform;
}

.bio__chapter .zh {
  margin-top: 0.56rem;
  color: rgba(184, 174, 160, 0.9);
  font-family: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-size: clamp(0.94rem, 1.1vw, 1.04rem);
  line-height: 1.58;
  letter-spacing: 0.02em;
}

.bio__quote {
  max-width: 66rem;
  min-height: clamp(18rem, 42vh, 26rem);
  margin: clamp(0.5rem, 2vw, 1.5rem) 0 0;
  padding: 0;
  display: grid;
  align-content: center;
  border-left: 0;
  background: transparent;
  opacity: var(--bio-opacity, 0.16);
  filter: blur(var(--bio-blur, 8px));
  transform: translate3d(0, var(--bio-shift, 2.5rem), 0) scale(var(--bio-scale, 0.96));
  transition: opacity 120ms linear, filter 120ms linear, transform 120ms linear;
  will-change: opacity, filter, transform;
}

.bio__quote p {
  margin: 0;
  color: rgba(247, 243, 234, 0.96);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3.2vw, 3rem);
  line-height: 1.12;
  transform: scale(var(--bio-line-scale, 1));
  transform-origin: left center;
  text-shadow: 0 0 1.5rem rgba(217, 173, 99, calc(var(--bio-focus, 0) * 0.22));
  transition: transform 120ms linear, text-shadow 120ms linear;
}

.bio__quote cite {
  display: block;
  margin-top: 1rem;
  color: rgba(184, 174, 160, 0.88);
  font-style: normal;
  line-height: 1.8;
  transform: scale(var(--bio-line-scale, 1));
  transform-origin: left center;
  text-shadow: 0 0 1rem rgba(217, 173, 99, calc(var(--bio-line-glow, 0) * 0.16));
  transition: transform 120ms linear, text-shadow 120ms linear;
}

.insight-strip {
  display: grid;
  border-top: 1px solid var(--line);
}

.insight-strip a {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 1.25rem;
  padding: 1.45rem 0;
  border-bottom: 1px solid var(--line);
  color: rgba(247, 243, 234, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1.45;
  transition: color 160ms ease, padding-left 160ms ease;
}

.insight-strip a:hover {
  padding-left: 0.6rem;
  color: var(--gold);
}

.contact {
  min-height: 100svh;
  background:
    linear-gradient(rgba(8, 7, 6, 0.8), rgba(8, 7, 6, 0.92)),
    url("assets/strategix-consulting-hero.png") center / cover;
}

.contact__layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.9fr) minmax(18rem, 0.72fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
  min-height: 100svh;
}

.conversation {
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.94), rgba(8, 7, 6, 0.76) 48%, rgba(8, 7, 6, 0.58)),
    radial-gradient(ellipse at 75% 28%, rgba(217, 173, 99, 0.12), transparent 34%),
    url("assets/strategix-consulting-hero.png") center / cover;
}

.conversation__layout {
  display: grid;
  grid-template-columns: minmax(20rem, 1fr) minmax(18rem, 0.62fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  min-height: 100svh;
}

.conversation__intro h2 {
  max-width: 11ch;
  margin-bottom: 0;
  font-size: clamp(3.4rem, 7.2vw, 7.2rem);
  line-height: 0.88;
}

.conversation__intro .section-kicker {
  color: var(--gold);
}

.conversation__title-cn,
.conversation__headline,
.conversation__headline-cn {
  margin: 0;
}

.conversation__title-cn {
  margin-top: 1rem;
  color: rgba(247, 243, 234, 0.74);
  font-size: clamp(1rem, 1.45vw, 1.24rem);
  letter-spacing: 0.06em;
}

.conversation__headline {
  max-width: 46rem;
  margin-top: 2rem;
  color: rgba(247, 243, 234, 0.95);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.5vw, 2.35rem);
  line-height: 1.2;
}

.conversation__headline-cn {
  margin-top: 0.6rem;
  color: rgba(184, 174, 160, 0.9);
  line-height: 1.75;
}

.conversation__copy {
  margin-top: 2rem;
}

.conversation__copy p {
  margin: 0 0 0.36rem;
  color: rgba(247, 243, 234, 0.88);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.6;
}

.conversation__copy .zh {
  margin-top: 1rem;
  color: rgba(184, 174, 160, 0.88);
  line-height: 1.85;
}

.contact-card {
  display: grid;
  gap: 0.85rem;
  padding: clamp(1.4rem, 3vw, 2.3rem);
  border: 1px solid rgba(217, 173, 99, 0.24);
  background:
    linear-gradient(160deg, rgba(217, 173, 99, 0.12), transparent 45%),
    rgba(12, 10, 8, 0.76);
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.38);
  color: rgba(247, 243, 234, 0.86);
  font-style: normal;
  backdrop-filter: blur(14px);
}

.conversation__contact {
  display: grid;
  gap: 1rem;
}

.contact-card strong {
  color: rgba(247, 243, 234, 0.98);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1;
}

.contact-card a {
  color: rgba(247, 243, 234, 0.9);
}

.contact-address {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 0.4rem;
  align-items: start;
}

.contact-qr {
  display: grid;
  justify-items: center;
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(217, 173, 99, 0.24);
  background: rgba(247, 243, 234, 0.94);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.28);
}

.contact-qr img {
  display: block;
  width: min(100%, 13rem);
  aspect-ratio: 1;
  object-fit: contain;
}

.conversation__closing {
  grid-column: 1 / -1;
  max-width: 66rem;
  margin: 0;
  padding-top: clamp(1rem, 3vw, 2rem);
  color: rgba(247, 243, 234, 0.96);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.8rem);
  line-height: 1.18;
}

.conversation__closing span {
  display: block;
  margin-top: 0.8rem;
  color: rgba(184, 174, 160, 0.9);
  font-family: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-size: clamp(0.98rem, 1.3vw, 1.12rem);
  line-height: 1.7;
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 3vw, 2rem);
  border: 1px solid rgba(247, 243, 234, 0.16);
  background: rgba(8, 13, 15, 0.72);
  box-shadow: 0 1rem 4rem var(--shadow);
  backdrop-filter: blur(16px);
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  color: rgba(247, 243, 234, 0.76);
  font-size: 0.92rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(247, 243, 234, 0.16);
  border-radius: 0;
  background: rgba(247, 243, 234, 0.06);
  color: var(--ink);
  padding: 0.86rem 0.9rem;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(214, 179, 109, 0.72);
}

@media (max-width: 820px) {
  .hero__content {
    padding: 4rem 0;
  }

  .hero__shade {
    background:
      radial-gradient(ellipse at 60% 32%, rgba(217, 173, 99, 0.18), transparent 38%),
      linear-gradient(90deg, rgba(8, 7, 6, 0.88), rgba(8, 7, 6, 0.54)),
      linear-gradient(to bottom, rgba(8, 7, 6, 0.08), rgba(8, 7, 6, 0.34) 62%, rgba(8, 7, 6, 0.78));
  }

  .hero__copy {
    max-width: 30rem;
  }

  .perspective__grid,
  .section-heading,
  .process__layout,
  .contact__layout,
  .conversation__layout {
    grid-template-columns: 1fr;
  }

  .perspective__grid {
    align-content: center;
    gap: 2.4rem;
  }

  .perspective__copy {
    border-left: 0;
    border-top: 1px solid rgba(221, 231, 224, 0.2);
    padding-right: 0;
    padding-left: 0;
  }

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

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

  .questions__diagram::before {
    top: 6%;
    bottom: 6%;
    left: 50%;
    width: 1px;
    height: auto;
    background: linear-gradient(to bottom, transparent, rgba(217, 173, 99, 0.4), transparent);
  }

  .questions__diagram::after {
    display: none;
  }

  .question-node {
    min-height: 17rem;
  }

  .question-node h3 {
    margin-top: 4.2rem;
  }

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

  .family__steps li {
    min-height: 10rem;
  }

  .service-card {
    min-height: 16rem;
  }

  .service-card h3 {
    margin-top: 4rem;
  }

  .process .section-heading {
    position: static;
  }

  .insight-strip a {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .bio__chapter {
    grid-template-columns: 1fr;
    gap: 1rem;
    min-height: auto;
    padding: clamp(2rem, 10vw, 4rem) 0;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: clamp(2.8rem, 15vw, 4.8rem);
  }

  .timeline li {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
