.home .site-content > .ast-container {
  max-width: 100%;
  padding: 0;
}

.home .site-content #primary {
  width: 100%;
  margin: 0;
}

.prarambh-home {
  color: var(--prarambh-color-ink);
  background: var(--prarambh-color-paper);
  font-family: "Poppins", Arial, sans-serif;
  overflow: hidden;
}

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

.prarambh-home h1 {
  max-width: 940px;
  margin-bottom: 30px;
  color: var(--prarambh-color-ink);
  font-size: 72px;
  line-height: 78px;
  font-weight: 850;
  letter-spacing: 0;
}

.prarambh-hero h1 {
  color: var(--prarambh-color-white);
  text-shadow: 0 16px 46px rgba(0, 0, 0, 0.72);
}

.prarambh-home h2 {
  margin-bottom: 22px;
  color: var(--prarambh-color-ink);
  font-size: 48px;
  line-height: 56px;
  font-weight: 850;
  letter-spacing: 0;
}

.prarambh-home h3 {
  margin-bottom: 12px;
  color: var(--prarambh-color-ink);
  font-size: 22px;
  line-height: 30px;
  font-weight: 750;
}

.prarambh-home p {
  color: var(--prarambh-color-muted);
  font-size: 17px;
  line-height: 30px;
}

.prarambh-section-container {
  max-width: 1280px;
  padding-left: var(--prarambh-container-padding);
  padding-right: var(--prarambh-container-padding);
}

.prarambh-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 620px;
  padding: 80px 0;
  background:
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.16) 0%,
      rgba(0, 0, 0, 0.08) 100%
    ),
    var(--prarambh-hero-image);
  background-position: center;
  background-size: cover;
}

.prarambh-hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.prarambh-hero-headline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.prarambh-hero-headline .prarambh-hero-title {
  max-width: 1100px;
  margin: 0;
  color: var(--prarambh-color-white);
  font-size: 92px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1px;
}

.prarambh-hero-word {
  display: block;
  text-shadow: 0 20px 60px rgba(0, 0, 0, 0.75);
}

.prarambh-hero-cta {
  margin-top: 40px;
}

.prarambh-hero .prarambh-button-secondary {
  color: var(--prarambh-color-ink);
  background: var(--prarambh-color-white);
  border-color: var(--prarambh-color-ink);
}

.prarambh-hero .prarambh-button-secondary:hover,
.prarambh-hero .prarambh-button-secondary:focus {
  color: var(--prarambh-color-white);
  background: var(--prarambh-color-ink);
  box-shadow: 7px 7px 0 var(--prarambh-color-accent);
}

.prarambh-heading-image {
  display: inline-block;
  width: 124px;
  height: 48px;
  margin: 0 10px;
  border: 2px solid var(--prarambh-color-ink);
  border-radius: 999px;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
  filter: saturate(0.85) contrast(1.12);
}

.prarambh-hero-copy {
  max-width: 760px;
  margin-bottom: 34px;
  color: var(--prarambh-color-white);
  font-size: 21px;
  line-height: 34px;
  font-weight: 600;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.68);
}

.prarambh-hero-note {
  display: grid;
  grid-template-columns: 72% 28%;
  gap: 28px;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid var(--prarambh-alpha-white-28);
}

.prarambh-hero-note p {
  max-width: 820px;
  margin-bottom: 0;
  color: var(--prarambh-color-on-dark-muted);
}

.prarambh-hero-note span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--prarambh-color-accent-light);
  font-size: 18px;
  line-height: 26px;
  font-weight: 750;
  text-align: right;
}

.prarambh-intro {
  padding-top: 110px;
  padding-bottom: 140px;
}

.prarambh-intro .prarambh-intro-copy {
  max-width: 760px;
  margin-bottom: 34px;
  color: var(--prarambh-color-ink);
  font-size: 21px;
  line-height: 34px;
  font-weight: 600;
}

.prarambh-intro .prarambh-button-secondary {
  color: var(--prarambh-color-ink);
  background: transparent;
  border-color: var(--prarambh-color-ink);
}

.prarambh-intro .prarambh-button-secondary:hover,
.prarambh-intro .prarambh-button-secondary:focus {
  color: var(--prarambh-color-white);
  background: var(--prarambh-color-ink);
  box-shadow: 7px 7px 0 var(--prarambh-color-accent);
}

