:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --paper: #fff9ed;
  --paper-deep: #f3e8d2;
  --ink: #291739;
  --muted: #6e6275;
  --violet: #6750c7;
  --violet-deep: #412877;
  --lilac: #c9b9f5;
  --rose: #f08c9d;
  --coral: #ea694c;
  --sun: #f4c84f;
  --mint: #9ccfb2;
  --sky: #8fcad0;
  --line: rgba(50, 28, 67, 0.18);
  --gutter: clamp(1.25rem, 4vw, 4.75rem);
  --width: 100rem;
}

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

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  min-width: 18rem;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 20% 2%, rgba(244, 200, 79, 0.14), transparent 25rem),
    var(--paper);
  color: var(--ink);
  line-height: 1.55;
}

body::before {
  position: fixed;
  z-index: 50;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(41, 23, 57, 0.11) 0.55px, transparent 0.7px);
  background-size: 5px 5px;
  content: "";
  mix-blend-mode: multiply;
  opacity: 0.18;
}

a {
  color: inherit;
}

a:focus-visible {
  outline: 3px solid var(--violet);
  outline-offset: 4px;
}

img {
  max-width: 100%;
}

.shell,
.museum-header__bar {
  width: min(100%, var(--width));
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.82rem;
  font-weight: 780;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.museum-header {
  position: relative;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 249, 237, 0.9);
  backdrop-filter: blur(1.1rem);
}

.museum-header__bar {
  display: flex;
  min-height: 5.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.museum-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.82rem;
  font-weight: 840;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.museum-brand__mark {
  position: relative;
  width: 1.08rem;
  aspect-ratio: 1;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.museum-brand__mark::after {
  position: absolute;
  top: -0.24rem;
  right: -0.24rem;
  width: 0.38rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--coral);
  content: "";
}

.museum-nav {
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: thin;
}

.museum-nav ul {
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: flex-end;
  gap: 0.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.74rem;
  font-weight: 720;
}

.museum-nav a {
  position: relative;
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  padding: 0.5rem 0.42rem;
  text-decoration: none;
  white-space: nowrap;
}

.museum-nav a::after {
  position: absolute;
  right: 0.42rem;
  bottom: 0.22rem;
  left: 0.42rem;
  height: 2px;
  border-radius: 99px;
  background: var(--coral);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.museum-nav a:hover::after,
.museum-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.eyebrow {
  margin: 0 0 1.2rem;
  color: var(--violet-deep);
  font-size: clamp(0.68rem, 0.85vw, 0.78rem);
  font-weight: 830;
  letter-spacing: 0.18em;
  line-height: 1.45;
  text-transform: uppercase;
}

.name-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(19rem, 0.75fr) minmax(31rem, 1.25fr);
  min-height: calc(100svh - 5.25rem);
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
  padding-block: clamp(4rem, 8vw, 8rem);
}

.name-hero::before {
  position: absolute;
  z-index: -1;
  top: 8%;
  right: -15%;
  width: min(67rem, 76vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 185, 245, 0.48), rgba(201, 185, 245, 0) 67%);
  content: "";
}

.name-hero__copy {
  position: relative;
  z-index: 4;
}

.name-hero h1 {
  max-width: 7ch;
  margin: 0;
  font-family: Iowan Old Style, Baskerville, Georgia, "Times New Roman", serif;
  font-size: clamp(5rem, 10.5vw, 11rem);
  font-weight: 500;
  letter-spacing: -0.09em;
  line-height: 0.7;
}

.name-hero__lede {
  max-width: 35rem;
  margin: clamp(2.4rem, 5vw, 4.5rem) 0 0 clamp(0rem, 4vw, 3.5rem);
  color: #594c60;
  font-family: Iowan Old Style, Baskerville, Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  line-height: 1.5;
}

.name-hero__year {
  position: absolute;
  bottom: clamp(1rem, 3vw, 2.5rem);
  left: var(--gutter);
  margin: 0;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.name-sky {
  position: relative;
  min-height: clamp(33rem, 54vw, 52rem);
  isolation: isolate;
}

.name-sky__halo {
  position: absolute;
  z-index: -3;
  top: 8%;
  right: 2%;
  width: 80%;
  aspect-ratio: 1;
  border: 1px solid rgba(65, 40, 119, 0.2);
  border-radius: 47% 53% 56% 44% / 48% 45% 55% 52%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 249, 237, 0.72) 0 22%, transparent 22.5%),
    conic-gradient(from 30deg, var(--rose), var(--sun), var(--mint), var(--sky), var(--lilac), var(--rose));
  box-shadow: 0 2.5rem 7rem rgba(65, 40, 119, 0.18);
  opacity: 0.78;
  transform: rotate(7deg);
  animation: halo-breathe 9s ease-in-out infinite alternate;
}

