.page-story-engine {
  --story-engine-dark: #06131d;
  --story-engine-dark-2: #0b2133;
  --story-engine-gold: #ffd970;
  --story-engine-soft-gold: #f4d98a;
  --story-engine-border: rgba(204, 143, 44, 0.72);
  --as-page-frame-fill-background: var(--as-parchment-background);
  background: var(--as-page-frame-outer-red);
}

.story-engine-main {
  width: min(var(--max), calc(100% - 0.75rem));
  padding: clamp(1.5rem, 3vw, 2.2rem) clamp(1.05rem, 2.6vw, 2.25rem) 3.6rem;
}

.page-story-engine main.site-frame.story-engine-main {
  background: none;
  border-right: 0;
  border-left: 0;
}

.story-engine-quickstart,
.story-engine-download,
.story-engine-app-section {
  position: relative;
  overflow: hidden;
  margin-top: clamp(1.45rem, 3.4vw, 3.1rem);
  border: 2px solid var(--story-engine-border);
  border-radius: 0.35rem;
  box-shadow: 0 22px 46px rgba(42, 19, 8, 0.18);
}

.story-engine-quickstart::before,
.story-engine-download::before,
.story-engine-app-section::before {
  content: "";
  position: absolute;
  inset: 0.45rem;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 222, 121, 0.45);
}

.story-engine-quickstart > *,
.story-engine-download > *,
.story-engine-app-section > * {
  position: relative;
  z-index: 1;
}

.story-engine-quickstart {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.95fr);
  gap: clamp(1rem, 3vw, 2.4rem);
  min-height: clamp(27rem, 46vw, 37rem);
  padding: clamp(2.5rem, 5.2vw, 4.6rem) clamp(1.25rem, 4vw, 4rem);
  align-items: center;
  background:
    radial-gradient(circle at 84% 26%, rgba(16, 72, 118, 0.28), transparent 17rem),
    linear-gradient(100deg, rgba(255, 245, 214, 0.98) 0 52%, rgba(255, 245, 214, 0.72) 63%, rgba(244, 217, 138, 0.24) 100%),
    var(--as-parchment-surface) 0 0 / var(--as-parchment-surface-size) repeat,
    #f4dfad;
}

.story-engine-quickstart__copy {
  max-width: 40rem;
}

.story-engine-kicker {
  margin-bottom: 0.65rem;
  color: var(--ruby);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.story-engine-quickstart h1,
.story-engine-app-intro h2,
.story-engine-section-heading h2 {
  margin-bottom: 0.9rem;
  line-height: 0.98;
}

.story-engine-quickstart h1 {
  max-width: 34rem;
  color: var(--ruby);
  font-size: clamp(2.85rem, 5vw, 4.35rem);
  text-shadow: 0 1px 0 rgba(255, 245, 196, 0.62);
}

.story-engine-lede {
  max-width: 37rem;
  color: #32180e;
  font-size: clamp(1.03rem, 1.55vw, 1.2rem);
  line-height: 1.5;
}

.story-engine-promises {
  display: grid;
  gap: 0.4rem;
  max-width: 39rem;
  margin: 1.15rem 0 1.35rem;
  padding: 0;
  list-style: none;
  color: #482615;
  font-size: clamp(1rem, 1.36vw, 1.08rem);
  font-weight: 700;
}

.story-engine-promises li {
  padding-left: 1.3rem;
  background: linear-gradient(var(--gold), var(--gold)) 0 0.68em / 0.75rem 2px no-repeat;
}

.story-engine-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.story-engine-quickstart__visuals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.8vw, 1.15rem);
  margin: 0;
  align-items: stretch;
}

.story-engine-quickstart__preview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(15rem, 26vw, 22rem);
  margin: 0;
  padding: clamp(0.65rem, 1.5vw, 0.95rem);
  border: 1px solid rgba(126, 69, 20, 0.34);
  background:
    linear-gradient(rgba(255, 249, 229, 0.72), rgba(255, 249, 229, 0.82)),
    radial-gradient(circle at 50% 14%, rgba(255, 221, 107, 0.22), transparent 8rem);
  box-shadow: inset 0 0 0 1px rgba(255, 226, 139, 0.36), 0 16px 28px rgba(46, 20, 7, 0.16);
}

