@font-face {
  font-family: "Alaska Variable";
  src: url("/assets/fonts/Alaska VAR-VF.ttf") format("truetype-variations"), url("/assets/fonts/Alaska VAR-VF.ttf.woff2") format("woff2-variations");
  font-weight: 1 950;
  font-display: swap;
}
@font-face {
  font-family: "Alaska Expanded Semi Bold Contrast";
  src: url("/assets/fonts/Alaska-ExpandedSemiBold.woff2") format("woff2"), url("/assets/fonts/Alaska-ExpSemBdContrast.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Alaska Light Contrast";
  src: url("/assets/fonts/Alaska-LightContrast.woff2") format("woff2"), url("/assets/fonts/Alaska-LightContrast.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@keyframes flowerSpinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  box-sizing: border-box;
  background-color: #ffecd7;
}
html::-webkit-scrollbar, body::-webkit-scrollbar {
  display: none;
}

#smooth-content {
  overflow: visible;
  width: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  box-sizing: border-box;
}

img, svg {
  user-select: none;
}

body {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
}

main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  backface-visibility: hidden;
}
main section {
  position: relative;
  width: 100%;
  color: #43070f;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

::selection {
  background-color: #43070f;
  color: #ffecd7;
}

::-moz-selection {
  background-color: #43070f;
  color: #ffecd7;
}

.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.social-links {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 100;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .social-links {
    gap: 1rem;
  }
}
.social-links a {
  color: #43070f;
  width: 1rem;
  height: auto;
  transition: color 0.7s;
}
@media screen and (min-width: 1024px) {
  .social-links a {
    width: 1.5rem;
  }
}
.social-links a:visited {
  color: #43070f;
}
.social-links a:focus {
  outline: 1px solid #43070f;
  outline-offset: 4px;
}
.social-links a.invert {
  color: #ffecd7;
}
.social-links a.invert:focus {
  outline: 1px solid #ffecd7;
  outline-offset: 4px;
}
.social-links a svg {
  width: 100%;
  height: 100%;
}

.landing {
  min-height: 100vh;
  min-height: 100svh;
  max-height: 100vh;
}
.landing__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.landing__inner .tagline__left, .landing__inner .tagline__right, .landing__inner .tagline__mobile {
  font-family: "Alaska Variable", "Alaska Expanded Semi Bold Contrast", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1;
  font-variation-settings: "wdth" 150, "wght" 600, "ital" 0, "CNTR" 100;
  font-size: clamp(0.875rem, 1.5vw, 1.5rem);
  text-align: center;
  place-self: center;
  margin: 0;
}
.landing__inner .tagline__left, .landing__inner .tagline__right {
  display: none;
}
.landing__inner .tagline__logo {
  height: 70vh;
  padding-bottom: 1rem;
}
.landing__inner .tagline__logo img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .landing__inner {
    display: grid;
    grid-template-columns: 25% 1fr 25%;
    grid-template-areas: "tagline-left tagline-center tagline-right";
    justify-items: stretch;
    gap: 0;
  }
  .landing__inner .tagline__mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .landing__inner .tagline__left, .landing__inner .tagline__right {
    display: block;
    align-self: center;
    text-align: left;
  }
  .landing__inner .tagline__left {
    grid-area: tagline-left;
  }
  .landing__inner .tagline__right {
    grid-area: tagline-right;
  }
  .landing__inner .tagline__logo {
    grid-area: tagline-center;
    height: 85vh;
  }
  .landing__inner .tagline__logo img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.intro {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 0;
}
@media screen and (min-width: 1300px) {
  .intro {
    padding-bottom: 10rem;
  }
}
.intro__inner {
  margin: 0 auto;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  max-width: 1300px;
}
.intro__inner h2 {
  font-family: "Alaska Variable", "Alaska Expanded Semi Bold Contrast", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1;
  font-variation-settings: "wdth" 150, "wght" 600, "ital" 0, "CNTR" 100;
  font-size: clamp(1.65rem, 4vw, 3.25rem);
  text-align: center;
  margin: 0;
}
.intro__inner p {
  text-align: center;
  margin: 0;
}
.intro__inner p a {
  font-family: "Alaska Variable", "Alaska Light Contrast", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1;
  font-variation-settings: "wdth" 100, "wght" 600, "ital" 0, "CNTR" 25;
  font-size: clamp(1rem, 3vw, 1.25rem);
  color: #43070f;
  text-underline-offset: 0.125em;
  text-decoration-thickness: 1px;
}
.intro__inner p a:focus {
  outline: 1px solid #43070f;
  outline-offset: 8px;
}
.intro__inner p a:visited {
  color: #43070f;
  outline: none;
}
.intro__inner .logo {
  width: 4rem;
  height: auto;
  color: #43070f;
}
.intro__inner .logo svg {
  width: 100%;
  height: 100%;
}

.newsletter {
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.newsletter__inner {
  margin: 0 auto;
  max-width: 900px;
  padding: 8rem 2.5rem 2.5rem 2.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.newsletter__inner .headline {
  font-family: "Alaska Variable", "Alaska Expanded Semi Bold Contrast", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1;
  font-variation-settings: "wdth" 150, "wght" 600, "ital" 0, "CNTR" 100;
  font-size: clamp(1.65rem, 3vw, 3rem);
  text-align: center;
  margin: 0;
  padding-bottom: 0.75rem;
}
.newsletter__inner .copy {
  text-align: center;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.newsletter__inner .copy h2, .newsletter__inner .copy p {
  font-family: "Alaska Variable", "Alaska Light Contrast", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1;
  font-variation-settings: "wdth" 100, "wght" 500, "ital" 0, "CNTR" 50;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.35;
  margin: 0;
  font-weight: normal;
}
.newsletter__inner .form {
  width: 90%;
}
.newsletter__inner .form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .newsletter__inner .form form {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: repeat(2, auto);
    gap: 1rem;
  }
}
.newsletter__inner .form form button {
  font-family: "Alaska Variable", "Alaska Light Contrast", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1;
  font-variation-settings: "wdth" 100, "wght" 600, "ital" 0, "CNTR" 25;
  font-size: clamp(1rem, 3vw, 1.25rem);
  padding: 0.5rem;
  border: none;
  border-radius: 0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
  white-space: nowrap;
}
.newsletter__inner .form form label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.newsletter__inner .form form input {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 1rem;
  font-family: "Alaska Variable", "Alaska Light Contrast", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1;
  font-variation-settings: "wdth" 100, "wght" 500, "ital" 0, "CNTR" 25;
  font-size: 1rem;
  color: #43070f;
  text-align: center;
}
.newsletter__inner .form form input::placeholder {
  color: #43070f;
}
.newsletter__inner .form form input:focus {
  outline: 1px solid #43070f;
}
@media screen and (min-width: 768px) {
  .newsletter__inner .form form input {
    text-align: left;
  }
}
.newsletter__inner .form form .alert {
  padding-top: 0.75rem;
  grid-column-start: 1;
  grid-column-end: 3;
  place-self: center;
  width: 100%;
  font-family: "Alaska Variable", "Alaska Light Contrast", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1;
  font-variation-settings: "wdth" 100, "wght" 500, "ital" 0, "CNTR" 0;
  font-size: 0.875rem;
  color: #43070f;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1300px) {
  .newsletter__inner .form {
    width: 75%;
  }
}
.newsletter__inner .form button {
  background-color: transparent;
  border: none;
  color: #43070f;
  cursor: pointer;
  transition: background-color 0.25s ease-in-out;
}
.newsletter__inner .form button:focus {
  outline: 1px solid #43070f;
}
.newsletter__flower {
  width: 350px;
  height: auto;
  position: relative;
  z-index: 10;
  padding-bottom: 2rem;
  color: #43070f;
}
.newsletter__flower svg {
  display: block;
  width: 100%;
  height: 100%;
  animation: flowerSpinner 20s linear infinite;
}
.newsletter__flower span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-family: "Alaska Variable", "Alaska Light Contrast", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1;
  font-variation-settings: "wdth" 100, "wght" 300, "ital" 0, "CNTR" 0;
  letter-spacing: 0.065em;
  font-size: 0.65rem;
  line-height: 1.45;
  text-align: center;
  color: #ffecd7;
  width: calc(100% - 9.825rem);
}
@media screen and (min-width: 1300px) {
  .newsletter__flower {
    width: 375px;
    padding: 0;
    position: absolute;
    top: -8rem;
    right: 2.5rem;
  }
  .newsletter__flower span {
    font-size: 0.675rem;
    width: 52.5%;
    transform: translate(-50%, -50%);
  }
}

#bellybump {
  color: #43070f;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 4rem;
}
@media screen and (min-width: 1300px) {
  #bellybump {
    padding-top: 0;
  }
}