.name-sky__halo::after {
  position: absolute;
  inset: 9%;
  border: 1px dashed rgba(41, 23, 57, 0.32);
  border-radius: inherit;
  content: "";
}

.name-sky__letter {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1px solid rgba(41, 23, 57, 0.16);
  box-shadow: 0 1.2rem 2.7rem rgba(41, 23, 57, 0.14);
  font-family: Iowan Old Style, Baskerville, Georgia, serif;
  line-height: 1;
}

.name-sky__letter--a {
  top: 6%;
  left: 7%;
  width: clamp(7rem, 14vw, 13.5rem);
  aspect-ratio: 0.9;
  border-radius: 42% 58% 48% 52%;
  background: var(--sun);
  color: var(--violet-deep);
  font-size: clamp(5rem, 10vw, 10rem);
  transform: rotate(-9deg);
}

.name-sky__letter--m {
  top: 26%;
  right: 1%;
  width: clamp(8rem, 17vw, 16rem);
  aspect-ratio: 1.1;
  border-radius: 50%;
  background: var(--violet);
  color: var(--paper);
  font-size: clamp(5rem, 10vw, 9.5rem);
  transform: rotate(8deg);
}

.name-sky__letter--o {
  right: 21%;
  bottom: 1%;
  width: clamp(7rem, 14vw, 13rem);
  aspect-ratio: 0.84;
  border-radius: 58% 42% 50% 50%;
  background: var(--rose);
  color: var(--ink);
  font-size: clamp(4.5rem, 9vw, 8.5rem);
  transform: rotate(-4deg);
}

.name-sky__letter--l {
  bottom: 13%;
  left: 2%;
  width: clamp(5rem, 9vw, 8rem);
  aspect-ratio: 0.72;
  border-radius: 50% 50% 44% 56%;
  background: var(--mint);
  font-size: clamp(3.5rem, 7vw, 6.5rem);
  transform: rotate(7deg);
}

.name-sky__letter--s {
  top: 10%;
  right: 20%;
  width: clamp(4rem, 7vw, 6.5rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--sky);
  font-size: clamp(2.7rem, 5vw, 4.5rem);
  transform: rotate(13deg);
}

.name-sky__thread {
  position: absolute;
  z-index: -1;
  height: 1px;
  border-top: 1px dashed rgba(65, 40, 119, 0.48);
  transform-origin: left;
}

.name-sky__thread--one {
  top: 25%;
  left: 24%;
  width: 56%;
  transform: rotate(13deg);
}

.name-sky__thread--two {
  top: 46%;
  left: 15%;
  width: 64%;
  transform: rotate(-23deg);
}

.name-sky__thread--three {
  right: 17%;
  bottom: 28%;
  width: 52%;
  transform: rotate(19deg);
}

.name-sky__star {
  position: absolute;
  z-index: 3;
  width: 0.8rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 0.45rem rgba(234, 105, 76, 0.16);
}

.name-sky__star--one {
  top: 17%;
  left: 47%;
}

.name-sky__star--two {
  right: 10%;
  bottom: 22%;
  background: var(--violet);
}

.name-sky__star--three {
  bottom: 37%;
  left: 28%;
  background: var(--sun);
}

.name-slip {
  position: absolute;
  z-index: 4;
  padding: 0.75rem 1.15rem;
  border: 1px solid rgba(41, 23, 57, 0.18);
  background: rgba(255, 249, 237, 0.96);
  box-shadow: 0 0.8rem 2rem rgba(41, 23, 57, 0.12);
  font-family: "Courier New", monospace;
  font-size: clamp(0.78rem, 1.25vw, 1.08rem);
  letter-spacing: 0.07em;
  text-transform: lowercase;
}

.name-slip::before {
  position: absolute;
  top: -0.32rem;
  left: 38%;
  width: 2.2rem;
  height: 0.7rem;
  background: rgba(143, 202, 208, 0.6);
  content: "";
  transform: rotate(-3deg);
}

.name-slip--one {
  top: 46%;
  left: 3%;
  transform: rotate(-6deg);
}

.name-slip--two {
  top: 15%;
  right: 2%;
  transform: rotate(7deg);
}

.name-slip--three {
  right: 0;
  bottom: 13%;
  transform: rotate(-4deg);
}

.name-sky__whisper {
  position: absolute;
  z-index: 4;
  bottom: 3%;
  left: 19%;
  color: var(--violet-deep);
  font-family: Iowan Old Style, Baskerville, Georgia, serif;
  font-size: clamp(1.1rem, 2vw, 1.65rem);
  font-style: italic;
  transform: rotate(2deg);
}

