:root {
  --night: #060913;
  --deep: #10182a;
  --gold: #d4a944;
  --gold-light: #edd59a;
  --ivory: #f2ecdf;
  --muted: #a9adbb;
  --silver: #b8c6dd;
  --line: rgba(209, 179, 112, 0.2);
  --serif: "Cormorant Garamond", Georgia, serif;
  --display: Cinzel, Georgia, serif;
  --body: "Source Sans 3", system-ui, sans-serif;
  color-scheme: dark;
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--night);
  color: var(--ivory);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.6;
}
button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 5px;
}
::selection {
  background: #725b31;
  color: #fff;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
h1,
h2 {
  font-family: var(--serif);
  line-height: 1.02;
  letter-spacing: -0.035em;
}
h2 {
  font-size: clamp(46px, 5.4vw, 76px);
}
p {
  color: var(--muted);
}
[hidden] {
  display: none !important;
}
.sr-only,
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 20px;
  transform: translateY(-180%);
  background: var(--gold);
  color: var(--night);
  padding: 10px 18px;
  z-index: 100;
}
.skip-link:focus {
  transform: none;
}
#sky {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100svh;
  z-index: 0;
  background: radial-gradient(
    ellipse at 50% 42%,
    #101b31 0,
    #080e1b 42%,
    #03060d 90%
  );
}
.sky-shade {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(4, 7, 15, 0.2),
    transparent 35%,
    transparent 65%,
    rgba(4, 7, 15, 0.2)
  );
  z-index: 1;
}
.site-header,
main,
.site-footer,
.noscript {
  position: relative;
  z-index: 2;
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 4.5vw;
}
.wordmark {
  font-family: var(--display);
  font-size: 21px;
  letter-spacing: 0.19em;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  white-space: nowrap;
}
.brand-star {
  font-family: Georgia, serif;
  font-size: 34px;
  color: var(--gold-light);
  font-weight: 400;
  line-height: 1;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 15px;
  color: #bec2cc;
}
.site-header nav a:hover {
  color: var(--gold-light);
}
.nav-invitation {
  border: 1px solid var(--line);
  padding: 9px 18px;
  border-radius: 3px;
}
.nav-invitation span {
  margin-left: 14px;
  color: var(--gold-light);
}
.hero {
  position: relative;
  min-height: 970px;
  height: 100svh;
  max-height: 1200px;
  isolation: isolate;
  overflow: hidden;
  pointer-events: none;
}
.hero a,
.hero button,
.hero canvas#armillary {
  pointer-events: auto;
}
#cosmos {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity 2s;
}
body.revealed #cosmos {
  opacity: 0.22;
}
.hero-copy {
  position: relative;
  z-index: 3;
  text-align: center;
  padding-top: 137px;
}
.opening-note {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #c6bb9e;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 22px;
}
.opening-note span {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  background: var(--gold);
  box-shadow: 0 0 12px var(--gold);
}
h1 {
  font-size: clamp(66px, 7.9vw, 112px);
  text-shadow: 0 3px 32px #060913;
}
.hero-lede {
  font-size: 19px;
  color: #bfc2cd;
  margin-top: 20px;
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 25px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 52px;
  padding: 12px 23px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  border: 1px solid transparent;
  border-radius: 3px;
  transition:
    background 0.2s,
    box-shadow 0.2s;
  white-space: nowrap;
}
.gold {
  color: #19150b;
  background: linear-gradient(115deg, #efd69d, #d9b56b);
  border-color: #e1c38c;
  box-shadow: 0 0 26px #c8a56412;
}
.gold:hover {
  background: #f0daae;
  box-shadow: 0 0 32px #dfba7033;
}
.button span {
  font-size: 20px;
  font-weight: 400;
}
.text-link {
  font-size: 16px;
  color: #e8d2a4;
  background: none;
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  line-height: 1.5;
}
.text-link:hover {
  color: #fff3d8;
}
.hero-fine {
  font-size: 13px;
  color: #969eaf;
  margin-top: 14px;
}
.instrument-wrap {
  position: absolute;
  width: 100%;
  top: 475px;
  bottom: 75px;
  text-align: center;
}
.instrument-wrap #instrument {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 440px;
  aspect-ratio: 1;
  transition: opacity 1.6s;
  pointer-events: auto;
}
#armillary {
  width: 100%;
  height: 100%;
  display: block;
  touch-action: none;
  cursor: grab;
}
body.dragging {
  user-select: none;
}
body.dragging #armillary {
  cursor: grabbing;
}
.instrument-note {
  position: absolute;
  left: calc(50% + 230px);
  top: 43%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 4px;
  color: #d6c193;
  font-family: var(--serif);
  font-size: 21px;
  white-space: nowrap;
}
.instrument-note .tiny-star {
  font-size: 15px;
  color: var(--gold-light);
  margin-bottom: 10px;
}
.instrument-note small {
  font: 13px var(--body);
  color: #959bab;
  max-width: 160px;
  white-space: normal;
  line-height: 1.6;
}
.hero-foot {
  position: absolute;
  bottom: 26px;
  left: 4.5vw;
  right: 4.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8c93a3;
  font-size: 13px;
}
.hero-foot a {
  color: #c5c0b5;
  display: flex;
  gap: 17px;
  align-items: center;
}
.motion-toggle {
  border: 0;
  background: none;
  font-size: 13px;
  color: #9fa6b6;
  padding: 8px;
}
.motion-toggle span {
  margin-left: 8px;
}
.sky-reading {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: min(90%, 480px);
  text-align: center;
  padding: 14px 18px;
  background: radial-gradient(ellipse, #060913ef, transparent 75%);
  pointer-events: auto;
}
.sky-reading h2 {
  font-size: 46px;
  color: var(--gold-light);
}
.sky-reading > p:not(.section-name) {
  font-size: 15px;
  margin-top: 5px;
}
.sky-reading .section-name {
  font-size: 12px;
  margin-bottom: 8px;
}
.sky-reading .text-link {
  font-size: 14px;
  margin-top: 8px;
}
body.revealed .instrument-note {
  display: none;
}
.zodiac-band {
  position: relative;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 11, 21, 0.7);
  padding: 25px 4.5vw 15px;
}
.zodiac-band > div {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 8px;
}
.zodiac-band button {
  border: 0;
  border-radius: 4px;
  color: #8d94a6;
  background: none;
  padding: 8px 4px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  font-size: 12px;
  transition:
    color 0.2s,
    background 0.2s;
}
.zodiac-band button span {
  font-family: "Apple Symbols", "Segoe UI Symbol", serif;
  font-size: 28px;
  color: #b6a47e;
  line-height: 1.3;
}
.zodiac-band button:hover,
.zodiac-band button[aria-pressed="true"] {
  color: var(--gold-light);
  background: #ba934316;
}
.zodiac-band button[aria-pressed="true"] span {
  color: #f5d998;
}
.zodiac-band > p {
  text-align: center;
  font-size: 12px;
  margin-top: 12px;
  color: #848d9f;
}
.section {
  width: min(1220px, 88%);
  margin: 0 auto;
}
.section-name {
  font-size: 14px;
  color: #c5b183;
  letter-spacing: 0.035em;
  margin-bottom: 22px;
}
.world {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 9%;
  padding: 135px 0;
}
.world-visual {
  aspect-ratio: 1;
  position: relative;
  max-width: 500px;
}
.world-visual canvas {
  position: relative;
  width: 100%;
  height: 100%;
}
.visual-orbit {
  position: absolute;
  inset: 8%;
  border: 1px solid #bda26a20;
  border-radius: 50%;
  box-shadow:
    0 0 100px #4771920d,
    inset 0 0 70px #3654800c;
}
.visual-orbit:after {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px solid #bda26a12;
  border-radius: 50%;
}
.visual-caption {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #9799a3;
}
.world-copy p:not(.section-name) {
  margin-top: 25px;
  font-size: 18px;
  max-width: 43ch;
}
.world-copy .text-link {
  margin-top: 28px;
}
.chart-section {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 7%;
  padding: 95px 0 125px;
  border-top: 1px solid var(--line);
}
.chart-copy > p:not(.section-name) {
  margin-top: 25px;
  max-width: 43ch;
}
.chart-copy form {
  margin-top: 34px;
}
label {
  display: block;
  color: #ccc8bd;
  font-size: 14px;
  margin-bottom: 9px;
}
.input-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
input {
  min-width: 0;
  max-width: 100%;
  height: 54px;
  background: #101624ba;
  border: 1px solid #64708b66;
  border-radius: 3px;
  padding: 12px 15px;
  color: #f1e9d7;
  font-size: 17px;
}
input:hover {
  border-color: #b69a60;
}
input:focus {
  border-color: var(--gold-light);
}
input[type="date"] {
  flex: 1;
  min-width: 165px;
  width: 100%;
}
input::placeholder {
  color: #9099ad;
}
.micro {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 12px;
  color: #929aaa;
}
.chart-copy > .chart-caveat {
  font-size: 13px;
  color: #8f97a7;
  line-height: 1.65;
  margin-top: 25px;
}
.chart-visual {
  align-self: center;
  aspect-ratio: 1;
  position: relative;
}
.chart-visual canvas {
  position: relative;
  width: 100%;
  height: 100%;
}
.chart-glow {
  position: absolute;
  inset: 5%;
  background: radial-gradient(ellipse, #8b63281c, transparent 70%);
}
.chart-result {
  margin-top: 24px;
  padding-top: 23px;
  border-top: 1px solid var(--line);
}
.placements {
  display: flex;
  gap: 55px;
  margin-bottom: 16px;
}
.placements span {
  display: block;
  font-size: 13px;
  color: #a6a6b0;
}
.placements strong {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.3;
  color: #ead5a6;
  font-weight: 400;
}
.chart-result > p {
  font-size: 16px;
}
.chart-result .text-link {
  margin-top: 14px;
  font-size: 14px;
}
.form-error {
  font-size: 15px;
  color: #ffc4ae;
  margin-top: 13px;
}
.nous-section {
  padding: 100px 0 80px;
  position: relative;
  background:
    radial-gradient(ellipse at 25% 70%, #28355735, transparent 56%),
    linear-gradient(#080b1580, #0c111dce 60%, #080c1780);
  border-top: 1px solid #7d8daa22;
  border-bottom: 1px solid #7d8daa22;
}
.nous-heading {
  text-align: center;
  padding: 0 20px;
}
.nous-heading h2 {
  font-size: clamp(64px, 7vw, 96px);
}
.nous-heading > p:last-child {
  margin-top: 26px;
}
.nous-experience {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 8%;
  align-items: center;
  margin-top: 70px;
}
.memory-stage {
  aspect-ratio: 1;
  position: relative;
  min-width: 0;
}
.memory-stage canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.memory-centre {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
}
.memory-centre > span {
  font:
    58px Georgia,
    serif;
  color: #d8c49b;
  text-shadow: 0 0 35px #d4a94466;
}
.memory-centre small {
  font-size: 9px;
  letter-spacing: 0.18em;
  color: #a5a8b1;
  white-space: nowrap;
}
.sphere-button {
  position: absolute;
  transform: translate(-50%, -50%);
  height: 42px;
  width: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #8d9bb74d;
  border-radius: 50%;
  background: #0c1321;
  color: #a2afc8;
  font:
    23px "Apple Symbols",
    "Segoe UI Symbol",
    serif;
  transition:
    color 0.2s,
    box-shadow 0.2s,
    border-color 0.2s;
}
.sphere-button:hover,
.sphere-button[aria-pressed="true"] {
  border-color: #c8d4ed;
  color: #eef4ff;
  box-shadow: 0 0 22px #adc6ef38;
}
.sphere-button[aria-pressed="true"]:after {
  content: attr(data-name);
  position: absolute;
  top: 45px;
  font: 12px var(--body);
  color: #cbd3e1;
  white-space: nowrap;
}
.memory-stage.is-gold .sphere-button[aria-pressed="true"] {
  color: #f5dba4;
  border-color: #d9b974;
  box-shadow: 0 0 24px #d4a94438;
}
.memory-legend {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 9px;
  align-items: center;
  font-size: 12px;
  color: #9099ac;
}
.memory-legend i {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: var(--gold);
  margin-left: 17px;
}
.memory-legend i.silver {
  background: var(--silver);
}
.memory-copy .section-name {
  margin-bottom: 16px;
}
.memory-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 25px;
}
.memory-tabs button {
  background: transparent;
  border: 1px solid #6e7c9633;
  padding: 7px 18px;
  border-radius: 30px;
  color: #929eaf;
  font-size: 14px;
}
.memory-tabs button[aria-pressed="true"] {
  color: #e1e5ef;
  border-color: #8c9db073;
  background: #51638121;
}
blockquote {
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1.4;
  font-style: italic;
  color: #dce1eb;
  margin: 0;
}
.sample-label {
  font-size: 12px;
  margin-top: 12px;
  color: #8b94a6;
}
.sphere-description {
  display: flex;
  gap: 17px;
  align-items: center;
  margin-top: 28px;
  border-top: 1px solid #8292af29;
  padding-top: 24px;
}
.sphere-description > span {
  font:
    36px "Apple Symbols",
    serif;
  color: #b8c6dd;
}
.sphere-description h3 {
  font-family: var(--serif);
  font-size: 30px;
  color: #d6dfef;
}
.sphere-description p {
  font-size: 15px;
}
.memory-guidance {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 17px;
  color: #9ba6b8;
}
.outlined {
  background: #1d293526;
  border-color: #8e9db46b;
  color: #dce5f2;
  margin-top: 22px;
}
.outlined:hover {
  background: #677c9420;
  border-color: #c4cfe0;
}
.memory-status {
  font-size: 15px;
  color: #dcc598;
  min-height: 25px;
  margin-top: 15px;
}
.nous-footnote {
  font-size: 13px;
  line-height: 1.65;
  color: #8f99ab;
  margin-top: 13px;
  max-width: 44ch;
}
.more-section {
  padding: 130px 0 120px;
}
.more-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
}
.more-heading .section-name {
  flex-basis: 100%;
}
.more-heading > p:last-child {
  text-align: right;
  padding-bottom: 5px;
}
.more-heading h2 {
  font-size: clamp(48px, 5vw, 70px);
}
.more-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 45px;
}
.miniature {
  width: 100%;
  height: 205px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}
