/* The frontispiece: a photographed artifact beside an editorial maker's plate. */
.entry-brand {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  margin: 32px clamp(28px, 4.5vw, 90px) 0;
  color: #e3d2b0;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.19em;
  text-decoration: none;
}
.entry-brand span {
  display: block;
  margin-top: 8px;
  font-size: 8px;
  letter-spacing: 0.52em;
}
#entry {
  --paper: #241f18;
  --ink: #eadfc9;
  display: grid;
  grid-template-columns: 46% 54%;
  grid-template-rows: auto minmax(min-content, 1fr) auto;
  align-items: stretch;
  justify-items: stretch;
  padding: 0;
  transform: none;
  background: radial-gradient(ellipse at 49% 35%, #3d3022 0, #241f18 42%, #171813 100%);
  color: var(--ink);
  isolation: isolate;
}
#entry::after {
  content: '';
  position: absolute;
  inset: 0 54% 0 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.32;
  background: repeating-linear-gradient(97deg, transparent 0 3px, #d4b58109 3px 4px);
}
.at-start:not(.loading-world) header {
  display: none;
}
.at-start:not(.loading-world) .wordmark {
  color: #29291f;
}
.entry-art {
  grid-column: 2;
  grid-row: 1 / 4;
  position: sticky;
  top: 0;
  align-self: start;
  height: 100svh;
  margin: 0;
  overflow: hidden;
  min-height: 0;
  background: #524533;
}
.entry-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  display: block;
  transform: scale(1.035) translate(var(--art-x, 0px), var(--art-y, 0px));
  transition: transform 1.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.entry-art::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #20190d55, transparent 18%, transparent 78%, #130f09ae);
}
.artifact-index,
.entry-art figcaption {
  position: absolute;
  z-index: 1;
  left: 36px;
  right: 36px;
  color: #f1e4c9;
  font:
    9px system-ui,
    sans-serif;
  letter-spacing: 0.17em;
}
.artifact-index {
  top: 38px;
  display: flex;
  justify-content: flex-end;
}
.entry-art figcaption {
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.artifact-line {
  width: 34px;
  height: 1px;
  background: #d3b16e;
}
#entry .entry-content {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  text-align: left;
  align-self: center;
  min-width: 0;
  padding: 44px clamp(28px, 4.5vw, 90px);
}
.entry-kicker {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-bottom: 30px;
}
.entry-seal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border: 1px solid #8d7a51;
  border-radius: 50%;
  color: #77603d;
  font-size: 23px;
  letter-spacing: -0.14em;
}
.entry-seal span {
  font-size: 12px;
  align-self: flex-end;
  margin: 0 3px 11px -1px;
}
#entry .eyebrow {
  color: #c2ad8e;
  font-size: 9px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  margin: 0;
}
#entry h1 {
  color: #eadfc9;
  font-size: clamp(52px, min(6.3vw, 9.5svh), 102px);
  line-height: 0.97;
  letter-spacing: -0.052em;
  font-weight: 400;
}
#entry h1 em {
  display: block;
  color: #c4a16b;
  white-space: nowrap;
}
#entry .entry-note {
  color: #c4b49a;
  font-size: 15px;
  line-height: 1.6;
  margin: 26px 0 31px;
  max-width: none;
}
#entry .entry-choices {
  display: grid;
  justify-content: stretch;
  gap: 0;
  width: 100%;
  max-width: 380px;
}
#entry .entry-choices > * {
  display: grid;
  grid-template-columns: 27px 1fr 22px;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 74px;
  padding: 15px 18px;
  gap: 10px;
  margin: 0;
  text-align: left;
  text-decoration: none;
  font-family: 'Bona Nova', serif;
  border-radius: 0;
  transition:
    background 0.25s,
    color 0.25s;
}
#entry .entry-choices span {
  margin: 0;
}
#entry .primary {
  color: #191b15;
  background: #bc9e6b;
  border: 1px solid #cfb17c;
}
#entry .primary:hover {
  background: #d0b580;
  border-color: #e0c895;
}
#entry .main-page-link {
  color: #e2d3b9;
  border-bottom: 1px solid #7e6c50;
  letter-spacing: 0;
}
#entry .main-page-link:hover {
  background: #b7955220;
}
#entry .route-number {
  font:
    9px system-ui,
    sans-serif;
  opacity: 1;
  letter-spacing: 0.05em;
}
#entry .route-copy {
  font-size: 18px;
  line-height: 1.2;
}
#entry .route-copy small {
  display: block;
  font:
    9px system-ui,
    sans-serif;
  letter-spacing: 0.06em;
  margin-top: 5px;
  opacity: 1;
}
#entry .route-arrow {
  font:
    23px 'Bona Nova',
    serif;
  transition: transform 0.25s;
}
#entry .entry-choices > *:hover .route-arrow {
  transform: translate(3px, -2px);
}
#entry .motion {
  margin: 18px 0 0;
  justify-content: flex-start;
  color: #c4b49a;
  font-size: 10px;
}
#entry input {
  appearance: none;
  width: 14px;
  height: 14px;
  margin: 0;
  flex-shrink: 0;
  border: 1px solid #b09a75;
  border-radius: 2px;
  background: transparent;
  display: grid;
  place-content: center;
}
#entry input::before {
  content: '';
  width: 7px;
  height: 7px;
  background: #d2b57e;
  transform: scale(0);
}
#entry input:checked::before {
  transform: scale(1);
}
#entry :focus-visible {
  outline-color: #ecd09b;
}
#entry .entry-colophon {
  position: static;
  grid-column: 1;
  grid-row: 3;
  padding: 0 clamp(28px, 4.5vw, 90px) 28px;
  flex-wrap: wrap;
  left: clamp(28px, 4.5vw, 90px);
  right: 58%;
  bottom: 26px;
  color: #b8a589;
  font-size: 8px;
  letter-spacing: 0.1em;
  align-items: center;
  margin: 0;
}
.entry-colophon i {
  margin-left: 10px;
  font-style: normal;
  font-size: 19px;
  color: #c4a16b;
}
@media (min-width: 901px) and (max-height: 820px) {
  #entry .entry-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #entry h1 {
    font-size: clamp(52px, min(5.7vw, 9svh), 83px);
  }
  .entry-kicker {
    margin-bottom: 20px;
  }
  #entry .entry-note {
    margin: 20px 0;
  }
  #entry .entry-choices > * {
    min-height: 66px;
    padding-block: 12px;
  }
}
@media (max-width: 900px) {
  .entry-brand {
    margin: 20px 24px;
    flex: 0 0 auto;
    font-size: 15px;
  }
  #entry {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow-y: auto;
  }
  .at-start:not(.loading-world) header {
    width: 100%;
    padding: 20px 24px;
    height: 70px;
    background: #e9e1cf;
  }
  #entry .entry-art {
    flex: 0 0 auto;
    width: 100%;
    height: clamp(265px, 38svh, 440px);
    min-height: 0;
    margin-top: 0;
    order: 0;
  }
  .entry-art img {
    object-position: 50% 31%;
  }
  .artifact-index {
    top: 18px;
    left: 24px;
    right: 24px;
    font-size: 7px;
  }
  .entry-art figcaption {
    bottom: 18px;
    left: 24px;
    right: 24px;
    font-size: 7px;
  }
  #entry .entry-content {
    order: 1;
    padding: 26px 24px 20px;
    width: 100%;
  }
  .entry-kicker {
    margin-bottom: 12px;
    gap: 12px;
  }
  .entry-seal {
    display: none;
  }
  #entry .eyebrow {
    font-size: 7px;
    line-height: 1.5;
    letter-spacing: 0.12em;
  }
  #entry .eyebrow br {
    display: none;
  }
  #entry .eyebrow br::after {
    content: ' ';
  }
  #entry h1 {
    font-size: clamp(43px, 9vw, 66px);
    line-height: 0.98;
    letter-spacing: -0.045em;
  }
  #entry h1 br:first-of-type {
    display: none;
  }
  #entry h1 br:first-of-type::after {
    content: ' ';
  }
  #entry .entry-note {
    font-size: 13px;
    line-height: 1.45;
    margin: 15px 0 18px;
  }
  #entry .entry-choices {
    max-width: none;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  #entry .entry-choices > * {
    grid-template-columns: 1fr 16px;
    padding: 12px 13px;
    min-height: 66px;
    gap: 4px;
  }
  #entry .route-number {
    display: none;
  }
  #entry .route-copy {
    font-size: 15px;
  }
  #entry .route-copy small {
    font-size: 8px;
    letter-spacing: 0;
  }
  #entry .route-arrow {
    font-size: 19px;
  }
  #entry .motion {
    margin-top: 15px;
    font-size: 9px;
  }
  #entry .entry-colophon {
    position: static;
    order: 2;
    padding: 0 24px 18px;
    font-size: 7px;
  }
  #entry::after {
    inset: 0;
  }
}
@media (max-width: 900px) and (min-height: 760px) {
  #entry .entry-content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .entry-art img,
  #entry .route-arrow {
    transform: none;
    transition: none;
  }
}
@media (max-width: 400px) and (max-height: 740px) {
  .entry-brand {
    margin: 15px 20px;
  }
  .at-start:not(.loading-world) header {
    height: 60px;
    padding: 15px 20px;
  }
  #entry .entry-art {
    margin-top: 0;
    height: clamp(170px, 30svh, 215px);
  }
  #entry .entry-content {
    padding: 20px;
  }
  #entry h1 {
    font-size: 36px;
  }
  #entry .entry-note {
    font-size: 12px;
    margin: 12px 0 14px;
  }
  #entry .route-copy {
    font-size: 14px;
  }
  #entry .entry-colophon {
    padding: 0 20px 14px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  #entry {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .at-start:not(.loading-world) header {
    width: 50%;
    height: 65px;
  }
  #entry .entry-art {
    height: 100svh;
    margin: 0;
    grid-column: 2;
  }
  .entry-art img {
    object-position: 50% 48%;
  }
  #entry .entry-content {
    grid-column: 1;
    padding: 24px;
  }
  #entry .entry-kicker {
    display: none;
  }
  #entry h1 {
    font-size: 36px;
  }
  #entry .entry-note {
    font-size: 11px;
    margin: 14px 0;
  }
  #entry .entry-choices > * {
    min-height: 56px;
    padding: 10px;
  }
  #entry .route-copy {
    font-size: 14px;
  }
  #entry .motion {
    margin-top: 12px;
  }
  #entry .entry-colophon {
    display: none;
  }
}
