:root {
  --black: #080808;
  --ink: #181716;
  --graphite: #171615;
  --graphite-soft: #252321;
  --paper: #e9e6e2;
  --paper-light: #f8f6f3;
  --paper-warm: #d8d2cc;
  --muted: #aaa19a;
  --bronze: #b89a70;
  --bronze-light: #ead9bf;
  --copper: #826c5b;
  --line-dark: rgba(234, 217, 191, 0.18);
  --line-light: rgba(24, 23, 22, 0.16);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--black);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

a,
button,
input,
textarea {
  font: inherit;
}

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

h1,
h2,
h3,
p,
ul,
blockquote,
figure {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

.reference-screen {
  width: 100%;
  background: #080808;
  overflow: hidden;
}

.reference-screen img {
  width: 100%;
  height: auto;
  display: block;
}

.reference-who,
.reference-expert-natalia {
  background: #ece8e3;
}

.reference-expert,
.reference-hero,
.reference-who {
  line-height: 0;
}

.anchor-target {
  position: relative;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.page {
  min-height: 100vh;
  overflow: hidden;
}

.shell {
  width: min(var(--max), calc(100% - 80px));
  margin: 0 auto;
}

.ui-icon {
  width: 34px;
  height: 34px;
  display: inline-block;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: var(--icon-url) center / contain no-repeat;
  mask: var(--icon-url) center / contain no-repeat;
}

.button {
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(184, 154, 112, 0.62);
  color: var(--bronze-light);
  background: rgba(255, 255, 255, 0.02);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.button:hover {
  border-color: rgba(234, 217, 191, 0.9);
  background: rgba(184, 154, 112, 0.08);
  transform: translateY(-1px);
}

.hero {
  min-height: 100vh;
  position: relative;
  color: var(--paper-light);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(13, 13, 12, 0.98) 56%, rgba(22, 21, 20, 0.98) 100%),
    var(--black);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.06), transparent 25%),
    radial-gradient(circle at 70% 40%, rgba(184, 154, 112, 0.11), transparent 34%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.035), transparent 36%);
  opacity: 0.8;
}

.site-header {
  width: min(100%, 1400px);
  min-height: 104px;
  margin: 0 auto;
  padding: 26px 36px 18px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  position: relative;
  z-index: 3;
}

