* { box-sizing: border-box; }
body.explore-page { margin: 0; color: #07142e; background: #fff7e8 url('./assets/explore-paper-background.png') center/cover fixed; font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; }
.explore-journal { width: 84%; max-width: 1540px; margin: 0 auto; padding: 32px 0 16px; }
.explore-intro p { margin: 0 0 12px; font-size: 15px; font-weight: 650; letter-spacing: 1px; color: #345476; }
.explore-intro h1 { margin: 0; font-size: clamp(32px,3vw,52px); line-height: 1.2; letter-spacing: 2px; }
.explore-feature { display: grid; grid-template-columns: 1.8fr 1fr; align-items: center; gap: 5.5%; margin-top: 20px; }
.explore-photo { position: relative; margin: 0; padding: 20px 20px 0; background: #fffaf1; box-shadow: 0 5px 9px #64563c35; transform: rotate(-3deg); }
.explore-photo > img { width: 100%; aspect-ratio: 2.25; display: block; object-fit: cover; object-position: center top; }
.explore-photo figcaption { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 8px 12px; color: #817c70; font-size: 14px; }
#exploreEnglish { font: italic 26px Georgia,serif; }
.journal-tape { position: absolute; z-index: 1; width: 96px; height: 60px; background: url('./puzzle-reference/assets/ui/journal-ornaments.webp') 10.94% 18.3%/273.07% 544.68% no-repeat; mix-blend-mode: multiply; pointer-events: none; }
.tape-top { top: -16px; left: -23px; transform: rotate(-14deg); }
.tape-bottom { bottom: -9px; right: -24px; transform: rotate(-14deg); }
.explore-copy { align-self: start; padding: 18px 0 24px; }
.explore-count { font-size: 18px; font-weight: 750; margin: 0 0 22px; }
.explore-copy h2 { margin: 0; font-size: clamp(42px,4.4vw,78px); font-weight: 900; line-height: 1.2; letter-spacing: 2px; }
.explore-subtitle { color: #345476; font-size: clamp(24px,2.1vw,36px); font-weight: 650; margin: 14px 0 38px; }
.explore-description { color: #345476; font-size: clamp(15px,1.2vw,21px); line-height: 1.8; margin: 0 0 32px; }
.explore-start { width: 82%; min-height: 70px; display: flex; align-items: center; gap: 22px; padding: 16px 26px; border: 3px solid #07142e; background: #123bee; color: white; font-size: 24px; font-weight: 750; text-decoration: none; box-shadow: 3px 3px #07142e; }
.explore-start img { width: 26px; filter: brightness(0) invert(1); }
.explore-start:hover { background: #0926a8; }
.explore-start:active { transform: translate(2px,2px); box-shadow: none; }
.explore-switcher { display: flex; align-items: center; justify-content: center; gap: 52px; margin-top: 32px; }
.explore-thumb { border: 2px solid transparent; padding: 6px; background: transparent; color: #07142e; cursor: pointer; }
.explore-thumb img { display: block; width: clamp(140px,12vw,212px); height: clamp(70px,5.4vw,96px); object-fit: cover; margin-bottom: 9px; }
.explore-thumb[data-destination="1"] img { object-fit: contain; background: #dfe6c9; }
.explore-thumb span { font: 750 18px/1.3 "PingFang SC",sans-serif; }
.explore-thumb[aria-pressed="true"] { border-color: #123bee; background: #fffaf1; }
.explore-thumb:hover { background: #f1e7cf; }
.explore-arrow { width: 48px; height: 48px; display: grid; place-items: center; background: #fffaf1; border: 2px solid #07142e; box-shadow: 2px 3px #07142e; cursor: pointer; }
.explore-arrow img { width: 25px; height: 25px; }
.explore-arrow:hover { background: #a8e6cf; }
.explore-arrow:active { transform: translate(2px,2px); box-shadow: none; }
.explore-page :is(a,button,.explore-feature):focus-visible { outline: 3px solid #123bee; outline-offset: 5px; }
@media (min-width: 901px) and (max-height: 780px) {
  .explore-journal { max-width: 1220px; padding-top: 24px; }
  .explore-intro h1 { font-size: 36px; }
  .explore-feature { margin-top: 18px; }
  .explore-copy h2 { font-size: 52px; }
  .explore-subtitle { margin-bottom: 24px; }
  .explore-switcher { margin-top: 24px; }
}
