:root {
  --ivory: #fffaf1;
  --paper: #fffefa;
  --ink: #201a20;
  --soft-ink: #5d5359;
  --gold: #d6b85d;
  --gold-deep: #9f7b2e;
  --plum: #4b3156;
  --amethyst: #7a557f;
  --blush: #f1dde8;
  --shadow: 0 28px 70px rgba(62, 45, 36, 0.16);
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  background: radial-gradient(circle at 18% 8%, rgba(214, 184, 93, 0.12), transparent 28rem), radial-gradient(circle at 82% 12%, rgba(122, 85, 127, 0.1), transparent 24rem), linear-gradient(145deg, #ffffff 0%, var(--ivory) 55%, #fdf3df 100%);
  line-height: 1.7;
  min-height: 100vh;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.36;
  background-image: linear-gradient(rgba(32, 26, 32, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(32, 26, 32, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  z-index: -1;
}
a { color: inherit; }
h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0;
}
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 20; background: var(--ink); color: white; padding: 0.7rem 1rem; border-radius: 999px; }
.skip-link:focus { top: 1rem; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: 1rem 0;
  backdrop-filter: blur(14px);
}
.brand-mark { display: grid; line-height: 1.05; text-decoration: none; }
.brand-name { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.35rem, 3vw, 1.75rem); font-style: italic; font-weight: 600; }
.brand-line { color: var(--soft-ink); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; }
.quiet-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0.4rem; }
.quiet-nav a { border: 1px solid rgba(32, 26, 32, 0.14); border-radius: 999px; padding: 0.45rem 0.8rem; color: var(--soft-ink); font-size: 0.82rem; text-decoration: none; background: rgba(255, 253, 246, 0.7); }
.quiet-nav a:hover, .quiet-nav a:focus-visible { border-color: rgba(199, 167, 91, 0.7); color: var(--ink); outline: none; }
main {
  position: relative;
  isolation: isolate;
}

.world-entry {
  width: min(100% - 1.25rem, 1440px);
  margin: 0 auto;
  padding: clamp(0.5rem, 1.5vw, 1rem) 0 clamp(1.5rem, 4vw, 3rem);
}

.map-desk {
  min-height: calc(100svh - 5.8rem);
  display: grid;
  align-items: center;
}