.brand {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.brand-logo {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.1vw, 45px);
  line-height: 0.9;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.brand-rule {
  width: 1px;
  height: 46px;
  background: rgba(234, 217, 191, 0.34);
}

.brand-text {
  max-width: 128px;
  color: rgba(248, 246, 243, 0.82);
  font-size: 11px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 38px);
  color: rgba(248, 246, 243, 0.86);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.site-nav a,
.header-cta {
  transition: color 180ms ease, border-color 180ms ease;
}

.site-nav a:hover {
  color: var(--bronze-light);
}

.header-cta {
  min-height: 52px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(184, 154, 112, 0.62);
  color: var(--bronze-light);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  white-space: nowrap;
}

.header-cta:hover {
  border-color: rgba(234, 217, 191, 0.88);
}

.hero-grid {
  width: min(100%, 1400px);
  margin: 0 auto;
  padding: clamp(46px, 5vw, 74px) 36px 34px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(440px, 0.84fr) minmax(420px, 1fr);
  gap: clamp(40px, 6vw, 94px);
  align-items: center;
}

.microline {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(248, 246, 243, 0.78);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3.6px;
}

.microline::after {
  content: "";
  width: 58px;
  height: 1px;
  background: var(--bronze);
}

.hero h1 {
  margin-top: 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(82px, 9.2vw, 146px);
  line-height: 0.86;
  letter-spacing: 0.03em;
}

.hero-headline {
  max-width: 660px;
  margin-top: 26px;
  color: rgba(248, 246, 243, 0.94);
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.32;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}

.hero-headline::first-line,
.microline span::first-letter {
  color: var(--bronze-light);
}

.hero-text {
  max-width: 500px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(184, 154, 112, 0.6);
  color: rgba(248, 246, 243, 0.75);
  font-size: 15px;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.primary-action,
.ghost-action {
  min-width: 244px;
}

.ghost-action .ui-icon {
  width: 26px;
  height: 26px;
  color: var(--bronze);
}

.hero-system {
  min-height: 560px;
  position: relative;
}

.loop-map {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.loop-map span {
  position: absolute;
  border: 1px solid rgba(184, 154, 112, 0.46);
  border-radius: 50%;
  transform: rotate(var(--r, 0deg));
  opacity: var(--o, 0.6);
  filter: drop-shadow(0 0 7px rgba(184, 154, 112, 0.18));
}

.loop-map span:nth-child(1) {
  width: 62%;
  height: 32%;
  left: 12%;
  top: 14%;
  --r: 18deg;
  --o: 0.35;
}

.loop-map span:nth-child(2) {
  width: 76%;
  height: 34%;
  left: 8%;
  top: 38%;
  --r: -16deg;
  --o: 0.48;
}

.loop-map span:nth-child(3) {
  width: 54%;
  height: 46%;
  left: 36%;
  top: 20%;
  --r: 39deg;
  --o: 0.42;
}

.loop-map span:nth-child(4) {
  width: 82%;
  height: 30%;
  left: 15%;
  top: 52%;
  --r: 10deg;
  --o: 0.28;
}

.loop-map span:nth-child(5) {
  width: 44%;
  height: 42%;
  left: 21%;
  top: 30%;
  --r: -44deg;
  --o: 0.24;
  border-style: dashed;
}

.loop-map i {
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  background: var(--bronze-light);
  box-shadow: 0 0 18px rgba(234, 217, 191, 0.7);
}

.loop-map i:nth-of-type(1) {
  left: 34%;
  top: 25%;
}

.loop-map i:nth-of-type(2) {
  left: 55%;
  top: 44%;
}

.loop-map i:nth-of-type(3) {
  left: 72%;
  top: 31%;
}

.loop-map i:nth-of-type(4) {
  left: 70%;
  top: 66%;
}

.loop-map i:nth-of-type(5) {
  left: 45%;
  top: 62%;
}

.hero-quote {
  width: min(480px, 76%);
  position: absolute;
  left: 7%;
  bottom: 0;
  padding: 28px 32px;
  border-left: 1px solid rgba(184, 154, 112, 0.72);
  background: linear-gradient(90deg, rgba(18, 18, 17, 0.9), rgba(18, 18, 17, 0.22));
  color: rgba(248, 246, 243, 0.78);
}

.hero-quote .ui-icon {
  width: 38px;
  height: 38px;
  color: var(--bronze);
  margin-bottom: 14px;
}

.hero-quote blockquote {
  font-size: 18px;
  line-height: 1.56;
}

.hero-quote figcaption {
  margin-top: 18px;
  color: var(--bronze);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 12px;
}

.feature-strip {
  width: 100%;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: linear-gradient(115deg, #d9d5d0 0%, #f1efec 100%);
  color: var(--ink);
}

.feature-strip article {
  min-height: 170px;
  padding: 28px 26px;
  display: grid;
  align-content: start;
  justify-items: center;
  text-align: center;
  border-right: 1px solid rgba(24, 23, 22, 0.16);
}

.feature-strip article:last-child {
  border-right: 0;
}

.feature-strip .ui-icon {
  color: var(--copper);
  margin-bottom: 18px;
}

.feature-strip h3 {
  font-size: 13px;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 650;
}

.feature-strip p {
  margin-top: 12px;
  color: rgba(24, 23, 22, 0.66);
  font-size: 13px;
  line-height: 1.5;
}

.section {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dark {
  color: var(--paper-light);
  background:
    radial-gradient(circle at 82% 18%, rgba(184, 154, 112, 0.12), rgba(184, 154, 112, 0) 34%),
    linear-gradient(110deg, #090909 0%, #151514 54%, #22211f 100%);
}

.light {
  color: var(--ink);
  background:
    radial-gradient(circle at 80% 14%, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0) 34%),
    linear-gradient(115deg, #d9d5d0 0%, #e9e6e2 52%, #f4f2ef 100%);
}

.split {
  display: grid;
  grid-template-columns: minmax(320px, 360px) minmax(0, 1fr);
  gap: clamp(50px, 6vw, 86px);
  padding: clamp(82px, 8vw, 116px) 0;
}

.kicker {
  color: var(--bronze);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.8vw, 72px);
  line-height: 1.02;
  font-weight: 400;
}

.section-intro {
  max-width: 330px;
  margin-top: 24px;
  color: currentColor;
  opacity: 0.66;
  font-size: 16px;
  line-height: 1.56;
}

.lead {
  max-width: 770px;
  font-size: clamp(30px, 3.5vw, 52px);
  line-height: 1.12;
  font-weight: 500;
}

.copy {
  max-width: 700px;
  margin-top: 28px;
  color: currentColor;
  opacity: 0.72;
  font-size: 18px;
  line-height: 1.62;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.signal-grid li {
  min-height: 116px;
  display: flex;
  align-items: center;
  padding: 22px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  color: rgba(244, 242, 239, 0.86);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.35;
}

.big-quote {
  margin-top: 34px;
  color: var(--bronze-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.4vw, 72px);
  line-height: 1;
}

.who-section {
  padding: clamp(58px, 6vw, 88px) max(24px, calc((100vw - var(--max)) / 2)) clamp(70px, 7vw, 104px);
  color: var(--ink);
  background: linear-gradient(115deg, #f1efeb 0%, #e5e1dc 58%, #d8d3cd 100%);
}

.who-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.86fr);
  gap: 42px;
  align-items: start;
}

.who-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(24, 23, 22, 0.76);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.who-kicker span {
  width: 1px;
  height: 30px;
  background: rgba(24, 23, 22, 0.24);
}

.who-hero h2 {
  margin-top: 32px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(54px, 6.2vw, 92px);
  line-height: 1;
  font-weight: 780;
  text-transform: uppercase;
}

.who-hero h2::first-letter,
.who-summary h3 span {
  color: var(--bronze);
}

.who-hero p:not(.who-kicker) {
  max-width: 760px;
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.55;
}

.who-hero figure {
  min-height: 245px;
  position: relative;
  display: grid;
  align-content: center;
  padding: 30px 36px 30px 70px;
  overflow: hidden;
}

.who-hero figure::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: rgba(184, 154, 112, 0.72);
  z-index: 2;
}

.who-hero figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.48;
  mix-blend-mode: multiply;
}

.who-hero figure .ui-icon,
.who-hero blockquote {
  position: relative;
  z-index: 2;
}

.who-hero figure .ui-icon {
  width: 42px;
  height: 42px;
  color: var(--bronze);
  margin-bottom: 14px;
}

.who-hero blockquote {
  max-width: 330px;
  font-size: 21px;
  line-height: 1.45;
}

.who-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.who-card {
  min-height: 390px;
  display: grid;
  grid-template-rows: auto 1fr 150px;
  overflow: hidden;
  border: 1px solid rgba(24, 23, 22, 0.15);
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 14px 32px rgba(24, 23, 22, 0.08);
}

.who-card header {
  padding: 22px 22px 18px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid rgba(24, 23, 22, 0.2);
}

.who-card header span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  background: #62615f;
  font-weight: 760;
}

.who-card h3 {
  font-size: 17px;
  line-height: 1.14;
  text-transform: uppercase;
}

.who-card ul {
  display: grid;
  gap: 14px;
  padding: 22px;
  list-style: none;
}

.who-card li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 14px;
  align-items: start;
  font-size: 15px;
  line-height: 1.36;
}

.who-card .ui-icon {
  width: 22px;
  height: 22px;
  color: #6f6c68;
}

.who-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  filter: grayscale(0.82);
}