.miniature canvas {
  height: 100%;
  width: 205px;
}
.more-grid article {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.more-grid h3 {
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1.15;
  margin-bottom: 17px;
  max-width: 18ch;
}
.more-grid p {
  font-size: 16px;
  line-height: 1.75;
  max-width: 30ch;
}
.more-grid article > span {
  display: block;
  font-family: var(--display);
  font-size: 12px;
  color: #baaa89;
  margin-top: 22px;
  letter-spacing: 0.1em;
}
.invitation {
  text-align: center;
  position: relative;
  padding: 65px 24px 110px;
  border-top: 1px solid var(--line);
  background: radial-gradient(
    ellipse 45% 85% at 50% 90%,
    #4c382623,
    transparent 80%
  );
}
.invitation-seal {
  font:
    75px Georgia,
    serif;
  color: #d8bd81;
  line-height: 1.2;
  margin-bottom: 25px;
  text-shadow: 0 0 44px #d4a94440;
}
.invitation .section-name {
  margin-bottom: 17px;
}
.invitation h2 {
  font-size: clamp(62px, 7vw, 94px);
}
.invitation > p:not(.section-name) {
  margin-top: 26px;
  font-size: 18px;
}
.invitation form {
  max-width: 630px;
  margin: 32px auto 0;
}
.signup-row {
  display: flex;
  gap: 9px;
}
.signup-row input {
  flex: 1;
}
.invitation .micro {
  margin-top: 16px;
  font-size: 13px;
}
.micro a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.invitation > .platform-note {
  font-size: 13px !important;
  color: #b7aa8c;
  margin-top: 36px !important;
}
.signup-result {
  margin: 35px auto 0;
  border: 1px solid var(--line);
  max-width: 500px;
  padding: 25px;
  background: #d4a94408;
  border-radius: 5px;
}
.signup-result > span {
  color: var(--gold);
  font-size: 30px;
}
.signup-result h3 {
  font-family: var(--serif);
  font-size: 34px;
}
.signup-result p {
  font-size: 16px;
}
.site-footer {
  padding: 40px 4.5vw 25px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
  background: #070b13d9;
}
.site-footer .wordmark {
  font-size: 16px;
}
.site-footer > p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  color: #a7a799;
}
.site-footer nav {
  display: flex;
  gap: 25px;
  font-size: 14px;
  color: #9ea5b4;
}
.site-footer > small {
  flex-basis: 100%;
  font-size: 11px;
  color: #757f90;
  text-align: center;
  padding-top: 20px;
}
.noscript {
  padding: 20px;
  text-align: center;
}
@media (min-width: 1550px) {
  .hero-copy {
    padding-top: 155px;
  }
  .instrument-wrap {
    top: 500px;
  }
  .instrument-wrap #instrument {
    width: 490px;
  }
}
@media (max-width: 1000px) {
  .site-header {
    padding: 25px 5vw;
  }
  .site-header nav {
    gap: 20px;
  }
  .instrument-note {
    left: calc(50% + 195px);
    font-size: 19px;
  }
  .instrument-note small {
    max-width: 120px;
  }
  .instrument-wrap #instrument {
    width: 400px;
  }
  .world {
    gap: 5%;
    padding: 100px 0;
  }
  .chart-section {
    gap: 3%;
  }
  .input-row {
    flex-direction: column;
  }
  .input-row .button {
    align-self: start;
  }
  .nous-experience {
    gap: 4%;
  }
  .more-grid {
    gap: 25px;
  }
  .more-heading > p:last-child {
    font-size: 16px;
  }
  .site-footer > p {
    display: none;
  }
}
@media (max-width: 700px) {
  body {
    font-size: 17px;
  }
  .site-header {
    padding: 21px 6%;
  }
  .wordmark {
    font-size: 17px;
    gap: 6px;
    letter-spacing: 0.14em;
  }
  .brand-star {
    font-size: 28px;
  }
  .site-header nav > a:not(.nav-invitation) {
    display: none;
  }
  .site-header nav {
    font-size: 12px;
  }
  .nav-invitation {
    padding: 7px 10px;
  }
  .nav-invitation span {
    margin-left: 6px;
  }
  .hero {
    height: 880px;
    min-height: 880px;
  }
  .hero-copy {
    padding: 116px 16px 0;
  }
  .opening-note {
    font-size: 12px;
    margin-bottom: 22px;
  }
  h1 {
    font-size: clamp(58px, 12.6vw, 84px);
  }
  .hero-lede {
    font-size: 16px;
    margin-top: 20px;
  }
  .hero-actions {
    flex-direction: column;
    gap: 17px;
    margin-top: 25px;
  }
  .hero-actions .button {
    min-height: 48px;
    padding: 12px 25px;
  }
  .hero-actions .text-link {
    font-size: 14px;
  }
  .hero-fine {
    font-size: 12px;
    max-width: 230px;
    margin: 14px auto 0;
  }
  .instrument-wrap {
    top: 455px;
    bottom: 83px;
  }
  .instrument-wrap #instrument {
    width: min(83vw, 350px);
  }
  .instrument-note {
    top: auto;
    bottom: -17px;
    left: 0;
    width: 100%;
    align-items: center;
    font-size: 19px;
  }
  .instrument-note .tiny-star,
  .instrument-note small {
    display: none;
  }
  .hero-foot {
    bottom: 16px;
    left: 6%;
    right: 6%;
    font-size: 11px;
  }
  .hero-foot > span {
    display: none;
  }
  .hero-foot a {
    gap: 10px;
  }
  .motion-toggle {
    font-size: 12px;
    padding: 8px 0;
  }
  .sky-reading {
    bottom: -15px;
    padding: 12px 10px;
  }
  .sky-reading h2 {
    font-size: 36px;
  }
  .sky-reading .micro {
    font-size: 12px !important;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .sky-reading .section-name {
    display: none;
  }
  .zodiac-band {
    padding: 20px 5% 15px;
  }
  .zodiac-band > div {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 13px;
  }
  .zodiac-band button {
    font-size: 11px;
    gap: 4px;
  }
  .zodiac-band button span {
    font-size: 25px;
  }
  .zodiac-band > p {
    font-size: 11px;
    margin-top: 17px;
  }
  .section {
    width: 88%;
  }
  .world {
    grid-template-columns: 1fr;
    padding: 75px 0;
    gap: 50px;
  }
  .world-visual {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    order: 2;
  }
  .world-copy h2 {
    font-size: 52px;
  }
  .world-copy p:not(.section-name) {
    font-size: 17px;
    margin-top: 22px;
  }
  .section-name {
    font-size: 13px;
    margin-bottom: 18px;
  }
  .chart-section {
    grid-template-columns: 1fr;
    padding: 65px 0 85px;
    gap: 35px;
  }
  .chart-copy h2 {
    font-size: 49px;
  }
  .chart-copy > p:not(.section-name) {
    margin-top: 22px;
  }
  .input-row {
    flex-direction: row;
  }
  .input-row .button {
    padding: 12px 14px;
    font-size: 14px;
    gap: 8px;
    min-height: 54px;
  }
  .input-row .button span {
    display: none;
  }
  input[type="date"] {
    min-width: 145px;
    font-size: 16px;
  }
  .chart-visual {
    width: min(100%, 370px);
    margin: 0 auto;
  }
  .chart-copy > .chart-caveat {
    font-size: 12px;
  }
  .nous-section {
    padding: 70px 0;
  }
  .nous-heading h2 {
    font-size: 70px;
  }
  .nous-heading > p:last-child {
    font-size: 16px;
  }
  .nous-experience {
    grid-template-columns: 1fr;
    gap: 60px;
    margin-top: 30px;
  }
  .memory-stage {
    width: min(100%, 440px);
    margin: 0 auto;
  }
  .memory-copy .section-name {
    margin-bottom: 16px;
  }
  .memory-centre small {
    font-size: 8px;
  }
  .sphere-button {
    width: 36px;
    height: 36px;
    font-size: 21px;
  }
  .sphere-button[aria-pressed="true"]:after {
    top: 37px;
    font-size: 11px;
  }
  blockquote {
    font-size: 29px;
  }
  .memory-tabs {
    margin-bottom: 22px;
  }
  .more-section {
    padding: 75px 0;
  }
  .more-heading > p:last-child {
    display: none;
  }
  .more-heading h2 {
    font-size: 52px;
  }
  .more-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 36px;
  }
  .more-grid article {
    display: grid;
    grid-template-columns: 110px 1fr;
    column-gap: 22px;
    align-items: start;
    padding-top: 28px;
  }
  .miniature {
    grid-row: 1/4;
    height: 110px;
    margin: 0;
  }
  .miniature canvas {
    width: 110px;
  }
  .more-grid h3 {
    font-size: 25px;
    margin: 0 0 12px;
  }
  .more-grid p {
    font-size: 15px;
    line-height: 1.6;
  }
  .more-grid article > span {
    margin-top: 14px;
    font-size: 11px;
  }
  .invitation {
    padding: 55px 6% 70px;
  }
  .invitation h2 {
    font-size: 67px;
  }
  .invitation > p:not(.section-name) {
    font-size: 16px;
  }
  .signup-row {
    flex-direction: column;
    gap: 10px;
  }
  .signup-row .button {
    width: 100%;
  }
  .site-footer {
    padding: 30px 6% 23px;
    gap: 25px;
    justify-content: center;
  }
  .site-footer .wordmark {
    flex-basis: 100%;
    justify-content: center;
    font-size: 16px;
  }
  .site-footer > small {
    padding-top: 0;
    font-size: 10px;
  }
  .invitation-seal {
    font-size: 66px;
  }
}
@media (max-width: 370px) {
  .site-header .wordmark {
    font-size: 14px;
  }
  .site-header nav {
    font-size: 11px;
  }
  .hero-copy {
    padding-top: 112px;
  }
  h1 {
    font-size: 55px;
  }
  .input-row {
    flex-direction: column;
  }
  .input-row .button {
    width: 100%;
  }
  .more-grid article {
    grid-template-columns: 80px 1fr;
    gap: 15px;
  }
  .miniature,
  .miniature canvas {
    width: 80px;
    height: 80px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
body.motion-paused {
  scroll-behavior: auto;
}
@media (max-width: 370px) {
  .zodiac-band > div {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.invitation-seal {
  transition: text-shadow 1.2s;
}
.invitation.joined .invitation-seal {
  color: #fff0c8;
  text-shadow:
    0 0 25px #efd49b,
    0 0 90px #d4a944aa;
}
