:root {
  --paper: #f4f0e7;
  --paper-deep: #e8e0d2;
  --ink: #292825;
  --muted: #777168;
  --line: rgba(62, 57, 49, .18);
  --blue: #758e9d;
  --shadow: rgba(67, 58, 46, .14);
  font-family: Inter, "Noto Sans SC", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { min-width: 320px; overflow-x: clip; background: #d9d3c9; }
body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 76% 8%, rgba(255,255,255,.82), transparent 24rem),
    linear-gradient(118deg, rgba(255,255,255,.46), transparent 42%),
    var(--paper);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.68' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
}
button, textarea { font: inherit; color: inherit; }
button { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .75rem 1rem; background: white; color: var(--ink); }
.skip-link:focus { top: 1rem; }
.aura-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 1.6rem 3.2vw;
  color: rgba(39,38,34,.7);
  pointer-events: none;
}
.aura-mark { font-size: .78rem; letter-spacing: .52em; color: var(--ink); }
.aura-header p { margin: 0; font-size: .6rem; letter-spacing: .13em; }
.quiet-link { justify-self: end; border: 0; border-bottom: 1px solid rgba(41,40,37,.34); padding: .25rem 0; background: transparent; font-size: .7rem; pointer-events: auto; cursor: pointer; }
#experience { position: relative; min-height: 100vh; outline: 0; }
.screen {
  position: relative;
  min-height: 100vh;
  padding: clamp(6rem, 10vh, 8rem) clamp(1.3rem, 5vw, 6rem) clamp(5rem, 8vh, 7rem);
  animation: settle .55s cubic-bezier(.22,.75,.25,1) both;
}
@keyframes settle { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.boundary-line {
  position: fixed;
  z-index: 20;
  right: 3.2vw;
  bottom: 1.1rem;
  display: flex;
  gap: 1.1rem;
  color: rgba(50,47,41,.46);
  font-size: .54rem;
  letter-spacing: .07em;
  pointer-events: none;
}
h1, h2, p { margin-top: 0; }
h1, h2 { font-family: "Iowan Old Style", "Songti SC", "STSong", serif; font-weight: 400; }
.primary-action, .text-action {
  min-height: 46px;
  padding: .8rem 1.15rem;
  border: 1px solid rgba(45,42,37,.32);
  border-radius: 0;
  background: rgba(255,253,248,.4);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
}
.primary-action:hover, .primary-action:focus-visible { background: rgba(255,255,255,.78); transform: translateY(-1px); }
.text-action { border-color: transparent; border-bottom-color: rgba(45,42,37,.25); background: transparent; padding-inline: .25rem; }
.text-action:hover, .text-action:focus-visible { border-bottom-color: currentColor; }
.danger { color: #724940; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1.25rem; margin-top: 1.6rem; }
.step-label { color: var(--muted); font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; }

.welcome-screen { display: grid; place-items: center; isolation: isolate; }
.welcome-screen::after { content: ""; position: absolute; inset: 7% 3%; z-index: -2; border: 1px solid rgba(109,102,91,.17); box-shadow: inset 0 0 0 9px rgba(204,201,193,.18); }
.welcome-light { position: absolute; z-index: -1; width: min(62vw, 780px); aspect-ratio: 1.8; border-radius: 50%; background: radial-gradient(ellipse, rgba(255,255,255,.95) 0, rgba(255,252,241,.52) 37%, transparent 72%); filter: blur(10px); animation: breathe 7s ease-in-out infinite; }
@keyframes breathe { 50% { opacity: .72; transform: scale(1.035); } }
.welcome-copy { width: min(680px, 90vw); text-align: center; }
.welcome-copy h1 { margin-bottom: 1rem; font-size: clamp(2.8rem, 6vw, 5.2rem); }
.welcome-copy p { color: #56514a; font-size: clamp(1rem, 1.8vw, 1.25rem); line-height: 1.8; }
.welcome-copy small { display: block; margin-top: 1.3rem; color: var(--muted); font-size: .65rem; }

.choose-screen { display: grid; align-content: center; }
.choose-heading { width: min(820px, 100%); margin: 0 auto 3.5rem; text-align: center; }
.choose-heading h1 { margin-bottom: .8rem; font-size: clamp(2.3rem, 4.7vw, 4.3rem); }
.choose-heading p, .privacy-note { color: var(--muted); }
.entry-field { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(.7rem, 2vw, 2.2rem); align-items: end; width: min(1440px, 100%); margin: 0 auto; }
.entry-choice { display: block; min-width: 0; border: 0; padding: 0; background: transparent; text-align: left; cursor: pointer; }
.entry-object { position: relative; margin: 0; transition: transform .3s ease; }
.entry-choice:nth-child(1) .entry-object { transform: rotate(-1.5deg); }
.entry-choice:nth-child(2) .entry-object { transform: translateY(1.3rem) rotate(.6deg); }
.entry-choice:nth-child(3) .entry-object { transform: translateY(-.5rem) rotate(-.4deg); }
.entry-choice:nth-child(4) .entry-object { transform: translateY(1rem) rotate(1.2deg); }
.entry-choice:nth-child(5) .entry-object { transform: rotate(-.7deg); }
.entry-choice:hover .entry-object, .entry-choice:focus-visible .entry-object { transform: translateY(-8px) rotate(0); }
.entry-choice:focus-visible { outline: 2px solid var(--blue); outline-offset: 8px; }
.entry-object img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; box-shadow: 0 22px 55px var(--shadow); }
.entry-object figcaption { display: grid; grid-template-columns: auto 1fr; gap: .15rem .7rem; padding: 1rem .45rem; }
.entry-object figcaption span { grid-row: span 2; color: var(--muted); font-size: .58rem; }
.entry-object figcaption strong { font-family: "Iowan Old Style", "Songti SC", serif; font-size: clamp(1rem, 1.4vw, 1.35rem); font-weight: 400; }
.entry-object figcaption small { color: var(--muted); font-size: .62rem; line-height: 1.4; }
.privacy-note { margin: 4rem auto 0; text-align: center; font-size: .63rem; }

.two-panel, .review-screen, .continue-screen { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; }
.material-stage, .observing-object, .meaning-material, .review-object, .continue-trace { position: relative; min-width: 0; }
.entry-object--large, .entry-object--meaning, .entry-object--review, .entry-object--saved { width: min(760px, 100%); }
.entry-object--large img, .entry-object--meaning img, .entry-object--review img, .entry-object--saved img { aspect-ratio: 16 / 10; border: 14px solid rgba(251,248,241,.92); }
.entry-object--large figcaption, .entry-object--meaning figcaption, .entry-object--review figcaption, .entry-object--saved figcaption { width: 82%; margin: -1px auto 0; padding: 1rem 1.2rem; background: rgba(248,245,237,.88); box-shadow: 0 18px 45px rgba(68,58,45,.09); }
.material-caption { position: absolute; right: 2rem; bottom: -1.1rem; color: var(--muted); font-size: .58rem; letter-spacing: .08em; }
.paper-sheet, .seed-paper { width: min(650px, 100%); padding: clamp(2rem, 4vw, 4rem); background: rgba(250,247,240,.82); box-shadow: 0 30px 80px var(--shadow); backdrop-filter: blur(10px); }
.copy-sheet h1, .meaning-sheet h1, .seed-paper h1, .end-copy h1 { font-size: clamp(2rem, 3.8vw, 3.8rem); line-height: 1.14; }
.copy-sheet > p:not(.step-label), .seed-paper > p { color: #57524b; line-height: 1.75; }
.aura-trace { position: absolute; inset: 8% 6% 22%; border-radius: 50%; background: radial-gradient(ellipse, rgba(255,255,255,.74), transparent 65%); filter: blur(18px); pointer-events: none; }
.observations { margin: 1.5rem 0; border-top: 1px solid var(--line); counter-reset: obs; }
.observations p { counter-increment: obs; margin: 0; padding: .85rem 0; border-bottom: 1px solid var(--line); color: #4c4943; line-height: 1.55; }
.observations p::before { content: "0" counter(obs); margin-right: .9rem; color: var(--muted); font-size: .62rem; }
.boundary-copy { color: var(--muted) !important; font-size: .74rem; }

.meaning-screen { display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; align-items: center; }
.meaning-sheet { justify-self: end; }
.suggestions { display: grid; border-top: 1px solid var(--line); }
.meaning-option { position: relative; border: 0; border-bottom: 1px solid var(--line); padding: 1rem 2.2rem 1rem 0; background: transparent; text-align: left; line-height: 1.6; cursor: pointer; }
.meaning-option::after { content: ""; position: absolute; right: .3rem; top: 50%; width: .6rem; height: .6rem; border: 1px solid rgba(49,46,41,.38); border-radius: 50%; transform: translateY(-50%); }
.meaning-option.is-selected { color: #31566b; }
.meaning-option.is-selected::after { background: #8ba7b7; box-shadow: inset 0 0 0 2px var(--paper); }
.own-words { display: grid; gap: .65rem; margin-top: 1.4rem; color: var(--muted); font-size: .7rem; }
textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 1rem 0; resize: vertical; color: var(--ink); background: transparent; font-size: .95rem; line-height: 1.65; }
textarea:focus { outline: 2px solid var(--blue); outline-offset: 5px; }
.validation-error { margin: .9rem 0 0; color: #7a4b42; font-size: .72rem; }

.review-object { transform: rotate(-1deg); }
.seed-paper { position: relative; }
.seed-paper::before { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(89,79,65,.11); pointer-events: none; }
.seed-meaning { margin: 2rem 0; font-family: "Iowan Old Style", "Songti SC", serif; font-size: clamp(1.4rem, 2.3vw, 2.2rem); }
.seed-origin { padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted) !important; font-size: .7rem; }

.space-screen { display: grid; align-content: center; }
.space-copy { width: min(780px, 100%); margin: 0 auto 1rem; text-align: center; }
.space-copy h1 { margin-bottom: .55rem; font-size: clamp(2.2rem, 4.5vw, 4.3rem); }
.space-copy p { margin-bottom: .6rem; color: #56514a; font-size: 1.05rem; }
.space-copy small { color: var(--muted); }
.owned-space { position: relative; width: min(1100px, 100%); min-height: 510px; margin: 1rem auto; }
.saved-object { position: absolute; left: 3%; top: 3%; width: 48%; transform: rotate(-1.4deg); }
.meaning-leaf { position: absolute; z-index: 2; right: 10%; top: 16%; width: 42%; min-height: 230px; padding: 2.5rem; background: rgba(250,247,240,.9); box-shadow: 0 25px 65px var(--shadow); transform: rotate(1.2deg); }
.meaning-leaf span { color: var(--muted); font-size: .63rem; letter-spacing: .09em; }
.meaning-leaf p { margin: 1.5rem 0 0; font-family: "Iowan Old Style", "Songti SC", serif; font-size: clamp(1.25rem, 2.1vw, 1.9rem); line-height: 1.55; }
.empty-place { position: absolute; right: 4%; bottom: 0; width: 34%; min-height: 120px; border: 1px dashed rgba(75,68,58,.23); padding: 1.5rem; background: rgba(255,255,255,.14); text-align: left; cursor: pointer; }
.empty-place span { display: block; color: var(--muted); font-size: .62rem; }
.empty-place strong { display: block; margin-top: .5rem; font-family: "Iowan Old Style", "Songti SC", serif; font-size: 1.15rem; font-weight: 400; }
.empty-place:hover, .empty-place:focus-visible { background: rgba(255,255,255,.42); outline: 2px solid var(--blue); outline-offset: 4px; }
.space-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem 1.2rem; }

.continue-trace .entry-object { width: 72%; }
.second-light { position: absolute; right: 3%; bottom: 2%; width: 36%; aspect-ratio: 1.3; border: 1px dashed rgba(70,64,55,.2); background: radial-gradient(circle, rgba(255,255,255,.65), transparent 70%); }
.end-screen { display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; place-items: center; }
.empty-paper { width: min(520px, 100%); aspect-ratio: 4 / 3; display: grid; place-items: center; border: 1px dashed rgba(73,66,58,.2); background: rgba(250,247,240,.34); }
.empty-paper span { color: var(--muted); font-size: .65rem; letter-spacing: .12em; }
.end-copy { max-width: 560px; }
.end-copy p { color: var(--muted); line-height: 1.75; }
dialog { width: min(520px, calc(100vw - 2rem)); border: 1px solid rgba(67,60,51,.2); padding: 0; background: rgba(247,243,234,.96); box-shadow: 0 35px 100px rgba(54,47,38,.22); }
dialog::backdrop { background: rgba(69,62,52,.18); backdrop-filter: blur(5px); }
.delete-sheet { padding: 2.2rem; }
.delete-sheet h2 { font-size: 2rem; }
.delete-sheet > p:not(.step-label) { color: var(--muted); line-height: 1.7; }

/* v0.2 — multiple fragments share one living surface, never a card grid. */
.entry-choice { position: relative; }
.entry-choice.is-saved { cursor: default; opacity: .48; }
.entry-choice.is-saved .entry-object { filter: saturate(.65); }
.saved-mark {
  position: absolute;
  inset: auto .35rem .2rem auto;
  padding: .25rem .45rem;
  color: #666056;
  background: rgba(246,242,233,.84);
  font-size: .54rem;
  letter-spacing: .08em;
}

.owned-space--multi {
  width: min(1280px, 100%);
  min-height: 620px;
  isolation: isolate;
}
.space-light {
  position: absolute;
  z-index: -2;
  inset: 5% 8% 2%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255,255,255,.78), rgba(250,246,236,.28) 48%, transparent 72%);
  filter: blur(18px);
}
.seed-in-space {
  position: absolute;
  width: 35%;
  min-width: 0;
  filter: drop-shadow(0 25px 42px rgba(67,58,46,.09));
  transition: transform .3s ease, filter .3s ease;
}
.seed-in-space:hover,
.seed-in-space:focus-within { z-index: 8; filter: drop-shadow(0 28px 50px rgba(67,58,46,.15)); }
.seed-position-1 { left: 1%; top: 7%; width: 30%; transform: rotate(-1.25deg); }
.seed-position-2 { right: 1%; top: 12%; width: 30%; transform: rotate(1.1deg); }
.seed-position-3 { left: 35%; top: 3%; width: 30%; transform: rotate(-.45deg); }
.seed-count-1 .seed-position-1 { left: 12%; top: 3%; width: 45%; }
.seed-count-2 .seed-position-1 { left: 4%; top: 4%; width: 39%; }
.seed-count-2 .seed-position-2 { right: 5%; top: 12%; width: 37%; }
.seed-photo .entry-object { width: 100%; }
.seed-photo .entry-object img { aspect-ratio: 16 / 10; border: 10px solid rgba(251,248,241,.94); }
.seed-photo .entry-object figcaption {
  width: 82%;
  margin: -1px auto 0;
  padding: .8rem 1rem;
  background: rgba(248,245,237,.9);
  box-shadow: 0 18px 45px rgba(68,58,45,.08);
}
.seed-note {
  position: relative;
  z-index: 2;
  width: 73%;
  min-height: 110px;
  margin: -1.4rem -1rem 0 auto;
  padding: 1.2rem 1.35rem;
  background: rgba(250,247,240,.94);
  box-shadow: 0 18px 45px rgba(68,58,45,.1);
  transform: rotate(.7deg);
}
.seed-note span { color: var(--muted); font-size: .56rem; letter-spacing: .08em; }
.seed-note p {
  margin: .75rem 0 0;
  font-family: "Iowan Old Style", "Songti SC", "STSong", serif;
  font-size: clamp(.95rem, 1.35vw, 1.25rem);
  line-height: 1.45;
}
.seed-controls { display: flex; justify-content: flex-end; gap: .9rem; padding: .35rem .3rem 0; }
.seed-controls button {
  border: 0;
  border-bottom: 1px solid rgba(45,42,37,.2);
  padding: .25rem 0;
  color: rgba(54,51,45,.62);
  background: transparent;
  font-size: .58rem;
  cursor: pointer;
}
.seed-controls button:hover,
.seed-controls button:focus-visible { color: var(--ink); border-bottom-color: currentColor; }
.open-place {
  position: absolute;
  left: 42%;
  bottom: 7%;
  width: 20%;
  min-height: 100px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(75,68,58,.18);
  color: rgba(74,69,61,.42);
  background: rgba(255,255,255,.08);
  font-size: .58rem;
  letter-spacing: .08em;
}
.seed-count-2 .open-place { left: 40%; bottom: 2%; }
.life-thread-paper {
  position: absolute;
  z-index: 6;
  left: 23%;
  bottom: 0;
  width: 54%;
  min-height: 135px;
  padding: 1.7rem 2rem 1.5rem;
  background: rgba(245,239,228,.92);
  box-shadow: 0 24px 60px rgba(69,59,46,.13);
  transform: rotate(-.55deg);
}
.life-thread-paper::before,
.life-thread-paper::after {
  content: "";
  position: absolute;
  left: -14%;
  right: -14%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(117,142,157,.32) 18%, rgba(117,142,157,.42) 82%, transparent);
}
.life-thread-paper::before { top: 11px; }
.life-thread-paper::after { bottom: 11px; }
.life-thread-paper span { color: #6e756f; font-size: .59rem; letter-spacing: .11em; }
.life-thread-paper p {
  margin: 1rem 0 .7rem;
  font-family: "Iowan Old Style", "Songti SC", "STSong", serif;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 1.45;
}
.life-thread-paper small { color: var(--muted); font-size: .62rem; }

.thread-proposal-screen {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
}
.thread-glimpse { position: relative; min-height: 600px; }
.glimpse-piece {
  position: absolute;
  width: 48%;
  padding: 10px 10px 2.5rem;
  background: rgba(250,247,240,.94);
  box-shadow: 0 24px 60px rgba(67,58,46,.13);
}
.glimpse-piece img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.glimpse-piece span { display: block; padding: .85rem .5rem 0; color: #5c574f; font-family: "Iowan Old Style", "Songti SC", serif; font-size: .9rem; }
.glimpse-piece-1 { left: 4%; top: 9%; transform: rotate(-2deg); }
.glimpse-piece-2 { right: 2%; top: 30%; transform: rotate(1.5deg); }
.glimpse-piece-3 { left: 25%; bottom: 0; width: 43%; transform: rotate(-.5deg); }
.possible-thread {
  position: absolute;
  z-index: -1;
  left: 18%;
  right: 10%;
  top: 47%;
  height: 32%;
  border: solid rgba(117,142,157,.22);
  border-width: 1px 0 0;
  border-radius: 50%;
  transform: rotate(7deg);
  box-shadow: 0 -7px 22px rgba(255,255,255,.64);
}
.thread-sheet { justify-self: center; }
.thread-question { margin: 1.3rem 0; color: #514d46; line-height: 1.75; }

.continue-space { position: relative; min-height: 560px; }
.continue-image {
  position: absolute;
  width: 48%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 10px solid rgba(251,248,241,.92);
  box-shadow: 0 24px 55px rgba(67,58,46,.12);
}
.continue-image-1 { left: 0; top: 4%; transform: rotate(-2deg); }
.continue-image-2 { right: 0; top: 20%; transform: rotate(1.3deg); }
.continue-image-3 { left: 25%; bottom: 0; transform: rotate(-.5deg); }
.next-presence { position: absolute; right: 5%; bottom: 4%; width: 28%; aspect-ratio: 1.2; border: 1px dashed rgba(75,68,58,.2); background: radial-gradient(circle, rgba(255,255,255,.7), transparent 70%); }

.reflection-screen,
.reflection-confirmed-screen {
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
}
.reflection-room {
  position: absolute;
  inset: 7% 3%;
  z-index: -2;
  border: 1px solid rgba(109,102,91,.14);
}
.reflection-fragment {
  position: absolute;
  width: min(25vw, 340px);
  margin: 0;
  opacity: .5;
  filter: saturate(.72);
}
.reflection-fragment img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 9px solid rgba(253,250,243,.88); box-shadow: 0 24px 65px rgba(68,59,47,.12); }
.reflection-fragment figcaption { max-width: 19rem; padding: .7rem .8rem; color: rgba(68,64,58,.66); font-family: "Iowan Old Style", "Songti SC", serif; font-size: .78rem; line-height: 1.5; }
.reflection-fragment-1 { left: 5%; top: 11%; transform: rotate(-1.8deg); }
.reflection-fragment-2 { right: 4%; top: 17%; transform: rotate(1.4deg); }
.reflection-fragment-3 { left: 11%; bottom: 2%; transform: rotate(.6deg); }
.reflection-light,
.confirmed-light {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 48%;
  width: min(78vw, 1120px);
  aspect-ratio: 2.2;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(255,255,255,.98), rgba(255,252,243,.7) 43%, transparent 72%);
  filter: blur(12px);
  animation: breathe 8s ease-in-out infinite;
}
.reflection-paper {
  width: min(720px, 88vw);
  padding: clamp(2rem, 5vw, 4.8rem);
  background: linear-gradient(120deg, rgba(255,253,248,.98), rgba(243,237,225,.94));
  box-shadow: 0 35px 90px rgba(67,58,46,.13), inset 0 0 0 1px rgba(82,75,65,.12);
  transform: rotate(-.25deg);
}
.reflection-paper h1 { margin-bottom: 1.7rem; font-size: clamp(2.5rem, 5vw, 4.6rem); }
.reflection-copy { margin-bottom: 1.4rem; font-family: "Iowan Old Style", "Songti SC", serif; font-size: clamp(1.25rem, 2.2vw, 1.9rem); line-height: 1.75; }
.reflection-paper small { display: block; color: var(--muted); line-height: 1.7; }
.reflection-actions { display: flex; flex-wrap: wrap; gap: .75rem 1.35rem; margin-top: 2.2rem; }

.reflection-feedback-screen {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: clamp(2rem, 7vw, 8rem);
  align-items: center;
}
.reflection-echo {
  position: relative;
  max-width: 36rem;
  margin: 0;
  padding: 2.5rem 2.2rem 3.2rem;
  color: rgba(54,51,47,.64);
  font-family: "Iowan Old Style", "Songti SC", serif;
  font-size: clamp(1.3rem, 2.3vw, 2rem);
  line-height: 1.75;
  background: rgba(248,244,235,.45);
  border-bottom: 1px solid rgba(85,76,65,.16);
  transform: rotate(-.6deg);
}
.reflection-echo::before { content: "“"; position: absolute; left: .6rem; top: -.8rem; color: rgba(117,142,157,.22); font-size: 7rem; }
.reflection-feedback-paper { justify-self: center; }
.reflection-feedback-paper h1 { font-size: clamp(2rem, 4vw, 3.7rem); }

.reflection-confirmed-screen { background: radial-gradient(circle at 50% 44%, rgba(255,255,255,.72), transparent 48%); }
.reflection-paper--confirmed { width: min(820px, 90vw); }
.reflection-paper--confirmed h1 { font-size: clamp(2.2rem, 4.4vw, 4rem); }

.beyond-screen {
  display: grid;
  grid-template-columns: minmax(250px, .65fr) minmax(520px, 1.35fr);
  grid-template-rows: 1fr auto;
  gap: 2rem clamp(3rem, 7vw, 8rem);
  align-items: center;
}
.beyond-heading h1 { margin-bottom: 1rem; font-size: clamp(2.8rem, 5vw, 5.2rem); }
.beyond-heading p { max-width: 30rem; color: #5e5951; font-size: 1.02rem; line-height: 1.8; }
.beyond-field { position: relative; min-height: 610px; }
.beyond-field::before { content: ""; position: absolute; inset: 5% 8% 8%; border-radius: 50%; background: radial-gradient(ellipse, rgba(255,255,255,.92), rgba(255,251,240,.36) 52%, transparent 74%); filter: blur(12px); }
.beyond-path {
  position: absolute;
  width: 70%;
  padding: 1.7rem 2rem 2rem;
  border-top: 1px solid rgba(72,67,59,.18);
  background: linear-gradient(100deg, rgba(250,247,239,.84), rgba(250,247,239,.26));
}
.beyond-path span { color: var(--muted); font-size: .63rem; letter-spacing: .12em; }
.beyond-path h2 { margin: 1rem 0 .45rem; font-size: clamp(1.7rem, 2.8vw, 2.8rem); }
.beyond-path p { color: #5e5951; line-height: 1.7; }
.beyond-path--remember { left: 1%; top: 5%; transform: rotate(-.8deg); }
.beyond-path--understand { right: 0; top: 35%; transform: rotate(.5deg); }
.beyond-path--act { left: 12%; bottom: 2%; transform: rotate(-.2deg); }
.beyond-close { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(68,62,54,.16); }
.beyond-close > p { max-width: 46rem; margin: 0; font-family: "Iowan Old Style", "Songti SC", serif; font-size: clamp(1rem, 1.6vw, 1.35rem); line-height: 1.7; }
.beyond-close .actions { margin-top: 0; }

@media (max-width: 980px) {
  .entry-field { grid-template-columns: repeat(3, 1fr); }
  .two-panel, .meaning-screen, .review-screen, .continue-screen, .end-screen, .reflection-feedback-screen { grid-template-columns: 1fr; gap: 2rem; }
  .material-stage, .observing-object, .meaning-material, .review-object, .continue-trace { width: min(680px, 100%); margin: 0 auto; }
  .paper-sheet, .seed-paper { justify-self: center; }
  .thread-proposal-screen { grid-template-columns: 1fr; gap: 2rem; }
  .thread-glimpse { width: min(720px, 100%); min-height: 530px; margin: 0 auto; }
  .reflection-echo { justify-self: center; }
  .beyond-screen { grid-template-columns: 1fr; grid-template-rows: auto; }
  .beyond-field { min-height: 560px; }
  .beyond-close { grid-column: 1; }
}

@media (max-width: 600px) {
  .aura-header { grid-template-columns: 1fr auto; padding: 1.1rem 1.1rem; }
  .aura-header p { display: none; }
  .boundary-line {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    justify-content: center;
    flex-wrap: wrap;
    gap: .5rem 1rem;
    width: 100%;
    padding: .9rem 1rem 1.2rem;
  }
  .screen { min-height: 100svh; padding: 5.5rem 1.15rem 5.5rem; }
  .welcome-screen::after { inset: 4.5rem .65rem 3.8rem; }
  .welcome-copy h1 { font-size: clamp(2.5rem, 14vw, 4rem); }
  .entry-field { grid-template-columns: 1fr 1fr; gap: 1rem; align-items: start; }
  .entry-choice:nth-child(n) .entry-object { transform: none; }
  .entry-choice:last-child { grid-column: 1 / -1; width: calc(50% - .5rem); justify-self: center; }
  .choose-heading { margin-bottom: 2rem; text-align: left; }
  .privacy-note { margin-top: 2rem; }
  .entry-object figcaption { padding-inline: .15rem; }
  .entry-object figcaption small { font-size: .56rem; }
  .paper-sheet, .seed-paper { padding: 1.6rem; }
  .entry-object--large img, .entry-object--meaning img, .entry-object--review img, .entry-object--saved img { border-width: 8px; }
  .material-caption { right: .5rem; }
  .meaning-material { margin-bottom: 1rem; }
  .owned-space { min-height: 650px; }
  .saved-object { left: 0; width: 84%; }
  .meaning-leaf { right: 0; top: 44%; width: 86%; min-height: 190px; padding: 1.5rem; }
  .empty-place { right: 5%; width: 72%; min-height: 100px; }
  .space-actions { justify-content: flex-start; }
  .continue-trace { min-height: 400px; }
  .continue-trace .entry-object { width: 86%; }
  .second-light { width: 48%; }
  .owned-space--multi { min-height: auto; display: flex; flex-direction: column; gap: 2.3rem; margin-top: 2.5rem; }
  .space-light { inset: 0; }
  .seed-in-space,
  .seed-count-1 .seed-position-1,
  .seed-count-2 .seed-position-1,
  .seed-count-2 .seed-position-2,
  .seed-position-1,
  .seed-position-2,
  .seed-position-3 { position: relative; inset: auto; width: 92%; transform: none; }
  .seed-position-2 { align-self: flex-end; }
  .seed-position-3 { align-self: center; }
  .seed-note { width: 82%; margin-top: -1rem; }
  .seed-controls { padding-right: 0; }
  .open-place { position: relative; inset: auto; align-self: center; width: 68%; min-height: 88px; }
  .life-thread-paper { position: relative; inset: auto; order: 4; align-self: center; width: 92%; min-height: 140px; transform: none; }
  .thread-glimpse { min-height: 430px; }
  .glimpse-piece { width: 62%; }
  .glimpse-piece-1 { left: 0; }
  .glimpse-piece-2 { right: 0; top: 31%; }
  .glimpse-piece-3 { left: 16%; width: 58%; }
  .thread-sheet { padding: 1.45rem; }
  .continue-space { min-height: 420px; }
  .continue-image { width: 62%; border-width: 7px; }
  .reflection-room { inset: 4.5rem .65rem 3.8rem; }
  .reflection-fragment { width: 48vw; opacity: .28; }
  .reflection-fragment-1 { left: -10%; top: 9%; }
  .reflection-fragment-2 { right: -12%; top: 24%; }
  .reflection-fragment-3 { left: 4%; bottom: 3%; }
  .reflection-paper { width: 100%; padding: 1.65rem; }
  .reflection-paper h1 { font-size: clamp(2.2rem, 12vw, 3.3rem); }
  .reflection-copy { font-size: 1.18rem; }
  .reflection-feedback-screen { align-content: center; }
  .reflection-echo { padding: 1.7rem 1.3rem 2rem; font-size: 1.12rem; }
  .beyond-screen { display: block; }
  .beyond-heading { margin-bottom: 2rem; }
  .beyond-field { min-height: auto; display: flex; flex-direction: column; gap: 1.5rem; }
  .beyond-field::before { inset: 0; }
  .beyond-path, .beyond-path--remember, .beyond-path--understand, .beyond-path--act { position: relative; inset: auto; width: 94%; transform: none; }
  .beyond-path--understand { align-self: flex-end; }
  .beyond-close { display: block; margin-top: 2.2rem; }
  .beyond-close .actions { margin-top: 1.3rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}