.who-summary {
  min-height: 144px;
  margin-top: 24px;
  display: grid;
  grid-template-columns: 190px minmax(250px, 1fr) minmax(430px, 1.6fr);
  align-items: center;
  gap: 26px;
  padding: 16px 28px;
  border: 1px solid rgba(24, 23, 22, 0.12);
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 14px 34px rgba(24, 23, 22, 0.07);
}

.who-summary img {
  width: 170px;
  filter: grayscale(0.4);
}

.who-summary h3 {
  color: var(--bronze);
  font-size: 22px;
}

.who-summary p {
  margin-top: 10px;
  color: rgba(24, 23, 22, 0.68);
  font-size: 16px;
  line-height: 1.5;
}

.who-outcomes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
}

.who-outcomes article {
  min-height: 98px;
  padding: 12px;
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  border-left: 1px solid rgba(24, 23, 22, 0.14);
}

.who-outcomes .ui-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  color: #6f6c68;
}

.who-outcomes span {
  font-size: 13px;
  line-height: 1.25;
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(24, 23, 22, 0.12);
  border: 1px solid rgba(24, 23, 22, 0.12);
}

.dark .cards {
  background: var(--line-dark);
  border-color: var(--line-dark);
}

.card {
  min-height: 250px;
  padding: 28px;
  background: rgba(244, 242, 239, 0.72);
}

