:root {
  --ink: #0b1821;
  --deep: #07141d;
  --cream: #f1ede4;
  --paper: #fbf9f4;
  --gold: #b69150;
  --gold2: #d4bd8c;
  --line: rgba(11, 24, 33, 0.14);
  --max: 1360px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
}
a {
  color: inherit;
}
.container {
  width: min(var(--max), calc(100% - 80px));
  margin-inline: auto;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
}
.site-header {
  position: absolute;
  z-index: 50;
  top: 20px;
  left: 50%;
  width: min(var(--max), calc(100% - 80px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 390px 1fr;
  grid-template-rows: 108px 54px;
  gap: 4px;
}
.brand {
  grid-row: 1;
}
.brand img {
  display: block;
  width: 390px;
  height: auto;
}
.header-phone-top {
  display: none !important;
}
.nav-shell {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 5px 9px 5px 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 28px;
  background: rgba(245, 243, 238, 0.83);
  box-shadow: 0 10px 30px rgba(5, 16, 22, 0.1);
  backdrop-filter: blur(16px);
}
.nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  white-space: nowrap;
}
.nav a,
.nav-disabled {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.18s;
}
.nav a:hover,
.nav a.active {
  color: #98722f;
}
.nav a.active {
  box-shadow: inset 0 -1px #98722f;
}
.nav-disabled {
  color: #69747a;
  cursor: default;
}
.header-phone {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #15130f;
  background: var(--gold);
  font-size: 16.5px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.menu-toggle {
  display: none;
}
.site-header.sticky {
  position: fixed;
  top: 16px;
  grid-template-rows: 0 62px;
  pointer-events: none;
}
.site-header.sticky .brand {
  visibility: hidden;
}
.site-header.sticky .nav-shell {
  pointer-events: auto;
  background: rgba(245, 243, 238, 0.86);
  box-shadow: 0 14px 35px rgba(5, 16, 22, 0.16);
}
.breadcrumb {
  position: absolute;
  z-index: 4;
  top: 188px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
}
.breadcrumb a {
  text-decoration: none;
}
.hero {
  min-height: 860px;
  padding: 242px 0 112px;
  color: #fff;
  background:
    radial-gradient(
      circle at 84% 24%,
      rgba(182, 145, 80, 0.16),
      transparent 32%
    ),
    linear-gradient(132deg, #07141d, #102833 58%, #173039);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.45fr);
  gap: 100px;
  align-items: end;
}
.hero h1,
.section h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
}
.hero h1 {
  max-width: 900px;
  margin: 0 0 28px;
  font-size: clamp(56px, 5vw, 78px);
  line-height: 0.98;
}
.hero-lead {
  max-width: 790px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.55;
}
.hero-thesis {
  margin: 0;
  color: var(--gold2);
  font-size: 17px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
}
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 750;
}
.primary {
  color: #101820;
  background: var(--gold);
}
.ghost {
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}
.dark {
  color: #fff;
  background: var(--ink);
}
.hero-note {
  padding: 0 0 12px 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}
.hero-note p {
  margin: 0 0 20px;
  font:
    500 24px/1.35 Georgia,
    serif;
}
.hero-note span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
}
.section {
  padding: 112px 0;
  scroll-margin-top: 110px;
}
.heading {
  display: grid;
  grid-template-columns: 0.52fr 1.12fr 0.74fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 58px;
}
.section h2 {
  margin: 0;
  font-size: clamp(42px, 4vw, 62px);
  line-height: 1.04;
}
.heading > p:last-child {
  margin: 4px 0 0;
  color: #58676e;
  font-size: 16px;
  line-height: 1.65;
}
.direction-list {
  border-top: 1px solid var(--line);
}
.direction-list article,
.direction-list > a {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  padding: 30px 8px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: background 0.18s;
}
.direction-list > a:hover {
  background: rgba(182, 145, 80, 0.07);
}
.direction-list span,
.management-grid > article > span,
.principle-grid span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
}
.direction-list h3 {
  margin: 0 0 8px;
  font:
    500 29px/1.2 Georgia,
    serif;
}
.direction-list p {
  max-width: 760px;
  margin: 0;
  color: #536168;
  line-height: 1.55;
}
.direction-list small {
  display: block;
  margin-top: 11px;
  color: #8f6c2d;
  font-size: 12px;
}
.system,
.management,
.contacts {
  color: #fff;
  background: var(--ink);
}
.heading.light > p:last-child {
  color: rgba(255, 255, 255, 0.6);
}
.scenario-lines {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.scenario-lines article {
  display: grid;
  grid-template-columns: 50px repeat(7, auto);
  gap: 18px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.scenario-lines span {
  color: var(--gold2);
  font-size: 12px;
}
.scenario-lines p {
  margin: 0;
  font:
    500 18px/1.3 Georgia,
    serif;
}
.scenario-lines i {
  color: rgba(255, 255, 255, 0.35);
  font-style: normal;
}
.simple-heading {
  display: grid;
  grid-template-columns: 0.52fr 1.85fr;
  gap: 48px;
  margin-bottom: 54px;
}
.audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.audience-grid article {
  padding: 38px;
  border: 1px solid var(--line);
  background: #fff;
}
.audience-grid .business {
  color: #fff;
  background: #14262f;
}
.audience-grid h3 {
  margin: 0 0 24px;
  font:
    500 30px/1.2 Georgia,
    serif;
}
.audience-grid ul,
.management-grid ul {
  margin: 0;
  padding-left: 19px;
  line-height: 1.9;
}
.audience-grid a {
  display: inline-block;
  margin-top: 28px;
  color: var(--gold2);
  font-weight: 700;
  text-decoration: none;
}
.management-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.management-grid article {
  padding: 38px 46px 38px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.management-grid article + article {
  padding-left: 46px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.management-grid h3 {
  margin: 18px 0 24px;
  font:
    500 31px/1.2 Georgia,
    serif;
  color: var(--gold2);
}
.management-grid li {
  color: rgba(255, 255, 255, 0.72);
}
.note {
  margin: 30px 0 0;
  color: var(--gold2);
}
.principles {
  background: var(--cream);
}
.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.principle-grid article {
  min-height: 230px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.principle-grid h3 {
  margin: 24px 0 12px;
  font:
    500 25px/1.2 Georgia,
    serif;
}
.principle-grid p {
  margin: 0;
  color: #55636a;
  line-height: 1.6;
}
.proof-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 72px;
  align-items: center;
}
.proof-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.proof h3 {
  margin: 34px 0 12px;
  font:
    500 31px/1.2 Georgia,
    serif;
}
.proof p:not(.eyebrow) {
  color: #526068;
  font-size: 16px;
  line-height: 1.65;
}
.text-link {
  color: #8f6c2d;
  font-weight: 700;
  text-decoration: none;
}
.today {
  background: var(--cream);
}
.fact-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}
.fact-list li {
  padding: 22px 8px;
  border-bottom: 1px solid var(--line);
  font:
    500 20px/1.3 Georgia,
    serif;
}
.fact-list li:nth-child(odd) {
  border-right: 1px solid var(--line);
}
.fact-list li:nth-child(even) {
  padding-left: 28px;
}
.geography {
  padding-block: 86px;
}
.geo-grid {
  display: grid;
  grid-template-columns: 0.42fr 1.45fr 0.65fr;
  gap: 42px;
  align-items: start;
}
.geo-grid p:last-child {
  margin: 5px 0;
  color: #5b686f;
  line-height: 1.6;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 110px;
}
.contacts h2 {
  margin-bottom: 22px;
}
.contacts p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.6;
}
.contacts address {
  display: grid;
  gap: 18px;
  padding-left: 42px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  font-style: normal;
}
.contacts address > a {
  color: var(--gold2);
  font-size: 19px;
  text-decoration: none;
}
.contacts address p {
  margin: 4px 0 !important;
}
.legal {
  padding: 30px 0;
  background: #09131a;
  color: #fff;
}
.legal-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.legal-grid > div {
  display: grid;
  gap: 6px;
}
.legal-grid span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
}
.legal nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}
.legal a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  text-decoration: none;
}
.footer {
  padding: 44px 0;
  background: #061017;
  color: #fff;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: center;
}
.footer img {
  width: 250px;
  height: auto;
}
.footer nav {
  display: flex;
  gap: 22px;
}
.footer a {
  text-decoration: none;
}
.footer p {
  grid-column: 1/-1;
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
@media (max-width: 1180px) {
  .container {
    width: min(100% - 48px, var(--max));
  }
  .site-header {
    width: calc(100% - 48px);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .brand img {
    width: 280px;
  }
  .header-phone-top {
    display: none !important;
  }
  .nav-shell {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }
  .menu-toggle {
    position: relative;
    z-index: 3;
    display: block;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 16px;
    background: #f2eee5;
  }
  .menu-toggle span {
    position: absolute;
    left: 13px;
    width: 24px;
    height: 2px;
    background: #17130f;
    transition: 0.18s;
  }
  .menu-toggle span:nth-child(1) {
    top: 17px;
  }
  .menu-toggle span:nth-child(2) {
    top: 24px;
  }
  .menu-toggle span:nth-child(3) {
    top: 31px;
  }
  .menu-toggle.open span:nth-child(1) {
    top: 24px;
    transform: rotate(45deg);
  }
  .menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.open span:nth-child(3) {
    top: 24px;
    transform: rotate(-45deg);
  }
  .nav {
    position: fixed;
    z-index: 2;
    top: 78px;
    right: 24px;
    left: 24px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px 24px 22px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 22px;
    color: #fff;
    background: rgba(7, 19, 27, 0.96);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.3);
  }
  .nav.open {
    display: flex;
  }
  .nav a,
  .nav-disabled {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 17px;
    color: #fff;
  }
  .nav a.active {
    color: var(--gold2);
    box-shadow: none;
  }
  .nav-disabled {
    color: rgba(255, 255, 255, 0.45);
  }
  .header-phone {
    display: none;
  }
  .site-header.sticky {
    position: absolute;
    top: 20px;
    display: flex;
    pointer-events: auto;
  }
  .site-header.sticky .brand {
    visibility: visible;
  }
  .hero {
    padding-top: 210px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .hero-note {
    max-width: 620px;
  }
  .heading,
  .simple-heading,
  .geo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .scenario-lines article {
    grid-template-columns: 42px 1fr;
    gap: 10px;
  }
  .scenario-lines i {
    display: none;
  }
  .scenario-lines p {
    font-size: 17px;
  }
  .proof-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  body.menu-open:before {
    content: "";
    position: fixed;
    z-index: 40;
    inset: 0;
    background: rgba(2, 8, 12, 0.58);
    backdrop-filter: blur(2px);
  }
}
@media (max-width: 760px) {
  .container {
    width: calc(100% - 32px);
  }
  .site-header {
    top: 14px;
    width: calc(100% - 32px);
  }
  .brand img {
    width: min(280px, 72vw);
  }
  .breadcrumb {
    top: 102px;
    width: calc(100% - 32px);
  }
  .hero {
    min-height: auto;
    padding: 150px 0 72px;
  }
  .hero-grid {
    gap: 32px;
  }
  .hero h1 {
    font-size: clamp(38px, 10.4vw, 47px);
    line-height: 1;
  }
  .hero-lead {
    font-size: 17px;
  }
  .hero-thesis {
    font-size: 15px;
  }
  .actions {
    flex-direction: column;
    align-items: stretch;
  }
  .button {
    width: 100%;
    min-height: 52px;
  }
  .hero-note {
    padding: 20px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }
  .section {
    padding: 76px 0;
  }
  .section h2 {
    font-size: 40px;
  }
  .direction-list article,
  .direction-list > a {
    grid-template-columns: 42px 1fr;
    padding: 24px 0;
  }
  .direction-list h3 {
    font-size: 24px;
  }
  .audience-grid,
  .management-grid,
  .principle-grid,
  .fact-list {
    grid-template-columns: 1fr;
  }
  .audience-grid article {
    padding: 28px;
  }
  .management-grid article,
  .management-grid article + article {
    padding: 28px 0;
    border-left: 0;
  }
  .principle-grid {
    border-left: 0;
  }
  .principle-grid article {
    min-height: auto;
    padding: 26px 0;
    border-right: 0;
  }
  .fact-list li,
  .fact-list li:nth-child(even) {
    padding: 18px 0;
    border-right: 0;
  }
  .proof-grid {
    gap: 34px;
  }
  .contact-grid {
    gap: 44px;
  }
  .contacts address {
    padding: 28px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 0;
  }
  .legal-grid {
    display: grid;
  }
  .legal nav {
    display: grid;
    justify-content: start;
  }
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .footer nav {
    display: grid;
    gap: 12px;
  }
  .footer p {
    grid-column: 1;
  }
  .footer img {
    width: 220px;
  }
}
@media (min-width: 1181px) and (max-width: 1320px) {
  .header-phone-top {
    display: inline-flex !important;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: end;
  }
  .nav-shell > .header-phone {
    display: none;
  }
}
@media (max-width: 900px) {
  .audience-grid,
  .management-grid,
  .principle-grid {
    grid-template-columns: 1fr;
  }
  .management-grid article,
  .management-grid article + article {
    padding: 30px 0;
    border-left: 0;
  }
  .principle-grid {
    border-left: 0;
  }
  .principle-grid article {
    min-height: auto;
    border-right: 0;
  }
}

@media (max-width:1180px){.footer nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:12px 20px}.footer nav a{overflow-wrap:anywhere}}
@media (max-width:640px){.footer nav{grid-template-columns:1fr}}
