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

:root {
  --deep: #030e1f;
  --deep-2: #071529;
  --gold: #f8ecb3;
  --gold-soft: #fff7d2;
  --gold-line: rgba(248, 236, 179, 0.35);
  --text: #040404;
  --muted: rgba(4, 4, 4, 0.78);
  --content: 1100px;
  --transition: 180ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: #fff;
  background: var(--deep);
  font-family: "Montserrat", Arial, sans-serif;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }

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

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 50;
  width: min(calc(100% - 32px), var(--content));
  transform: translateX(-50%);
  padding: 16px 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
}

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

.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-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex: 1;
}

.site-nav a {
  color: #e5e7eb;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  transition: color var(--transition);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--gold);
}

.social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-links a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: transform var(--transition), border-color var(--transition), background var(--transition);
}

.social-links a:hover,
.social-links a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(248, 236, 179, 0.7);
  background: rgba(255, 255, 255, 0.06);
}

.social-links svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.nav-toggle { display: none; }

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

.awaken-page {
  flex: 1;
  color: var(--text);
  background: #fffffd;
}

.dark-section,
.light-section {
  position: relative;
  overflow: hidden;
}

.dark-section {
  background: var(--deep);
  color: #fff;
}

.light-section {
  background: #fffffd;
  color: var(--text);
}

.hero-awaken {
  min-height: 784px;
  padding: 112px 0 48px;
}

.hero-awaken__bg {
  position: absolute;
  top: 90px;
  left: 50%;
  width: min(1200px, 100%);
  height: 663px;
  transform: translateX(-50%);
  background: center top / cover no-repeat url("https://con.xl.ru/jLdvFS9X2UqmCxo_fOj78Q/images/ZqbXPmPKsEi0zZFMuSXrZw.png");
}

.hero-awaken__visual {
  position: absolute;
  top: 192px;
  left: 50%;
  width: min(626px, calc(100% - 120px));
  transform: translateX(-50%);
  border-radius: 20px;
}

.hero-awaken__visual--inline {
  display: none;
}

.hero-awaken__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
}

.hero-awaken__top {
  width: min(100%, 1045px);
  margin-left: 110px;
}

