@font-face {
  font-family: Cormorant;
  src: url("/assets/fonts/CormorantGaramond-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Cormorant;
  src: url("/assets/fonts/CormorantGaramond-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Figtree;
  src: url("/assets/fonts/Figtree-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Figtree;
  src: url("/assets/fonts/Figtree-Medium.woff2") format("woff2");
  font-weight: 500 700;
  font-display: swap;
}
:root {
  --page: #f5f0fc;
  --paper: #faf6fd;
  --ink: #2d0d3b;
  --secondary: #745889;
  --accent: #a567b6;
  --reader: #31253f;
  --reader-ink: #f6eaf7;
  --line: #d9cde2;
  --serif: Cormorant, Georgia, serif;
  --sans: Figtree, system-ui, sans-serif;
  color-scheme: light;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 1.5rem;
}
body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font: 400 16px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.035em;
}
em {
  font-weight: 500;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
button {
  font: inherit;
  color: inherit;
}
a,
button {
  -webkit-tap-highlight-color: #d9cde2;
}
button,
a {
  touch-action: manipulation;
}
button:disabled {
  cursor: default;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}
a:hover {
  text-decoration-thickness: 2px;
}
[hidden] {
  display: none !important;
}
.shell {
  width: min(1200px, calc(100% - 112px));
  margin-inline: auto;
}
.eyebrow {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  line-height: 1.5;
  color: var(--secondary);
}
.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;
}
.skip {
  position: absolute;
  z-index: 20;
  left: 24px;
  top: -100px;
  background: var(--ink);
  color: var(--paper);
  padding: 12px 20px;
  border-radius: 8px;
}
.skip:focus {
  top: 12px;
}
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 25px;
  border-bottom: 1px solid var(--line);
  gap: 20px;
}
.wordmark {
  font: 500 36px/1 var(--serif);
  letter-spacing: -0.045em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 13px;
}
.site-header nav a {
  padding-block: 12px;
  text-decoration: none;
}
.nav-waitlist {
  border-bottom: 1px solid var(--secondary);
}
.nav-waitlist span {
  margin-left: 12px;
}
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 735px;
  padding-block: 70px 115px;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.hero h1 {
  font-size: clamp(60px, 6.5vw, 92px);
  margin: 24px 0 28px;
}
.hero h1 em {
  color: var(--secondary);
}
.intro {
  font-size: 17px;
  line-height: 1.8;
  max-width: 440px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  min-height: 52px;
  padding: 12px 25px;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid var(--ink);
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition:
    background 180ms ease,
    transform 180ms ease;
}
.button:hover {
  background: #493053;
  transform: translateY(-2px);
}
.hero .button {
  margin-top: 32px;
}
.availability {
  font-size: 12px;
  margin-top: 14px;
  color: var(--secondary);
}
.hero-down {
  position: absolute;
  left: 0;
  bottom: 38px;
  font-size: 12px;
  text-decoration: none;
}
.hero-down span {
  margin-left: 22px;
}
.paper-scene {
  position: relative;
  isolation: isolate;
  width: 100%;
  aspect-ratio: 1 / 1.1;
  max-width: 600px;
  justify-self: end;
  pointer-events: none;
}
.night-card {
  position: absolute;
  width: 60%;
  height: 78%;
  top: 8%;
  left: 23%;
  transform: rotate(7deg);
  filter: drop-shadow(0 16px 20px #2d0d3b16);
}
.night-card-paper {
  position: absolute;
  inset: 0;
  background: var(--paper) url("/assets/aurava/paper.webp") center/cover;
  mask: url("/assets/aurava/NightCardContour.svg") 0 0/100% 100%;
  -webkit-mask: url("/assets/aurava/NightCardContour.svg") 0 0/100% 100%;
}
.card-label {
  position: absolute;
  top: 8%;
  left: 9%;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--secondary);
}
.card-notice {
  position: absolute;
  top: 17%;
  left: 9%;
  font: 500 clamp(21px, 2.5vw, 35px)/1.03 var(--serif);
  letter-spacing: -0.03em;
}
.card-botanical {
  position: absolute;
  width: 88%;
  height: 53%;
  object-fit: contain;
  left: 2%;
  bottom: 0;
}
.eyelet {
  position: absolute;
  left: 7%;
  bottom: 14%;
  width: 5%;
}
.back-card {
  position: absolute;
  width: 46%;
  height: 60%;
  border-radius: 25px;
  box-shadow: 0 10px 24px #2d0d3b12;
  overflow: hidden;
}
.back-card img {
  position: absolute;
  width: 100%;
  height: 75%;
  object-fit: contain;
  bottom: 3%;
}
.back-left {
  background: #faf3e8;
  left: 7%;
  top: 12%;
  transform: rotate(-16deg);
}
.back-right {
  background: var(--paper);
  right: 2%;
  top: 25%;
  transform: rotate(16deg);
}
.cord {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.cord-front {
  z-index: 3;
}
.bow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 13%;
  z-index: 4;
  transform: rotate(-12deg);
}
.art-note {
  position: absolute;
  bottom: -5%;
  left: 0;
  right: 0;
  text-align: center;
  font: 500 italic 23px/1.2 var(--serif);
  color: var(--secondary);
}
.section-heading {
  max-width: 750px;
  margin: 0 auto 46px;
  text-align: center;
}
.section-heading h2 {
  font-size: clamp(42px, 4.5vw, 62px);
  margin: 17px 0;
}
.section-heading > p:last-child {
  color: var(--secondary);
  font-size: 15px;
}
.ritual-section {
  padding: 80px 0 88px;
  background: var(--paper);
  border-top: 1px solid var(--line);
}
.walkthrough {
  max-width: 1000px;
  margin: auto;
}
.walkthrough-controls {
  margin-bottom: 35px;
}
.walkthrough-controls > .eyebrow {
  text-align: center;
  margin-bottom: 18px;
}
.step-tabs {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.step-tabs button {
  border: 1px solid var(--line);
  background: transparent;
  padding: 10px 17px;
  min-height: 44px;
  border-radius: 24px;
  font-size: 13px;
  cursor: pointer;
}
.step-tabs button span {
  margin-right: 8px;
  color: var(--secondary);
}
.step-tabs button[aria-selected="true"] {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}
.step-tabs button[aria-selected="true"] span {
  color: var(--paper);
}
.walk-step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  padding: 40px 70px;
  background: var(--page);
  border-radius: 32px;
  min-height: 640px;
  margin-bottom: 28px;
}
.enhanced .walk-step {
  margin-bottom: 0;
}
.step-copy h3 {
  font-size: clamp(37px, 3.4vw, 52px);
  margin: 19px 0 22px;
  max-width: 9ch;
}
.step-copy > p:not(.eyebrow) {
  font-size: 17px;
  max-width: 320px;
}
.screen-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
  color: var(--secondary);
  margin-top: 30px;
  min-height: 44px;
}
.screen-frame {
  width: min(100%, 258px);
  justify-self: center;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 12px 36px #2d0d3b1a;
  border: 5px solid #e5dae9;
  line-height: 0;
}
.screen-frame img {
  width: 100%;
  height: auto;
}
.walkthrough-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}
.capture-note {
  font-size: 12px;
  color: var(--secondary);
}
.step-arrows {
  display: flex;
  gap: 10px;
}
.step-arrows button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--secondary);
  background: transparent;
  cursor: pointer;
  font-size: 20px;
}
.step-arrows button:disabled {
  border-color: var(--line);
  color: var(--secondary);
}
.reading-room {
  background: var(--reader);
  color: var(--reader-ink);
  padding: 55px 0;
}
.room-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 80px;
  min-height: 470px;
}
.paper-world {
  width: min(100%, 410px);
  margin: 0 auto;
}
.paper-world-art {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  border-radius: 28px;
  overflow: hidden;
  background: var(--page);
  cursor: pointer;
}
.paper-world-art:disabled {
  cursor: default;
}
.paper-world-art video,
.paper-world-art img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.paper-world-controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}
.paper-world-controls button {
  min-height: 44px;
  padding: 9px 18px;
  border: 1px solid #d7bddf;
  border-radius: 24px;
  background: transparent;
  color: var(--reader-ink);
  font-size: 12px;
  cursor: pointer;
}
.paper-world-controls [data-paper-close] {
  border-color: transparent;
  text-decoration: underline;
}
.paper-world figcaption {
  margin-top: 12px;
  font-size: 11px;
  text-align: center;
  color: #d7bddf;
}
.doorway-art {
  position: relative;
  width: 100%;
  height: 400px;
}
.doorway {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reader-petal {
  position: absolute;
  width: 34%;
  top: 25%;
  right: 17%;
  transform: rotate(-16deg);
}
.reader-thread {
  position: absolute;
  width: 45%;
  top: 29%;
  right: 0;
}
.room-copy {
  padding-block: 30px;
}
.room-copy .eyebrow {
  color: #d7bddf;
}
.room-copy h2 {
  font-size: clamp(45px, 5vw, 68px);
  margin: 24px 0;
}
.room-copy > p:not(.eyebrow) {
  color: #e5d4eb;
  font-size: 16px;
  line-height: 1.8;
}
.room-link {
  display: inline-flex;
  gap: 22px;
  align-items: center;
  font-size: 13px;
  min-height: 44px;
  margin-top: 24px;
}
.trust {
  padding-block: 96px;
  display: grid;
  grid-template-columns: 50px 1fr 1fr;
  gap: 28px;
  align-items: start;
}
.trust > img {
  margin-top: 6px;
}
.trust h2 {
  font-size: clamp(33px, 3.2vw, 44px);
  margin-top: 16px;
  line-height: 1.1;
}
.trust-copy {
  padding-top: 4px;
  font-size: 15px;
  max-width: 420px;
}
.trust-copy p + p {
  margin-top: 18px;
  color: var(--secondary);
}
.waitlist-section {
  padding-bottom: 90px;
}
.waitlist-paper {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 32px;
  background: var(--paper);
  border: 1px solid #e6dbea;
  padding: 68px 9%;
  min-height: 485px;
  box-shadow: 0 12px 40px #2d0d3b05;
}
.waitlist-copy {
  position: relative;
  z-index: 1;
}
.waitlist-paper h2 {
  font-size: clamp(48px, 5vw, 68px);
  margin: 20px 0;
}
.waitlist-copy > p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.7;
}
.waitlist-copy .button {
  margin-top: 24px;
}
.waitlist-copy p.email-note {
  font-size: 12px;
  margin-top: 17px;
  color: var(--secondary);
}
.waitlist-sprig {
  position: absolute;
  width: 47%;
  height: 85%;
  object-fit: contain;
  right: 2%;
  bottom: -4%;
  transform: rotate(-8deg);
}
.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  column-gap: 35px;
  row-gap: 18px;
  border-top: 1px solid var(--line);
  padding-block: 30px;
  color: var(--secondary);
  font-size: 12px;
  align-items: center;
}
.site-footer .wordmark {
  font-size: 30px;
  color: var(--ink);
}
.site-footer nav {
  display: flex;
  gap: 24px;
}
.site-footer nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.copyright {
  grid-column: 1/-1;
  font-size: 11px;
}
.studio-page {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
.studio-main {
  width: min(770px, calc(100% - 80px));
  margin: auto;
  padding-block: 100px;
}
.studio-mark {
  width: 40px;
  margin-bottom: 25px;
}
.studio-main h1 {
  font-size: clamp(66px, 9vw, 112px);
}
.studio-intro {
  max-width: 420px;
  font-size: 18px;
  margin-top: 24px;
}
.studio-app {
  margin-top: 65px;
  padding: 30px 0;
  border-block: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 24px;
}
.studio-app h2 {
  font-size: 36px;
}
.studio-app > p {
  grid-column: 1/-1;
  color: var(--secondary);
  max-width: 400px;
  font-size: 15px;
}
.studio-app .eyebrow {
  align-self: center;
}
.studio-app a {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  min-height: 44px;
}
.studio-page .site-footer {
  margin-top: 20px;
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .paper-scene .night-card {
    transition: transform 260ms ease;
  }
  .hero:hover .night-card {
    transform: translateY(-4px) rotate(5deg);
  }
}
@media (min-width: 760px) {
  .enhanced .walk-step.entering .step-copy {
    animation: surface 260ms ease-out both;
  }
  .enhanced .walk-step.entering .screen-frame {
    animation: surface 260ms ease-out both;
  }
  @keyframes surface {
    from {
      opacity: 0;
      transform: translateY(5px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
}
@media (max-width: 1000px) {
  .shell {
    width: calc(100% - 64px);
  }
  .hero {
    min-height: 650px;
  }
  .hero h1 {
    font-size: 64px;
  }
  .paper-scene {
    min-width: 0;
  }
  .card-notice {
    font-size: 27px;
  }
  .walk-step {
    gap: 36px;
    padding: 38px 45px;
  }
  .room-layout {
    gap: 35px;
  }
  .trust {
    grid-template-columns: 1fr 1fr;
  }
  .trust > img {
    display: none;
  }
  .site-footer {
    column-gap: 20px;
  }
}
@media (max-width: 759px) {
  .shell {
    width: calc(100% - 40px);
  }
  .site-header {
    padding-block: 16px;
  }
  .wordmark {
    font-size: 32px;
  }
  .wordmark img {
    width: 29px;
  }
  .nav-story {
    display: none;
  }
  .site-header nav {
    font-size: 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 52px 0 63px;
    min-height: 0;
    text-align: center;
  }
  .hero h1 {
    font-size: clamp(54px, 11vw, 78px);
    margin-block: 20px 24px;
  }
  .hero .intro {
    font-size: 15px;
    margin: auto;
    line-height: 1.8;
  }
  .hero .button {
    margin-top: 25px;
  }
  .hero .availability {
    font-size: 11px;
  }
  .paper-scene {
    width: 90%;
    max-width: 425px;
    justify-self: center;
    margin-top: 35px;
    aspect-ratio: 1/1.06;
  }
  .card-notice {
    font-size: clamp(25px, 6vw, 32px);
  }
  .card-label {
    font-size: 8px;
  }
  .art-note {
    font-size: 20px;
    bottom: -7%;
  }
  .hero-down {
    position: static;
    grid-row: 3;
    margin-top: 63px;
  }
  .ritual-section {
    padding-block: 52px;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .section-heading h2 {
    font-size: 42px;
  }
  .section-heading > p:last-child {
    font-size: 14px;
    max-width: 280px;
    margin: auto;
  }
  .step-tabs {
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .step-tabs button {
    padding: 9px 5px;
    font-size: 12px;
  }
  .step-tabs button span {
    margin-right: 5px;
  }
  .walkthrough-controls {
    margin-bottom: 20px;
  }
  .walk-step {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 30px 24px 32px;
    min-height: 0;
    border-radius: 24px;
  }
  .step-copy {
    text-align: center;
    min-height: 200px;
  }
  .step-copy h3 {
    font-size: 36px;
    max-width: none;
    margin: 13px 0 14px;
  }
  .step-copy > p:not(.eyebrow) {
    font-size: 15px;
    max-width: 350px;
    margin: auto;
  }
  .screen-link {
    margin-top: 8px;
    font-size: 11px;
    min-height: 44px;
  }
  .screen-frame {
    width: 248px;
    border-radius: 31px;
  }
  .walkthrough-footer {
    align-items: center;
  }
  .capture-note {
    max-width: 185px;
    font-size: 11px;
  }
  .step-arrows {
    gap: 8px;
  }
  .reading-room {
    padding-block: 35px 53px;
  }
  .room-layout {
    grid-template-columns: 1fr;
    gap: 0;
    text-align: center;
  }
  .doorway-art {
    height: 270px;
    width: 300px;
    max-width: 100%;
    margin: auto;
  }
  .reader-petal {
    width: 30%;
    right: 20%;
  }
  .reader-thread {
    width: 40%;
    right: 3%;
  }
  .room-copy {
    padding-top: 34px;
    padding-bottom: 0;
  }
  .room-copy h2 {
    font-size: 48px;
    margin-block: 20px;
  }
  .room-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
  .room-copy .eyebrow {
    font-size: 10px;
  }
  .trust {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-block: 55px;
  }
  .trust h2 {
    font-size: 38px;
  }
  .trust-copy {
    font-size: 14px;
  }
  .waitlist-section {
    padding-bottom: 55px;
  }
  .waitlist-paper {
    padding: 40px 25px 215px;
    text-align: center;
    border-radius: 24px;
  }
  .waitlist-paper h2 {
    font-size: 51px;
  }
  .waitlist-sprig {
    height: 240px;
    width: 240px;
    right: -18px;
    bottom: -37px;
  }
  .waitlist-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
  .site-footer {
    grid-template-columns: 1fr auto;
    gap: 7px 12px;
    padding-block: 22px;
  }
  .site-footer > p {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .site-footer nav {
    font-size: 11px;
    gap: 15px;
  }
  .site-footer .wordmark {
    font-size: 27px;
  }
  .copyright {
    margin-top: 13px;
  }
  .studio-main {
    width: calc(100% - 48px);
    padding-block: 65px;
  }
  .studio-main h1 {
    font-size: 76px;
  }
  .studio-intro {
    font-size: 17px;
  }
  .studio-app {
    margin-top: 46px;
  }
  .studio-app .eyebrow {
    font-size: 9px;
  }
  .studio-page .site-footer {
    margin-top: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .button:hover {
    transform: none;
  }
}

/* More expressive motion, using the app pack's separate physical layers. */
.motion-control {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 12;
  min-height: 44px;
  padding: 10px 17px;
  border: 1px solid var(--secondary);
  border-radius: 30px;
  background: var(--paper);
  color: var(--ink);
  font-size: 12px;
  box-shadow: 0 3px 15px #2d0d3b0c;
  cursor: pointer;
}
@media (prefers-reduced-motion: no-preference) {
  .motion-enabled .paper-scene .night-card {
    animation: paper-breathe 4.8s ease-in-out infinite;
  }
  .motion-enabled .cord-front {
    animation: cord-breathe 4.8s ease-in-out infinite;
    transform-origin: 24% 75%;
  }
  .motion-enabled .bow {
    animation: bow-breathe 4.8s ease-in-out infinite;
    transform-origin: 50% 30%;
  }
  .motion-enabled .back-left {
    animation: rear-paper-breathe 6.5s ease-in-out infinite;
  }
  .motion-enabled .back-right {
    animation: rear-paper-breathe 6.5s 1.2s ease-in-out infinite reverse;
  }
  .motion-enabled .eyelet {
    animation: seal-light 5.5s ease-in-out infinite;
  }
  .motion-enabled .reader-petal {
    animation: petal-breathe 6.5s ease-in-out infinite;
  }
  .motion-enabled .reader-thread {
    animation: thread-breathe 6.5s ease-in-out infinite;
    transform-origin: 20% 42%;
  }
  .motion-enabled .doorway {
    animation: doorway-light 6.5s ease-in-out infinite;
  }
  .motion-enabled .waitlist-sprig {
    animation: sprig-breathe 7s ease-in-out infinite;
    transform-origin: 50% 90%;
  }
  .motion-enabled
    :is(.paper-scene, .doorway-art, .waitlist-paper)
    :is(img, .night-card, .back-card) {
    animation-play-state: paused;
  }
  .motion-enabled
    :is(.paper-scene, .doorway-art, .waitlist-paper).in-view
    :is(img, .night-card, .back-card) {
    animation-play-state: running;
  }
  .motion-enabled .reveal {
    transition:
      opacity 600ms ease,
      transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
  }
  .motion-enabled .reveal:not(.revealed) {
    opacity: 0;
    transform: translateY(18px);
  }
  .enhanced .walk-step.entering .screen-frame {
    animation: screen-arrive 450ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
  }
  .enhanced .walk-step.entering .step-copy {
    animation: surface 320ms ease-out both;
  }
  .step-tabs button {
    transition:
      background 180ms ease,
      color 180ms ease,
      transform 180ms ease;
  }
  .step-tabs button:hover {
    transform: translateY(-2px);
  }
  .step-arrows button {
    transition:
      background 180ms ease,
      transform 180ms ease;
  }
  .step-arrows button:hover:not(:disabled) {
    background: var(--page);
    transform: translateY(-2px);
  }
  @keyframes paper-breathe {
    0%,
    100% {
      translate: 0 0;
    }
    50% {
      translate: 0 -5px;
    }
  }
  @keyframes rear-paper-breathe {
    0%,
    100% {
      translate: 0 0;
    }
    50% {
      translate: 0 3px;
    }
  }
  @keyframes cord-breathe {
    0%,
    100% {
      translate: 0 0;
      rotate: 0deg;
    }
    50% {
      translate: 0 -2px;
      rotate: -0.5deg;
    }
  }
  @keyframes bow-breathe {
    0%,
    100% {
      rotate: 0deg;
    }
    50% {
      rotate: 4deg;
    }
  }
  @keyframes seal-light {
    0%,
    35%,
    65%,
    100% {
      filter: brightness(1);
    }
    50% {
      filter: brightness(1.35);
    }
  }
  @keyframes petal-breathe {
    0%,
    100% {
      translate: 0 0;
      rotate: 0deg;
    }
    50% {
      translate: 0 -5px;
      rotate: 3deg;
    }
  }
  @keyframes thread-breathe {
    0%,
    100% {
      rotate: 0deg;
    }
    50% {
      rotate: 2deg;
    }
  }
  @keyframes doorway-light {
    0%,
    100% {
      opacity: 0.88;
    }
    50% {
      opacity: 1;
    }
  }
  @keyframes sprig-breathe {
    0%,
    100% {
      rotate: 0deg;
    }
    50% {
      rotate: 1.5deg;
    }
  }
  @keyframes screen-arrive {
    from {
      opacity: 0;
      transform: translateY(10px) scale(0.985);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
}
.motion-paused *,
.motion-paused *::before,
.motion-paused *::after {
  animation-play-state: paused !important;
  transition: none !important;
}
.motion-paused .reveal {
  opacity: 1 !important;
  transform: none !important;
}
html.motion-paused {
  scroll-behavior: auto;
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
  .motion-control {
    display: none;
  }
}
.motion-paused .entering .step-copy,
.motion-paused .entering .screen-frame {
  animation: none !important;
}
