@import url("https://fonts.googleapis.com/css2?family=Forum&family=Inter:wght@300;400;500;600&family=Manrope:wght@500&family=Montserrat:wght@400;500;600&display=swap");

:root {
  --deep: #0a0a1c;
  --text: #0a0a1c;
  --gold: #f8ecb3;
  --gold-soft: #fff7d2;
  --content: 1100px;
  --transition: 180ms ease;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--text);
  background: #fff;
}

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

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

.page-shell {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
}

.vladimir-page {
  flex: 1;
  background: #fff;
}

.section-inner {
  width: min(calc(100% - 100px), var(--content));
  margin: 0 auto;
}

.light-section {
  padding: 48px 0;
  background: #fff;
}

.vladimir-hero,
.insight-section,
.keys-section,
.trust-section {
  position: relative;
}

.vladimir-hero {
  padding: 32px 0 32px;
}

.vladimir-hero__bg,
.vladimir-section__bg,
.keys-section__bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: min(1200px, 100%);
  transform: translateX(-50%);
  pointer-events: none;
}

.vladimir-hero__bg img,
.vladimir-section__bg img,
.keys-section__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vladimir-hero__bg {
  height: 1437px;
}

.insight-section {
  min-height: 1489px;
  padding: 64px 0;
}

.insight-section .vladimir-section__bg {
  height: 1425px;
}

.keys-section {
  min-height: 663px;
  padding: 56px 0 64px;
}

.keys-section__bg {
  height: 663px;
}

.trust-section {
  min-height: 1569px;
  padding: 64px 0 48px;
}

.trust-section .vladimir-section__bg {
  height: 1569px;
}

.hero-card {
  position: relative;
  min-height: 486px;
  border-radius: 20px;
  overflow: hidden;
}

.hero-card__image {
  width: 100%;
  height: 486px;
  object-fit: cover;
}

.hero-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 28, 19, 0) 40%, rgba(31, 28, 19, 0.9) 100%);
}

.hero-card__content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 16px;
}

.hero-card h1 {
  margin: 0 0 10px;
  color: var(--gold);
  font-family: "Forum", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 0.94;
  text-transform: uppercase;
}

.hero-card__subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.intro-block,
.memory-layout .section-line,
.meeting-layout .section-line {
  margin-top: 32px;
}

.intro-block {
  max-width: 744px;
}

.section-line {
  width: 48px;
  height: 1px;
  margin-bottom: 14px;
  background: rgba(9, 9, 28, 0.7);
}

.section-line--short {
  margin-top: 12px;
}

.section-kicker {
  margin: 0 0 16px;
  color: var(--text);
  font-family: "Forum", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}

.section-kicker--dark {
  font-size: 18px;
  line-height: 29.25px;
}

.intro-lead,
.long-copy p,
.text-card p,
.quote-band__inner p {
  margin: 0 0 16px;
  color: var(--text);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
}

.intro-lead,
.keys-section .long-copy p {
  font-size: 20px;
  line-height: 32.5px;
}

.spotlight-card {
  display: flex;
  justify-content: flex-end;
  margin-top: -320px;
}

.photo-frame {
  width: min(332px, 100%);
  padding: 9px;
  border-radius: 16px;
  outline: 1px solid rgba(241, 232, 208, 0.2);
  background: rgba(241, 232, 208, 0.05);
}

.photo-frame img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.photo-frame--tall img {
  aspect-ratio: 314 / 343;
}

.photo-frame p {
  margin: 12px 0 4px;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-align: center;
  text-transform: uppercase;
}

.born-layout,
.awakening-layout,
.practice-layout,
.captain-layout,
.meeting-layout {
  display: grid;
  grid-template-columns: 332px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.insight-layout,
.keys-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 332px;
  gap: 36px;
  align-items: start;
}

.text-card h2,
.quote-band__inner h2 {
  margin: 0 0 16px;
  color: var(--text);
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
}

.text-card h3 {
  margin: 0 0 14px;
  color: var(--text);
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 29.25px;
}

.text-card strong,
.long-copy strong {
  font-weight: 600;
}

.quote-band {
  padding: 0;
}

.quote-band__inner {
  padding: 60px 24px;
  border-top: 1px solid rgba(9, 9, 28, 0.3);
  border-bottom: 1px solid rgba(9, 9, 28, 0.3);
}