.name-question {
  position: relative;
  min-height: 50rem;
  overflow: hidden;
  background: var(--violet-deep);
  color: var(--paper);
}

.name-question__words {
  position: absolute;
  inset: -4% -2%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 0 0.18em;
  color: rgba(255, 249, 237, 0.08);
  font-family: Iowan Old Style, Baskerville, Georgia, serif;
  font-size: clamp(7rem, 17vw, 17rem);
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 0.68;
  transform: rotate(-4deg);
}

.name-question__words span:nth-child(2) {
  color: rgba(240, 140, 157, 0.17);
}

.name-question__words span:nth-child(5) {
  color: rgba(244, 200, 79, 0.15);
}

.name-question__inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 50rem;
  grid-template-columns: minmax(14rem, 0.65fr) minmax(18rem, 1fr);
  align-content: center;
  align-items: end;
  gap: clamp(2rem, 8vw, 10rem);
  padding-block: clamp(6rem, 12vw, 12rem);
}

.name-question .eyebrow {
  align-self: start;
  color: var(--sun);
}

.name-question h2,
.name-cabinet h2,
.name-daily h2,
.name-paths h2,
.name-choice h2,
.name-signature h2 {
  margin: 0;
  font-family: Iowan Old Style, Baskerville, Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 7vw, 7.5rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.name-question__inner > p:last-child {
  max-width: 37rem;
  margin: 2rem 0 0;
  color: rgba(255, 249, 237, 0.76);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.75;
}

.name-cabinet {
  display: grid;
  grid-template-columns: minmax(20rem, 0.8fr) minmax(31rem, 1.2fr);
  min-height: 58rem;
  align-items: center;
  gap: clamp(3rem, 8vw, 10rem);
  padding-block: clamp(7rem, 12vw, 13rem);
}

.name-cabinet__copy p:last-child,
.name-daily__copy p:last-child,
.name-choice__copy p:last-child {
  max-width: 34rem;
  margin: 2.2rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.75;
}

.letter-cabinet {
  position: relative;
  display: grid;
  width: min(100%, 44rem);
  min-height: 38rem;
  grid-template-columns: repeat(2, minmax(9rem, 1fr));
  gap: clamp(0.75rem, 1.8vw, 1.3rem);
  align-content: center;
  justify-self: end;
  padding: clamp(3rem, 6vw, 5rem) clamp(2rem, 4vw, 3.5rem);
  border: 1px solid rgba(41, 23, 57, 0.22);
  border-radius: 48% 52% 3rem 2rem / 7rem 6rem 3rem 2rem;
  background: #e5a271;
  box-shadow:
    inset 0 0 0 0.75rem rgba(255, 249, 237, 0.18),
    0 3rem 6rem rgba(71, 38, 35, 0.22);
  transform: rotate(1deg);
}

.letter-cabinet::after {
  position: absolute;
  z-index: -1;
  right: -5%;
  bottom: -4%;
  left: 5%;
  height: 9%;
  border-radius: 50%;
  background: rgba(41, 23, 57, 0.18);
  content: "";
  filter: blur(1.2rem);
}

.letter-cabinet__top {
  position: absolute;
  top: -1.7rem;
  left: 15%;
  width: 70%;
  height: 3rem;
  border: 1px solid rgba(41, 23, 57, 0.18);
  border-radius: 50%;
  background: var(--sun);
  transform: rotate(-2deg);
}

.letter-drawer {
  position: relative;
  display: flex;
  min-height: clamp(5rem, 8vw, 6.8rem);
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(41, 23, 57, 0.22);
  border-radius: 0.55rem;
  box-shadow: 0 0.6rem 0 rgba(91, 49, 43, 0.16);
  font-family: Iowan Old Style, Baskerville, Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  letter-spacing: -0.04em;
}

.letter-drawer i {
  position: absolute;
  bottom: 0.65rem;
  left: 50%;
  width: 1.8rem;
  height: 0.5rem;
  border: 1px solid currentColor;
  border-radius: 99px;
  opacity: 0.5;
  transform: translateX(-50%);
}

.letter-drawer--one,
.letter-drawer--four {
  background: var(--paper);
}

.letter-drawer--two {
  background: var(--lilac);
}

.letter-drawer--three {
  background: var(--mint);
}

.letter-drawer--five {
  background: var(--rose);
}

.letter-drawer--six {
  background: var(--sky);
}

.letter-cabinet__card {
  position: absolute;
  z-index: 3;
  padding: 0.6rem 0.9rem;
  border: 1px solid rgba(41, 23, 57, 0.18);
  background: var(--paper);
  box-shadow: 0 0.7rem 1.2rem rgba(41, 23, 57, 0.12);
  font-family: "Courier New", monospace;
  font-size: 0.78rem;
}

.letter-cabinet__card--one {
  top: 26%;
  left: -6%;
  transform: rotate(-11deg);
}

.letter-cabinet__card--two {
  right: -4%;
  bottom: 22%;
  transform: rotate(8deg);
}

.letter-cabinet__card--three {
  top: 7%;
  right: 8%;
  background: var(--violet-deep);
  color: var(--paper);
  font-size: 1.2rem;
  transform: rotate(6deg);
}

.letter-cabinet__plant {
  position: absolute;
  top: -5.7rem;
  right: 12%;
  width: 5rem;
  height: 7rem;
}

.letter-cabinet__plant i {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.18rem;
  height: 5.2rem;
  background: var(--violet-deep);
  transform: rotate(-8deg);
}

.letter-cabinet__plant b,
.letter-cabinet__plant em {
  position: absolute;
  width: 2.5rem;
  height: 1.4rem;
  border-radius: 100% 0 100% 0;
  background: var(--mint);
}

.letter-cabinet__plant b {
  top: 1.1rem;
  left: 0.1rem;
  transform: rotate(16deg);
}

.letter-cabinet__plant em {
  top: 2.8rem;
  right: 0;
  transform: scaleX(-1) rotate(10deg);
}

.name-daily {
  position: relative;
  overflow: hidden;
  background: #f5d368;
}

.name-daily::before {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 55rem;
  aspect-ratio: 1;
  border: 1px solid rgba(41, 23, 57, 0.13);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 4rem rgba(255, 249, 237, 0.13),
    0 0 0 8rem rgba(255, 249, 237, 0.1);
}

.name-daily__inner {
  position: relative;
  display: grid;
  min-height: 51rem;
  grid-template-columns: minmax(22rem, 1.05fr) minmax(20rem, 0.95fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 10rem);
  padding-block: clamp(6rem, 10vw, 10rem);
}

.name-calendar {
  position: relative;
  min-height: 35rem;
}

.name-calendar__sun {
  position: absolute;
  top: 1%;
  left: 4%;
  width: min(31rem, 78%);
  aspect-ratio: 1;
  border: 1px solid rgba(41, 23, 57, 0.18);
  border-radius: 50%;
  background: var(--rose);
  box-shadow: 0 2.5rem 4rem rgba(92, 54, 46, 0.18);
}

.name-calendar__page {
  position: absolute;
  top: 16%;
  left: 18%;
  display: grid;
  width: min(25rem, 68%);
  aspect-ratio: 0.88;
  place-items: center;
  border: 1px solid rgba(41, 23, 57, 0.23);
  border-radius: 0.6rem 0.6rem 2.8rem 0.6rem;
  background: var(--paper);
  box-shadow: 1.4rem 1.8rem 0 rgba(103, 80, 199, 0.22);
  transform: rotate(-5deg);
}

.name-calendar__page::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4.8rem;
  aspect-ratio: 1;
  background: linear-gradient(135deg, rgba(243, 232, 210, 0) 49%, var(--paper-deep) 50%);
  content: "";
}