.treasure-map-shell {
  position: relative;
  min-height: clamp(45rem, 76vw, 55rem);
  border: 1px solid rgba(74, 48, 28, 0.22);
  border-radius: clamp(1.5rem, 4vw, 3rem);
  background:
    radial-gradient(circle at 25% 18%, rgba(255, 255, 255, 0.64), transparent 18rem),
    radial-gradient(circle at 76% 76%, rgba(199, 167, 91, 0.2), transparent 20rem),
    linear-gradient(135deg, #fffefa 0%, #fff5da 42%, #fffaf0 65%, #f4dc9e 100%);
  box-shadow: 0 36px 95px rgba(62, 45, 36, 0.24), inset 0 0 0 1px rgba(255, 255, 255, 0.45);
  overflow: hidden;
  isolation: isolate;
}

.treasure-map-shell::before,
.treasure-map-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.treasure-map-shell::before {
  opacity: 0.34;
  background:
    repeating-linear-gradient(8deg, rgba(74, 48, 28, 0.035) 0 1px, transparent 1px 13px),
    repeating-linear-gradient(93deg, rgba(74, 48, 28, 0.03) 0 1px, transparent 1px 17px),
    radial-gradient(circle at 10% 105%, rgba(122, 85, 127, 0.16), transparent 18rem);
  mix-blend-mode: multiply;
}

.treasure-map-shell::after {
  inset: clamp(0.8rem, 2vw, 1.4rem);
  border: 1px dashed rgba(74, 48, 28, 0.22);
  border-radius: clamp(1rem, 3vw, 2.2rem);
  filter: url(#wobble);
}

.map-title-cartouche {
  position: absolute;
  left: clamp(1.1rem, 3vw, 3rem);
  top: clamp(1rem, 3vw, 2.4rem);
  z-index: 3;
  max-width: min(38rem, 48vw);
  padding: clamp(1rem, 2.4vw, 1.7rem);
  border: 1px solid rgba(74, 48, 28, 0.18);
  border-radius: 1.4rem;
  background: rgba(255, 254, 250, 0.68);
  box-shadow: 0 15px 36px rgba(74, 48, 28, 0.06);
  transform: rotate(-1.1deg);
}

.map-title-cartouche h1 {
  margin: 0;
  font-size: clamp(2.6rem, 6.8vw, 6.6rem);
}

.map-title-cartouche p:last-child {
  margin: 0.65rem 0 0;
  color: var(--soft-ink);
  font-size: clamp(0.98rem, 1.7vw, 1.18rem);
}

.map-instruction-ribbon {
  position: absolute;
  right: clamp(1.1rem, 3vw, 3rem);
  top: clamp(1rem, 3vw, 2.5rem);
  z-index: 4;
  width: min(31rem, 38vw);
  padding: 0.95rem 1.1rem;
  border: 1px solid rgba(151, 118, 55, 0.28);
  border-radius: 1rem;
  background: rgba(255, 254, 250, 0.86);
  box-shadow: 0 12px 28px rgba(74, 48, 28, 0.1);
  transform: rotate(1.4deg);
}

.map-instruction-ribbon span {
  display: block;
  color: var(--gold-deep);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.map-instruction-ribbon strong {
  display: block;
  margin-top: 0.25rem;
  color: var(--plum);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.22;
}

.map-board {
  position: absolute;
  inset: clamp(2.2rem, 5vw, 4.2rem) clamp(1rem, 3vw, 2.6rem) clamp(2.2rem, 5vw, 4.2rem);
  z-index: 1;
}

.map-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: url(#wobble);
}

.coast {
  fill: rgba(255, 252, 243, 0.38);
  stroke: rgba(74, 48, 28, 0.34);
  stroke-width: 2.3;
  stroke-dasharray: 10 8;
}

.coast-two,
.coast-three {
  fill: rgba(255, 252, 243, 0.2);
  stroke-width: 1.5;
}

.contour {
  fill: none;
  stroke: rgba(74, 48, 28, 0.18);
  stroke-width: 1.4;
  stroke-dasharray: 5 9;
}

.route-aura,
.route-main,
.route-progress {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.route-aura {
  stroke: url(#routeGlow);
  stroke-width: 30;
}

.route-main {
  stroke: rgba(32, 26, 32, 0.82);
  stroke-width: 4.2;
  stroke-dasharray: 2 16;
}

.route-progress {
  stroke: var(--gold-deep);
  stroke-width: 5.6;
  stroke-dasharray: 760;
  stroke-dashoffset: 700;
  opacity: 0.88;
  transition: stroke-dashoffset 0.65s ease;
}

.compass-rose circle,
.compass-rose path {
  fill: rgba(255, 253, 246, 0.38);
  stroke: rgba(32, 26, 32, 0.36);
  stroke-width: 2;
}

.compass-rose path:nth-of-type(1) {
  fill: rgba(122, 85, 127, 0.16);
}

.compass-rose text {
  fill: var(--soft-ink);
  font: 700 22px "Manrope", sans-serif;
  text-anchor: middle;
}

.map-x path {
  fill: none;
  stroke: var(--plum);
  stroke-width: 6;
  stroke-linecap: round;
}

.key-stop {
  position: absolute;
  z-index: 5;
  display: grid;
  justify-items: center;
  gap: 0.32rem;
  min-width: 5.6rem;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.key-stop::after {
  content: "";
  position: absolute;
  inset: 0.35rem -0.25rem auto;
  height: 4rem;
  border-radius: 999px;
  background: rgba(255, 254, 250, 0.82);
  box-shadow: 0 10px 22px rgba(32, 26, 32, 0.1), inset 0 0 0 1px rgba(214, 184, 93, 0.22);
  z-index: -1;
  transform: rotate(var(--tilt, 0deg));
}

.key-glyph {
  position: relative;
  width: 3.15rem;
  height: 3.15rem;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, transparent 0 28%, var(--ink) 29% 34%, transparent 35%), linear-gradient(145deg, #fffdfa, #ecd089);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.38), 0 8px 18px rgba(32, 26, 32, 0.14), 0 0 18px rgba(214, 184, 93, 0.24);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.key-glyph::before {
  content: "";
  position: absolute;
  left: 2.25rem;
  top: 1.45rem;
  width: 1.9rem;
  height: 0.26rem;
  background: var(--ink);
  border-radius: 999px;
}

.key-glyph::after {
  content: "";
  position: absolute;
  left: 3.58rem;
  top: 1.6rem;
  width: 0.44rem;
  height: 0.58rem;
  border-left: 0.22rem solid var(--ink);
  border-bottom: 0.22rem solid var(--ink);
}

.key-stop:hover .key-glyph,
.key-stop:focus-visible .key-glyph,
.key-stop.active .key-glyph {
  transform: rotate(18deg) translateY(-5px) scale(1.06);
  border-color: var(--gold-deep);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.45), 0 15px 30px rgba(32, 26, 32, 0.2), 0 0 28px rgba(214, 184, 93, 0.52);
}

.key-stop.active span:last-child {
  color: var(--plum);
}

.key-stop:focus-visible {
  outline: 2px solid var(--plum);
  outline-offset: 0.45rem;
  border-radius: 1rem;
}

.key-stop-wonder { left: 8%; bottom: 22%; --tilt: -6deg; transform: rotate(-6deg); }
.key-stop-trust { left: 25%; top: 56%; --tilt: 3deg; transform: rotate(3deg); }
.key-stop-permission { left: 44%; top: 51%; --tilt: -2deg; transform: rotate(-2deg); }
.key-stop-play { left: 52%; top: 53%; --tilt: 5deg; transform: rotate(5deg); }
.key-stop-voice { left: 63%; top: 36%; --tilt: -4deg; transform: rotate(-4deg); }
.key-stop-possibility { right: 21%; top: 19%; --tilt: 3deg; transform: rotate(3deg); }

.map-location {
  position: absolute;
  z-index: 4;
  display: grid;
  min-width: 7.4rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(74, 48, 28, 0.2);
  border-radius: 0.85rem;
  background: rgba(255, 254, 250, 0.78);
  color: var(--soft-ink);
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(74, 48, 28, 0.07);
}

.map-location span {
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.map-location strong {
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.1rem;
  line-height: 1;
}

.location-tool { left: 15%; top: 70%; transform: rotate(2deg); }
.location-philosophy { left: 67%; top: 42%; transform: rotate(-4deg); }
.location-pathways { left: 45%; bottom: 7%; transform: rotate(-2deg); }
.location-guide { left: 58%; bottom: 24%; transform: rotate(3deg); }
.location-conversation { right: 13%; top: 55%; transform: rotate(-4deg); }

.map-marginalia {
  position: absolute;
  z-index: 3;
  margin: 0;
  color: rgba(32, 26, 32, 0.58);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  font-style: italic;
}

.map-note-one { left: 12%; top: 15%; transform: rotate(-7deg); }
.map-note-two { right: 22%; top: 57%; transform: rotate(7deg); }
.map-note-three { left: 42%; bottom: 20%; transform: rotate(-4deg); }

.reflection-drawer {
  position: absolute;
  right: clamp(1.1rem, 3vw, 3rem);
  bottom: clamp(1.25rem, 4vw, 3rem);
  z-index: 12;
  width: min(28rem, 32vw);
}

.string-pin {
  position: absolute;
  left: 50%;
  top: -4.2rem;
  width: 0.8rem;
  height: 4.9rem;
  border-left: 1px solid rgba(74, 48, 28, 0.35);
  border-right: 1px solid rgba(74, 48, 28, 0.12);
  transform: rotate(3deg);
}

.string-pin::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: -0.35rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--gold-deep);
  box-shadow: 0 4px 12px rgba(74, 48, 28, 0.2);
}

.prompt-slip {
  position: relative;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(74, 48, 28, 0.2);
  border-radius: 0.85rem;
  background: radial-gradient(circle at 90% 12%, rgba(214, 184, 93, 0.22), transparent 5.5rem), linear-gradient(145deg, rgba(255, 254, 250, 0.99), rgba(255, 246, 229, 0.97));
  box-shadow: 0 25px 55px rgba(74, 48, 28, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.68);
  transform: rotate(1.8deg);
  animation: noteSettle 0.55s ease both;
}

.prompt-slip::after {
  content: "✦";
  position: absolute;
  right: 1.1rem;
  top: 0.85rem;
  color: var(--gold-deep);
  font-size: 1.35rem;
}

.prompt-slip::before {
  content: "";
  position: absolute;
  width: 4.5rem;
  height: 1.2rem;
  left: 50%;
  top: -0.7rem;
  transform: translateX(-50%) rotate(-2deg);
  background: rgba(199, 167, 91, 0.36);
  border: 1px solid rgba(151, 118, 55, 0.18);
}

.prompt-slip:not(.has-key) {
  display: inline-block;
  width: auto;
  min-width: 11rem;
  padding: 0.8rem 1.1rem;
  transform: rotate(1.8deg);
}
.prompt-slip:not(.has-key)::after,
.prompt-slip:not(.has-key) h2,
.prompt-slip:not(.has-key) .prompt-question,
.prompt-slip:not(.has-key) .discover-preview,
.prompt-slip:not(.has-key) .tiny-experiment,
.prompt-slip:not(.has-key) .discovery-link { display: none; }
.prompt-slip:not(.has-key) .slip-label { font-size: 0.78rem; color: var(--plum); }
.prompt-slip.changed {
  animation: noteFlip 0.42s ease both;
}

.slip-label,
.tiny-label {
  display: block;
  color: var(--gold-deep);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.prompt-slip h2 {
  margin: 0.3rem 0 0.75rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.prompt-question {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  font-style: italic;
  line-height: 1.18;
}

.discover-preview,
.tiny-experiment {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px dashed rgba(74, 48, 28, 0.18);
}

.discover-preview ul {
  margin: 0.45rem 0 0;
  padding-left: 1.1rem;
  color: var(--soft-ink);
}

.tiny-experiment p {
  margin: 0.35rem 0 0;
  color: var(--soft-ink);
}

@keyframes noteFlip {
  0% { transform: rotate(1.8deg) scale(1); opacity: 1; }
  45% { transform: rotate(-1deg) scale(0.96); opacity: 0.34; }
  100% { transform: rotate(1.8deg) scale(1); opacity: 1; }
}

@keyframes noteSettle {
  from { transform: rotate(-1deg) translateY(12px); opacity: 0; }
  to { transform: rotate(1.8deg) translateY(0); opacity: 1; }
}

.waypoint, .philosophy-note, .pathways, .guide-note, .conversation { width: min(100% - 2rem, 1040px); margin: 0 auto clamp(3rem, 8vw, 6rem); }
.discovery-panel {
  position: relative;
  scroll-margin-top: 5.5rem;
}
.discovery-panel::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.35rem;
  width: 5.8rem;
  height: 1.2rem;
  transform: translateX(-50%) rotate(2deg);
  background: rgba(199, 167, 91, 0.35);
  border: 1px solid rgba(151, 118, 55, 0.18);
}
main::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 46rem;
  bottom: 6rem;
  width: min(62rem, 86vw);
  pointer-events: none;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 12% 14%, rgba(199, 167, 91, 0.12), transparent 9rem),
    radial-gradient(circle at 86% 48%, rgba(122, 85, 127, 0.09), transparent 11rem),
    linear-gradient(115deg, transparent 0 18%, rgba(32, 26, 32, 0.08) 18.2% 18.45%, transparent 18.7% 42%, rgba(151, 118, 55, 0.12) 42.2% 42.5%, transparent 42.7% 72%, rgba(32, 26, 32, 0.07) 72.2% 72.45%, transparent 72.7% 100%);
  opacity: 0.55;
  z-index: -1;
}
.waypoint { display: grid; grid-template-columns: 15rem minmax(0, 1fr); gap: clamp(1rem, 4vw, 3rem); align-items: center; padding: clamp(1.4rem, 4vw, 2.4rem); border: 1px solid rgba(32, 26, 32, 0.12); border-radius: 0.85rem; background: radial-gradient(circle at 10% 12%, rgba(214, 184, 93, 0.12), transparent 9rem), linear-gradient(145deg, rgba(255, 254, 250, 0.98), rgba(255, 246, 229, 0.94)); box-shadow: 0 18px 46px rgba(32, 26, 32, 0.08); }
.waypoint-illustration { min-height: 12rem; position: relative; display: grid; place-items: center; }
.lock-key-art { width: min(13rem, 100%); height: auto; opacity: 0.78; filter: sepia(0.55) saturate(0.72) hue-rotate(344deg) contrast(0.92); mix-blend-mode: multiply; transform: rotate(-5deg); }
.waypoint-copy h2, .philosophy-note h2, .section-heading h2, .guide-card h2, .conversation h2 { margin: 0 0 0.8rem; font-size: clamp(2.1rem, 5vw, 3.6rem); }
.waypoint-copy p, .philosophy-note p, .pathway-panel p, .guide-card p, .conversation-copy p { color: var(--soft-ink); }
.inline-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0.75rem; margin-top: 1.2rem; }
input, select, textarea { width: 100%; border: 1px solid rgba(32, 26, 32, 0.18); border-radius: 0.9rem; padding: 0.82rem 0.9rem; background: rgba(255, 254, 250, 0.94); color: var(--ink); }
input:focus, select:focus, textarea:focus { border-color: var(--gold-deep); outline: 3px solid rgba(199, 167, 91, 0.18); }
.form-message { grid-column: 1 / -1; min-height: 1.5rem; margin: 0; color: var(--plum); font-weight: 700; }
.form-honeypot, .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; }
.philosophy-note { max-width: 820px; padding: clamp(1.4rem, 4vw, 2.4rem); border: 1px solid rgba(32, 26, 32, 0.13); border-left: 3px solid var(--gold); border-radius: 1.1rem; background: linear-gradient(145deg, rgba(255, 253, 246, 0.97), rgba(247, 236, 216, 0.92)); }
.pathways .section-heading { max-width: 720px; margin-bottom: 1.2rem; }
.pathway-spread { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.pathway-panel { position: relative; min-height: 17rem; padding: 2.4rem 1.4rem 1.4rem; border: 1px solid rgba(32, 26, 32, 0.14); border-radius: 1.3rem; background: rgba(255, 253, 246, 0.72); box-shadow: 0 18px 42px rgba(32, 26, 32, 0.08); }
.paper-tab { position: absolute; left: 1.2rem; top: -0.8rem; padding: 0.35rem 0.7rem; border: 1px solid rgba(32, 26, 32, 0.15); border-radius: 0.6rem 0.6rem 0 0; background: var(--blush); color: var(--plum); font-size: 0.78rem; font-weight: 800; }
.pathway-panel h3 { margin: 0 0 0.7rem; font-size: 2rem; }
.pathway-panel ul { margin: 1rem 0 0; padding-left: 1.1rem; color: var(--soft-ink); }
.pathway-panel li + li { margin-top: 0.45rem; }
.guide-card { max-width: 760px; margin-left: auto; padding: clamp(1.4rem, 4vw, 2.4rem); border: 1px solid rgba(122, 85, 127, 0.24); border-radius: 1.1rem; background: linear-gradient(145deg, rgba(255, 253, 246, 0.96), rgba(234, 215, 216, 0.5)); }
.conversation { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(18rem, 1fr); gap: clamp(1rem, 4vw, 2.2rem); align-items: start; }
.conversation-form { position: relative; display: grid; gap: 0.65rem; padding: clamp(1.3rem, 3vw, 1.8rem); border: 1px solid rgba(32, 26, 32, 0.14); border-radius: 0.95rem; background: radial-gradient(circle at 92% 8%, rgba(214, 184, 93, 0.16), transparent 6rem), rgba(255, 254, 250, 0.94); box-shadow: 0 18px 42px rgba(32, 26, 32, 0.08); }
.conversation-form::before { content: "✉"; position: absolute; right: 1rem; top: 0.65rem; color: var(--gold-deep); font-size: 1.2rem; }
.conversation-form label { color: var(--soft-ink); font-size: 0.82rem; font-weight: 800; }
textarea { min-height: 8rem; resize: vertical; }
.site-footer { width: min(100% - 2rem, var(--max)); margin: 0 auto; padding: 2rem 0 3rem; color: var(--soft-ink); text-align: center; }

.discovery-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 1.1rem;
  padding: 0.72rem 0.95rem;
  border: 1px solid rgba(151, 118, 55, 0.36);
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(214, 184, 93, 0.2));
  color: var(--plum);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}