.dark .card {
  background: rgba(255, 255, 255, 0.035);
}

.number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
  border: 1px solid rgba(184, 154, 112, 0.55);
  border-radius: 50%;
  color: var(--bronze);
  font-size: 14px;
  letter-spacing: 1px;
}

.card h3,
.row h3,
.faq h3 {
  font-size: 18px;
  line-height: 1.22;
  text-transform: uppercase;
  font-weight: 650;
}

.card p,
.row p,
.faq p {
  margin-top: 14px;
  color: currentColor;
  opacity: 0.68;
  font-size: 15px;
  line-height: 1.56;
}

.experts-head {
  padding: clamp(72px, 7vw, 104px) 0 clamp(42px, 4vw, 62px);
  text-align: center;
}

.experts-head h2 {
  margin-top: 14px;
}

.experts-head p {
  max-width: 620px;
  margin: 24px auto 0;
  color: rgba(244, 242, 239, 0.68);
  font-size: 17px;
  line-height: 1.56;
}

.expert-profile {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  color: var(--paper-light);
  background: linear-gradient(112deg, #080808 0%, #121211 55%, #22201e 100%);
}

.expert-profile::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -8vw;
  bottom: -22vw;
  width: 72vw;
  height: 42vw;
  background: #c9c4be;
  transform: rotate(-8deg);
  transform-origin: center;
  opacity: 0.88;
}

