/* Personal discovery edition: live layers, source browsing, and a readable book. */
.experience-home {
  --paper: #f4efe5;
  --leaf: #fbf8f0;
  --accent: #854832;
  --green: #253929;
  background: #f4efe5;
}
.experience-home .site-header {
  position: absolute !important;
  height: 82px !important;
  background: linear-gradient(
    90deg,
    #f5f0e6 0%,
    #f5f0e6fa 65%,
    #f5f0e600 88%
  ) !important;
  border-bottom: 0 !important;
  color: #222b21 !important;
  z-index: 40;
}
.experience-home .site-header .brand-initial {
  background: #834931;
  color: #fcf8ed;
}
.experience-home .site-header .button {
  background: #253a29;
  border-color: #344a35;
}
.experience-home .site-header .language {
  color: #fff8ea;
  text-shadow: 0 1px 4px #182515;
}
.reading-progress {
  position: fixed;
  inset: 0 0 auto;
  height: 2px;
  z-index: 90;
  pointer-events: none;
}
.reading-progress span {
  display: block;
  height: 100%;
  background: #ae8657;
  transform: scaleX(0);
  transform-origin: left;
}
.experience-hero {
  position: relative;
  min-height: 820px;
  isolation: isolate;
  background: #c6b797;
  --scene-x: 0px;
  --scene-y: 0px;
}
.hero-still-life {
  position: absolute;
  inset: 0 0 0 36%;
  overflow: hidden;
  z-index: -3;
}
.hero-still-life img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 74% 50%;
  display: block;
  filter: brightness(0.88);
}
.paper-veil {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(
    90deg,
    #f4efe5 0%,
    #f4efe5 26%,
    #f4efe5f5 35%,
    #f4efe5c9 43%,
    #f4efe538 54%,
    #f4efe500 64%
  );
}
.experience-hero-copy {
  position: relative;
  padding: 145px 0 230px;
  margin-left: 7%;
  width: 35%;
  max-width: 515px;
  z-index: 4;
}
.experience-hero-copy .kicker {
  font-size: 9px;
  letter-spacing: 0.23em;
  color: #6f715f;
  margin-bottom: 22px;
}
body.experience-home .experience-hero h1 {
  font-size: clamp(68px, 6.3vw, 96px);
  line-height: 0.96;
  letter-spacing: -0.035em;
  margin-bottom: 25px;
  max-width: 500px;
}
body.experience-home .experience-hero h1 em {
  color: #81452f;
  font-style: italic;
}
.experience-hero-copy > p:not(.kicker) {
  font-size: 14px;
  max-width: 355px;
  color: #555b51;
  line-height: 1.85;
  margin-bottom: 18px;
}
.experience-hero-copy > .underlink {
  font-size: 11px;
}
.story-stage {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.story-stage button {
  pointer-events: auto;
}
.story-place-card,
.story-person-card {
  position: absolute;
  text-align: left;
  background: #f8f1df;
  border: 1px solid #fff7eccc;
  box-shadow:
    0 12px 35px #1822144d,
    0 2px 5px #201c191a;
  cursor: pointer;
  padding: 12px;
  border-radius: 3px;
  color: #2a2f24;
  transition:
    transform 0.4s cubic-bezier(0.2, 0, 0, 1),
    box-shadow 0.25s;
}
.story-place-card {
  top: 166px;
  left: 50%;
  width: 184px;
  transform: translate(calc(var(--scene-x) * -0.7), calc(var(--scene-y) * -0.7))
    rotate(-10deg);
  z-index: 1;
}
.story-place-card img {
  display: block;
  width: 100%;
  height: 133px;
  object-fit: cover;
  object-position: 50% 68%;
  filter: saturate(0.55);
  outline: 1px solid #6a653126;
  margin-bottom: 12px;
}
.card-small {
  display: block;
  font: 7px/1.5 var(--sans);
  letter-spacing: 0.12em;
  color: #78725c;
  margin-bottom: 8px;
}
.story-place-card strong {
  font: 27px/1.05 var(--serif);
  display: block;
  letter-spacing: -0.03em;
}
.story-place-card > span:not(.card-small):not(.card-corner) {
  font-size: 10px;
  display: block;
  margin: 5px 0 6px;
}
.card-corner {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 19px;
}
.story-person-card {
  top: 238px;
  left: 65%;
  width: 218px;
  min-height: 280px;
  transform: translate(var(--scene-x), var(--scene-y)) rotate(5deg);
  padding: 23px 22px;
  z-index: 2;
  background: linear-gradient(100deg, #f4eddc, #fcf8ee 47%, #eee4cd);
}
.record-flourish {
  display: block;
  text-align: center;
  font-size: 28px;
  color: #a49466;
  line-height: 1;
  margin: 10px 0 15px;
}
.handwritten-name {
  font-family: var(--serif);
  font-size: 46px;
  font-style: italic;
  display: block;
  border-bottom: 1px solid #b9b199;
  padding-bottom: 9px;
  margin-bottom: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.story-person-card strong {
  font-family: var(--serif);
  font-size: 22px;
  display: block;
  font-weight: 400;
  line-height: 1.2;
}
.story-person-card > [data-story-date] {
  display: block;
  font-size: 11px;
  margin-top: 8px;
  font-variant-numeric: tabular-nums;
}
.story-card-place {
  display: block;
  font-size: 10px;
  color: #74765e;
  margin-top: 4px;
}
.card-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #c7bea5;
  padding-top: 12px;
  margin-top: 16px;
  font-size: 9px;
  color: #4f5c45;
}
.story-person-card:hover {
  transform: translateY(-8px) rotate(1deg);
  box-shadow: 0 22px 50px #15231265;
}
.story-place-card:hover {
  transform: translateY(-9px) rotate(-3deg);
  z-index: 4;
  box-shadow: 0 22px 50px #15231265;
}
.story-timeline {
  position: absolute;
  top: 156px;
  right: 3.4%;
  width: 115px;
  display: grid;
  gap: 0;
}
.story-timeline button {
  border: 0;
  background: transparent;
  color: #faf5e8;
  display: flex;
  text-align: left;
  gap: 14px;
  align-items: start;
  padding: 10px 0 22px;
  position: relative;
  font: 13px/1.4 var(--sans);
  font-variant-numeric: tabular-nums;
  text-shadow: 0 1px 6px #122617;
}
.story-timeline button:not(:last-child):after {
  content: "";
  position: absolute;
  left: 4px;
  top: 21px;
  width: 1px;
  height: calc(100% - 8px);
  background: #f0e6d274;
}
.timeline-dot {
  width: 9px;
  height: 9px;
  border: 1px solid #f4edd6;
  border-radius: 50%;
  margin-top: 4px;
  flex: none;
  transition:
    background 0.2s,
    box-shadow 0.2s;
}
.story-timeline button[aria-pressed="true"] .timeline-dot {
  background: #f6ecd1;
  box-shadow: 0 0 0 5px #eadfb326;
}
.story-timeline small {
  display: block;
  font-size: 8px;
  margin-top: 5px;
  max-width: 85px;
}
.stage-caption {
  position: absolute;
  top: 587px;
  right: 7%;
  font-size: 7px;
  letter-spacing: 0.17em;
  color: #f5ebd6;
  max-width: 290px;
  text-shadow: 0 1px 6px #101f11;
}
/* The customer starts here, on top of the scene. */
.start-discovery {
  position: absolute;
  z-index: 6;
  left: 7%;
  bottom: 40px;
  width: min(980px, 82%);
}
.discovery-modes {
  display: flex;
  align-items: stretch;
  gap: 2px;
}
.discovery-modes button {
  border: 1px solid #d9d1c0;
  border-bottom: 0;
  background: #eee9ddb8;
  font: 11px var(--sans);
  padding: 13px 18px;
  border-radius: 4px 4px 0 0;
  color: #434b3c;
  position: relative;
  min-height: 42px;
}
.discovery-modes button[aria-pressed="true"] {
  background: #faf8f0;
  color: #202e21;
}
.discovery-modes button[aria-pressed="true"]:after {
  content: "";
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: 7px;
  height: 1px;
  background: #51644c;
}
.discovery-form {
  display: grid;
  grid-template-columns: 1fr 1.35fr 0.8fr auto;
  gap: 0;
  background: #faf8f1;
  border: 1px solid #e2daca;
  border-radius: 0 4px 4px 4px;
  padding: 14px 15px;
  box-shadow: 0 10px 24px #443a2729;
}
.discovery-form > label {
  display: flex;
  gap: 12px;
  align-items: center;
  border-right: 1px solid #dad4c6;
  padding: 3px 18px;
  margin: 0;
  min-width: 0;
}
.discovery-form > label .line-icon {
  width: 22px;
  height: 22px;
  color: #4b5944;
}
.discovery-form > label > span {
  min-width: 0;
  display: block;
  flex: 1;
}
.discovery-form > label > span > span {
  font-size: 9px;
  color: #727367;
  display: block;
  margin-bottom: 5px;
  line-height: 1.4;
}
body.experience-home .discovery-form input:not([type="hidden"]) {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.4;
  width: 100%;
  max-width: 100%;
  color: #283626;
  min-height: 28px;
}
.discovery-form input::placeholder {
  color: #5d6454;
  opacity: 1;
}
body.experience-home .discovery-form .button {
  margin: 0 0 0 17px;
  min-width: 199px;
  padding: 14px 17px;
  font-size: 11px;
  gap: 17px;
}
.discovery-form [data-submit-label] {
  font-size: 11px !important;
  font-weight: 500;
}
.discovery-form[aria-busy="true"] .button > span:last-child {
  animation: lookup-pulse 1s ease-in-out infinite;
}
.discovery-below {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 16px;
}
.text-button,
.sample-trigger {
  padding: 3px 0;
  border: 0;
  background: transparent;
  color: #454d3e;
  font: 10px/1.6 var(--sans);
  text-decoration: underline;
  text-underline-offset: 4px;
  min-height: 24px;
  cursor: pointer;
}
.text-button > span:first-child {
  color: #824a32;
  font-size: 17px;
  vertical-align: middle;
  margin-right: 5px;
}
.sample-trigger {
  font-size: 9px;
  color: #f6f0df;
  text-shadow: 0 1px 5px #152416;
  text-decoration-thickness: 1px;
}
.discovery-error {
  font-size: 11px !important;
  background: #fff9ec;
  border-left: 3px solid #97513d;
  padding: 12px 15px;
  margin: 15px 0 0;
  box-shadow: 0 5px 12px #30281712;
}
@keyframes lookup-pulse {
  50% {
    opacity: 0.25;
  }
}
/* A place, then the real dated index. */
.source-experience {
  display: grid;
  grid-template-columns: 39% 61%;
  position: relative;
  min-height: 492px;
  isolation: isolate;
  scroll-margin-top: 30px;
  background: #f2ebde;
}
.locality-art {
  position: absolute;
  inset: 0 60% 0 0;
  z-index: -1;
  overflow: hidden;
}
.locality-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% 65%;
  filter: saturate(0.65);
  opacity: 0.9;
}
.locality-art:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f4eee109, transparent 70%, #f2ebde);
}
.locality-art-note {
  position: absolute;
  left: 20px;
  bottom: 19px;
  z-index: 1;
  font-size: 6px;
  letter-spacing: 0.12em;
  color: #555d43;
  background: #f5efe2cb;
  padding: 5px 7px;
}
.locality-card {
  position: relative;
  align-self: center;
  justify-self: end;
  width: 225px;
  max-width: 85%;
  padding: 30px 26px;
  margin: 35px 28px 45px 0;
  background: #f6efdfeb;
  box-shadow: 0 13px 36px #4d462123;
  backdrop-filter: blur(6px);
  border: 1px solid #fdf9edb8;
  border-radius: 3px;
}
.locality-card .kicker {
  font-size: 6px;
  letter-spacing: 0.13em;
  margin-bottom: 18px;
}
body.experience-home .locality-card h2 {
  font-size: 33px;
  line-height: 1.01;
  margin-bottom: 16px;
  overflow-wrap: anywhere;
  text-wrap: initial;
}
.locality-region {
  font-size: 7px !important;
  letter-spacing: 0.08em;
  color: #7a795e;
  margin-bottom: 20px;
}
.locality-card > [data-locality-description] {
  font-size: 11px;
  line-height: 1.85;
  color: #626550;
  margin-bottom: 21px;
}
.locality-card .underlink {
  font-size: 9px;
  white-space: normal;
}
.source-browser {
  grid-column: 2;
  min-width: 0;
  padding: 45px 6.5vw 35px 20px;
  scroll-margin-top: 30px;
}
.source-intro {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 25px;
  align-items: end;
  margin-bottom: 20px;
}
.source-intro .kicker {
  font-size: 7px;
  letter-spacing: 0.17em;
  margin-bottom: 17px;
}
body.experience-home .source-intro h2 {
  font-size: 40px;
  line-height: 1.02;
  margin-bottom: 0;
}
.source-intro > p {
  font-size: 10px;
  line-height: 1.85;
  color: #686a5a;
  max-width: 200px;
  margin: 0 0 4px;
}
.source-result-summary {
  font-size: 10px;
  line-height: 1.7;
  color: #5e6854;
  margin-bottom: 17px;
  padding: 0;
  max-width: 720px;
}
.source-result-summary strong {
  font-weight: 600;
}
.source-result-summary button {
  display: block;
  background: #fffaf0;
  border: 1px solid #c9cab7;
  padding: 10px 13px;
  min-height: 40px;
  margin-top: 8px;
  text-align: left;
  font-size: 12px;
  width: 100%;
}
.source-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 3px 1px 14px;
  overscroll-behavior-x: contain;
}
.source-carousel::-webkit-scrollbar {
  display: none;
}
.source-tile {
  flex: 0 0 calc((100% - 48px) / 4);
  min-width: 132px;
  scroll-snap-align: start;
  padding: 0;
  border: 0;
  border-radius: 3px;
  background: #f8f4eac2;
  box-shadow: 0 1px 0 #ddd5c366;
  text-align: left;
  overflow: hidden;
  color: #283322;
  position: relative;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.source-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 9px 18px #302c1912;
}
.archive-thumbnail {
  display: block;
  height: 103px;
  background-image: url("../images/discovery-atlas.e995c6f5ebff.webp");
  background-size: 300% 200%;
  background-repeat: no-repeat;
  filter: saturate(0.65);
  outline: 1px solid #8777541a;
  outline-offset: -1px;
}
.thumb-register {
  background-position: 0 0;
}
.thumb-census {
  background-position: 50% 0;
}
.thumb-land {
  background-position: 100% 0;
}
.thumb-chronicle {
  background-position: 0 100%;
}
.thumb-military {
  background-position: 50% 100%;
}
.thumb-press {
  background-position: 100% 100%;
}
.source-tile-copy {
  display: block;
  padding: 12px 11px 15px;
  min-height: 112px;
}
.source-tile .line-icon {
  width: 18px;
  height: 18px;
  margin-bottom: 10px;
  display: none;
}
.source-tile strong {
  display: block;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  padding-right: 4px;
}
.source-range {
  font-size: 9px;
  color: #6c6e5a;
  line-height: 1.5;
  display: block;
  margin-top: 8px;
  font-variant-numeric: tabular-nums;
}
.source-availability {
  font-size: 7px;
  display: block;
  margin-top: 7px;
  color: #617454;
  line-height: 1.5;
}
.source-tile.outside-year .source-availability {
  color: #9a5835;
}
.tile-arrow {
  position: absolute;
  right: 9px;
  top: 111px;
  font-size: 11px;
  opacity: 0;
  transform: translate(-3px, 3px);
  transition:
    opacity 0.2s,
    transform 0.2s;
}
.source-tile:hover .tile-arrow,
.source-tile:focus-visible .tile-arrow {
  opacity: 1;
  transform: none;
}
.source-browser-bottom {
  display: flex;
  align-items: start;
  gap: 20px;
  justify-content: space-between;
  margin-top: 2px;
}
.source-browser-bottom > p {
  font-size: 8px;
  line-height: 1.65;
  color: #7a7b68;
  max-width: 430px;
  margin-bottom: 10px;
}
.carousel-controls {
  display: flex;
  gap: 8px;
  flex: none;
}
.carousel-controls button {
  background: transparent;
  border: 1px solid #c5c4af;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  font-size: 18px;
  color: #37452e;
  transition: background 0.2s;
}
.carousel-controls button:hover {
  background: #e7e3d2;
}
.carousel-controls button:disabled {
  opacity: 0.35;
  cursor: default;
}
.source-next {
  font-size: 9px;
  display: inline-block;
  white-space: normal;
  margin-top: 3px;
}
/* Ephemera crosses the section edge, while the timeline drives the story. */
.migration-experience {
  display: grid;
  grid-template-columns: 38% 37% 25%;
  position: relative;
  isolation: isolate;
  min-height: 345px;
  background: #1e3022;
  color: #f6efdf;
  scroll-margin-top: 30px;
}
.migration-experience:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(ellipse at 0 30%, #51654540, transparent 70%);
}
.migration-collage {
  position: relative;
  min-height: 350px;
}
.migration-collage > img {
  position: absolute;
  right: 0;
  top: -52px;
  width: 99%;
  height: calc(100% + 91px);
  object-fit: contain;
  transform: rotate(-5deg);
  filter: drop-shadow(0 15px 17px #0c190c5c);
  transition: transform 0.65s;
}
.migration-experience[data-step="1"] .migration-collage > img {
  transform: rotate(-2deg) translateY(-4px);
}
.migration-experience[data-step="2"] .migration-collage > img {
  transform: rotate(-4deg) translateX(5px);
}
.migration-experience[data-step="3"] .migration-collage > img {
  transform: rotate(-6deg) translateY(-3px);
}
.travel-stamp {
  position: absolute;
  right: 7%;
  bottom: -20px;
  width: 124px;
  height: 124px;
  border: 3px double #a9442dc9;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(-13deg);
  color: #a9442dde;
  background: #f7eedaba;
  box-shadow: inset 0 0 0 5px #f1e7cd4d;
  gap: 9px;
  z-index: 3;
  pointer-events: none;
}
.travel-stamp span {
  font: 9px/1 var(--sans);
  letter-spacing: 0.15em;
}
.travel-stamp strong {
  font: 14px/1 var(--serif);
  font-weight: 400;
}
.migration-caption {
  position: absolute;
  left: 19%;
  bottom: 11px;
  font: 6px var(--sans);
  letter-spacing: 0.12em;
  color: #e7e4ccbf;
  background: #2432209c;
  padding: 4px 7px;
}
.migration-copy {
  padding: 44px 15px 23px 17px;
}
.migration-copy .kicker {
  font-size: 7px;
  color: #c6c4a2;
  margin-bottom: 21px;
  letter-spacing: 0.15em;
}
body.experience-home .migration-copy h2 {
  font-size: 43px;
  line-height: 1.03;
  margin-bottom: 18px;
}
.migration-copy > p:not(.kicker) {
  font-size: 12px;
  line-height: 1.85;
  color: #e0e5d5;
  max-width: 370px;
  min-height: 68px;
  margin-bottom: 22px;
}
.migration-copy .button {
  font-size: 10px;
  min-height: 44px;
  gap: 16px;
  padding: 13px 17px;
}
.migration-stages {
  padding: 62px 24% 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.migration-stages button {
  display: flex;
  gap: 15px;
  background: transparent;
  color: #e9eddf;
  border: 0;
  padding: 0 0 23px;
  text-align: left;
  position: relative;
  min-height: 43px;
  align-items: start;
  font-size: 11px;
  line-height: 1.4;
  transition: color 0.2s;
}
.migration-stages button i {
  flex: none;
  width: 16px;
  height: 16px;
  border: 1px solid #e4e5cc80;
  border-radius: 50%;
  position: relative;
  top: 0;
}
.migration-stages button i:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d7ce9d;
  top: 5px;
  left: 5px;
  transition: transform 0.2s;
}
.migration-stages button[aria-pressed="true"] {
  color: #f3dc9c;
}
.migration-stages button[aria-pressed="true"] i:after {
  transform: scale(1.8);
}
.migration-stages button:not(:nth-of-type(4)):after {
  content: "";
  height: calc(100% - 16px);
  position: absolute;
  top: 16px;
  left: 7px;
  border-left: 1px solid #e6e7ca47;
}
.migration-stages p {
  font-size: 7px;
  line-height: 1.6;
  color: #b5bfa6;
  margin: 0;
  max-width: 170px;
}
.route-line {
  position: relative;
  max-width: 330px;
  margin-top: 12px;
  padding-bottom: 7px;
  height: 52px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  font-size: 6px;
  letter-spacing: 0.2em;
  color: #bac7ac;
}
.route-line svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 43px;
  overflow: visible;
  fill: none;
  stroke: #b9af7c;
  stroke-width: 1;
}
.route-track {
  opacity: 0.2;
}
.route-ink {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 1.1s cubic-bezier(0.3, 0, 0.2, 1);
}
.migration-experience.is-visible .route-ink {
  stroke-dashoffset: 0.72;
}
.migration-experience[data-step="1"] .route-ink {
  stroke-dashoffset: 0.4;
}
.migration-experience[data-step="2"] .route-ink {
  stroke-dashoffset: 0.2;
}
.migration-experience[data-step="3"] .route-ink {
  stroke-dashoffset: 0;
}
.route-line circle {
  fill: #d3c28e;
  stroke: #3f4d35;
  stroke-width: 4;
}
/* The book is an invitation to an actual reader. */
.book-experience {
  display: grid;
  grid-template-columns: 0.95fr 1.6fr 0.6fr;
  gap: 27px;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 32px;
  position: relative;
}
.book-introduction .kicker {
  font-size: 7px;
  letter-spacing: 0.15em;
  margin-bottom: 21px;
}
body.experience-home .book-introduction h2 {
  font-size: 46px;
  line-height: 1.03;
  margin-bottom: 21px;
}
.book-introduction > p:not(.kicker) {
  font-size: 12px;
  color: #696d5e;
  max-width: 315px;
  margin-bottom: 23px;
}
.book-introduction .button {
  font-size: 10px;
  padding: 14px 17px;
  gap: 16px;
  min-height: 45px;
}
.book-introduction > .underlink {
  display: block;
  margin-top: 16px;
  font-size: 9px;
}
.interactive-book-object {
  display: block;
  border: 0;
  background: transparent;
  padding: 0;
  position: relative;
  perspective: 900px;
  transform: rotate(-1deg);
  transition: transform 0.5s cubic-bezier(0.2, 0, 0, 1);
  cursor: pointer;
  isolation: isolate;
}
.interactive-book-object:before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 8%;
  height: 18%;
  box-shadow: 0 30px 29px #5547262b;
  z-index: -1;
  transition: box-shadow 0.5s;
}
.interactive-book-object img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
  mix-blend-mode: multiply;
}
.interactive-book-object:hover {
  transform: rotate(0) translateY(-7px);
}
.interactive-book-object:hover:before {
  box-shadow: 0 33px 35px #55472636;
}
.book-open-cue {
  position: absolute;
  inset: auto 20px 22px auto;
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 40px;
  background: #fffaf0ed;
  backdrop-filter: blur(8px);
  box-shadow: 0 5px 18px #2c2f181c;
  padding: 10px 15px;
  font-size: 9px;
  color: #35432b;
}
.book-open-cue > span {
  font-size: 19px;
}
.book-chapter-menu {
  display: grid;
  gap: 5px;
}
.book-chapter-menu button,
.book-chapter-menu a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border: 0;
  background: transparent;
  text-decoration: none;
  text-align: left;
  font: 10px/1.4 var(--sans);
  color: #434f38;
  min-height: 40px;
}
.book-chapter-menu button:hover,
.book-chapter-menu a:hover {
  color: #874b34;
}
.book-chapter-menu .line-icon {
  width: 20px;
  height: 20px;
}
.book-design-note {
  grid-column: 2/4;
  font-size: 8px;
  color: #7a7c6b;
  text-align: left;
  margin: 0;
  line-height: 1.6;
}
/* Light-touch adaptation of the commercial sections retained below the experience. */
.experience-home .offer-section {
  padding-block: 45px;
}
.experience-home .offer-section .section-heading h2 {
  font-size: 47px;
}
.experience-home .offer-section .section-heading .kicker {
  font-size: 7px;
}
.experience-home .offer-row {
  background: #f7f3e9;
  box-shadow: 0 9px 25px #71684607;
  border-color: #dbd6c5;
}
.experience-home .offer-row:nth-child(2) {
  background: #eaecdf;
  border-color: #c3cab5;
}
.experience-home .footer {
  background: #e6dfcd;
  color: #263322;
  isolation: isolate;
}
.experience-home .footer:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #f3eddeed, #f3edde80),
    url("../images/discovery-village.dbc0bb4e8bf2.webp") 50% 71% / cover;
  z-index: -1;
  filter: saturate(0.5);
}
.experience-home .footer-story h2 {
  color: #263522;
}
.experience-home .footer-story .kicker {
  color: #697159;
}
.experience-home .footer-quote p {
  color: #3e4b33;
}
.experience-home .footer-leaf {
  color: #696f4d;
}
.experience-home .footer-links {
  border-color: #7c806433;
}
.experience-home .footer nav,
.experience-home .footer-copyright {
  color: #4c5841;
}
.experience-home .footer .brand-initial {
  background: #864e36;
  color: #fbf4e5;
}
.experience-home .footer .button.light {
  background: #293e2c;
  border-color: #293e2c;
  color: #fff9ea;
}
/* Modals are real, keyboard-accessible HTML, not imagery of interfaces. */
body:has(.experience-dialog[open]),
body:has(.book-reader[open]) {
  overflow: hidden;
}
.experience-dialog {
  border: 1px solid #d9d4c0;
  border-radius: 5px;
  background: #f8f3e7;
  color: #253421;
  box-shadow: 0 35px 100px #0a180780;
  padding: 40px;
  width: min(620px, 90vw);
  max-height: 86vh;
  overflow: auto;
}
.experience-dialog::backdrop,
.book-reader::backdrop {
  background: #172618b8;
  backdrop-filter: blur(8px);
}
.dialog-close {
  border: 1px solid #aaa98e;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: #f8f4e8;
  color: #38452f;
  font-family: var(--sans);
  font-size: 23px;
  line-height: 1;
  position: absolute;
  right: 17px;
  top: 17px;
  z-index: 3;
  cursor: pointer;
}
.dialog-close:hover {
  background: #e8e6d7;
}
.experience-dialog > .kicker {
  font-size: 8px;
  padding-right: 30px;
  margin-bottom: 22px;
}
body.experience-home .experience-dialog h2 {
  font-size: 44px;
  line-height: 1.05;
  max-width: 480px;
  margin-bottom: 15px;
}
.detail-subtitle {
  font-size: 12px;
  color: #76785f;
  margin-bottom: 24px;
}
.detail-body {
  font-size: 13px;
  line-height: 1.85;
}
.detail-body > p {
  margin-bottom: 18px;
}
.detail-body small {
  font-size: 10px;
}
.detail-status {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4e6b45;
}
.detail-provenance {
  font-size: 9px;
  line-height: 1.7;
  color: #7d7c65;
  margin-top: 24px;
  padding-top: 15px;
  border-top: 1px solid #d3ceba;
  overflow-wrap: anywhere;
}
.experience-dialog .button {
  font-size: 11px;
  min-height: 45px;
  gap: 18px;
}
.experience-dialog > .underlink {
  display: block;
  margin-top: 19px;
  font-size: 10px;
  white-space: normal;
}
.record-reading {
  white-space: pre-wrap;
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.9;
  overflow-wrap: anywhere;
  border-left: 2px solid #ad9c73;
  margin: 18px 0;
  padding: 0 0 0 20px;
}
.reading-large .record-reading {
  font-size: 19px;
}
.record-locator {
  padding: 15px;
  background: #ebe9db;
  font-size: 12px;
}
.reading-tools {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}
.reading-tools button {
  min-height: 35px;
  background: #edeadd;
  border: 1px solid #c4c5ae;
  padding: 7px 12px;
  font-size: 10px;
  color: #3c502f;
  border-radius: 3px;
}
.origin-dialog > p:not(.kicker) {
  font-size: 13px;
  color: #6c715c;
  margin-bottom: 22px;
}
.origin-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid #d2ceb9;
  width: 100%;
  text-decoration: none;
  text-align: left;
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.2;
  color: #32442a;
}
.origin-option small {
  display: block;
  font-family: var(--sans);
  font-size: 10px;
  color: #747962;
  line-height: 1.65;
  margin-top: 8px;
}
.origin-option:hover {
  color: #8a5138;
}
.place-dialog {
  width: min(870px, 92vw);
  padding: 0;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 0;
}
.place-dialog[open] {
  display: grid;
}
.place-dialog-art {
  min-width: 0;
}
.place-dialog-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 60%;
  filter: saturate(0.7);
}
.place-dialog-copy {
  padding: 40px;
}
.place-dialog-copy .kicker {
  font-size: 7px;
  padding-right: 20px;
}
.place-dialog-copy > p {
  font-size: 12px;
}
.old-place-name {
  font-size: 11px !important;
  color: #777b64;
  font-style: italic;
}
.place-dialog-copy dl {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 12px 14px;
  font-size: 10px;
  line-height: 1.7;
  margin-block: 20px;
}
.place-dialog-copy dt {
  color: #7e7e65;
}
.place-dialog-copy dd {
  margin: 0;
}
/* Four fully readable spreads, not a fake page-turn video. */
.book-reader {
  width: min(1160px, 96vw);
  max-height: 94vh;
  border: 0;
  border-radius: 5px;
  background: #e7e2d3;
  padding: 0;
  color: #263423;
  box-shadow: 0 40px 100px #061005a8;
  overflow: hidden;
}
.reader-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 32px 14px;
  position: relative;
  background: #f4eedf;
  border-bottom: 1px solid #d9d1bb;
}
.reader-top .kicker {
  font-size: 7px;
  letter-spacing: 0.17em;
  margin-bottom: 5px;
}
body.experience-home .reader-top h2 {
  font-size: 28px;
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.reader-tabs {
  display: flex;
  gap: 24px;
  padding: 0 32px;
  background: #f4eedf;
  border-bottom: 1px solid #cbc8b3;
  overflow: auto;
}
.reader-tabs button {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #6b705a;
  padding: 13px 3px 10px;
  font: 11px var(--sans);
  min-height: 43px;
  white-space: nowrap;
}
.reader-tabs button[aria-current="page"] {
  border-color: #8c6140;
  color: #2c4026;
}
.reader-pages {
  max-height: calc(94vh - 205px);
  overflow-y: auto;
  padding: 29px 34px 32px;
  perspective: 1500px;
  outline-offset: -3px;
}
.reader-spread {
  display: grid;
  grid-template-columns: 1fr 1fr;
  filter: drop-shadow(0 10px 12px #5b513e20);
  min-height: 460px;
}
.reader-spread[hidden] {
  display: none;
}
.reader-leaf {
  background: #fcf8eb;
  padding: 31px 37px 44px;
  position: relative;
  box-shadow: inset -12px 0 22px -22px #4b4526;
  border-right: 1px solid #d7d1b9;
  min-width: 0;
}
.reader-leaf:nth-child(2) {
  background: linear-gradient(90deg, #e5ddc4, #fcf8eb 7%, #fbf7e9 95%, #eee6cc);
  box-shadow: inset 11px 0 22px -20px #3b3520;
  border-right: 0;
}
.reader-chapter {
  display: block;
  font: 7px/1.5 var(--sans);
  letter-spacing: 0.14em;
  color: #838168;
  margin-bottom: 27px;
}
body.experience-home .reader-leaf h3 {
  font: 39px/1.03 var(--serif);
  letter-spacing: -0.025em;
  margin: 0 0 23px;
}
.reader-leaf > p:not(.reader-note) {
  font:
    14px/1.8 Georgia,
    serif;
  color: #4e503e;
  margin-bottom: 18px;
  text-wrap: pretty;
}
.reader-citation {
  display: inline-block;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #b9b295;
  padding: 5px 0;
  font: 9px/1.6 var(--sans);
  color: #7e6041;
  text-align: left;
  min-height: 34px;
}
.folio {
  position: absolute;
  bottom: 15px;
  left: 37px;
  font-family: var(--serif);
  font-size: 13px;
  color: #888169;
}
.reader-leaf:nth-child(2) .folio {
  left: auto;
  right: 37px;
}
.reader-initial {
  font: 80px/1 var(--serif);
  color: #9e926b;
  margin: 3px 0 22px;
  letter-spacing: -0.03em;
}
.reader-life-list {
  display: grid;
  gap: 0;
}
.reader-life-list button {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 11px 0;
  border: 0;
  border-top: 1px solid #ddd6c0;
  background: transparent;
  text-align: left;
  color: #3c4930;
}
.reader-life-list button > span:first-child {
  font-size: 10px;
  color: #8c8261;
  font-variant-numeric: tabular-nums;
}
.reader-life-list strong {
  font: 22px var(--serif);
  font-weight: 400;
}
.reader-life-list button > span:last-child {
  margin-left: auto;
}
.reader-note {
  font: 8px/1.7 var(--sans);
  color: #85816a;
  margin: 22px 0 0;
  overflow-wrap: anywhere;
}
.reader-parents {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 45px;
  text-align: center;
}
.reader-parents button,
.reader-children button {
  background: transparent;
  border: 0;
  padding: 10px 0;
  color: #31442b;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 40px;
}
.reader-parents strong {
  font: 23px var(--serif);
  line-height: 1.15;
  font-weight: 400;
}
.reader-parents small {
  font: 8px var(--sans);
  margin-top: 7px;
  color: #7f846a;
}
.reader-parents > span {
  font: 29px var(--serif);
  color: #9e9574;
}
.reader-tree-stem {
  height: 42px;
  width: 1px;
  background: #b9ae86;
  margin: 0 auto;
}
.reader-children {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 13px;
  border-top: 1px solid #b9ae86;
  padding-top: 13px;
  position: relative;
}
.reader-children button {
  border: 1px solid #d9d0b6;
  border-radius: 3px;
  padding: 12px 6px;
  background: #f5f0df78;
}
.reader-children span {
  font: 9px var(--sans);
  color: #998b60;
  margin-bottom: 7px;
}
.reader-children strong {
  font: 23px/1.05 var(--serif);
  font-weight: 400;
}
.reader-children small {
  font: 8px var(--sans);
  margin-top: 7px;
  color: #7c8166;
}
.reader-children button:hover,
.reader-parents button:hover {
  background: #e9e6d4;
}
.place-diagram {
  margin-top: 40px;
  text-align: center;
}
.place-diagram button {
  background: #f7f2e2;
  border: 1px solid #c9c6aa;
  border-radius: 3px;
  color: #3d5133;
  font-family: var(--sans);
  padding: 13px;
  min-height: 45px;
}
.place-center {
  display: block;
  margin: auto;
  width: 73%;
}
.place-center strong {
  display: block;
  font: 34px/1.1 var(--serif);
}
.place-center > span {
  font-size: 8px;
  font-style: italic;
  display: block;
  color: #8b8264;
  margin-bottom: 5px;
}
.place-center small {
  font-size: 9px;
}
.place-connections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  position: relative;
  padding-top: 28px;
}
.place-connections:before {
  content: "";
  position: absolute;
  left: 50%;
  height: 27px;
  top: 0;
  border-left: 1px solid #a8ab8b;
}
.place-connections strong {
  font: 35px var(--serif);
  display: block;
}
.place-connections span {
  font-size: 9px;
}
.place-val {
  margin: 22px auto 0;
  width: 70%;
}
.place-val strong {
  font: 27px var(--serif);
  margin-right: 12px;
}
.place-val span {
  font-size: 9px;
}
.reader-source-meta {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 14px 15px;
  font: 11px/1.6 var(--sans);
  margin: 30px 0;
}
.reader-source-meta dt {
  color: #8b856b;
}
.reader-source-meta dd {
  margin: 0;
}
.reader-leaf .button {
  font-size: 10px;
  min-height: 43px;
  padding: 12px 15px;
  gap: 15px;
}
.reader-transcript {
  font:
    12px/1.85 Georgia,
    serif;
  color: #51533f;
  overflow-wrap: anywhere;
}
.reader-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 14px 32px;
  background: #f4eedf;
  border-top: 1px solid #cbc8b3;
}
.reader-controls button {
  border: 1px solid #a5ab8c;
  background: #f8f6e9;
  color: #344b2d;
  min-width: 42px;
  height: 36px;
  border-radius: 3px;
  font-size: 20px;
  line-height: 1;
}
.reader-controls button:disabled {
  cursor: default;
  opacity: 0.35;
}
.reader-controls > span {
  font: 11px var(--sans);
  font-variant-numeric: tabular-nums;
}
.reader-controls > a {
  margin-left: auto;
  font: 10px var(--sans);
  color: #526347;
  text-decoration: none;
  border-bottom: 1px solid #9d9e82;
  padding-block: 7px;
}
@keyframes section-arrive {
  from {
    transform: translateY(12px);
    opacity: 0.5;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
[data-reveal].is-visible > .source-browser,
[data-reveal].is-visible > .migration-copy,
[data-reveal].is-visible > .book-introduction {
  animation: section-arrive 0.6s both;
}
.experience-home button:active:not(:disabled),
.experience-home a.button:active {
  scale: 0.96;
}
@media (min-width: 1600px) {
  .experience-hero {
    min-height: 900px;
  }
  .experience-hero-copy {
    padding-top: 156px;
  }
  .story-place-card {
    top: 183px;
    left: 49%;
    width: 210px;
  }
  .story-place-card img {
    height: 157px;
  }
  .story-person-card {
    top: 265px;
    width: 244px;
    left: 63%;
    padding: 27px;
  }
  .handwritten-name {
    font-size: 55px;
  }
  .story-timeline {
    right: 6%;
    top: 181px;
    width: 127px;
  }
  .stage-caption {
    top: 635px;
    right: 9%;
  }
  .start-discovery {
    bottom: 49px;
    width: min(1070px, 82%);
  }
  .source-browser {
    padding-top: 55px;
    padding-bottom: 45px;
  }
  .locality-card {
    width: 250px;
    padding: 34px 30px;
  }
  body.experience-home .locality-card h2 {
    font-size: 37px;
  }
  .source-tile {
    min-width: 160px;
  }
  .archive-thumbnail {
    height: 126px;
  }
  .migration-experience {
    min-height: 395px;
  }
  .migration-copy {
    padding-top: 52px;
  }
  .migration-stages {
    padding-top: 80px;
  }
  .book-experience {
    padding-top: 85px;
  }
}
@media (max-width: 1200px) {
  .experience-hero {
    min-height: 785px;
  }
  .experience-hero-copy {
    width: 37%;
    padding-top: 135px;
  }
  body.experience-home .experience-hero h1 {
    font-size: 79px;
  }
  .experience-hero-copy > p:not(.kicker) {
    font-size: 13px;
    max-width: 310px;
  }
  .story-place-card {
    left: 50%;
    top: 177px;
    width: 157px;
    padding: 10px;
  }
  .story-place-card img {
    height: 111px;
  }
  .story-place-card strong {
    font-size: 23px;
  }
  .story-person-card {
    left: 64%;
    top: 252px;
    width: 184px;
    padding: 20px 18px;
    min-height: 0;
  }
  .handwritten-name {
    font-size: 39px;
  }
  .story-person-card strong {
    font-size: 20px;
  }
  .record-flourish {
    font-size: 23px;
  }
  .story-timeline {
    right: 3%;
    width: 91px;
    top: 155px;
  }
  .story-timeline button {
    gap: 10px;
    font-size: 11px;
  }
  .story-timeline small {
    font-size: 7px;
  }
  .stage-caption {
    top: 574px;
    right: 6%;
    font-size: 6px;
  }
  .start-discovery {
    width: 86%;
    bottom: 37px;
  }
  .discovery-form > label {
    padding-inline: 13px;
    gap: 9px;
  }
  .discovery-form > label .line-icon {
    width: 18px;
    height: 18px;
  }
  body.experience-home .discovery-form .button {
    min-width: 176px;
    font-size: 10px;
    gap: 10px;
    padding: 12px 14px;
  }
  .discovery-form [data-submit-label] {
    font-size: 10px !important;
  }
  .source-experience {
    grid-template-columns: 37% 63%;
  }
  .locality-card {
    width: 200px;
    padding: 25px 20px;
    margin-right: 20px;
  }
  .source-browser {
    padding-right: 6vw;
    padding-left: 8px;
  }
  body.experience-home .source-intro h2 {
    font-size: 35px;
  }
  .source-intro > p {
    font-size: 9px;
  }
  .source-carousel {
    gap: 12px;
  }
  .source-tile {
    flex-basis: calc((100% - 36px) / 4);
    min-width: 118px;
  }
  .archive-thumbnail {
    height: 89px;
  }
  .source-tile strong {
    font-size: 18px;
  }
  .source-tile-copy {
    padding: 11px 9px 13px;
  }
  .source-range {
    font-size: 8px;
  }
  .source-availability {
    font-size: 6px;
  }
  .source-browser-bottom > p {
    font-size: 7px;
  }
  .migration-experience {
    grid-template-columns: 36% 40% 24%;
  }
  .migration-copy {
    padding-left: 10px;
  }
  body.experience-home .migration-copy h2 {
    font-size: 38px;
  }
  .migration-copy > p:not(.kicker) {
    font-size: 11px;
  }
  .migration-stages {
    padding-right: 20%;
    padding-left: 18px;
  }
  .migration-stages button {
    font-size: 10px;
    gap: 11px;
  }
  .book-experience {
    grid-template-columns: 0.95fr 1.4fr 0.55fr;
    gap: 20px;
  }
  .book-chapter-menu button,
  .book-chapter-menu a {
    font-size: 9px;
    gap: 9px;
  }
  .book-chapter-menu .line-icon {
    width: 18px;
    height: 18px;
  }
  body.experience-home .book-introduction h2 {
    font-size: 40px;
  }
  .book-introduction > p:not(.kicker) {
    font-size: 11px;
  }
  .book-introduction .button {
    font-size: 9px;
    padding: 13px 15px;
  }
  .book-open-cue {
    font-size: 8px;
    inset: auto 10px 15px auto;
    padding: 8px 12px;
  }
}
@media (max-width: 1050px) {
  .experience-home .site-header .language {
    color: #33442c;
    text-shadow: none;
  }
  .experience-home .site-header {
    background: #f6f0e5eb !important;
    backdrop-filter: blur(8px);
  }
  .experience-hero-copy {
    width: 39%;
  }
  body.experience-home .experience-hero h1 {
    font-size: 73px;
  }
  .story-timeline {
    right: 8%;
    top: 126px;
    width: 31%;
    display: flex;
    gap: 0;
    justify-content: space-between;
  }
  .story-timeline button {
    padding: 0 0 15px;
    display: block;
    min-width: 46px;
  }
  .story-timeline small {
    display: none;
  }
  .timeline-dot {
    display: block;
    margin: 0 0 9px;
  }
  .story-timeline button:not(:last-child):after {
    top: 4px;
    left: 9px;
    width: calc(100% + 18px);
    height: 1px;
  }
  .story-place-card {
    top: 208px;
    left: 51%;
    width: 164px;
  }
  .story-person-card {
    top: 313px;
    left: 70%;
    width: 184px;
  }
  .stage-caption {
    top: 600px;
    right: 6%;
    font-size: 6px;
  }
  .source-experience {
    grid-template-columns: 35% 65%;
  }
  .locality-card {
    width: 184px;
    padding: 23px 18px;
    margin-right: 18px;
  }
  body.experience-home .locality-card h2 {
    font-size: 30px;
  }
  .locality-card > [data-locality-description] {
    font-size: 10px;
  }
  .source-intro {
    display: block;
  }
  .source-intro > p {
    max-width: 360px;
    margin-top: 14px;
    font-size: 10px;
  }
  .source-tile {
    min-width: 142px;
    flex-basis: 142px;
  }
  .archive-thumbnail {
    height: 98px;
  }
  .source-intro .kicker {
    font-size: 7px;
  }
  .source-browser {
    padding-top: 35px;
  }
  .source-result-summary {
    font-size: 9px;
  }
  .migration-copy .kicker {
    font-size: 6px;
  }
  .migration-stages {
    padding-right: 17%;
    padding-left: 10px;
  }
  .migration-stages button {
    font-size: 9px;
  }
  .travel-stamp {
    width: 106px;
    height: 106px;
    right: 1%;
    bottom: -12px;
  }
  .travel-stamp strong {
    font-size: 12px;
  }
  .travel-stamp span {
    font-size: 8px;
  }
  .book-experience {
    grid-template-columns: 0.95fr 1.4fr;
    gap: 25px;
  }
  .book-chapter-menu {
    grid-column: 1/-1;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding-top: 10px;
    border-top: 1px solid #d4cfbd;
  }
  .book-design-note {
    grid-column: 1/-1;
  }
  .reader-leaf {
    padding-inline: 28px;
  }
  .reader-leaf > p:not(.reader-note) {
    font-size: 13px;
  }
  .reader-transcript {
    font-size: 11px;
  }
  .reader-parents strong {
    font-size: 20px;
  }
  .reader-children strong {
    font-size: 21px;
  }
}
@media (max-width: 800px) {
  .experience-hero {
    min-height: 770px;
  }
  .experience-hero-copy {
    width: 42%;
    margin-left: 6%;
    padding-top: 125px;
  }
  body.experience-home .experience-hero h1 {
    font-size: 66px;
  }
  .experience-hero-copy > p:not(.kicker) {
    font-size: 12px;
  }
  .experience-hero-copy .kicker {
    font-size: 7px;
  }
  .story-place-card {
    width: 142px;
    left: 52%;
    top: 226px;
  }
  .story-place-card img {
    height: 92px;
  }
  .story-person-card {
    left: 69%;
    width: 158px;
    top: 326px;
    padding: 18px 14px;
  }
  .story-person-card .card-small {
    font-size: 6px;
  }
  .handwritten-name {
    font-size: 32px;
  }
  .story-person-card strong {
    font-size: 19px;
  }
  .record-flourish {
    font-size: 21px;
    margin-block: 6px 12px;
  }
  .story-person-card > [data-story-date] {
    font-size: 10px;
  }
  .story-card-place {
    font-size: 8px;
  }
  .card-bottom {
    font-size: 8px;
  }
  .story-timeline {
    top: 128px;
    width: 33%;
    right: 7%;
  }
  .stage-caption {
    top: 586px;
    font-size: 5px;
  }
  .start-discovery {
    left: 6%;
    width: 88%;
    bottom: 27px;
  }
  .discovery-form {
    grid-template-columns: 1fr 1.25fr 0.7fr;
    padding: 12px;
  }
  .discovery-form > label {
    padding-inline: 11px;
  }
  .discovery-form > label:nth-of-type(3) {
    border-right: 0;
  }
  body.experience-home .discovery-form .button {
    grid-column: 1/-1;
    margin: 12px 0 0;
    min-height: 42px;
    justify-content: center;
    gap: 25px;
  }
  body.experience-home .discovery-form input:not([type="hidden"]) {
    font-size: 18px;
  }
  .discovery-below {
    gap: 15px;
    margin-top: 12px;
  }
  .text-button {
    font-size: 8px;
  }
  .sample-trigger {
    font-size: 8px;
    color: #3c5031;
    text-shadow: none;
  }
  .source-experience {
    grid-template-columns: 34% 66%;
  }
  .locality-art {
    right: 60%;
  }
  .locality-card {
    margin-right: 14px;
    width: 174px;
    max-width: 90%;
    padding: 22px 17px;
  }
  .locality-card .kicker {
    font-size: 5px;
  }
  .source-browser {
    padding-right: 6vw;
  }
  .source-browser-bottom {
    gap: 10px;
  }
  .carousel-controls {
    gap: 5px;
  }
  .carousel-controls button {
    width: 33px;
    height: 33px;
  }
  .source-browser-bottom > p {
    font-size: 7px;
  }
  .migration-experience {
    grid-template-columns: 35% 65%;
  }
  .migration-collage {
    grid-row: 1/3;
    min-height: 350px;
  }
  .migration-collage > img {
    width: 125%;
    right: -8%;
    height: 100%;
    top: 0;
  }
  .migration-copy {
    padding: 35px 11% 10px 25px;
  }
  .migration-stages {
    grid-column: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 4px 9% 24px 25px;
    gap: 0 12px;
  }
  .migration-stages button {
    width: calc(50% - 6px);
    font-size: 8px;
    min-height: 32px;
    padding-bottom: 14px;
    gap: 8px;
  }
  .migration-stages button:not(:nth-of-type(4)):after {
    display: none;
  }
  .migration-stages button i {
    width: 12px;
    height: 12px;
  }
  .migration-stages button i:after {
    top: 3px;
    left: 3px;
  }
  .migration-stages p {
    max-width: 100%;
    font-size: 6px;
  }
  .travel-stamp {
    width: 95px;
    height: 95px;
    bottom: 18px;
    right: -16%;
  }
  .travel-stamp strong {
    font-size: 11px;
  }
  .migration-caption {
    font-size: 5px;
    left: 12%;
  }
  .route-line {
    margin-top: 6px;
    height: 44px;
  }
  .book-experience {
    padding-top: 51px;
    gap: 20px;
  }
  .book-introduction .kicker {
    font-size: 6px;
  }
  body.experience-home .book-introduction h2 {
    font-size: 36px;
  }
  .book-introduction > p:not(.kicker) {
    font-size: 10px;
  }
  .book-chapter-menu button,
  .book-chapter-menu a {
    font-size: 8px;
    gap: 8px;
  }
  .book-chapter-menu .line-icon {
    width: 17px;
    height: 17px;
  }
  .reader-pages {
    padding: 20px;
  }
  .reader-leaf {
    padding: 27px 25px 42px;
  }
  body.experience-home .reader-leaf h3 {
    font-size: 32px;
  }
  .reader-leaf > p:not(.reader-note) {
    font-size: 12px;
  }
  .reader-chapter {
    font-size: 6px;
    margin-bottom: 22px;
  }
  .reader-initial {
    font-size: 65px;
  }
  .reader-life-list strong {
    font-size: 20px;
  }
  .reader-life-list button {
    gap: 10px;
  }
  .reader-note {
    font-size: 7px;
  }
  .reader-parents {
    gap: 6px;
  }
  .reader-parents strong {
    font-size: 17px;
  }
  .reader-parents small {
    font-size: 7px;
  }
  .reader-children strong {
    font-size: 18px;
  }
  .reader-children span {
    font-size: 8px;
  }
  .reader-source-meta {
    font-size: 10px;
    gap: 12px;
  }
  .reader-transcript {
    font-size: 10px;
  }
}
@media (max-width: 600px) {
  .experience-home .site-header {
    height: 73px !important;
    background: #f6f1e7f5 !important;
    color: #2c3926 !important;
  }
  .experience-home .site-header .brand {
    font-size: 27px;
  }
  .experience-home .mobile-menu nav {
    top: 72px;
    background: #f6f1e7 !important;
    color: #2c3c23 !important;
    border-bottom: 1px solid #d3ccb8;
  }
  .experience-hero {
    min-height: 0;
    background: #f4efe5;
    padding-bottom: 29px;
    overflow: hidden;
  }
  .hero-still-life {
    inset: 338px 0 auto 0;
    height: 333px;
  }
  .hero-still-life img {
    object-position: 85% 65%;
    filter: brightness(0.85);
  }
  .paper-veil {
    background: linear-gradient(
      180deg,
      #f4efe5 0%,
      #f4efe5 28%,
      #f4efe58c 35%,
      #f4efe500 43%,
      #f4efe5 75%
    );
  }
  .experience-hero-copy {
    padding: 110px 0 20px;
    width: 88%;
    max-width: none;
    margin-inline: auto;
  }
  body.experience-home .experience-hero h1 {
    font-size: 61px;
    line-height: 0.96;
    margin-bottom: 20px;
    max-width: none;
  }
  .experience-hero-copy .kicker {
    font-size: 7px;
    letter-spacing: 0.18em;
    margin-bottom: 21px;
  }
  .experience-hero-copy > p:not(.kicker) {
    font-size: 12px;
    max-width: 335px;
    line-height: 1.8;
    margin-bottom: 16px;
  }
  .experience-hero-copy > .underlink {
    font-size: 10px;
  }
  .story-stage {
    position: relative;
    inset: auto;
    height: 317px;
    margin-top: 10px;
    z-index: 3;
  }
  .story-place-card {
    left: 7%;
    top: 15px;
    width: 140px;
    padding: 9px;
    transform: rotate(-9deg);
  }
  .story-place-card img {
    height: 91px;
    margin-bottom: 9px;
  }
  .story-place-card strong {
    font-size: 24px;
  }
  .card-small {
    font-size: 6px;
    margin-bottom: 6px;
  }
  .story-place-card > span:not(.card-small):not(.card-corner) {
    font-size: 9px;
  }
  .story-person-card {
    left: auto;
    right: 8%;
    top: 27px;
    width: 159px;
    min-height: 230px;
    padding: 17px 14px;
    transform: rotate(5deg);
  }
  .record-flourish {
    font-size: 20px;
    margin: 5px 0 10px;
  }
  .handwritten-name {
    font-size: 33px;
    padding-bottom: 7px;
    margin-bottom: 10px;
  }
  .story-person-card strong {
    font-size: 21px;
  }
  .story-person-card > [data-story-date] {
    font-size: 10px;
    margin-top: 6px;
  }
  .story-card-place {
    font-size: 8px;
  }
  .card-bottom {
    font-size: 7px;
    margin-top: 11px;
    padding-top: 9px;
  }
  .story-timeline {
    display: flex;
    top: auto;
    bottom: 5px;
    left: 7%;
    right: 7%;
    width: auto;
    gap: 0;
    justify-content: space-between;
    pointer-events: auto;
  }
  .story-timeline button {
    color: #435334;
    text-shadow: none;
    font-size: 11px;
    min-width: 51px;
    min-height: 42px;
    padding: 8px 10px;
    text-align: center;
    background: #f6f0e5cf;
    border: 1px solid #c7ccb75e;
    border-radius: 30px;
    display: block;
  }
  .story-timeline button[aria-pressed="true"] {
    background: #283e2c;
    color: #fff8e8;
  }
  .story-timeline .timeline-dot,
  .story-timeline button:not(:last-child):after {
    display: none;
  }
  .story-timeline button small {
    display: none;
  }
  .stage-caption {
    top: auto;
    bottom: 62px;
    right: auto;
    left: 6%;
    font-size: 5px;
    letter-spacing: 0.13em;
    max-width: 138px;
    color: #475a37;
    text-shadow: none;
    padding: 5px 7px;
    background: #f5efe2c9;
    margin: 0;
  }
  .start-discovery {
    position: relative;
    inset: auto;
    width: 88%;
    margin: 20px auto 0;
  }
  .discovery-modes button {
    font-size: 10px;
    padding: 12px 15px;
    min-height: 41px;
  }
  .discovery-form {
    grid-template-columns: 1fr 1fr;
    padding: 8px;
    border-radius: 0 4px 4px 4px;
    box-shadow: 0 9px 24px #4d472215;
  }
  .discovery-form > label {
    padding: 10px 8px;
    gap: 9px;
  }
  .discovery-form > label:nth-of-type(2) {
    border-right: 0;
  }
  .discovery-form > label:nth-of-type(3) {
    border-top: 1px solid #ded9ca;
    border-right: 1px solid #ded9ca;
  }
  .discovery-form > label .line-icon {
    width: 17px;
    height: 17px;
  }
  .discovery-form > label > span > span {
    font-size: 8px;
    min-height: 12px;
    margin-bottom: 5px;
  }
  body.experience-home .discovery-form input:not([type="hidden"]) {
    font-size: 16px;
    min-height: 27px;
    line-height: 1.5;
  }
  body.experience-home .discovery-form .button {
    grid-column: auto;
    margin: 6px 0 0 7px;
    min-width: 0;
    min-height: 43px;
    padding: 11px 9px;
    gap: 8px;
    justify-content: space-between;
    align-self: center;
  }
  .discovery-form [data-submit-label] {
    font-size: 9px !important;
    line-height: 1.5;
  }
  .discovery-form .button > span:last-child {
    font-size: 17px;
  }
  .discovery-below {
    display: block;
    margin-top: 13px;
  }
  .text-button {
    font-size: 9px;
    text-align: left;
    line-height: 1.7;
    min-height: 32px;
  }
  .text-button > span:first-child {
    font-size: 15px;
    margin-right: 3px;
  }
  .sample-trigger {
    font-size: 9px;
    display: block;
    min-height: 31px;
    margin-top: 4px;
    color: #536243;
    text-shadow: none;
  }
  .discovery-error {
    font-size: 10px !important;
    padding: 11px 13px;
  }
  .source-experience {
    display: block;
    min-height: 0;
    padding-top: 1px;
  }
  .locality-art {
    inset: 0 0 auto 0;
    height: 309px;
  }
  .locality-art img {
    object-position: 50% 58%;
    width: 100%;
    filter: saturate(0.6);
  }
  .locality-art:after {
    background: linear-gradient(0deg, #f2ebde, transparent 36%);
  }
  .locality-art-note {
    bottom: 18px;
    left: 6%;
    font-size: 5px;
    padding: 4px 6px;
  }
  .locality-card {
    width: 190px;
    max-width: 55%;
    margin: 25px 6% 28px auto;
    padding: 21px 19px;
    min-height: 245px;
    backdrop-filter: blur(8px);
  }
  .locality-card .kicker {
    font-size: 5px;
    margin-bottom: 14px;
  }
  body.experience-home .locality-card h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .locality-region {
    font-size: 6px !important;
    margin-bottom: 14px;
  }
  .locality-card > [data-locality-description] {
    font-size: 9px;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .locality-card .underlink {
    font-size: 8px;
  }
  .source-browser {
    padding: 21px 6% 30px;
  }
  .source-intro {
    display: block;
    margin-bottom: 15px;
  }
  .source-intro .kicker {
    font-size: 7px;
    margin-bottom: 17px;
  }
  body.experience-home .source-intro h2 {
    font-size: 36px;
    line-height: 1.04;
  }
  .source-intro > p {
    font-size: 11px;
    max-width: 320px;
    margin: 15px 0 0;
  }
  .source-result-summary {
    font-size: 9px;
    line-height: 1.7;
    margin-bottom: 17px;
  }
  .source-carousel {
    margin-right: -6.8%;
    padding-right: 6.8%;
    gap: 13px;
    scroll-padding-right: 6%;
  }
  .source-tile {
    flex: 0 0 150px;
    min-width: 150px;
  }
  .archive-thumbnail {
    height: 105px;
  }
  .source-tile strong {
    font-size: 22px;
  }
  .source-tile-copy {
    padding: 14px 12px;
    min-height: 111px;
  }
  .source-range {
    font-size: 10px;
    margin-top: 9px;
  }
  .source-availability {
    font-size: 7px;
    margin-top: 6px;
  }
  .source-browser-bottom {
    margin-top: 1px;
    gap: 16px;
  }
  .source-browser-bottom > p {
    font-size: 7px;
    max-width: 225px;
  }
  .carousel-controls button {
    width: 37px;
    height: 37px;
    min-height: 37px;
  }
  .source-next {
    font-size: 10px;
    margin-top: 9px;
  }
  .migration-experience {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 0 6% 26px;
    overflow: visible;
  }
  .migration-collage {
    min-height: 229px;
    width: 100%;
    height: 229px;
    flex: none;
    margin-top: 4px;
    z-index: 1;
  }
  .migration-collage > img {
    width: 82%;
    height: 308px;
    top: -50px;
    left: -5%;
    right: auto;
    object-position: left center;
    transform: rotate(-7deg);
  }
  .travel-stamp {
    right: 10%;
    bottom: 7px;
    width: 109px;
    height: 109px;
    transform: rotate(11deg);
    background: #f1e7d1d9;
  }
  .travel-stamp strong {
    font-size: 12px;
  }
  .travel-stamp span {
    font-size: 8px;
  }
  .migration-caption {
    left: 2%;
    bottom: 16px;
    font-size: 5px;
    background: #1c311cbc;
  }
  .migration-copy {
    padding: 17px 0 10px;
    position: relative;
    z-index: 2;
  }
  .migration-copy .kicker {
    font-size: 7px;
    line-height: 1.7;
    max-width: 280px;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
  }
  body.experience-home .migration-copy h2 {
    font-size: 41px;
    line-height: 1.04;
    margin-bottom: 17px;
  }
  .migration-copy > p:not(.kicker) {
    font-size: 12px;
    min-height: 86px;
    max-width: 340px;
    margin-bottom: 22px;
  }
  .migration-copy .button {
    font-size: 10px;
    padding: 13px 15px;
    gap: 17px;
  }
  .route-line {
    max-width: 100%;
    margin-top: 12px;
    height: 51px;
  }
  .route-line svg {
    height: 40px;
  }
  .migration-stages {
    padding: 9px 0 0;
    gap: 2px 14px;
    flex-direction: row;
  }
  .migration-stages button {
    font-size: 10px;
    width: calc(50% - 7px);
    min-height: 42px;
    align-items: start;
    padding: 9px 0;
    gap: 10px;
  }
  .migration-stages button i {
    width: 14px;
    height: 14px;
  }
  .migration-stages button i:after {
    left: 4px;
    top: 4px;
  }
  .migration-stages p {
    font-size: 7px;
    margin-top: 8px;
    max-width: 315px;
    color: #adbda1;
  }
  .book-experience {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-block: 39px 20px;
    gap: 25px;
  }
  .book-introduction .kicker {
    font-size: 7px;
    line-height: 1.6;
    margin-bottom: 19px;
  }
  body.experience-home .book-introduction h2 {
    font-size: 42px;
    margin-bottom: 19px;
  }
  .book-introduction > p:not(.kicker) {
    font-size: 12px;
    max-width: 335px;
    margin-bottom: 22px;
  }
  .book-introduction .button {
    font-size: 10px;
    padding: 14px 17px;
  }
  .book-introduction > .underlink {
    font-size: 10px;
    margin-top: 17px;
  }
  .interactive-book-object {
    width: calc(100% + 8%);
    margin-inline: -4%;
    transform: rotate(-1deg);
  }
  .book-open-cue {
    font-size: 8px;
    padding: 9px 13px;
    inset: auto 15px 19px auto;
  }
  .book-chapter-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px 14px;
    padding-top: 14px;
    border-top: 1px solid #d4cfbd;
  }
  .book-chapter-menu button,
  .book-chapter-menu a {
    font-size: 11px;
    min-height: 42px;
    gap: 12px;
  }
  .book-chapter-menu .line-icon {
    width: 21px;
    height: 21px;
  }
  .book-design-note {
    font-size: 8px;
    margin: -10px 0 0;
    line-height: 1.7;
  }
  .experience-home .offer-section {
    padding-block: 29px 30px;
  }
  .experience-home .offer-section .section-heading h2 {
    font-size: 36px;
  }
  .experience-home .offer-section .section-heading .kicker {
    font-size: 6px;
  }
  .experience-home .footer:before {
    background:
      linear-gradient(180deg, #f2ebdcf5 0%, #f2ebdcdd 55%, #f2ebdca1),
      url("../images/discovery-village.dbc0bb4e8bf2.webp") 50% 65% / cover;
  }
  .experience-dialog {
    padding: 32px 24px;
    width: 92vw;
    max-height: 88dvh;
    border-radius: 4px;
  }
  .experience-dialog > .kicker {
    font-size: 6px;
    max-width: 265px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  body.experience-home .experience-dialog h2 {
    font-size: 36px;
  }
  .dialog-close {
    width: 34px;
    height: 34px;
    right: 12px;
    top: 12px;
  }
  .detail-subtitle {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .detail-body {
    font-size: 12px;
  }
  .record-reading {
    font-size: 13px;
    line-height: 1.85;
    padding-left: 14px;
  }
  .reading-large .record-reading {
    font-size: 17px;
  }
  .detail-provenance {
    font-size: 8px;
    line-height: 1.8;
  }
  .experience-dialog .button {
    font-size: 10px;
    padding: 13px 16px;
    max-width: 100%;
    gap: 13px;
  }
  .experience-dialog > .underlink {
    font-size: 9px;
  }
  .origin-dialog > p:not(.kicker) {
    font-size: 12px;
  }
  .origin-option {
    font-size: 24px;
    gap: 18px;
    padding: 17px 0;
  }
  .origin-option small {
    font-size: 9px;
    line-height: 1.8;
  }
  .place-dialog[open] {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .place-dialog-art {
    height: 180px;
    flex: none;
    overflow: hidden;
  }
  .place-dialog-art img {
    object-position: 50% 65%;
  }
  .place-dialog-copy {
    padding: 27px 24px;
  }
  .place-dialog-copy .kicker {
    font-size: 6px;
  }
  .place-dialog-copy > p {
    font-size: 12px;
  }
  .place-dialog-copy dl {
    font-size: 10px;
    gap: 10px 15px;
  }
  .book-reader {
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
    position: fixed;
    margin: 0;
    inset: 0;
    display: none;
  }
  .book-reader[open] {
    display: flex;
    flex-direction: column;
  }
  .reader-top {
    padding: 21px 22px 17px;
    flex: none;
  }
  .reader-top .kicker {
    font-size: 6px;
    padding-right: 30px;
  }
  .reader-top h2 {
    font-size: 25px !important;
    margin-top: 6px !important;
    max-width: 265px;
  }
  .reader-top .dialog-close {
    right: 15px;
    top: 20px;
  }
  .reader-tabs {
    padding-inline: 22px;
    gap: 23px;
    flex: none;
  }
  .reader-tabs button {
    font-size: 11px;
    padding-block: 14px 11px;
    min-height: 42px;
  }
  .reader-pages {
    max-height: none;
    flex: 1;
    padding: 17px 17px 22px;
    overscroll-behavior-y: contain;
    min-height: 0;
  }
  .reader-spread {
    grid-template-columns: 1fr;
    filter: drop-shadow(0 6px 9px #51492a17);
    gap: 12px;
  }
  .reader-leaf {
    padding: 26px 27px 43px;
    min-height: 425px;
    border-right: 0;
    box-shadow: inset -9px 0 14px -14px #645321;
  }
  .reader-leaf:nth-child(2) {
    background: linear-gradient(
      90deg,
      #e8e0cb,
      #fcf8eb 5%,
      #fbf7e9 97%,
      #eee6cc
    );
  }
  body.experience-home .reader-leaf h3 {
    font-size: 35px;
    margin-bottom: 23px;
  }
  .reader-chapter {
    font-size: 6px;
    letter-spacing: 0.15em;
    margin-bottom: 25px;
  }
  .reader-leaf > p:not(.reader-note) {
    font-size: 13px;
    line-height: 1.8;
  }
  .reader-initial {
    font-size: 77px;
  }
  .reader-life-list strong {
    font-size: 25px;
  }
  .reader-life-list button {
    padding: 13px 0;
    gap: 15px;
  }
  .reader-note {
    font-size: 8px;
    line-height: 1.8;
  }
  .reader-parents {
    margin-top: 30px;
    gap: 9px;
  }
  .reader-parents strong {
    font-size: 23px;
  }
  .reader-parents small {
    font-size: 8px;
  }
  .reader-children strong {
    font-size: 25px;
  }
  .reader-children small {
    font-size: 9px;
  }
  .reader-source-meta {
    font-size: 11px;
  }
  .reader-transcript {
    font-size: 12px;
    line-height: 1.8;
  }
  .reader-citation {
    font-size: 9px;
  }
  .reader-controls {
    padding: 12px 17px calc(12px + env(safe-area-inset-bottom));
    flex: none;
    gap: 11px;
  }
  .reader-controls button {
    min-width: 38px;
    height: 37px;
  }
  .reader-controls > span {
    font-size: 9px;
  }
  .reader-controls > a {
    font-size: 8px;
    max-width: 138px;
    line-height: 1.6;
    text-align: right;
  }
  .folio {
    left: 27px;
  }
  .reader-leaf:nth-child(2) .folio {
    right: 27px;
  }
  .reader-controls a {
    white-space: normal;
  }
}
@media (max-width: 360px) {
  body.experience-home .experience-hero h1 {
    font-size: 56px;
  }
  .story-place-card {
    width: 125px;
    left: 6%;
  }
  .story-person-card {
    width: 145px;
    right: 6%;
    padding-inline: 12px;
  }
  .story-place-card img {
    height: 84px;
  }
  .story-place-card strong {
    font-size: 22px;
  }
  .handwritten-name {
    font-size: 30px;
  }
  .story-person-card strong {
    font-size: 20px;
  }
  .story-stage {
    height: 320px;
  }
  .source-tile {
    min-width: 141px;
    flex-basis: 141px;
  }
  .discovery-form > label {
    gap: 6px;
    padding-inline: 6px;
  }
  .discovery-form > label .line-icon {
    display: none;
  }
  .discovery-form [data-submit-label] {
    font-size: 8px !important;
  }
  .book-chapter-menu button,
  .book-chapter-menu a {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .experience-home *,
  .experience-home *:before,
  .experience-home *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .story-place-card:hover {
    transform: rotate(-10deg);
  }
  .story-person-card:hover {
    transform: rotate(5deg);
  }
  .experience-home button:active,
  .experience-home a.button:active {
    scale: 1;
  }
  .interactive-book-object:hover {
    transform: none;
  }
}
/* Readability over image surfaces and in source metadata. */
body.experience-home .footer-story h2 {
  color: #263522;
}
body.experience-home .footer-quote p {
  color: #3e4b33;
}
body.experience-home .footer .brand,
body.experience-home .footer nav {
  color: #34452b;
}
.source-range {
  font-size: 10px;
}
.source-availability {
  font-size: 9px;
}
@media (min-width: 1051px) {
  .story-timeline {
    padding: 15px 12px 0;
    width: 134px;
    right: 2%;
    top: 145px;
    background: #2032206b;
    border: 1px solid #efe9d11a;
    border-radius: 3px;
    backdrop-filter: blur(5px);
  }
  .story-timeline small {
    font-size: 9px;
  }
  .source-intro > p {
    font-size: 11px;
  }
  .source-result-summary {
    font-size: 11px;
  }
  .discovery-form > label > span > span {
    font-size: 10px;
  }
}
.hero-still-life {
  mask-image: linear-gradient(90deg, transparent, #000 24%);
}
@media (max-width: 600px) {
  .hero-still-life,
  .paper-veil {
    display: none;
  }
  .story-stage {
    background-image:
      linear-gradient(
        180deg,
        #f4efe5 0%,
        #f4efe500 18%,
        #f4efe500 74%,
        #f4efe5 100%
      ),
      url("../images/heritage-hero.e5643ed82d72.webp");
    background-size:
      100% 100%,
      cover;
    background-position:
      center,
      85% 60%;
  }
}
/* Keep exploration available while moving between the place, sources and book. */
body.experience-home.page-scrolled .site-header {
  position: fixed !important;
  height: 66px !important;
  background: #f5f0e6f5 !important;
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px #2c392512;
}
body.experience-home.page-scrolled .site-header .language {
  color: #33442c;
  text-shadow: none;
}
body.experience-home.page-scrolled .mobile-menu nav {
  top: 65px !important;
}
.experience-home #zacatek,
.experience-home #mista,
.experience-home #prameny,
.experience-home #pribehy,
.experience-home #cesty {
  scroll-margin-top: 85px;
}