.story-engine-quickstart__preview img {
  display: block;
  width: 100%;
  height: clamp(11rem, 21vw, 17.5rem);
  object-fit: contain;
  margin-inline: auto;
}

.story-engine-quickstart__book img {
  filter: drop-shadow(0 28px 28px rgba(40, 16, 6, 0.28));
}

.story-engine-quickstart__app img {
  align-self: center;
  padding: 0.25rem;
  border: 1px solid rgba(56, 31, 12, 0.18);
  background: rgba(4, 17, 28, 0.12);
  filter: drop-shadow(0 18px 18px rgba(4, 17, 28, 0.24));
}

.story-engine-quickstart__preview figcaption {
  margin-top: 0.5rem;
  color: var(--ruby);
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.55vw, 1.2rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 245, 196, 0.62);
}

.page-story-engine main.site-frame.story-engine-main {
  width: min(1448px, calc(100% - 0.75rem));
  max-width: none;
  padding-inline: clamp(0.25rem, 0.7vw, 0.75rem);
}

.story-engine-quickstart.story-engine-hero {
  display: grid;
  grid-template-columns: minmax(37.5rem, 1fr) minmax(34rem, 0.9fr);
  gap: clamp(1.4rem, 2.6vw, 3.1rem);
  align-items: start;
  min-height: clamp(650px, 61vw, 880px);
  padding: clamp(1.35rem, 2.6vw, 2.55rem) clamp(1.45rem, 3.55vw, 3.45rem);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.story-engine-quickstart.story-engine-hero::before {
  content: none;
}

.story-engine-quickstart.story-engine-hero::after {
  content: none;
}

.story-engine-hero__copy,
.story-engine-hero__visual {
  position: relative;
  z-index: 1;
}

.story-engine-hero__copy {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  max-width: 41rem;
}

.story-engine-hero__logo {
  display: none;
}

.story-engine-hero .story-engine-kicker {
  margin: clamp(0.35rem, 0.55vw, 0.5rem) 0 clamp(1.15rem, 1.7vw, 1.55rem);
  color: #8b1710;
  font-family: var(--font-heading);
  font-size: clamp(0.92rem, 1.1vw, 1.08rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
}

.story-engine-hero h1 {
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: #151514;
  font-family: var(--font-display);
  font-size: clamp(2.62rem, 2.95vw, 2.86rem);
  font-weight: 800;
  line-height: 1.02;
  text-shadow: 0 1px 0 rgba(255, 249, 219, 0.72);
}

.story-engine-hero h1 span {
  display: block;
  color: #8b1710;
  white-space: nowrap;
}

.story-engine-hero sup {
  position: relative;
  top: -0.1em;
  font-size: 0.28em;
  line-height: 0;
}

.story-engine-hero__divider,
.story-engine-hero__visual-divider,
.story-engine-hero__tagline-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.35rem;
  margin-block: clamp(1.2rem, 1.75vw, 1.65rem);
  color: #b17b2f;
}

.story-engine-hero__divider::before,
.story-engine-hero__divider::after,
.story-engine-hero__visual-divider::before,
.story-engine-hero__visual-divider::after,
.story-engine-hero__tagline-divider::before,
.story-engine-hero__tagline-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  max-width: 12rem;
  background: linear-gradient(90deg, transparent, rgba(173, 116, 42, 0.78));
}

.story-engine-hero__divider::after,
.story-engine-hero__visual-divider::after,
.story-engine-hero__tagline-divider::after {
  background: linear-gradient(90deg, rgba(173, 116, 42, 0.78), transparent);
}

.story-engine-hero__divider::before,
.story-engine-hero__visual-divider::before,
.story-engine-hero__tagline-divider::before {
  margin-right: 0.75rem;
}

.story-engine-hero__divider::after,
.story-engine-hero__visual-divider::after,
.story-engine-hero__tagline-divider::after {
  margin-left: 0.75rem;
}

.story-engine-hero__divider {
  margin-right: 2.8rem;
}

.story-engine-hero__divider::after {
  content: "";
}

.story-engine-hero__divider::before {
  content: "";
}

.story-engine-hero__divider {
  background:
    url("assets/shared/ornaments/top-center-gem-transparent.png") center / 1.75rem auto no-repeat;
}

.story-engine-hero__body {
  display: grid;
  gap: 0.62rem;
  max-width: 32.2rem;
  margin-bottom: clamp(1.25rem, 2.05vw, 1.85rem);
}