.expert-light {
  color: var(--ink);
  background: linear-gradient(112deg, #ebe8e3 0%, #f8f6f3 54%, #11100f 54.2%, #171615 100%);
}

.expert-light::after {
  left: -20vw;
  right: auto;
  top: -18vw;
  bottom: auto;
  background: rgba(255, 255, 255, 0.4);
}

.expert-layout {
  width: min(1280px, calc(100% - 72px));
  min-height: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(430px, 0.95fr) minmax(360px, 0.74fr);
  gap: 44px;
  align-items: center;
}

.expert-copy {
  padding: 72px 0;
  position: relative;
  z-index: 3;
}

.expert-copy h2 {
  margin-top: 24px;
  font-size: clamp(54px, 5.6vw, 86px);
}

.expert-subtitle {
  margin-top: 18px;
  color: rgba(248, 246, 243, 0.84);
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.38;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.expert-light .expert-subtitle {
  color: rgba(24, 23, 22, 0.76);
}

.expert-intro,
.expert-accent {
  max-width: 520px;
  margin-top: 28px;
  color: rgba(248, 246, 243, 0.74);
  font-size: 18px;
  line-height: 1.62;
}

.expert-light .expert-intro,
.expert-light .expert-accent {
  color: rgba(24, 23, 22, 0.78);
}

.expert-accent {
  color: var(--bronze);
}

.expert-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 44px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.expert-light .expert-features {
  border-color: var(--line-light);
}

.expert-features article {
  min-height: 150px;
  padding: 20px 18px;
  text-align: center;
  border-right: 1px solid var(--line-dark);
}

.expert-light .expert-features article {
  border-color: var(--line-light);
}

.expert-features article:last-child {
  border-right: 0;
}

.expert-features .ui-icon {
  color: var(--bronze);
  margin-bottom: 16px;
}

.expert-features h3 {
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
}

.expert-features p {
  margin-top: 10px;
  color: currentColor;
  opacity: 0.68;
  font-size: 12px;
  line-height: 1.45;
}

.expert-button {
  margin-top: 28px;
  min-width: 280px;
}

.expert-photo {
  min-height: 620px;
  align-self: end;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.expert-photo img {
  width: min(100%, 560px);
  max-height: 650px;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.95) contrast(1.04);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.expert-card {
  width: min(320px, 32vw);
  position: absolute;
  right: 0;
  bottom: 64px;
  z-index: 4;
  padding: 28px 30px;
  color: var(--paper-light);
  background: rgba(15, 15, 14, 0.94);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.expert-card h3 {
  color: var(--bronze);
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.expert-card h3::after {
  content: "";
  width: 44px;
  height: 1px;
  display: block;
  margin: 18px 0;
  background: var(--bronze);
}

.expert-card ul {
  display: grid;
  gap: 14px;
  padding-left: 17px;
  color: rgba(248, 246, 243, 0.78);
  font-size: 13px;
  line-height: 1.46;
}

.expert-card li::marker {
  color: var(--bronze);
}

.expert-card p {
  margin-top: 22px;
  color: var(--bronze);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-style: italic;
}

.expert-loops {
  right: -5%;
  left: auto;
  top: 5%;
  width: 48%;
  height: 50%;
  opacity: 0.72;
}

.expert-light .expert-loops {
  right: 0;
  top: 8%;
}

.rows {
  border-top: 1px solid rgba(24, 23, 22, 0.16);
}

.dark .rows {
  border-color: var(--line-dark);
}

.row,
.faq {
  display: grid;
  grid-template-columns: 76px minmax(180px, 250px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 58px);
  padding: 28px 0;
  border-bottom: 1px solid rgba(24, 23, 22, 0.16);
}

.dark .row,
.dark .faq {
  border-color: var(--line-dark);
}

.row span {
  color: var(--bronze);
  font-size: 13px;
  letter-spacing: 2px;
}

.result-list {
  display: grid;
  gap: 18px;
  margin-top: 36px;
  padding: 0;
  list-style: none;
}

.result-list li {
  position: relative;
  padding-left: 30px;
  color: currentColor;
  opacity: 0.75;
  font-size: 17px;
  line-height: 1.5;
}

.result-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(184, 154, 112, 0.72);
  border-radius: 50%;
}

.final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 390px);
  gap: clamp(34px, 4.4vw, 58px);
  align-items: start;
}

#contact .split {
  grid-template-columns: minmax(340px, 340px) minmax(0, 1fr);
  gap: clamp(42px, 5vw, 64px);
}

#contact h2 {
  font-size: clamp(42px, 4vw, 58px);
}

#contact .lead {
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.14;
}

.compact-title h2 {
  font-size: clamp(42px, 4.3vw, 64px);
}

.form {
  display: grid;
  gap: 12px;
  padding: 28px;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.035);
}

.field {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(244, 242, 239, 0.16);
  color: var(--paper-light);
  background: rgba(0, 0, 0, 0.28);
  outline: none;
}

textarea.field {
  min-height: 118px;
  padding-top: 16px;
  resize: vertical;
}

.field::placeholder {
  color: rgba(244, 242, 239, 0.46);
}

.field:focus {
  border-color: rgba(234, 217, 191, 0.82);
}

.form-status {
  display: none;
  color: var(--bronze-light);
  font-size: 14px;
  line-height: 1.5;
}

.form.is-sent .form-status {
  display: block;
}