.name-calendar__page i {
  position: absolute;
  top: -1rem;
  width: 0.7rem;
  height: 2.2rem;
  border: 2px solid var(--ink);
  border-radius: 99px;
  background: var(--sky);
}

.name-calendar__page i:first-child {
  left: 27%;
}

.name-calendar__page i:nth-child(2) {
  right: 27%;
}

.name-calendar__page b {
  position: absolute;
  top: 20%;
  color: var(--violet-deep);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.name-calendar__page strong {
  color: var(--violet-deep);
  font-family: Iowan Old Style, Baskerville, Georgia, serif;
  font-size: clamp(8rem, 17vw, 14rem);
  font-weight: 500;
  line-height: 1;
}

.name-calendar__orbit {
  position: absolute;
  right: 7%;
  bottom: 1%;
  width: 35%;
  aspect-ratio: 1;
  border: 1px dashed rgba(41, 23, 57, 0.45);
  border-radius: 50%;
}

.name-calendar__dot {
  position: absolute;
  width: 1.1rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--violet-deep);
}

.name-calendar__dot--one {
  right: 10%;
  bottom: 28%;
}

.name-calendar__dot--two {
  right: 29%;
  bottom: 5%;
  background: var(--coral);
}

.name-calendar__dot--three {
  right: 2%;
  bottom: 6%;
  background: var(--paper);
}

.name-daily__copy {
  position: relative;
  z-index: 2;
}