.quote-band__inner p {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}

.long-copy {
  max-width: 1100px;
}

.insight-layout,
.keys-intro-layout,
.practice-layout,
.meeting-layout {
  margin-top: 36px;
}

.insight-layout .photo-frame,
.keys-intro-layout .photo-frame {
  justify-self: end;
}

.awakening-layout,
.memory-layout,
.captain-layout {
  margin-top: 54px;
}

.memory-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 314px;
  gap: 32px;
  align-items: start;
}

.memory-layout__image,
.awakening-layout__image,
.captain-layout__image,
.meeting-layout__image {
  width: 314px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.awakening-layout__image,
.memory-layout__image {
  height: 323px;
}

.captain-layout__image {
  height: 233px;
}

.meeting-layout__image {
  height: 391px;
}

.text-card--quote p {
  font-size: 24px;
  line-height: 29.25px;
  font-weight: 300;
}

.text-card--quote strong {
  font-weight: 500;
}

.site-footer {
  width: 100%;
  padding: 40px max(24px, calc((100vw - 1200px) / 2 + 89px)) 40px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  color: rgba(255, 255, 255, 0.9);
  background: #000204;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 21px;
  height: 20px;
  border-radius: 5px;
  background:
    center / cover no-repeat url("https://con.xl.ru/jLdvFS9X2UqmCxo_fOj78Q/images/CuR-igL7ckC70tht05EKyA.png"),
    linear-gradient(318deg, var(--gold) 0%, var(--gold-soft) 50%, var(--gold) 100%);
}

.brand-text {
  font-family: "Forum", Georgia, serif;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.site-footer__brand {
  display: grid;
  gap: 8px;
}

.brand--footer .brand-text {
  color: #fff;
}

.site-footer__brand p,
.site-footer__links a {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.site-footer__links {
  max-width: 525px;
  display: grid;
  gap: 4px;
  color: rgba(255, 255, 255, 0.7);
}

.site-footer__links a {
  color: rgba(255, 255, 255, 0.7);
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  color: var(--gold);
}

@media (max-width: 1180px) {
  .section-inner {
    width: min(calc(100% - 64px), var(--content));
  }

  .spotlight-card {
    margin-top: 28px;
    justify-content: flex-start;
  }

  .born-layout,
  .insight-layout,
  .keys-intro-layout,
  .awakening-layout,
  .practice-layout,
  .captain-layout,
  .meeting-layout,
  .memory-layout {
    grid-template-columns: 1fr;
  }

  .memory-layout__image,
  .awakening-layout__image,
  .captain-layout__image,
  .meeting-layout__image,
  .photo-frame {
    justify-self: start;
  }

  .insight-layout .photo-frame,
  .keys-intro-layout .photo-frame {
    justify-self: start;
  }

  .site-footer {
    padding-inline: 32px;
  }
}

@media (max-width: 780px) {
  .section-inner {
    width: min(calc(100% - 32px), var(--content));
  }

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

  .hero-card__image {
    height: 420px;
  }

  .hero-card h1 {
    font-size: 46px;
  }

  .section-kicker {
    font-size: 21px;
    line-height: 1.3;
  }

  .intro-lead,
  .long-copy p,
  .text-card p,
  .quote-band__inner p {
    font-size: 16px;
    line-height: 1.7;
  }

  .quote-band__inner h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .quote-band__inner p {
    font-size: 24px;
    line-height: 1.35;
  }

  .text-card h2,
  .text-card h3 {
    font-size: 22px;
    line-height: 1.35;
  }

  .text-card--quote p {
    font-size: 20px;
    line-height: 1.5;
  }

  .site-footer {
    padding: 36px 20px;
    flex-direction: column;
    gap: 28px;
  }
}

@media (max-width: 540px) {
  .hero-card__content {
    left: 16px;
    right: 16px;
  }

  .hero-card h1 {
    font-size: 38px;
  }

  .hero-card__subtitle {
    font-size: 16px;
    line-height: 1.5;
  }

  .photo-frame,
  .memory-layout__image,
  .awakening-layout__image,
  .captain-layout__image,
  .meeting-layout__image {
    width: 100%;
  }
}