.discovery-link::after { content: "→"; font-size: 1rem; }
.discovery-link.waiting { color: var(--soft-ink); opacity: 0.76; }
.pathway-icon {
  display: block;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.1rem;
  border: 1px solid rgba(74, 48, 28, 0.22);
  border-radius: 50%;
  background: rgba(255, 254, 250, 0.78);
  box-shadow: inset 0 0 0 5px rgba(214, 184, 93, 0.14), 0 8px 20px rgba(32, 26, 32, 0.08);
}
.pathway-personal .pathway-icon { background: radial-gradient(circle, transparent 0 28%, var(--plum) 29% 31%, transparent 32%), rgba(255, 254, 250, 0.86); }
.pathway-business .pathway-icon { border-radius: 0.45rem; background: linear-gradient(var(--plum), var(--plum)) center 42% / 1.6rem 0.18rem no-repeat, linear-gradient(90deg, transparent 28%, var(--plum) 29% 32%, transparent 33% 67%, var(--plum) 68% 71%, transparent 72%), rgba(255, 254, 250, 0.86); }
.pathway-vision .pathway-icon { border-radius: 0.3rem 1.4rem 1.4rem 0.3rem; background: linear-gradient(90deg, var(--plum) 0 0.18rem, transparent 0.18rem), radial-gradient(circle at 68% 50%, var(--gold-deep) 0 0.26rem, transparent 0.28rem), rgba(255, 254, 250, 0.86); }