.hero-awaken h1,
.section-inner h2 {
  margin: 0 0 18px;
  font-family: "Forum", Georgia, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(318deg, #f8ecb3 0%, #fff7d2 50.01%, #f8ecb3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-awaken h1 {
  background: linear-gradient(318deg, #f8ecb3 0%, #fff7d2 50.01%, #f8ecb3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-awaken__top h1 {
  text-align: left;
}

.hero-awaken__columns {
  width: min(100%, 985px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 84px;
  margin-top: 24px;
}

.hero-awaken__columns p,
.hero-awaken__lead,
.section-copy,
.section-subtitle,
.bullet-columns p,
.physiology p,
.quote-block p,
.timeline-item p,
.difference__bottom p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.hero-awaken__columns p {
  max-width: 362px;
  text-align: left;
}

.hero-awaken__columns strong,
.hero-awaken__lead strong,
.section-copy strong,
.timeline-item strong,
.difference__bottom strong {
  font-weight: 600;
}

.hero-awaken__callout {
  max-width: 605px;
  margin: 250px 0 16px;
  color: var(--gold);
  font-family: "Forum", Georgia, serif;
  font-size: 32px;
  line-height: 1;
  align-self: center;
  text-align: center;
}

.hero-awaken__lead {
  max-width: 913px;
  align-self: center;
  text-align: center;
}

.hero-awaken__lead + .hero-awaken__lead {
  margin-top: 14px;
}

.hero-awaken__tag,
.section-kicker {
  margin: 18px 0 0;
  color: var(--gold);
  font-family: "Forum", Georgia, serif;
  font-size: 24px;
  line-height: 1.05;
  text-align: center;
}

.section-kicker--dark,
.section-kicker.section-kicker--dark {
  color: var(--text);
  text-transform: uppercase;
}

.section-kicker.small {
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
}

.sage-intro {
  padding: 72px 0 44px;
  background:
    center bottom / min(1200px, 100%) 598px no-repeat
    url("https://con.xl.ru/jLdvFS9X2UqmCxo_fOj78Q/images/ytcmR7wyj0i8iijKyb3TXA.png");
}

.section-copy--wide {
  max-width: 967px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  color: #040404;
}

.section-copy--narrow,
.section-copy--center {
  max-width: 751px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.1;
  font-family: "Forum", Georgia, serif;
}

.section-copy--center {
  max-width: 732px;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
}

.section-copy--center.muted {
  color: rgba(0, 0, 0, 0.7);
}

.sage-intro__scene,
.how-it-works__scene {
  position: relative;
  width: min(1200px, 100%);
  margin: 16px auto 0;
}

.sage-intro__scene {
  min-height: 300px;
}

.sage-intro__bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(1200px, 100%);
  height: 598px;
  transform: translateX(-50%);
  display: none;
}

.how-it-works__bg,
.physiology__bg,
.why-now__bg {
  width: 100%;
  max-width: 1272px;
  margin: 0 auto;
}

.sage-intro__glow {
  position: absolute;
  inset: 18px 0 auto;
  width: min(1200px, 100%);
  margin: 0 auto;
  opacity: 0.7;
}

.sage-intro__scene + .section-inner {
  margin-top: 40px;
}

.section-kicker + .fact-grid,
.section-kicker + .card-grid {
  margin-top: 18px;
}

.sage-intro .section-kicker {
  font-family: "Forum", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  background: linear-gradient(180deg, #030e1f 0%, #fbf9e2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sage-intro > .section-inner:first-child h2 {
  font-family: "Forum", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.05;
  text-transform: uppercase;
  text-align: center;
  color: #040404;
  background: none;
  -webkit-text-fill-color: initial;
}

.fact-grid,
.card-grid,
.timeline-grid {
  width: min(calc(100% - 40px), var(--content));
  margin: 0 auto;
  display: grid;
  gap: 28px;
}

.fact-grid--three,
.card-grid--three,
.timeline-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.glass-card,
.story-card {
  min-height: 82px;
  padding: 20px 16px;
  display: flex;
  align-items: center;
  border: 1px solid #9e9e9e;
  border-radius: 10px;
  background: rgba(3, 14, 31, 0.9);
  color: #fff;
  backdrop-filter: blur(5px);
}

.glass-card p,
.story-card p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.05;
}

.why-appeared {
  min-height: 784px;
  padding: 72px 0 64px;
}

.why-appeared h2 {
  text-align: center;
}

.why-appeared__bg,
.parables__bg,
.difference__bg {
  position: absolute;
  inset: 90px 0 auto;
  left: 50%;
  width: min(1200px, 100%);
  height: 663px;
  transform: translateX(-50%);
  background: center top / cover no-repeat url("https://placehold.co/1200x663");
}

.why-appeared__bg {
  background-image: url("https://con.xl.ru/jLdvFS9X2UqmCxo_fOj78Q/images/2J2yX4_0KESm2uVq1AVerg.png");
}

.why-appeared__orbs span {
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: #f3e069;
  filter: blur(50px);
  opacity: 0.85;
}

.why-appeared__orbs span:nth-child(1) { top: 184px; left: calc(50% - 36px); }
.why-appeared__orbs span:nth-child(2) { top: 268px; left: calc(50% + 203px); }
.why-appeared__orbs span:nth-child(3) { top: 259px; left: calc(50% - 275px); }
.why-appeared__orbs span:nth-child(4) { top: 364px; left: calc(50% - 36px); }

.section-subtitle {
  max-width: 596px;
  margin: 0 auto 26px;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}

.section-subtitle--dark {
  color: var(--text);
}

.why-appeared__visual,
.how-it-works__visual,
.why-now__visual,
.difference__visual {
  display: block;
  margin: 0 auto;
}

.bullet-columns {
  max-width: 744px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.bullet-columns p + p {
  margin-top: 12px;
}

.section-divider {
  width: min(743px, 100% - 64px);
  height: 1px;
  margin: 26px auto 18px;
  background: rgba(210, 210, 96, 0.8);
}

.section-divider--dark {
  background: linear-gradient(
    90deg,
    rgba(3, 14, 31, 0) 0%,
    rgba(3, 14, 31, 0.5) 52%,
    rgba(3, 14, 31, 0) 100%
  );
}

.how-it-works {
  padding: 72px 0 56px;
}

.how-it-works .section-inner .how-it-works__title {
  display: block;
  width: 100%;
  margin: 0 auto 18px;
  font-family: "Forum", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.05;
  text-transform: uppercase;
  text-align: center;
  color: #040404;
  background: none;
  -webkit-text-fill-color: initial;
}

.how-it-works__copy {
  max-width: 686px;
  margin: 0 auto;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}

.how-it-works__scene {
  min-height: 617px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px auto 24px;
}

.how-it-works__bg {
  width: min(1272px, 100%);
  height: 617px;
  object-fit: contain;
  object-position: center;
}

.how-it-works__visual {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(534px, calc(100% - 64px));
  transform: translate(-50%, -50%);
  margin-top: 0;
}

.how-it-works__statement {
  max-width: 697px;
  margin: 0 auto;
  font-family: "Forum", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  background: linear-gradient(180deg, #030e1f 0%, #fbf9e2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.how-it-works__afterword {
  max-width: 732px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}

.how-it-works__afterword strong {
  font-weight: 500;
}

.physiology {
  min-height: 818px;
  padding: 72px 0 56px;
  background: #e5e5e5;
}

.physiology h2 {
  color: #040404;
  background: none;
  -webkit-text-fill-color: initial;
  text-align: left;
}

.physiology__bg,
.physiology__main,
.physiology__accent {
  position: absolute;
}

.physiology__bg {
  top: 0;
  left: 50%;
  width: min(1200px, 100%);
  height: 818px;
  transform: translateX(-50%);
  object-fit: cover;
  object-position: center;
}

.physiology__main {
  left: 50%;
  bottom: 0;
  width: min(534px, calc(100% - 80px));
  transform: translateX(-50%);
}

.physiology__main--inline {
  display: none;
}

.physiology__accent--left,
.physiology__accent--right {
  display: none;
}

.physiology__accent--bottom {
  left: 50%;
  bottom: 0;
  width: min(1035px, 100%);
  height: 412px;
  object-fit: contain;
  transform: translateX(-600px);
}

.physiology__inner {
  min-height: 690px;
}

.physiology__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
}

.physiology__columns > div:first-child {
  max-width: calc(100% - 20px);
}

.physiology__columns > div:last-child {
  margin-left: 60px;
}

.physiology h3,
.difference h3,
.section-kicker,
.quote-block__line + p {
  font-family: "Forum", Georgia, serif;
}

.physiology h3,
.difference h3 {
  margin: 24px 0 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
  font-family: "Forum", sans-serif;
  background: linear-gradient(318deg, #f8ecb3 0%, #fff7d2 50.01%, #f8ecb3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.physiology__columns h3,
.physiology__movement h3 {
  color: #040404;
  background: none;
  -webkit-text-fill-color: initial;
}

.physiology p,
.quote-block p,
.difference__bottom p,
.timeline-item p {
  color: #040404;
  font-size: 18px;
  line-height: 1.2;
}

.physiology__movement {
  max-width: 261px;
  margin-left: auto;
  margin-top: 56px;
}

.parables {
  min-height: 1076px;
  padding: 72px 0 56px;
}

.parables h2 {
  text-align: center;
}

.parables__title {
  text-align: center;
}

.parables__bg {
  left: 50%;
  bottom: 0;
  width: min(1200px, 100%);
  height: 663px;
  transform: translateX(-50%);
  background-image: url("https://con.xl.ru/jLdvFS9X2UqmCxo_fOj78Q/images/nQpy0w77MUqN6PcT70vNRQ.png");
  background-position: center bottom;
}

.quote-block {
  max-width: 410px;
  margin: 46px 0 0;
  display: grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  align-items: start;
}

.parables__top {
  display: grid;
  grid-template-columns: minmax(0, 410px) minmax(0, 1fr);
  align-items: start;
  column-gap: 44px;
  margin-top: 34px;
}

.quote-block__line {
  width: 3px;
  height: 100px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(210, 210, 96, 0) 0%,
    rgba(210, 210, 96, 0.6) 50%,
    rgba(210, 210, 96, 0) 100%
  );
  box-shadow: 0 0 8px rgba(210, 210, 96, 0.4);
}

.parables .quote-block p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}

.story-card {
  min-height: 180px;
  align-items: flex-start;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
}

.story-card img {
  width: auto;
  max-width: 82px;
  margin-bottom: 12px;
}

.parables__visual {
  position: relative;
  top: auto;
  right: auto;
  width: min(100%, 908px);
  max-width: 908px;
  margin: 0;
  object-fit: contain;
  object-position: left top;
  justify-self: start;
}

.parables__kicker {
  font-family: "Forum", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.05;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(318deg, #f8ecb3 0%, #fff7d2 50.01%, #f8ecb3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.parables__memory {
  font-family: "Forum", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.05;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(318deg, #f8ecb3 0%, #fff7d2 50.01%, #f8ecb3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why-now {
  min-height: 837px;
  padding: 72px 0 56px;
  background: #f1f1f1;
}

.why-now .section-inner .why-now__title {
  font-family: "Forum", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.05;
  text-transform: uppercase;
  text-align: center;
  color: #040404;
  background: none !important;
  -webkit-text-fill-color: #040404;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.difference__bottom > div:first-child p,
.difference__bottom > div:last-child p {
  color: #fff;
}

.why-now__bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: min(1200px, 100%);
  height: 837px;
  transform: translateX(-50%);
  object-fit: cover;
  object-position: center top;
}

.timeline-grid {
  margin-top: 36px;
  align-items: start;
}

.timeline-item {
  position: relative;
  padding-left: 38px;
}

.timeline-item__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(168, 168, 52, 0) 0%,
    rgba(168, 168, 52, 0.5) 52%,
    rgba(168, 168, 52, 0) 100%
  );
  box-shadow: 0 0 6px rgba(168, 168, 52, 0.4);
}

.difference {
  min-height: 929px;
  padding: 72px 0 56px;
}

.difference__bg {
  left: 50%;
  bottom: 0;
  width: min(1200px, 100%);
  height: 839px;
  transform: translateX(-50%);
  background-image: url("https://con.xl.ru/jLdvFS9X2UqmCxo_fOj78Q/images/M4SADXbtU0C7Oewwdx32Kg.png");
  background-position: center bottom;
}

.difference__visual {
  width: min(383px, calc(100% - 80px));
  margin-top: 18px;
}

.difference__visual:not(.difference__visual--inline) {
  display: none;
}

.difference__visual--inline {
  width: min(383px, 100%);
  margin: 0 auto;
}

.difference__bottom {
  margin-top: 44px;
  display: grid;
  grid-template-columns: 359px minmax(260px, 383px) 359px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.gold-button {
  margin: 28px auto 0;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 4px 16px;
  border-radius: 10px;
  color: #040404;
  background: linear-gradient(318deg, var(--gold) 0%, var(--gold-soft) 50%, var(--gold) 100%);
  font-family: "Forum", Georgia, serif;
  font-size: 24px;
  line-height: 1.05;
  transition: transform var(--transition), box-shadow var(--transition);
}

.difference .gold-button {
  display: flex;
  width: fit-content;
  margin-inline: auto;
}

.gold-button:hover,
.gold-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(248, 236, 179, 0.22);
}

.gold-button span {
  width: 49px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(270deg, #ffed97 0%, #fff5c7 50%, #ffed97 100%);
}

.gold-button span img {
  width: 28px;
  height: auto;
}

.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;
}

.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:hover,
.site-footer__links a:focus-visible {
  color: var(--gold);
}

@media (max-width: 1180px) {
  .section-inner,
  .fact-grid,
  .card-grid,
  .timeline-grid {
    width: min(calc(100% - 48px), var(--content));
  }

  .hero-awaken__columns,
  .physiology__columns,
  .difference__bottom {
    grid-template-columns: 1fr;
  }

  .hero-awaken__top {
    width: 100%;
    margin-left: 0;
  }

  .hero-awaken {
    min-height: auto;
    padding: 112px 0 56px;
  }

  .hero-awaken__bg {
    top: 84px;
    height: 620px;
    background-position: center top;
  }

  .hero-awaken__inner {
    align-items: center;
    text-align: center;
  }

  .hero-awaken h1 {
    margin-bottom: 22px;
    text-align: center;
  }

  .hero-awaken__columns {
    width: min(100%, 840px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 40px;
    margin-top: 0;
  }

  .hero-awaken__columns p {
    max-width: none;
  }

  .hero-awaken__visual--floating {
    display: none;
  }

  .hero-awaken__visual--inline {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: min(100%, 560px);
    margin: 36px auto 0;
    transform: none;
  }

  .hero-awaken__callout {
    margin: 34px auto 16px;
  }

  .hero-awaken__lead {
    max-width: 780px;
  }

  .hero-awaken__tag {
    max-width: 620px;
    align-self: center;
  }

  .sage-intro__scene {
    min-height: 240px;
  }

  .how-it-works__scene {
    min-height: 520px;
  }

  .how-it-works__bg {
    height: 520px;
  }

  .how-it-works__visual {
    width: min(100%, 470px);
  }

  .how-it-works__statement {
    max-width: 640px;
  }

  .quote-block {
    margin-inline: auto;
  }

  .parables__top {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .parables__visual {
    width: min(100%, 560px);
    height: auto;
    justify-self: center;
    margin-top: 0;
  }

  .physiology__movement {
    margin-left: 0;
    max-width: none;
  }

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

@media (min-width: 781px) and (max-width: 1180px) {
  .physiology__columns > div,
  .physiology__movement {
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 40px rgba(3, 14, 31, 0.08);
  }

  .physiology__columns > div:first-child {
    max-width: calc(100% - 20px);
  }

  .physiology__columns > div:last-child {
    margin-left: 0;
  }

  .physiology__movement {
    max-width: 320px;
  }
}

@media (max-width: 980px) {
  .hero-awaken,
  .why-appeared,
  .parables,
  .difference {
    min-height: auto;
  }

  .hero-awaken__bg,
  .why-appeared__bg,
  .parables__bg,
  .difference__bg {
    width: 100%;
  }

  .hero-awaken__visual,
  .why-appeared__visual,
  .how-it-works__visual,
  .difference__visual,
  .why-now__visual {
    width: min(100%, 640px);
  }

  .hero-awaken__columns {
    width: min(100%, 720px);
    gap: 24px;
  }

  .hero-awaken__callout {
    max-width: 560px;
    margin-top: 28px;
    font-size: 30px;
  }

  .sage-intro__scene {
    min-height: 150px;
  }

  .how-it-works__scene {
    min-height: 420px;
  }

  .how-it-works__bg {
    height: 420px;
  }

  .how-it-works__visual {
    width: min(100%, 390px);
  }

  .sage-intro__scene,
  .how-it-works__scene {
    width: 100%;
  }

  .fact-grid--three,
  .card-grid--three,
  .timeline-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 780px) {
  .site-header {
    top: 8px;
    width: min(calc(100% - 28px), var(--content));
    padding: 16px 19px;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 28px;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-left: auto;
    padding: 0;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
  }

  .nav-toggle span {
    width: 18px;
    height: 1.5px;
    border-radius: 99px;
    background: currentColor;
    transition: transform var(--transition), opacity var(--transition);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

  .site-nav {
    display: none;
    width: 100%;
    order: 4;
    flex-basis: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-top: 10px;
  }

  .site-nav.is-open { display: flex; }

  .social-links {
    display: none;
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
    padding-top: 4px;
  }

  .site-nav.is-open + .social-links,
  .site-header:has(.site-nav.is-open) .social-links {
    display: flex;
  }

  .section-inner,
  .fact-grid,
  .card-grid,
  .timeline-grid {
    width: min(calc(100% - 32px), var(--content));
  }

  .hero-awaken,
  .sage-intro,
  .how-it-works,
  .physiology,
  .parables,
  .why-now,
  .difference {
    padding-block: 112px 48px;
  }

  .hero-awaken h1,
  .section-inner h2 {
    font-size: 32px;
  }

  .hero-awaken__columns {
    gap: 20px;
  }

  .hero-awaken__visual--inline {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: min(100%, 460px);
    margin: 100px auto 0;
    transform: none;
  }

  .hero-awaken__callout {
    margin-top: 28px;
    font-size: 28px;
  }

  .sage-intro__scene {
    min-height: 145px;
  }

  .how-it-works__title {
    font-size: 32px;
  }

  .how-it-works__copy,
  .how-it-works__afterword {
    font-size: 16px;
  }

  .how-it-works__scene {
    min-height: 320px;
    margin: 16px auto 20px;
  }

  .how-it-works__bg {
    height: 320px;
  }

  .how-it-works__visual {
    width: min(100%, 300px);
  }

  .how-it-works__statement {
    font-size: 28px;
  }

  .section-copy--wide,
  .section-subtitle,
  .section-copy,
  .bullet-columns p,
  .physiology p,
  .quote-block p,
  .timeline-item p,
  .difference__bottom p,
  .glass-card p,
  .story-card p {
    font-size: 16px;
  }

  .section-kicker {
    font-size: 22px;
  }

  .physiology__main--floating,
  .physiology__accent {
    display: none;
  }

  .physiology__main--inline {
    display: block;
    position: relative;
    width: min(100%, 320px);
    margin: 12px auto 8px;
    inset: auto;
    transform: none;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 78%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 78%, rgba(0, 0, 0, 0) 100%);
  }

  .physiology__main,
  .physiology__accent {
    position: relative;
    inset: auto;
    margin: 0 auto;
    transform: none;
  }

  .physiology__accent {
    display: none;
  }

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

  .bullet-columns,
  .bullet-columns p {
    text-align: center;
  }

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

@media (max-width: 540px) {
  .hero-awaken h1,
  .section-inner h2 {
    font-size: 28px;
  }

  .hero-awaken__callout {
    font-size: 24px;
  }

  .how-it-works__title {
    font-size: 28px;
  }

  .how-it-works__statement {
    font-size: 24px;
  }

  .gold-button {
    width: 100%;
    font-size: 21px;
  }

  .site-footer {
    padding: 36px 20px;
  }
}
