:root {
  --ink: #21141f;
  --ink-deep: #160f17;
  --plum: #6e3f70;
  --lilac: #bea8d2;
  --lilac-light: #ddd4e4;
  --yellow: #f1ca51;
  --cream: #f4eee5;
  --muted: #927d91;
  --line: rgba(244, 238, 229, 0.2);
  --serif: "Gilda Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1260px, calc(100% - 96px));
  margin: 0 auto;
  padding: 28px 0;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cream);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 0.92;
  text-transform: uppercase;
}

.wordmark em {
  color: var(--yellow);
  font-family: var(--serif);
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: lowercase;
}

.wordmark-star {
  color: var(--yellow);
  font-size: 22px;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: var(--lilac-light);
  font-size: 12px;
  font-weight: 500;
}

.site-nav a:not(.nav-pill),
.footer-links a,
.text-link {
  transition: color 180ms ease;
}

.site-nav a:not(.nav-pill):hover,
.footer-links a:hover,
.text-link:hover {
  color: var(--yellow);
}

.nav-pill {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 12px 17px;
  border: 1px solid rgba(244, 238, 229, 0.42);
  border-radius: 100px;
  transition: background 180ms ease, color 180ms ease;
}

.nav-pill:hover {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--ink);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  width: min(1260px, calc(100% - 96px));
  min-height: 660px;
  margin: 0 auto;
  padding: 72px 0 100px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 0 0 50px 7%;
}

.eyebrow,
.kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 27px;
  color: var(--yellow);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow-line {
  display: block;
  width: 31px;
  height: 1px;
  background: currentColor;
}

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

h1,
h2,
h3 {
  font-weight: 400;
}

h1 {
  max-width: 650px;
  margin-bottom: 27px;
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(72px, 9vw, 128px);
  letter-spacing: -0.06em;
  line-height: 0.78;
}

h1 i,
h2 i,
h3 i {
  color: var(--yellow);
  font-style: italic;
}

.hero-intro {
  max-width: 290px;
  margin-bottom: 31px;
  color: var(--lilac-light);
  font-size: 15px;
  line-height: 1.6;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-width: 163px;
  padding: 15px 17px;
  border: 1px solid transparent;
  border-radius: 1px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--yellow);
  color: var(--ink);
}

.button-primary:hover {
  background: var(--cream);
}

.button-yellow {
  background: var(--yellow);
  color: var(--ink);
}

.button-yellow:hover {
  background: var(--cream);
}

.hero-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 56px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-transform: uppercase;
}

.tiny-spark {
  color: var(--yellow);
  font-size: 17px;
}

.hero-art {
  position: relative;
  align-self: center;
  height: 548px;
  margin-right: 2%;
  border: 1px solid rgba(244, 238, 229, 0.2);
  background:
    linear-gradient(135deg, rgba(190, 168, 210, 0.05) 25%, transparent 25%) 0 0 / 18px 18px,
    radial-gradient(circle at 44% 40%, rgba(240, 202, 81, 0.38), transparent 20%),
    radial-gradient(circle at 60% 54%, #765378 0%, #4a2e4f 28%, #241928 68%);
  overflow: hidden;
}

.hero-art::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 42%, rgba(236, 206, 163, 0.12) 42.2%, transparent 43%),
    linear-gradient(295deg, transparent 54%, rgba(236, 206, 163, 0.1) 54.2%, transparent 55%);
  content: "";
}

.art-glow {
  position: absolute;
  top: 27%;
  left: 30%;
  width: 47%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(243, 203, 85, 0.22);
  filter: blur(45px);
}

.art-orbit {
  position: absolute;
  top: 11%;
  left: 13%;
  width: 73%;
  height: 75%;
  border: 1px solid rgba(244, 238, 229, 0.3);
  border-radius: 50%;
  transform: rotate(-32deg);
}

.orbit-two {
  top: 3%;
  left: 26%;
  width: 44%;
  height: 89%;
  border-color: rgba(244, 238, 229, 0.16);
  transform: rotate(36deg);
}

.art-sun {
  position: absolute;
  top: 26%;
  left: 29%;
  display: grid;
  place-items: center;
  width: 42%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 55px rgba(241, 202, 81, 0.35);
}