.story-engine-hero__body p {
  margin: 0;
  color: #211911;
  font-size: clamp(1.04rem, 1.23vw, 1.18rem);
  line-height: 1.34;
}

.story-engine-hero__buttons {
  display: grid;
  gap: 0.72rem;
  justify-content: start;
  margin-bottom: clamp(0.8rem, 1.45vw, 1.2rem);
}

.page-story-engine .button.story-engine-hero-button {
  --ornate-red-w: clamp(18.5rem, 28vw, 23.8rem);
  --ornate-red-h: clamp(2.65rem, 3.25vw, 3rem);
  --ornate-button-w: clamp(18.5rem, 28vw, 23.8rem);
  --ornate-button-h: clamp(2.65rem, 3.25vw, 3rem);
  display: inline-flex;
  width: var(--ornate-button-w);
  min-width: min(100%, var(--ornate-button-w));
  height: var(--ornate-button-h);
  min-height: var(--ornate-button-h);
  align-items: center;
  justify-content: center;
  gap: 0.82rem;
  padding: 0 1.45rem;
  background-size: 100% 100%;
  font-family: var(--font-heading);
  font-size: clamp(0.96rem, 1.14vw, 1.08rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.68);
}

.page-story-engine .button.story-engine-hero-button--red {
  background-image: url("assets/shared/buttons/precomposed-red/red-xl-236x35@4x.png");
}

.page-story-engine .button.story-engine-hero-button--blue {
  background-image: url("assets/shared/buttons/precomposed-blue/blue-xl-236x35@4x.png");
}

.page-story-engine .story-engine-hero-button span {
  display: inline-block;
  color: #f3cf67;
  font-size: 1.3em;
  line-height: 1;
  transform: translateY(-0.02em);
}

.story-engine-hero__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(100%, 38.8rem);
  max-width: 38.8rem;
  margin-top: auto;
  padding-top: 1.05rem;
  border-top: 1px solid rgba(178, 127, 50, 0.32);
}

.story-engine-hero__features article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.78rem;
  align-items: center;
  min-width: 0;
  padding-inline: clamp(0.55rem, 1.2vw, 1rem);
}

.story-engine-hero__features article:first-child {
  padding-left: 0;
}

.story-engine-hero__features article:not(:last-child) {
  border-right: 1px solid rgba(178, 127, 50, 0.42);
}

.story-engine-hero__features img {
  width: clamp(2.8rem, 3.65vw, 3.6rem);
  height: clamp(2.8rem, 3.65vw, 3.6rem);
  border-radius: 50%;
}

.story-engine-hero__features h2 {
  margin: 0 0 0.2rem;
  color: #1e1710;
  font-family: var(--font-heading);
  font-size: clamp(0.8rem, 0.96vw, 0.98rem);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.story-engine-hero__features p {
  margin: 0;
  color: #2f251a;
  font-size: clamp(0.82rem, 0.92vw, 0.95rem);
  line-height: 1.18;
}

.story-engine-hero__visual {
  display: grid;
  justify-self: end;
  justify-items: center;
  align-content: start;
  min-width: 0;
  padding-top: clamp(0.15rem, 0.7vw, 0.65rem);
}

.story-engine-hero__visual > img {
  display: block;
  width: min(100%, 38.5rem);
  filter: drop-shadow(0 1.1rem 1.2rem rgba(36, 14, 4, 0.18));
}

.story-engine-hero__visual-divider {
  width: min(75%, 35rem);
  margin-top: clamp(0.75rem, 1.6vw, 1.45rem);
  margin-bottom: 0.42rem;
  background:
    url("assets/shared/ornaments/top-center-gem-transparent.png") center / 2.35rem auto no-repeat;
}

.story-engine-hero__tagline {
  margin: 0;
  text-align: center;
}

.story-engine-hero__tagline span,
.story-engine-hero__tagline strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1;
}

.story-engine-hero__tagline span {
  color: #0b2639;
  font-size: clamp(1.85rem, 2.65vw, 2.55rem);
}