.name-daily__copy p:last-child {
  color: rgba(41, 23, 57, 0.77);
}

.name-paths {
  padding-block: clamp(7rem, 12vw, 13rem);
}

.name-paths__heading {
  display: grid;
  grid-template-columns: minmax(12rem, 0.5fr) minmax(20rem, 1fr);
  align-items: end;
  gap: clamp(2rem, 8vw, 10rem);
  margin-bottom: clamp(4rem, 8vw, 8rem);
}

.name-paths__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.8rem);
}

.name-card {
  position: relative;
  min-height: 39rem;
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2.3rem);
  border: 1px solid rgba(41, 23, 57, 0.16);
  border-radius: 1rem 4.5rem 1rem 1rem;
  box-shadow: 0 1.5rem 3.5rem rgba(41, 23, 57, 0.1);
}

.name-card--meaning {
  background: #d7cef5;
}

.name-card--history {
  background: #b8dbca;
  transform: translateY(3rem);
}

.name-card--rhythm {
  background: #f2a5ae;
}

.name-card__art {
  position: relative;
  height: 20rem;
  margin-block: 1.5rem 2.6rem;
}

.name-card h3 {
  margin: 0;
  font-family: Iowan Old Style, Baskerville, Georgia, serif;
  font-size: clamp(2.4rem, 4.2vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
}

.name-card p {
  max-width: 25rem;
  margin: 1.3rem 0 0;
  color: rgba(41, 23, 57, 0.73);
  line-height: 1.65;
}

.meaning-art span {
  position: absolute;
  top: 3%;
  left: 15%;
  display: grid;
  width: 68%;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
  color: var(--violet-deep);
  font-family: Iowan Old Style, Baskerville, Georgia, serif;
  font-size: 9rem;
  line-height: 1;
  transform: rotate(-7deg);
}

.meaning-art i,
.meaning-art b,
.meaning-art em {
  position: absolute;
  width: 1rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--coral);
}

.meaning-art i {
  top: 8%;
  right: 5%;
}

.meaning-art b {
  bottom: 3%;
  left: 8%;
  background: var(--sun);
}

.meaning-art em {
  right: 21%;
  bottom: 6%;
  background: var(--violet);
}

.history-art span {
  position: absolute;
  top: 12%;
  left: 4%;
  width: 90%;
  height: 62%;
  border: 1px dashed var(--violet-deep);
  border-radius: 50%;
  transform: rotate(-13deg);
}

.history-art i,
.history-art b,
.history-art em {
  position: absolute;
  display: grid;
  width: 5.5rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
  content: "";
}

.history-art i {
  top: 0;
  left: 4%;
}

.history-art b {
  top: 32%;
  right: 0;
  background: var(--sun);
}

.history-art em {
  bottom: 0;
  left: 29%;
  background: var(--violet);
}

.history-art i::after,
.history-art b::after,
.history-art em::after {
  font-family: Iowan Old Style, Baskerville, Georgia, serif;
  font-size: 2.3rem;
  font-style: normal;
}

.history-art i::after {
  content: "A";
}

.history-art b::after {
  content: "Å";
}

.history-art em::after {
  color: var(--paper);
  content: "Ö";
}

.rhythm-art {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.7rem;
  padding: 1.5rem 0.8rem;
}

.rhythm-art span,
.rhythm-art i,
.rhythm-art b,
.rhythm-art em {
  display: block;
  width: 18%;
  border: 1px solid rgba(41, 23, 57, 0.28);
  border-radius: 99px 99px 0.4rem 0.4rem;
  background: var(--paper);
}

.rhythm-art span {
  height: 34%;
}

.rhythm-art i {
  height: 70%;
  background: var(--violet);
}

.rhythm-art b {
  height: 49%;
  background: var(--sun);
}

.rhythm-art em {
  height: 88%;
  background: var(--mint);
}

.name-choice {
  position: relative;
  display: grid;
  min-height: 57rem;
  overflow: hidden;
  background: var(--violet-deep);
  color: var(--paper);
}

.name-choice::before {
  position: absolute;
  top: -30%;
  left: -10%;
  width: 65rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 140, 157, 0.27), transparent 67%);
  content: "";
}

.name-choice__copy {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 57rem;
  flex-direction: column;
  justify-content: center;
  padding-top: 12rem;
  padding-bottom: 7rem;
}

.name-choice__copy .eyebrow {
  color: var(--sun);
}

.name-choice__copy h2 {
  max-width: 12ch;
}

.name-choice__copy p:last-child {
  margin-left: clamp(0rem, 25vw, 24rem);
  color: rgba(255, 249, 237, 0.73);
}