.art-sun::before,
.art-sun::after {
  position: absolute;
  width: 118%;
  height: 1px;
  background: rgba(241, 202, 81, 0.8);
  content: "";
}

.art-sun::after {
  transform: rotate(90deg);
}

.sun-face {
  position: relative;
  z-index: 1;
  display: block;
  width: 27%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--ink);
  transform: rotate(23deg) translateX(6%);
}

.sun-face::after {
  position: absolute;
  top: -7%;
  left: 29%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--yellow);
  content: "";
}

.art-moon {
  position: absolute;
  right: 14%;
  bottom: 18%;
  width: 18%;
  aspect-ratio: 1;
  border: 1px solid var(--yellow);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(241, 202, 81, 0.22);
}

.art-moon span {
  position: absolute;
  top: -10%;
  left: 28%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #4d3151;
}

.star {
  position: absolute;
  color: var(--yellow);
  font-size: 21px;
}

.star-one {
  top: 18%;
  right: 13%;
}

.star-two {
  bottom: 29%;
  left: 16%;
  color: var(--cream);
  font-size: 26px;
}

.star-three {
  top: 69%;
  left: 31%;
  font-size: 10px;
}

.star-four {
  top: 13%;
  left: 25%;
  color: var(--cream);
  font-size: 30px;
}