.about {
  margin-top: -5px;
  padding-top: 0;
  position: relative;
  overflow: hidden;
  min-height: 85vh;
  background-color: #43070f;
  color: #ffecd7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .about {
    gap: 4rem;
  }
}
.about ::selection {
  background-color: #ffecd7;
  color: #43070f;
}
.about ::-moz-selection {
  background-color: #ffecd7;
  color: #43070f;
}
.about__inner {
  padding: 2rem 2rem 2rem 2rem;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .about__inner {
    gap: 6rem;
    padding-top: 0;
  }
}
.about__inner .logotype {
  width: 88%;
  height: auto;
}
.about__inner .logotype img {
  display: block;
  width: 100%;
  height: 100%;
}
.about__inner .copy {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-family: "Alaska Variable", "Alaska Expanded Semi Bold Contrast", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1;
  font-variation-settings: "wdth" 150, "wght" 600, "ital" 0, "CNTR" 0;
  text-align: center;
  margin: 0;
}
.about__inner .copy h2, .about__inner .copy p {
  font-size: clamp(1rem, 3vw, 1.25rem);
  letter-spacing: 0.05em;
  line-height: 1.45;
  margin: 0;
}
.about__inner .copy h2 br, .about__inner .copy p br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .about__inner .copy h2 br, .about__inner .copy p br {
    display: block;
  }
}
.about__inner .copy h2 a, .about__inner .copy p a {
  color: #ffecd7;
  text-underline-offset: 0.125em;
  text-decoration-thickness: 1px;
}
.about__inner .copy h2 a:focus, .about__inner .copy p a:focus {
  outline: 1px solid #ffecd7;
  outline-offset: 8px;
}
@media screen and (min-width: 768px) {
  .about__inner {
    min-height: unset;
    padding-top: 0;
  }
}
.about__marquee {
  padding-bottom: 1rem;
  height: auto;
  width: auto;
  overflow: hidden;
}
.about__marquee svg {
  width: 2000px;
  height: 200px;
  overflow: hidden;
}
@media screen and (min-width: 2000px) {
  .about__marquee svg {
    width: 100%;
    height: 200px;
  }
}
.about__marquee #text-path {
  font-family: "Alaska Variable", "Alaska Light Contrast", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-feature-settings: "calt" 1, "liga" 1, "rlig" 1, "rvrn" 1, "kern" 1, "rclt" 1;
  font-variation-settings: "wdth" 100, "wght" 250, "ital" 0, "CNTR" 0;
  letter-spacing: 0.05em;
  font-size: 18px;
  fill: #ffecd7;
  white-space: nowrap;
  position: relative;
}