.prarambh-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.prarambh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 25px;
  border: 2px solid var(--prarambh-color-ink);
  border-radius: var(--prarambh-radius-small);
  font-size: 16px;
  line-height: 20px;
  font-weight: 850;
  text-decoration: none;
  transition:
    transform var(--prarambh-transition),
    box-shadow var(--prarambh-transition),
    background var(--prarambh-transition);
}

.prarambh-button:hover,
.prarambh-button:focus {
  transform: translate(-3px, -3px);
  text-decoration: none;
}

.prarambh-button:focus-visible {
  outline: 3px solid rgba(var(--prarambh-color-accent-rgb), 0.45);
  outline-offset: 3px;
}

.prarambh-button-primary {
  color: var(--prarambh-color-white);
  background: var(--prarambh-color-ink);
  box-shadow: 7px 7px 0 var(--prarambh-color-accent);
}

.prarambh-button-primary:hover,
.prarambh-button-primary:focus {
  color: var(--prarambh-color-white);
  box-shadow: 10px 10px 0 var(--prarambh-color-accent);
}

.prarambh-button-secondary {
  color: var(--prarambh-color-white);
  background: var(--prarambh-alpha-white-08);
  border-color: var(--prarambh-alpha-white-72);
}

.prarambh-button-secondary:hover,
.prarambh-button-secondary:focus {
  color: var(--prarambh-color-ink);
  background: var(--prarambh-color-white);
  box-shadow: 7px 7px 0 var(--prarambh-color-border);
}

.prarambh-section {
  padding: var(--prarambh-section-padding) 0;
}

.prarambh-about {
  background: var(--prarambh-color-surface);
}

.prarambh-about-panel {
  display: flex;
  align-items: center;
  gap: 70px;
}

.prarambh-about-intro {
  flex: 0 0 calc(56% - 35px);
}

.prarambh-about .prarambh-section-heading {
  max-width: 520px;
  margin-bottom: 46px;
}

.prarambh-about h2 {
  max-width: 520px;
}

.prarambh-about h3 {
  max-width: 760px;
  margin-bottom: 30px;
  color: var(--prarambh-color-ink);
  font-size: 58px;
  line-height: 66px;
  font-weight: 850;
  letter-spacing: 0;
}

.prarambh-about-timeline {
  position: relative;
  padding-left: 52px;
}

.prarambh-about p {
  max-width: 720px;
  margin-bottom: 24px;
  color: var(--prarambh-color-ink-soft);
  font-size: 20px;
  line-height: 34px;
  font-weight: 450;
}

.prarambh-about p + p {
  padding-top: 24px;
  border-top: 1px solid rgba(var(--prarambh-color-ink-rgb), 0.14);
}

.prarambh-about p:last-child {
  margin-bottom: 0;
}

.prarambh-about-link {
  display: inline-flex;
  margin-top: 34px;
}

.prarambh-about-story {
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 18px;
  border-left: 1px solid rgba(var(--prarambh-color-accent-rgb), 0.52);
}

.prarambh-about-story span {
  position: absolute;
  left: -7px;
  width: 14px;
  height: 14px;
  border: 3px solid var(--prarambh-color-accent);
  border-radius: 50%;
  background: var(--prarambh-color-surface);
}

.prarambh-about-story span:nth-child(1) {
  top: 0;
}

.prarambh-about-story span:nth-child(2) {
  top: 50%;
}

.prarambh-about-story span:nth-child(3) {
  bottom: 0;
}

.prarambh-about-visual {
  flex: 0 0 calc(44% - 35px);
  margin: 0;
}

.prarambh-about-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.prarambh-section-heading {
  max-width: 850px;
  margin-bottom: 56px;
}

.prarambh-section-heading h2 {
  position: relative;
  display: inline-block;
}

.prarambh-section-heading h2::after {
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 42px;
  height: 3px;
  background: var(--prarambh-color-accent);
  content: "";
}

.prarambh-why {
  background: var(--prarambh-color-warm);
}

.prarambh-why-grid {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 48px) / 3));
  gap: 24px;
}

.prarambh-card,
.prarambh-domain-card {
  position: relative;
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(var(--prarambh-color-ink-rgb), 0.15);
  border-radius: var(--prarambh-radius-medium);
  background: var(--prarambh-color-surface);
  overflow: visible;
  transition:
    transform var(--prarambh-transition),
    border-color var(--prarambh-transition),
    box-shadow var(--prarambh-transition);
}