.art-caption {
  position: absolute;
  right: 5%;
  bottom: 5%;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  color: var(--lilac-light);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.caption-number {
  color: var(--yellow);
}

.marquee {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.marquee-track {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-width: max-content;
  padding: 16px 0;
  color: var(--lilac);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
}

.marquee-track b {
  color: var(--yellow);
  font-size: 17px;
  font-weight: 400;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) 4.2fr;
  gap: 5%;
  width: min(1120px, calc(100% - 160px));
  margin: 0 auto;
}

.section-label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-top: 10px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.section-label span:first-child {
  color: var(--yellow);
}

.about {
  position: relative;
  padding-top: 160px;
  padding-bottom: 170px;
}

.about-copy {
  position: relative;
  max-width: 700px;
}

.kicker {
  margin-bottom: 25px;
}

h2 {
  margin-bottom: 28px;
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(58px, 7vw, 96px);
  letter-spacing: -0.06em;
  line-height: 0.8;
}

.about h2 {
  font-size: clamp(64px, 8vw, 112px);
}

.body-copy {
  max-width: 395px;
  margin-bottom: 29px;
  color: var(--lilac-light);
  font-size: 15px;
  line-height: 1.7;
}

.text-link {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 600;
}

.about-stamp {
  position: absolute;
  right: 4%;
  bottom: 143px;
  display: grid;
  place-items: center;
  width: 170px;
  height: 170px;
  color: var(--yellow);
  transform: rotate(11deg);
}

.stamp-ring {
  position: absolute;
  inset: 0;
  border: 1px solid var(--yellow);
  border-radius: 50%;
}

.stamp-ring::before,
.stamp-ring::after {
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(241, 202, 81, 0.65);
  border-radius: 50%;
  content: "";
}

.stamp-ring::after {
  inset: 24px;
  border: 0;
  background: rgba(241, 202, 81, 0.08);
}

.stamp-star {
  position: absolute;
  top: 21px;
  font-size: 21px;
}

.stamp-text {
  position: relative;
  z-index: 1;
  color: var(--yellow);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

.stamp-text i {
  font-family: var(--serif);
  font-size: 21px;
  letter-spacing: 0;
  text-transform: lowercase;
}

.offerings {
  padding-bottom: 180px;
}

.offerings-content {
  min-width: 0;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 56px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-aside {
  margin: 0 0 4px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: right;
  text-transform: uppercase;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.offering-card {
  position: relative;
  display: flex;
  min-height: 376px;
  flex-direction: column;
  padding: 20px;
  color: var(--ink);
  overflow: hidden;
  transition: transform 200ms ease;
}

.offering-card:hover {
  transform: translateY(-6px);
}

.offering-card-dark {
  background: #342338;
  color: var(--cream);
}

.offering-card-lilac {
  background: var(--lilac);
}

.offering-card-yellow {
  background: var(--yellow);
}

.card-top {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.card-symbol {
  margin-top: 42px;
  font-family: var(--serif);
  font-size: 58px;
  line-height: 0.8;
}

.offering-card-dark .card-symbol {
  color: var(--yellow);
}

.offering-card h3 {
  margin: 27px 0 13px;
  font-family: var(--serif);
  font-size: 42px;
  letter-spacing: -0.06em;
  line-height: 0.82;
}

.offering-card h3 i {
  color: inherit;
}

.offering-card-dark h3 i {
  color: var(--yellow);
}

.offering-card p {
  max-width: 205px;
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 1.55;
  opacity: 0.72;
}

.card-link {
  margin-top: auto;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.card-link::after {
  display: inline-block;
  margin-left: 11px;
  content: "↗";
  font-size: 14px;
}

.journal {
  padding-bottom: 180px;
}

.journal-content {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 9%;
}

.feature-image {
  position: relative;
  height: 290px;
  margin-bottom: 17px;
  background:
    linear-gradient(30deg, transparent 48%, rgba(244, 238, 229, 0.1) 48.2%, transparent 49%) 0 0 / 31px 31px,
    radial-gradient(circle at 48% 40%, rgba(241, 202, 81, 0.5), transparent 20%),
    linear-gradient(140deg, #443253, #1f1624);
  overflow: hidden;
}

.feature-image::after {
  position: absolute;
  right: -10%;
  bottom: -36%;
  width: 130%;
  height: 68%;
  border: 1px solid rgba(244, 238, 229, 0.35);
  border-radius: 50%;
  content: "";
  transform: rotate(-18deg);
}

.feature-moon {
  position: absolute;
  top: 25%;
  left: 38%;
  width: 25%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 40px rgba(241, 202, 81, 0.35);
}

.feature-moon::after {
  position: absolute;
  top: -3%;
  left: 35%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #382642;
  content: "";
}

.feature-star {
  position: absolute;
  color: var(--cream);
  font-size: 18px;
}

.star-a {
  top: 17%;
  right: 24%;
  color: var(--yellow);
}

.star-b {
  top: 64%;
  left: 21%;
  font-size: 29px;
}

.star-c {
  top: 19%;
  left: 22%;
  color: var(--yellow);
  font-size: 10px;
}

.image-label {
  position: absolute;
  bottom: 16px;
  left: 17px;
  color: var(--lilac-light);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.1em;
}

.feature-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
  color: var(--yellow);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feature-meta span:last-child {
  color: var(--muted);
}

.journal-feature h3 {
  margin-bottom: 24px;
  font-family: var(--serif);
  font-size: 38px;
  letter-spacing: -0.05em;
  line-height: 0.87;
}

.journal-feature h3 i {
  color: var(--yellow);
}

.journal-list {
  border-top: 1px solid var(--line);
}

.journal-item {
  display: grid;
  grid-template-columns: 42px 1fr 24px;
  gap: 15px;
  align-items: center;
  min-height: 83px;
  border-bottom: 1px solid var(--line);
  color: var(--cream);
  font-family: var(--serif);
  font-size: 21px;
  letter-spacing: -0.03em;
  line-height: 1.05;
  transition: color 180ms ease;
}

.journal-item:hover {
  color: var(--yellow);
}

.journal-number,
.journal-arrow {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.04em;
}

.journal-arrow {
  color: var(--yellow);
  font-size: 16px;
  text-align: right;
}

.journal-all {
  display: flex;
  justify-content: space-between;
  color: var(--yellow);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.join {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 525px;
  padding: 108px 24px 90px;
  background: var(--plum);
  text-align: center;
  overflow: hidden;
}

.join::before,
.join::after {
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(244, 238, 229, 0.16);
  border-radius: 50%;
  content: "";
}

.join::before {
  top: -290px;
  left: -110px;
}

.join::after {
  right: -160px;
  bottom: -320px;
  width: 610px;
  height: 610px;
}

.join-orb {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 25px 8px rgba(241, 202, 81, 0.23);
}

.orb-left {
  top: 22%;
  left: 21%;
}

.orb-right {
  right: 19%;
  bottom: 22%;
  width: 6px;
  height: 6px;
}

.eyebrow-light {
  position: relative;
  z-index: 1;
  color: var(--cream);
}

.join h2 {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin-bottom: 22px;
  font-size: clamp(62px, 8vw, 105px);
}

.join h2 i {
  color: var(--yellow);
}

.join-copy {
  position: relative;
  z-index: 1;
  max-width: 340px;
  margin-bottom: 29px;
  color: var(--lilac-light);
  font-size: 14px;
  line-height: 1.5;
}

.signup-form {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100%, 430px);
  border-bottom: 1px solid var(--cream);
}

.signup-form input {
  width: 100%;
  min-width: 0;
  padding: 14px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--cream);
  font-size: 13px;
}

.signup-form input::placeholder {
  color: rgba(244, 238, 229, 0.55);
}

.signup-form .button {
  min-width: 94px;
  padding: 13px 15px;
}

.form-message {
  position: relative;
  z-index: 1;
  min-height: 15px;
  margin: 13px 0 0;
  color: var(--yellow);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1260px, calc(100% - 96px));
  margin: 0 auto;
  padding: 35px 0 40px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-mark {
  color: var(--cream);
}

.footer-mark .wordmark-star {
  font-size: 18px;
}

.footer-mark em {
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 20px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 850px) {
  .site-header,
  .hero,
  .site-footer {
    width: min(100% - 48px, 620px);
  }

  .site-header {
    padding: 21px 0;
  }

  .menu-toggle {
    position: relative;
    z-index: 12;
    display: flex;
    width: 32px;
    height: 27px;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--cream);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    display: flex;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 23px;
    padding: 60px 42px;
    background: var(--ink-deep);
    font-family: var(--serif);
    font-size: 38px;
    transform: translateX(100%);
    transition: transform 250ms ease;
  }

  .site-nav.is-open {
    transform: translateX(0);
  }

  .site-nav .nav-pill {
    margin-top: 12px;
    font-family: var(--sans);
    font-size: 12px;
  }

  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
    padding: 72px 0 78px;
  }

  .hero-copy {
    padding: 0 0 60px;
  }

  .hero-art {
    align-self: stretch;
    height: min(112vw, 530px);
    margin-right: 0;
  }

  .section-grid {
    display: block;
    width: min(100% - 48px, 620px);
  }

  .section-label {
    flex-direction: row;
    gap: 14px;
    margin-bottom: 48px;
  }

  .about {
    padding-top: 92px;
    padding-bottom: 110px;
  }

  .about-stamp {
    right: 0;
    bottom: 85px;
    width: 130px;
    height: 130px;
  }

  .offerings {
    padding-bottom: 115px;
  }

  .card-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .offering-card {
    min-height: 285px;
  }

  .card-symbol {
    margin-top: 21px;
  }

  .offering-card h3 {
    margin-top: 18px;
  }

  .journal {
    padding-bottom: 115px;
  }

  .journal-content {
    display: block;
  }

  .journal-feature {
    margin-bottom: 65px;
  }

  .site-footer {
    flex-wrap: wrap;
    gap: 25px;
  }

  .site-footer p {
    order: 3;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .site-header,
  .hero,
  .site-footer,
  .section-grid {
    width: calc(100% - 36px);
  }

  h1 {
    font-size: clamp(62px, 18vw, 90px);
  }

  .hero-art {
    height: 92vw;
  }

  .about-stamp {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 62px 0 0 auto;
  }

  .section-heading {
    display: block;
    margin-bottom: 35px;
  }

  .section-aside {
    margin-top: 25px;
    text-align: left;
  }

  .journal-item {
    grid-template-columns: 30px 1fr 18px;
    font-size: 18px;
  }

  .join {
    min-height: 490px;
    padding-top: 88px;
  }

  .join::before {
    left: -300px;
  }

  .orb-left {
    left: 10%;
  }

  .signup-form {
    display: block;
    border-bottom: 0;
  }

  .signup-form input {
    margin-bottom: 11px;
    padding: 13px 0;
    border-bottom: 1px solid var(--cream);
  }

  .signup-form .button {
    width: 100%;
  }

  .footer-links {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