.story-engine-hero__tagline strong {
  margin-top: 0.42rem;
  color: #8b1710;
  font-size: clamp(1.2rem, 1.65vw, 1.58rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.story-engine-hero__tagline-divider {
  width: min(55%, 26rem);
  margin-top: 0.46rem;
  margin-bottom: 0;
  background:
    url("assets/shared/ornaments/top-center-gem-transparent.png") center / 1.65rem auto no-repeat;
}

.story-engine-hero__gem {
  display: none;
}

.story-engine-download {
  padding: clamp(2rem, 4vw, 3.25rem) clamp(1.25rem, 3.4vw, 3rem);
  background:
    linear-gradient(rgba(255, 246, 220, 0.9), rgba(255, 246, 220, 0.9)),
    radial-gradient(circle at 90% 10%, rgba(201, 147, 40, 0.16), transparent 18rem),
    var(--as-parchment-surface) 0 0 / var(--as-parchment-surface-size) repeat,
    #f1dca9;
}

.story-engine-section-heading {
  max-width: 54rem;
  margin: 0 auto 1.4rem;
  text-align: center;
}

.story-engine-section-heading h2 {
  color: var(--ruby);
  font-size: clamp(2.2rem, 4.2vw, 3.75rem);
}

.story-engine-section-heading p {
  margin-bottom: 0;
  color: #55321c;
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  line-height: 1.45;
}

.story-engine-feature-grid {
  display: grid;
  gap: 1rem;
}

.story-engine-feature-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.story-engine-feature-card,
.story-engine-audience-card {
  position: relative;
  border: 1px solid rgba(122, 71, 24, 0.45);
  box-shadow: 0 14px 26px rgba(47, 21, 8, 0.14);
}

.story-engine-feature-card {
  display: flex;
  flex-direction: column;
  min-height: 13rem;
  padding: 1.2rem 1.1rem 1.25rem;
  background:
    linear-gradient(rgba(255, 249, 229, 0.9), rgba(255, 249, 229, 0.92)),
    radial-gradient(circle at 100% 0, rgba(214, 163, 58, 0.18), transparent 8rem);
}

.story-engine-feature-card::before,
.story-engine-audience-card::before {
  content: "";
  position: absolute;
  inset: 0.38rem;
  pointer-events: none;
  border: 1px solid rgba(201, 147, 40, 0.46);
}

.story-engine-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.85rem;
  border: 1px solid rgba(255, 219, 111, 0.7);
  border-radius: 50%;
  color: #ffe9a6;
  background: linear-gradient(135deg, #40120b, #7c190f);
  font-weight: 900;
  box-shadow: inset 0 0 0 2px rgba(34, 8, 5, 0.42);
}

.story-engine-feature-card h3 {
  margin-bottom: 0.45rem;
  color: var(--ruby);
  font-size: clamp(1.22rem, 1.85vw, 1.5rem);
  line-height: 1.08;
}

.story-engine-feature-card p,
.story-engine-feature-list p {
  margin-bottom: 0;
  line-height: 1.38;
}

.story-engine-card-actions {
  display: grid;
  gap: 0.55rem;
  justify-items: center;
  margin-top: auto;
  padding-top: 1rem;
  width: 100%;
}

.story-engine-download-button {
  margin-top: 0;
  align-self: center;
  transform: none;
}

.page-story-engine .story-engine-card-actions .ornate-red--xl.story-engine-download-button {
  width: min(var(--ornate-red-w), 100%);
  min-width: 0;
  max-width: 100%;
  padding-inline: clamp(0.7rem, 1vw, 1.1rem);
  font-size: clamp(0.66rem, 0.9vw, 0.8125rem);
}

.story-engine-download-button:disabled {
  cursor: default;
  filter: saturate(0.78);
  opacity: 0.82;
}

.story-engine-launch-button {
  margin-top: clamp(1rem, 1.8vw, 1.35rem);
}

.story-engine-launch-button:disabled {
  cursor: default;
  filter: saturate(0.78);
  opacity: 0.82;
}

.story-engine-release-note {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(93, 58, 22, 0.18);
}

.story-engine-release-note p {
  margin: 0;
  color: #4c2a17;
  font-weight: 700;
}

.story-engine-app-section {
  padding: clamp(2.3rem, 4.6vw, 3.9rem) clamp(1.05rem, 3vw, 2.6rem);
  background:
    linear-gradient(rgba(4, 15, 24, 0.9), rgba(4, 15, 24, 0.9)),
    radial-gradient(circle at 20% 0, rgba(30, 117, 160, 0.28), transparent 23rem),
    radial-gradient(circle at 86% 22%, rgba(195, 131, 35, 0.16), transparent 21rem),
    #06131d;
  color: #f7e7b5;
}

.story-engine-app-intro {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(1.1rem, 2.2vw, 2rem);
  align-items: center;
  max-width: 68rem;
  margin: 0 auto 1.65rem;
  text-align: left;
}

.story-engine-app-intro__screenshot {
  display: block;
  width: clamp(8.8rem, 14vw, 12.5rem);
  height: auto;
  filter: drop-shadow(0 0.9rem 1.1rem rgba(0, 0, 0, 0.42));
}

.story-engine-app-intro__copy {
  min-width: 0;
}

.story-engine-app-intro .story-engine-kicker {
  color: var(--story-engine-gold);
}

.story-engine-app-intro h2 {
  color: var(--story-engine-gold);
  font-size: clamp(2.1rem, 4.25vw, 3.35rem);
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.58);
}

.story-engine-app-intro p {
  margin: 0;
  max-width: 51rem;
  color: #f3dfad;
  font-size: clamp(1.02rem, 1.45vw, 1.16rem);
  line-height: 1.45;
}

.story-engine-audience-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1rem;
}