.form.is-sent .button {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (prefers-reduced-motion: no-preference) {
  .loop-map span {
    animation: float-loop 12s ease-in-out infinite alternate;
  }

  .loop-map span:nth-child(even) {
    animation-duration: 15s;
  }
}

@keyframes float-loop {
  from {
    transform: rotate(var(--r, 0deg)) translate3d(0, 0, 0);
  }
  to {
    transform: rotate(calc(var(--r, 0deg) + 4deg)) translate3d(1.5%, -1.5%, 0);
  }
}

@media (min-width: 981px) {
  .hero {
    min-height: auto;
  }

  .site-header {
    min-height: 100px;
    padding: 30px 36px 8px;
  }

  .hero-grid {
    padding: 46px 36px 28px;
    grid-template-columns: minmax(480px, 0.92fr) minmax(520px, 1.08fr);
    align-items: start;
  }

  .hero-system {
    min-height: 430px;
  }

  .hero-loops {
    inset: -8px -16px 34px 0;
  }

  .hero h1 {
    margin-top: 26px;
    font-size: clamp(92px, 9.6vw, 136px);
  }

  .hero-headline {
    max-width: 610px;
    margin-top: 22px;
    font-size: clamp(22px, 1.9vw, 27px);
    letter-spacing: 2px;
  }

  .hero-text {
    max-width: 505px;
    margin-top: 26px;
    padding-top: 17px;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .hero-quote {
    width: min(480px, 78%);
    left: 7%;
    bottom: 0;
  }

  .feature-strip article {
    min-height: 260px;
    padding: 38px 28px 30px;
    align-content: center;
  }

  .feature-strip .ui-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 22px;
  }

  .expert-profile {
    min-height: 760px;
    height: 760px;
  }

  .expert-layout {
    width: min(1280px, 100%);
    min-height: 760px;
    display: block;
  }

  .expert-copy,
  .expert-photo,
  .expert-card {
    position: absolute;
  }

  .expert-copy {
    padding: 0;
    z-index: 5;
  }

  .expert-photo {
    min-height: 0;
    display: block;
    z-index: 3;
  }

  .expert-photo img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center top;
    box-shadow: none;
  }

  .expert-card {
    z-index: 6;
  }

  .expert-features article {
    min-height: 118px;
    padding: 14px 12px;
  }

  .expert-features .ui-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
  }

  .expert-features p {
    font-size: 10.5px;
    line-height: 1.32;
  }

  .expert-button {
    margin-top: 22px;
  }

  .expert-valentina .expert-copy {
    left: 6.9%;
    top: 136px;
    width: 47%;
  }

  .expert-valentina .expert-photo {
    right: 3.4%;
    bottom: 0;
    width: 43%;
    height: 630px;
  }

  .expert-valentina .expert-card {
    right: 3.4%;
    bottom: 58px;
    width: 300px;
    padding: 24px 28px;
  }

  .expert-valentina::after {
    right: -5%;
    bottom: -238px;
    width: 67%;
    height: 330px;
    transform: rotate(-8deg);
  }

  .expert-natalia {
    background: linear-gradient(104deg, #e2ded8 0%, #f3f0ec 55%, #10100f 55.1%, #171615 100%);
  }

  .expert-natalia::after {
    display: none;
  }

  .expert-natalia .expert-copy {
    left: 14.1%;
    top: 132px;
    width: 39%;
  }

  .expert-natalia .expert-copy h2 {
    font-size: clamp(58px, 6vw, 82px);
  }

  .expert-natalia .expert-intro,
  .expert-natalia .expert-accent {
    max-width: 480px;
    margin-top: 22px;
  }

  .expert-natalia .expert-features {
    width: 90%;
    margin-top: 32px;
  }

  .expert-natalia .expert-photo {
    right: 2.8%;
    top: 76px;
    width: 45%;
    height: 470px;
    z-index: 5;
    overflow: hidden;
    background: url("/assets/landing/generated/portrait-natalia.png") center top / contain no-repeat;
  }

  .expert-natalia .expert-photo img {
    object-fit: contain;
    object-position: center top;
    opacity: 0;
  }

  .expert-natalia .expert-card {
    right: 3%;
    bottom: 50px;
    width: 300px;
    padding: 24px 28px;
    z-index: 8;
  }

  .expert-victoria .expert-photo {
    left: 0;
    top: 72px;
    width: 38.5%;
    height: 560px;
  }

  .expert-victoria .expert-photo img {
    object-position: center top;
  }

  .expert-victoria .expert-copy {
    left: 41.2%;
    top: 144px;
    width: 52%;
  }

  .expert-victoria .expert-copy h2 {
    font-size: clamp(52px, 4.9vw, 64px);
  }

  .expert-victoria .expert-intro {
    display: none;
  }

  .expert-victoria .expert-card {
    left: 3.8%;
    bottom: 54px;
    width: 286px;
    padding: 24px 28px;
  }

  .expert-victoria::after {
    left: 35%;
    right: auto;
    bottom: -236px;
    width: 78%;
    height: 330px;
    transform: rotate(-8deg);
  }

  .expert-victoria .expert-loops {
    right: 2%;
    top: 10%;
    width: 36%;
    height: 42%;
  }
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .hero-grid {
    grid-template-columns: minmax(390px, 0.9fr) minmax(320px, 1fr);
  }

  .feature-strip,
  .who-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-strip article {
    border-bottom: 1px solid rgba(24, 23, 22, 0.16);
  }

  .who-summary {
    grid-template-columns: 160px 1fr;
  }

  .who-outcomes {
    grid-column: 1 / -1;
  }

  .expert-layout {
    grid-template-columns: 1fr 0.75fr;
  }

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

@media (max-width: 980px) {
  .shell {
    width: min(var(--max), calc(100% - 44px));
  }

  .hero {
    min-height: auto;
  }

  .hero-grid,
  .who-hero,
  .split,
  .final-grid,
  #contact .split {
    grid-template-columns: 1fr;
  }

  .hero-system {
    min-height: 420px;
  }

  .hero-quote {
    width: min(520px, 88%);
    left: 0;
  }

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

  .row,
  .faq {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px 24px;
  }

  .row p,
  .faq p {
    grid-column: 2;
  }

  .expert-profile,
  .expert-layout {
    min-height: auto;
  }

  .expert-profile::after {
    width: 110vw;
    height: 54vw;
  }

  .expert-layout {
    width: min(100% - 44px, var(--max));
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .expert-copy {
    padding: 70px 0 0;
  }

  .expert-photo {
    min-height: auto;
    justify-content: flex-start;
  }

  .expert-photo img {
    width: min(430px, 82vw);
    max-height: 520px;
  }

  .expert-card {
    right: 0;
    bottom: 38px;
    width: min(340px, 58vw);
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 22px 18px 12px;
    gap: 18px;
  }

  .brand {
    gap: 12px;
  }

  .brand-rule,
  .brand-text,
  .header-cta {
    display: none;
  }

  .site-nav {
    gap: 18px;
    font-size: 10px;
  }

  .hero-grid {
    padding: 42px 18px 28px;
  }

  .hero h1 {
    font-size: clamp(62px, 22vw, 98px);
  }

  .hero-headline {
    font-size: 19px;
    letter-spacing: 1.7px;
  }

  .hero-actions {
    display: grid;
  }

  .primary-action,
  .ghost-action {
    min-width: 0;
    width: 100%;
  }

  .hero-system {
    min-height: 360px;
  }

  .hero-quote {
    width: 100%;
    padding: 22px;
  }

  .who-cards,
  .signal-grid,
  .cards {
    grid-template-columns: 1fr;
  }

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

  .feature-strip article:last-child {
    grid-column: 1 / -1;
  }

  .feature-strip article {
    padding: 20px 16px;
    min-height: auto;
  }

  .feature-strip .ui-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 12px;
  }

  .feature-strip h3 {
    font-size: 11px;
  }

  .feature-strip p {
    font-size: 12px;
  }

  .who-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .who-hero h2 {
    font-size: clamp(42px, 14vw, 66px);
  }

  .who-card {
    min-height: auto;
    grid-template-rows: auto auto 140px;
  }

  .who-summary {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .who-summary img {
    width: 150px;
  }

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

  .shell {
    width: calc(100% - 32px);
  }

  .split {
    padding: 66px 0;
  }

  h2 {
    font-size: clamp(38px, 15vw, 58px);
  }

  .lead {
    font-size: clamp(28px, 8.5vw, 40px);
  }

  .copy {
    font-size: 16px;
    line-height: 1.55;
  }

  .signal-grid li {
    min-height: 86px;
  }

  .card {
    min-height: auto;
  }

  .number {
    margin-bottom: 28px;
  }

  .row,
  .faq {
    display: block;
  }

  .row h3,
  .faq h3 {
    margin-top: 12px;
  }

  .expert-copy h2 {
    font-size: clamp(44px, 14vw, 64px);
  }

  .expert-subtitle {
    font-size: 16px;
    letter-spacing: 1.8px;
  }

  .expert-features {
    grid-template-columns: 1fr;
  }

  .expert-features article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .expert-light .expert-features article {
    border-color: var(--line-light);
  }

  .expert-card {
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
    margin: -38px 0 46px;
  }

  .expert-photo img {
    width: 100%;
  }

  .form {
    padding: 20px;
  }
}