.prarambh-card:hover,
.prarambh-domain-card:hover {
  transform: translateY(-6px);
  border-color: var(--prarambh-color-ink);
  box-shadow: 9px 9px 0 rgba(var(--prarambh-color-ink-rgb), 0.12);
}

.prarambh-why-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  justify-content: flex-start;
}

.prarambh-icon,
.prarambh-domain-card span,
.prarambh-domain-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: var(--prarambh-color-primary-dark);
  background: transparent;
  font-size: 20px;
}

.prarambh-why-card:nth-child(2n) {
  background: var(--prarambh-color-accent-tint);
}

.prarambh-why-card:nth-child(3n) {
  background: var(--prarambh-color-soft);
}

.prarambh-card p,
.prarambh-domain-card p,
.prarambh-domain-item p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.prarambh-domains {
  background: var(--prarambh-color-surface);
}

.prarambh-domains .prarambh-section-heading {
  max-width: 850px;
  margin-bottom: 62px;
  text-align: left;
}

.prarambh-domain-split {
  display: grid;
  align-items: center;
  grid-template-columns: 32% 1px 32% 26%;
  gap: 34px;
}

.prarambh-domain-list {
  display: grid;
  gap: 28px;
}

.prarambh-domain-item {
  display: grid;
  align-items: start;
  grid-template-columns: 72px calc(100% - 92px);
  gap: 20px;
}

.prarambh-domain-item span {
  width: 62px;
  height: 62px;
  margin-bottom: 0;
  color: var(--prarambh-color-ink);
  background: #f3ead9;
  border-color: rgba(var(--prarambh-color-ink-rgb), 0.10);
  box-shadow: 0 10px 24px rgba(var(--prarambh-color-ink-rgb), 0.08);
}

.prarambh-domain-item h3 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 25px;
}

.prarambh-domain-item p {
  color: var(--prarambh-color-ink-soft);
  font-size: 15px;
  line-height: 25px;
}

.prarambh-domain-divider {
  width: 1px;
  min-height: 342px;
  background: linear-gradient(
    180deg,
    rgba(var(--prarambh-color-ink-rgb), 0),
    rgba(var(--prarambh-color-ink-rgb), 0.22),
    rgba(var(--prarambh-color-ink-rgb), 0)
  );
}

.prarambh-domain-divider::after {
  display: block;
  width: 9px;
  height: 9px;
  margin: 166px 0 0 -4px;
  border-radius: 999px;
  background: var(--prarambh-color-accent);
  content: "";
}

.prarambh-domain-visual {
  margin: 0;
  padding: 0;
}

.prarambh-domain-visual img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(0.92) contrast(1.06);
}

.prarambh-framework {
  background: var(--prarambh-color-ink);
}

.prarambh-framework h2,
.prarambh-framework h3 {
  color: var(--prarambh-color-white);
}

.prarambh-framework p {
  color: var(--prarambh-color-on-dark-muted);
}

.prarambh-framework-visual {
  margin: 32px 0 0;
  overflow: hidden;
  border-radius: var(--prarambh-radius-large);
}

.prarambh-framework-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.prarambh-timeline {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--prarambh-alpha-white-18);
}

.prarambh-timeline-item {
  position: relative;
  padding: 30px 0 30px 42px;
  border-bottom: 1px solid var(--prarambh-alpha-white-18);
  background: transparent;
}

.prarambh-timeline-item::before {
  position: absolute;
  top: 38px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid var(--prarambh-color-accent);
  border-radius: 999px;
  content: "";
}