.discovery-map-ornament {
  margin: -0.8rem 0 1.2rem;
  opacity: 0.88;
}
.discovery-map-ornament svg {
  display: block;
  width: 100%;
  height: auto;
}
.ornament-route {
  fill: none;
  stroke: rgba(32, 26, 32, 0.64);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 3 14;
}
.ornament-stop {
  fill: var(--paper);
  stroke: var(--gold-deep);
  stroke-width: 4;
}
.ornament-star {
  fill: rgba(214, 184, 93, 0.28);
  stroke: var(--gold-deep);
  stroke-width: 2;
}
.ornament-compass circle,
.ornament-compass path {
  fill: rgba(255, 254, 250, 0.72);
  stroke: rgba(32, 26, 32, 0.42);
  stroke-width: 2;
}
.discovery-card-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
  margin-top: 1.4rem;
}
.discovery-card {
  position: relative;
}
.prompt-list.discovery-card {
  grid-row: span 2;
}
.discovery-card::before {
  content: "✦";
  position: absolute;
  right: 1rem;
  top: 0.75rem;
  color: var(--gold-deep);
}
.card-prompts::before { content: "?"; }
.card-experiment::before { content: "→"; }

.discovery-stage { width: min(100% - 2rem, 920px); margin: 0 auto; padding: clamp(2rem, 5vw, 4rem) 0 clamp(4rem, 8vw, 7rem); }
.discovery-page { position: relative; padding: clamp(1.5rem, 5vw, 3.4rem); border: 1px solid rgba(32, 26, 32, 0.15); border-radius: 1.1rem; background: radial-gradient(circle at 88% 9%, rgba(214, 184, 93, 0.2), transparent 7rem), linear-gradient(145deg, rgba(255, 254, 250, 0.98), rgba(255, 246, 229, 0.9)); box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.6); }
.discovery-page::before { content: ""; position: absolute; right: 1.4rem; top: 1.4rem; width: 4rem; height: 4rem; border: 1px solid rgba(32, 26, 32, 0.18); border-radius: 50%; background: radial-gradient(circle, transparent 0 24%, rgba(32, 26, 32, 0.18) 25% 28%, transparent 29%); }
.discovery-page h1 { max-width: 700px; margin-bottom: 1rem; }
.discovery-page > p { max-width: 700px; color: var(--soft-ink); }
.discover-list, .prompt-list, .experiment-box, .related-resource { padding: 1.2rem; border: 1px solid rgba(32, 26, 32, 0.12); border-radius: 0.85rem; background: rgba(255, 254, 250, 0.78); box-shadow: 0 12px 28px rgba(32, 26, 32, 0.06); }
.discovery-page h2 { margin: 0 0 0.65rem; font-size: 1.45rem; }
.discovery-page li + li { margin-top: 0.45rem; }
@keyframes compassDrift { 0%, 100% { transform: translateX(-50%) rotate(18deg); } 50% { transform: translateX(-50%) rotate(34deg); } }