.name-choice__mobile {
  position: absolute;
  z-index: 2;
  top: -2rem;
  left: 50%;
  width: min(57rem, 64vw);
  height: 37rem;
  transform: translateX(-14%);
}

.choice-arc {
  position: absolute;
  top: 2rem;
  left: 13%;
  width: 76%;
  height: 13rem;
  border: 2px solid var(--paper);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  opacity: 0.45;
}

.choice-thread {
  position: absolute;
  top: 8rem;
  width: 1px;
  background: rgba(255, 249, 237, 0.62);
  transform-origin: top;
}

.choice-thread--one {
  left: 19%;
  height: 16rem;
  transform: rotate(8deg);
}

.choice-thread--two {
  left: 40%;
  height: 21rem;
  transform: rotate(-4deg);
}

.choice-thread--three {
  right: 35%;
  height: 15rem;
  transform: rotate(5deg);
}

.choice-thread--four {
  right: 14%;
  height: 20rem;
  transform: rotate(-7deg);
}

.choice-charm {
  position: absolute;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 1rem 1.5rem rgba(15, 8, 25, 0.25));
}

.choice-charm--moon {
  top: 21rem;
  left: 10%;
  width: 8rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--sun);
}

.choice-charm--moon::after {
  position: absolute;
  top: -8%;
  left: 29%;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--violet-deep);
  content: "";
}

.choice-charm--letter {
  top: 27rem;
  left: 34%;
  width: 8.5rem;
  aspect-ratio: 1;
  border-radius: 44% 56% 52% 48%;
  background: var(--rose);
  color: var(--ink);
  font-family: Iowan Old Style, Baskerville, Georgia, serif;
  font-size: 5rem;
  transform: rotate(-7deg);
}

.choice-charm--heart {
  top: 20rem;
  right: 26%;
  color: var(--mint);
  font-size: 7rem;
  line-height: 1;
  transform: rotate(8deg);
}

.choice-charm--star {
  top: 27rem;
  right: 4%;
  color: var(--paper);
  font-size: 8rem;
  line-height: 1;
}

.name-signature {
  display: grid;
  min-height: 33rem;
  grid-template-columns: minmax(17rem, 0.7fr) minmax(22rem, 1.3fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 10rem);
  padding-block: clamp(6rem, 10vw, 10rem);
}

.name-signature__mark {
  position: relative;
  display: grid;
  min-height: 17rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background:
    radial-gradient(circle at 52% 43%, var(--paper) 0 30%, transparent 30.5%),
    conic-gradient(from 35deg, var(--lilac), var(--rose), var(--sun), var(--mint), var(--lilac));
  box-shadow: 0 1.8rem 4rem rgba(41, 23, 57, 0.13);
  transform: rotate(-3deg);
}

.name-signature__mark img {
  position: relative;
  z-index: 2;
  width: 151px;
  height: 46px;
  image-rendering: auto;
}

.name-signature__spark {
  position: absolute;
  top: 12%;
  right: 14%;
  color: var(--violet-deep);
  font-size: 2rem;
}

.name-signature__copy h2 {
  max-width: 10ch;
}

.next-room {
  padding-block: clamp(6rem, 11vw, 11rem);
  border-top: 1px solid var(--line);
}

.next-room a {
  display: grid;
  grid-template-columns: minmax(5rem, 0.42fr) minmax(12rem, 1fr) auto;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  text-decoration: none;
}