.prarambh-timeline-item span {
  display: block;
  margin-bottom: 8px;
  color: var(--prarambh-color-accent-light);
  font-size: 14px;
  line-height: 20px;
  font-weight: 750;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.prarambh-timeline-item p {
  margin-bottom: 0;
}

.prarambh-certification {
  background: var(--prarambh-color-warm);
}

.prarambh-certification-box {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 44px;
  padding: 56px;
  border: 2px solid var(--prarambh-color-ink);
  border-radius: 0 var(--prarambh-radius-large) 0 var(--prarambh-radius-large);
  background: var(--prarambh-color-surface);
  box-shadow: 12px 12px 0 var(--prarambh-color-accent);
}

.prarambh-certification-box p:last-child {
  margin-bottom: 0;
}

.prarambh-final-cta {
  padding: 128px 0;
  background: var(--prarambh-color-primary-dark);
}

.prarambh-final-cta-box {
  max-width: 980px;
  margin: 0 auto;
  padding: 70px;
  border: 2px solid var(--prarambh-alpha-white-30);
  background: var(--prarambh-color-surface);
  text-align: center;
  box-shadow: 14px 14px 0 rgba(var(--prarambh-color-accent-rgb), 0.86);
}

.prarambh-final-cta-box p {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  color: var(--prarambh-color-ink-soft);
}

.prarambh-reveal {
  opacity: 0;
  transform: translateY(24px);
}

.prarambh-reveal.prarambh-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

@media (max-width: 991px) {
  :root {
    --prarambh-section-padding: 92px;
  }

  .prarambh-home h1 {
    max-width: 760px;
    font-size: 54px;
    line-height: 62px;
  }

  .prarambh-home h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .prarambh-hero {
    min-height: 500px;
    padding-top: 72px;
  }

  .prarambh-intro {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .prarambh-hero-headline .prarambh-hero-title {
    font-size: 60px;
  }

  .prarambh-hero-note,
  .prarambh-certification-box {
    grid-template-columns: 100%;
  }

  .prarambh-hero-note span {
    justify-content: flex-start;
    text-align: left;
  }

  .prarambh-about-panel {
    flex-wrap: wrap;
    gap: 34px;
  }

  .prarambh-about-intro {
    flex-basis: 100%;
  }

  .prarambh-about h3 {
    max-width: 680px;
    font-size: 46px;
    line-height: 54px;
  }

  .prarambh-about-visual {
    display: none;
  }

  .prarambh-why-grid {
    grid-auto-rows: auto;
    grid-template-columns: repeat(2, calc((100% - 24px) / 2));
  }

  .prarambh-domain-split {
    grid-template-columns: 100%;
    gap: 36px;
  }

  .prarambh-domain-divider {
    display: none;
  }

  .prarambh-domain-visual {
    display: none;
  }

  .prarambh-why-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  :root {
    --prarambh-section-padding: 72px;
    --prarambh-container-padding: 16px;
  }

  .prarambh-intro {
    padding-top: 56px;
    padding-bottom: 72px;
  }

  .prarambh-home h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .prarambh-home h2 {
    font-size: 31px;
    line-height: 39px;
  }

  .prarambh-home h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .prarambh-home p,
  .prarambh-hero-copy {
    font-size: 16px;
    line-height: 28px;
  }

  .prarambh-intro .prarambh-intro-copy {
    font-size: 17px;
    line-height: 28px;
  }

  .prarambh-hero-headline .prarambh-hero-title {
    font-size: 36px;
    letter-spacing: -0.5px;
  }

  .prarambh-hero {
    min-height: 360px;
    padding: 55px 0 40px;
    background:
      linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.1) 100%
      ),
      var(--prarambh-hero-image);
    background-position: center;
    background-size: cover;
  }

  .prarambh-heading-image {
    width: 82px;
    height: 34px;
    margin: 0 4px;
  }

  .prarambh-button-row,
  .prarambh-button {
    width: 100%;
  }

  .prarambh-about-panel {
    display: block;
  }

  .prarambh-about .prarambh-section-heading {
    margin-bottom: 38px;
  }

  .prarambh-about-timeline {
    padding-left: 28px;
  }

  .prarambh-about h3 {
    margin-bottom: 24px;
    font-size: 34px;
    line-height: 42px;
  }

  .prarambh-about p {
    font-size: 17px;
    line-height: 29px;
  }

  .prarambh-about p + p {
    padding-top: 18px;
  }

  .prarambh-hero-note {
    margin-top: 38px;
  }

  .prarambh-why-grid {
    display: block;
  }

  .prarambh-why-card {
    min-height: auto;
    margin-bottom: 12px;
  }

  .prarambh-domain-split {
    gap: 28px;
  }

  .prarambh-domain-item {
    grid-template-columns: 60px calc(100% - 76px);
    gap: 16px;
  }

  .prarambh-domain-item span {
    width: 54px;
    height: 54px;
    font-size: 18px;
  }

  .prarambh-certification-box,
  .prarambh-final-cta-box {
    padding: 30px 22px;
  }

  .prarambh-final-cta {
    padding: 72px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .prarambh-button,
  .prarambh-card,
  .prarambh-domain-card,
  .prarambh-reveal,
  .prarambh-reveal.prarambh-visible {
    transition: none;
    transform: none;
  }
}