@media (min-width: 1081px) {
  .treasure-map-shell {
    min-height: clamp(46rem, 58vw, 56rem);
  }

  .map-title-cartouche {
    max-width: min(33rem, 36vw);
  }

  .map-instruction-ribbon {
    width: min(27rem, 32vw);
  }

  .map-board {
    inset: clamp(10.5rem, 15vw, 13rem) clamp(27rem, 31vw, 32rem) clamp(2.3rem, 4vw, 3.8rem) clamp(1.8rem, 3vw, 3rem);
  }

  .map-art {
    width: calc(100% + min(30rem, 32vw));
    max-width: none;
  }

  .reflection-drawer {
    right: clamp(1.2rem, 2.2vw, 2.4rem);
    bottom: clamp(1.4rem, 3vw, 2.6rem);
    width: min(27rem, 29vw);
  }

  .key-stop-wonder { left: 6%; bottom: 15%; }
  .key-stop-trust { left: 24%; top: 58%; }
  .key-stop-permission { left: 47%; top: 47%; }
  .key-stop-play { left: 55%; top: 54%; }
  .key-stop-voice { left: 72%; top: 32%; }
  .key-stop-possibility { right: 2%; top: 9%; }

  .location-tool { left: 14%; top: 76%; }
  .location-philosophy { left: 72%; top: 46%; }
  .location-pathways { left: 46%; bottom: 2%; }
  .location-guide { left: 64%; bottom: 18%; }
  .location-conversation { right: 0; top: 66%; }

  .map-note-one { left: 10%; top: 8%; }
  .map-note-two { right: 2%; top: 46%; }
  .map-note-three { left: 42%; bottom: 24%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition-duration: 0.01ms !important; } }