.story-engine-audience-card {
  padding: clamp(1.35rem, 2.4vw, 2rem);
  background:
    linear-gradient(rgba(7, 24, 36, 0.92), rgba(7, 24, 36, 0.92)),
    radial-gradient(circle at 20% 0, rgba(46, 136, 173, 0.22), transparent 12rem);
}

.story-engine-audience-card--gm {
  background:
    linear-gradient(rgba(8, 22, 33, 0.92), rgba(8, 22, 33, 0.92)),
    radial-gradient(circle at 80% 0, rgba(185, 119, 33, 0.22), transparent 14rem);
}

.story-engine-audience-card h3 {
  margin: 0 0 1rem;
  color: var(--story-engine-gold);
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1;
  text-align: center;
}

.story-engine-feature-list {
  display: grid;
  gap: 0.75rem;
}

.story-engine-feature-list section {
  padding: 0.78rem 0.86rem;
  border-left: 2px solid rgba(255, 217, 112, 0.54);
  background: rgba(255, 244, 197, 0.055);
}

.story-engine-feature-list h4 {
  margin: 0 0 0.25rem;
  color: #fff0ad;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  line-height: 1.1;
}

.story-engine-feature-list p {
  color: #ead6a2;
  font-size: 0.94rem;
}

@media (max-width: 980px) {
  .story-engine-quickstart {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .story-engine-quickstart__copy {
    max-width: 100%;
  }

  .story-engine-quickstart__visuals {
    max-width: 44rem;
    margin-inline: auto;
  }

  .story-engine-feature-grid--four,
  .story-engine-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .story-engine-main {
    width: min(var(--max), calc(100% - 0.6rem));
    padding-inline: 0.8rem;
  }

  .story-engine-quickstart {
    padding: 2.55rem 1rem 1.45rem;
  }

  .story-engine-quickstart h1 {
    font-size: clamp(2.35rem, 13vw, 3.35rem);
  }

  .story-engine-button-row {
    justify-content: center;
  }

  .story-engine-quickstart__visuals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-story-engine .story-engine-button-row .ornate-red--lg,
  .page-story-engine .story-engine-button-row .ornate-blue--lg {
    width: 184px;
    min-width: 184px;
  }

  .story-engine-download,
  .story-engine-app-section {
    padding-inline: 1rem;
  }

  .story-engine-app-intro {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .story-engine-app-intro__screenshot {
    width: clamp(7.5rem, 35vw, 10.5rem);
  }

  .story-engine-app-intro p {
    margin-inline: auto;
  }

  .story-engine-feature-grid--four,
  .story-engine-audience-grid {
    grid-template-columns: 1fr;
  }

  .story-engine-feature-card {
    min-height: 0;
  }
}

@media (max-width: 460px) {
  .story-engine-main {
    padding-inline: 0.55rem;
  }

  .story-engine-quickstart,
  .story-engine-download,
  .story-engine-app-section {
    border-width: 1px;
  }

  .story-engine-quickstart h1 {
    font-size: clamp(2rem, 12vw, 2.75rem);
  }

  .story-engine-lede,
  .story-engine-section-heading p,
  .story-engine-app-intro p {
    font-size: 0.98rem;
  }

  .page-story-engine .story-engine-button-row .ornate-red--lg,
  .page-story-engine .story-engine-button-row .ornate-blue--lg {
    width: min(184px, 100%);
    min-width: 0;
  }

  .story-engine-quickstart__visuals {
    grid-template-columns: 1fr;
  }

  .story-engine-quickstart__preview {
    min-height: 0;
  }

  .story-engine-quickstart__preview img {
    height: auto;
    max-height: 16rem;
  }
}

@media (max-width: 1120px) {
  .story-engine-quickstart.story-engine-hero {
    grid-template-columns: minmax(21rem, 0.9fr) minmax(27rem, 0.86fr);
    gap: clamp(1.4rem, 3vw, 2.4rem);
  }

  .story-engine-hero h1 {
    font-size: clamp(2.7rem, 4.5vw, 3.9rem);
  }

  .story-engine-hero__features {
    grid-template-columns: 1fr;
    gap: 0.55rem;
    max-width: 27rem;
  }

  .story-engine-hero__features article {
    padding-inline: 0;
  }

  .story-engine-hero__features article:not(:last-child) {
    border-right: 0;
  }
}

@media (max-width: 980px) {
  .story-engine-quickstart.story-engine-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: clamp(1rem, 3vw, 1.65rem) clamp(1.25rem, 5vw, 2.8rem) clamp(2.1rem, 6vw, 3.4rem);
  }

  .story-engine-hero__copy {
    max-width: 43rem;
    margin-inline: auto;
  }

  .story-engine-hero__logo {
    margin-inline: auto;
  }

  .story-engine-hero h1,
  .story-engine-hero__body,
  .story-engine-hero__features {
    width: auto;
    max-width: 100%;
  }

  .story-engine-hero__buttons {
    justify-content: center;
  }

  .story-engine-hero__visual {
    width: 100%;
    justify-self: center;
    padding-top: clamp(0.65rem, 2vw, 1rem);
  }

  .story-engine-hero__features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .story-engine-hero__features article {
    padding-inline: clamp(0.45rem, 1.6vw, 0.8rem);
  }

  .story-engine-hero__features article:not(:last-child) {
    border-right: 1px solid rgba(178, 127, 50, 0.42);
  }

  .story-engine-hero__visual > img {
    width: min(100%, 40rem);
  }
}

@media (max-width: 760px) {
  .story-engine-quickstart.story-engine-hero {
    padding: 1rem 1rem 1.7rem;
    border-width: 0.32rem;
  }

  .story-engine-quickstart.story-engine-hero::before,
  .story-engine-quickstart.story-engine-hero::after {
    inset: 0.72rem;
  }

  .story-engine-hero .story-engine-kicker {
    font-size: clamp(0.78rem, 3vw, 0.92rem);
  }

  .story-engine-hero h1 {
    font-size: clamp(2.15rem, 10vw, 3.3rem);
    text-align: center;
  }

  .story-engine-hero h1 span {
    display: inline;
    white-space: normal;
  }

  .story-engine-hero__body {
    text-align: center;
  }

  .page-story-engine .button.story-engine-hero-button {
    --ornate-red-w: min(22rem, calc(100vw - 3.5rem));
    --ornate-red-h: 2.78rem;
    --ornate-button-w: min(22rem, calc(100vw - 3.5rem));
    --ornate-button-h: 2.78rem;
    font-size: clamp(0.84rem, 3.45vw, 1.04rem);
  }

  .story-engine-hero__features {
    grid-template-columns: 1fr;
    max-width: 27rem;
    margin-inline: auto;
  }

  .story-engine-hero__features article {
    padding: 0;
  }

  .story-engine-hero__features article:not(:last-child) {
    border-right: 0;
  }

  .story-engine-hero__visual-divider,
  .story-engine-hero__tagline-divider {
    width: 88%;
  }

  .story-engine-hero__tagline span {
    font-size: clamp(1.45rem, 7vw, 2.1rem);
  }
}

@media (max-width: 460px) {
  .story-engine-hero__logo {
    width: clamp(7.8rem, 42vw, 10.5rem);
  }

  .story-engine-hero__divider {
    margin-right: 0;
  }

  .story-engine-hero__body p {
    font-size: 0.98rem;
  }

  .story-engine-hero__visual > img {
    width: calc(100% + 0.25rem);
    max-width: none;
  }
}