.next-room a > span:first-child {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.next-room strong {
  font-family: Iowan Old Style, Baskerville, Georgia, serif;
  font-size: clamp(3.4rem, 7.7vw, 8rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.next-room__arrow {
  display: grid;
  width: clamp(3.75rem, 6vw, 6rem);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(41, 23, 57, 0.35);
  border-radius: 50%;
  font-size: 1.4rem;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.next-room a:hover .next-room__arrow {
  background: var(--ink);
  color: var(--paper);
  transform: translateX(0.35rem);
}

.museum-footer {
  display: flex;
  min-height: 8rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
}

.museum-footer p {
  margin: 0;
}

.museum-footer nav {
  display: flex;
  gap: 1.5rem;
}

.museum-footer a {
  color: var(--ink);
  font-weight: 720;
  text-underline-offset: 0.25em;
}

@keyframes halo-breathe {
  from {
    transform: rotate(7deg) scale(0.98);
  }
  to {
    transform: rotate(10deg) scale(1.025);
  }
}

@media (max-width: 76rem) {
  .museum-header__bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.15rem;
    padding-top: 1rem;
    padding-bottom: 0.55rem;
  }

  .museum-nav {
    width: calc(100% + var(--gutter));
    margin-right: calc(var(--gutter) * -1);
    padding-right: var(--gutter);
  }

  .museum-nav ul {
    justify-content: flex-start;
  }

  .name-hero {
    min-height: auto;
    grid-template-columns: minmax(17rem, 0.84fr) minmax(25rem, 1.16fr);
    padding-top: 5rem;
    padding-bottom: 7rem;
  }

  .name-paths__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .name-card--rhythm {
    grid-column: 1 / -1;
    width: calc(50% - 0.5rem);
    justify-self: center;
  }
}

@media (max-width: 52rem) {
  .name-hero,
  .name-cabinet,
  .name-daily__inner,
  .name-signature {
    grid-template-columns: 1fr;
  }

  .name-hero {
    gap: 0;
    padding-top: 4rem;
  }

  .name-hero h1 {
    max-width: 8ch;
    font-size: clamp(4.7rem, 18vw, 8.5rem);
  }

  .name-hero__lede {
    max-width: 31rem;
  }

  .name-sky {
    min-height: clamp(30rem, 106vw, 42rem);
    margin-top: 1.5rem;
  }

  .name-hero__year {
    bottom: 2rem;
  }

  .name-question__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .name-question .eyebrow {
    align-self: auto;
  }

  .letter-cabinet {
    justify-self: center;
  }

  .name-daily__inner {
    gap: 1rem;
  }

  .name-daily__copy {
    padding-bottom: 2rem;
  }

  .name-paths__heading {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .name-paths__grid {
    grid-template-columns: 1fr;
  }

  .name-card,
  .name-card--rhythm {
    width: 100%;
    min-height: 35rem;
    grid-column: auto;
    transform: none;
  }

  .name-card__art {
    max-width: 26rem;
    margin-inline: auto;
  }

  .name-choice__mobile {
    left: 38%;
    width: 50rem;
    transform: translateX(-25%) scale(0.75);
    transform-origin: top center;
  }

  .name-choice__copy {
    padding-top: 22rem;
  }

  .name-choice__copy p:last-child {
    margin-left: 0;
  }

  .name-signature__mark {
    width: min(100%, 29rem);
    justify-self: center;
  }

  .next-room a {
    grid-template-columns: 1fr auto;
  }

  .next-room a > span:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 31rem) {
  :root {
    --gutter: 1.15rem;
  }

  .museum-header__bar {
    min-height: 6.5rem;
  }

  .museum-nav a {
    min-height: 2.6rem;
  }

  .name-hero {
    padding-top: 3.5rem;
    padding-bottom: 6rem;
  }

  .name-hero h1 {
    font-size: clamp(4.2rem, 21vw, 6.4rem);
    line-height: 0.76;
  }

  .name-hero__lede {
    margin-top: 2rem;
    font-size: 1.18rem;
  }

  .name-sky {
    min-height: 27rem;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }

  .name-sky__letter--a {
    left: 2%;
    width: 7.4rem;
    font-size: 5.4rem;
  }

  .name-sky__letter--m {
    top: 28%;
    width: 8.5rem;
    font-size: 5.2rem;
  }

  .name-sky__letter--o {
    right: 18%;
    width: 7rem;
    font-size: 4.7rem;
  }

  .name-sky__letter--l {
    width: 4.8rem;
    font-size: 3.4rem;
  }

  .name-sky__letter--s {
    right: 23%;
    width: 4rem;
    font-size: 2.6rem;
  }

  .name-slip {
    padding: 0.55rem 0.7rem;
    font-size: 0.65rem;
  }

  .name-sky__whisper {
    bottom: 1%;
    left: 15%;
    font-size: 1rem;
  }

  .name-question,
  .name-question__inner {
    min-height: 43rem;
  }

  .name-question__words {
    font-size: 7rem;
  }

  .name-question h2,
  .name-cabinet h2,
  .name-daily h2,
  .name-paths h2,
  .name-choice h2,
  .name-signature h2 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .name-cabinet {
    gap: 4.5rem;
    min-height: auto;
  }

  .letter-cabinet {
    min-height: 30rem;
    grid-template-columns: repeat(2, minmax(6.5rem, 1fr));
    padding: 3rem 1.2rem 2.2rem;
  }

  .letter-drawer {
    min-height: 4.5rem;
    font-size: 1.65rem;
  }

  .letter-cabinet__plant {
    right: 4%;
  }

  .name-daily__inner {
    min-height: auto;
  }

  .name-calendar {
    min-height: 27rem;
  }

  .name-calendar__sun {
    width: 85%;
  }

  .name-calendar__page {
    left: 11%;
    width: 72%;
  }

  .name-calendar__page strong {
    font-size: 8rem;
  }

  .name-paths {
    padding-block: 6rem;
  }

  .name-card {
    min-height: 32rem;
  }

  .name-card__art {
    height: 17rem;
  }

  .meaning-art span {
    font-size: 7.5rem;
  }

  .name-choice {
    min-height: 54rem;
  }

  .name-choice__mobile {
    top: -3rem;
    left: 22%;
    transform: translateX(-25%) scale(0.58);
  }

  .name-choice__copy {
    min-height: 54rem;
    padding-top: 19rem;
  }

  .name-signature {
    gap: 3rem;
  }

  .name-signature__mark {
    min-height: 14rem;
  }

  .name-signature__mark img {
    width: 136px;
    height: auto;
  }

  .next-room strong {
    font-size: clamp(2.85rem, 15vw, 4rem);
  }

  .next-room a {
    grid-template-columns: 1fr;
  }

  .next-room__arrow {
    width: 3.5rem;
    justify-self: end;
  }

  .museum-footer {
    min-height: 10rem;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

@media (prefers-contrast: more) {
  :root {
    --muted: #433949;
    --line: rgba(41, 23, 57, 0.48);
  }

  .name-question__inner > p:last-child,
  .name-choice__copy p:last-child {
    color: var(--paper);
  }

  .name-card,
  .letter-cabinet,
  .name-calendar__page,
  .name-signature__mark {
    border-width: 2px;
  }
}

@media print {
  body {
    background: #fff;
    color: #000;
  }

  body::before,
  .skip-link,
  .museum-header,
  .next-room,
  .museum-footer {
    display: none;
  }

  section {
    min-height: auto !important;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .name-hero,
  .name-cabinet,
  .name-daily__inner,
  .name-signature {
    grid-template-columns: 1fr 1fr;
    padding-block: 2rem;
  }

  .name-sky,
  .letter-cabinet,
  .name-calendar,
  .name-choice__mobile {
    transform: scale(0.78);
  }

  .name-question,
  .name-choice {
    background: #fff;
    color: #000;
  }

  .name-question__words {
    display: none;
  }

  .name-question .eyebrow,
  .name-choice__copy .eyebrow,
  .name-question__inner > p:last-child,
  .name-choice__copy p:last-child {
    color: #000;
  }
}

/* Namnarkivet keeps its own colors inside the common public frame. */
:root {
  --museum-frame-width: 96rem;
  --museum-frame-gutter: clamp(1rem, 4vw, 4rem);
}

.museum-header__bar {
  display: grid;
  width: min(100%, var(--museum-frame-width));
  min-height: 5.25rem;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 2rem;
  margin-inline: auto;
  padding-inline: var(--museum-frame-gutter);
}

.museum-brand {
  width: fit-content;
  align-self: center;
  gap: 0.65rem;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  line-height: 1;
  white-space: nowrap;
}

.museum-brand__mark {
  width: 1rem;
}

.museum-nav {
  width: auto;
  min-width: 0;
  max-width: 100%;
  justify-self: end;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

.museum-nav ul {
  min-width: 0;
  justify-content: flex-start;
  gap: 0.1rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.68rem, 0.75vw, 0.78rem);
  font-weight: 700;
  line-height: 1.55;
}

.museum-nav a {
  min-width: 0;
  min-height: 2.75rem;
  padding: 0.45rem 0.38rem;
  white-space: nowrap;
}

.museum-footer {
  display: block;
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  line-height: 1.55;
}

.museum-footer__inner {
  display: flex;
  width: min(100%, var(--museum-frame-width));
  min-height: 8rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-inline: auto;
  padding: 1.5rem var(--museum-frame-gutter);
}

.museum-footer p {
  max-width: 42rem;
  margin: 0;
}

.museum-footer small {
  color: inherit;
  opacity: 0.74;
}

.museum-footer nav {
  margin-left: auto;
}

.museum-footer nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.25rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.museum-footer nav a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
}

@media (max-width: 64rem) {
  .museum-header__bar {
    display: flex;
    min-height: 0;
    align-items: stretch;
    flex-direction: column;
    gap: 0.2rem;
    padding-top: 0.9rem;
    padding-bottom: 0.45rem;
  }

  .museum-nav {
    width: 100%;
    justify-self: auto;
  }

  .museum-brand {
    align-self: flex-start;
    margin: 0;
  }

  .museum-nav ul {
    min-width: max-content;
  }

  .museum-footer__inner {
    min-height: 9rem;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 0.7rem;
  }

  .museum-footer nav {
    margin-left: 0;
  }

  .museum-footer nav ul {
    justify-content: flex-start;
  }
}