@media (max-width: 1080px) {
  .discovery-card-grid { grid-template-columns: 1fr; }
  .prompt-list.discovery-card { grid-row: auto; }
  .treasure-map-shell { min-height: 68rem; }
  .map-title-cartouche,
  .map-instruction-ribbon,
  .reflection-drawer { position: relative; left: auto; right: auto; top: auto; bottom: auto; width: auto; max-width: none; margin: 1rem; }
  .map-title-cartouche { margin-top: 1rem; }
  .map-board { position: relative; inset: auto; height: 33rem; margin: 1rem; }
  .reflection-drawer { width: auto; margin-top: 0; }
  .string-pin { display: none; }
  .waypoint, .conversation { grid-template-columns: 1fr; }
  .pathway-spread { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .topbar { position: relative; align-items: flex-start; }
  .discovery-panel::before { top: 0.35rem; }
  .quiet-nav { gap: 0.25rem; }
  .quiet-nav a { font-size: 0.74rem; padding: 0.35rem 0.55rem; }
  .world-entry { width: min(100% - 0.75rem, var(--max)); }
  .treasure-map-shell { border-radius: 1.25rem; min-height: 65rem; }
  .map-title-cartouche h1 { font-size: clamp(2.55rem, 17vw, 4.4rem); }
  .map-board { height: 30rem; margin: 0.65rem; }
  .key-stop { min-width: 3.6rem; font-size: 0.56rem; gap: 0.18rem; }
  .key-glyph { width: 2rem; height: 2rem; }
  .key-glyph::before { left: 1.5rem; top: 0.9rem; width: 1.1rem; }
  .key-glyph::after { left: 2.28rem; top: 1.04rem; width: 0.36rem; height: 0.46rem; }
  .key-stop-wonder { left: 4%; bottom: 24%; }
  .key-stop-trust { left: 22%; top: 60%; }
  .key-stop-permission { left: 42%; top: 48%; }
  .key-stop-play { left: 53%; top: 59%; }
  .key-stop-voice { right: 18%; top: 39%; left: auto; }
  .key-stop-possibility { right: 3%; top: 18%; }
  .map-location { min-width: 5.8rem; padding: 0.4rem 0.5rem; }
  .map-location strong { font-size: 0.95rem; }
  .inline-form { grid-template-columns: 1fr; }
}
