:root {
  font-family: Instrument Sans, system-ui, Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.01rem;
  color: var(--white);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --white: #ffffff;
  --black: #000000;
  --gradient-start: rgb(131, 96, 150);
  --gradient-mid: rgb(237, 123, 123);
  --gradient-end: rgb(240, 184, 110);
  --gradient: linear-gradient(180deg, var(--gradient-start) 20%, var(--gradient-mid) 90%, var(--gradient-end) 100%);
  --elevated: 235, 231, 108;
  --top-mask-rgb: 131, 96, 150;
  --top-mask-gradient: linear-gradient(180deg, rgb(var(--top-mask-rgb)) 8%, rgba(var(--top-mask-rgb), 0.55) 64%, rgba(var(--top-mask-rgb), 0.01) 100%);
  --gap-1: 12px;
  --gap-2: 24px;
  --content-padding: 32px;
  --section-padding: 48px;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
  font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
*::-webkit-scrollbar {
  display: none;
}
body {
  margin: 0;
  background-color: #836096;
  background: var(--gradient);
}
h1, h2, h3 {
  line-height: 90%;
  font-weight: 600;
  margin-block: 0;
  margin-inline: 0;
  color: var(--white);
  text-shadow: 0px 0px 20px rgba(131, 96, 150, 0.88);
}
h1 {
  font-size: 48px;
  letter-spacing: -0.1rem;
  animation-delay: 0.6s;
  text-wrap: balance;
}
h2 {
  font-size: 36px;
  letter-spacing: -0.06rem;
}
h3 {
  font-size: 24px;
  letter-spacing: -0.5px;
}
.header-text {
  font-size: 16px;
}
p, a, li {
  margin: 0;
  font-size: 16px;
  line-height: 1.22;
  color: var(--elevated);
}
a {
  text-underline-offset: 4px;
  text-decoration: none;
}
a:focus-visible {
  border-radius: 5px;
}
svg, img {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
button, input, textarea {
  appearance: none;
  letter-spacing: inherit;
  word-spacing: unset;
  line-height: inherit;
  text-indent: 0px;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0;
  padding-block: 0;
  padding-inline: 0;
  border: none;
  font-family: inherit;
  font-weight: inherit;
}
button, .button {
  color: var(--white);
  background-color: var(--elevated);
  font-size: 16px;
  padding: 11px 18px;
  border-radius: 12px;
  transition: 0.1s background-color, 0.2s transform, 0.2s opacity;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
:is(button, .button):active,
:is(button, .button):hover:active {
  transform: scale(0.98);
}
:is(button, .button).primary {
  color: var(--black);
  background-color: var(--white);
}
:is(button, .button) svg {
  height: 21px;
  width: 21px;
  stroke-width: 2px;
}
:is(button, .button).thin {
  padding: 9px 16px;
  gap: 7px;
  border-radius: 50px;
}
:is(button, .button).thin svg {
  height: 18px;
  width: 18px;
  stroke-width: 2px;
}
.button:not(.thin) {
  padding: 14px 20px;
}
a:focus-visible,
button:focus-visible,
.button:focus-visible {
  outline: 1.5px var(--white) solid;
  outline-offset: 4px;
}



header {
  width: 100%;
  display: flex;
  justify-content: center;
  background: var(--top-mask-gradient);
  position: fixed;
  z-index: 10;
}
#header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: calc(var(--content-padding) - 16px) var(--content-padding);
}
#actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
header .header-link {
  display: flex;
  align-items: center;
  gap: 3px;
  color: var(--white);
  text-decoration: none;
}
#links {
  display: flex;
  gap: 8px;
  align-items: center;
}

#introduction p,
#introduction h1,
#introduction .contact-cta {
  animation-fill-mode: both;
  will-change: transform, filter, opacity;
}
#introduction .callout-text {
  max-width: 600px;
}

.horizontal-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: var(--section-padding);
  margin: var(--section-padding) 0;
  padding: 0 var(--content-padding);
}
.section-text-stack {
  display: flex;
  flex-direction: column;
  gap: var(--section-padding);
}
.section-form {
  display: flex;
  flex-direction: column;
  gap: var(--section-padding);
  width: 100%;
}

.callout-text {
  font-size: 20px;
  color: var(--elevated);
  text-shadow: 0px 0px 20px rgba(131, 96, 150, 0.88);
  letter-spacing: -0.01px;
  margin-top: 16px;
}
.page-content {
  height: 100%;
  width: 100%;
  padding-top: 90px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#screenshot-lead {
  animation: blur-in 0.35s;
  animation-fill-mode: both;
  will-change: transform, opacity;
}





.image {
  --image-padding: 0;
  padding: var(--image-padding);
  position: relative;
}
img {
  display: block;
  opacity: 1;
  transition: opacity 0.3s;
  position: relative;
  object-fit: contain;
}
.large {
  --image-padding: 32px;
  max-width: 100%;
}
.large > img {
  width: 100%;
  height: auto;
}
.large > img.shadow {
  /* filter: drop-shadow(0px 22px 40px rgba(0, 0, 0, 0.5)); */
  box-shadow: 0px 22px 40px 0 var(--gradient-start);
  border-radius: 16px;
}
.small img.shadow {
  box-shadow: 0px 12px 12px 0 var(--gradient-start);
  border-radius: 16px;
}
img.side-by-side {
  width: 100%;
  height: auto;
  max-width: 700px;
}
.image-description {
  font-size: 14px;
  color: var(--elevated);
  text-align: center;
  margin-top: 8px;
  padding: 8px;
  text-shadow: 0px 0px 20px var(--gradient-start);
}




section,
.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section {
  margin: 20px 0;
  gap: 20px;
  text-align: center;
  padding: 0 var(--content-padding);
}
.content {
  gap: 30px;
}
.content h1, .content p, .content .contact-cta {
  animation: blur-in 0.35s;
}
.contact-cta {
  animation-delay: 0.8s;
}
.paragraph {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 600px;
}

.form-container textarea,
.form-container input {
  text-align: left;
  width: 100%;
  background-color: var(--white);
  color: var(--black);
	margin: 16px 0;
  font-size: 16px;
  padding: 11px 18px;
  border-radius: 12px;
}
.form-container .send-button {
  margin-top: 16px;
  width: 100%;
}

#page-background {
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: var(--gradient);
  height: 100dvh;
  width: 100dvw;
  top: 0;
  left: 0;
}
footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5rem;
  row-gap: 3rem;
  justify-content: center;
  padding: calc(var(--content-padding) * 2) var(--content-padding);
}
.column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer a {
  text-decoration: none;
}

@keyframes blur-in {
  0% {
    opacity: 0;
    transform: scale(0.9);
    filter: blur(10px);
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion) {
  * {
    animation: none !important;
  }
}
@media screen and (max-width: 535px) {
  :root {
    --content-padding: 24px;
    --section-padding: 36px;
  }
  .callout-text {
    font-size: 18px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 28px;
    letter-spacing: -0.045rem;
  }
}
@media screen and (max-width: 750px) {
  footer {
    justify-content: start;
  }
}
@media screen and (max-width: 1200px) {
  .horizontal-section {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1500px) {
  .page-content {
    overflow-x: hidden;
  }
}
