/* A book page turns to reveal the next idea. All pages share a stable footprint. */
.hero-carousel{overflow:hidden;padding-bottom:0;perspective:1600px;isolation:isolate}
.hero-carousel:hover{background:#e9ede7}
.hero-pages{display:grid;perspective:1600px}
.hero-page{grid-area:1/1;min-width:0;visibility:hidden;pointer-events:none;transform-origin:left center;backface-visibility:hidden;position:relative;background:#e9ede7}
.hero-page.is-active{visibility:visible;pointer-events:auto;z-index:1}
.hero-page-link{display:grid;grid-template-rows:auto auto 1fr auto;height:100%;color:var(--ink)}
.hero-page-link:hover{color:var(--ink)}
.hero-carousel .exhibit-top{justify-content:flex-end;align-items:center;gap:9px}
.hero-carousel .exhibit-books{min-height:246px}
.hero-carousel .exhibit-books-pair{grid-template-columns:repeat(2,minmax(0,1fr));padding-left:13%;padding-right:13%;gap:32px}
.hero-carousel .exhibit-books-pair .exhibit-book-1{transform:rotate(6deg)}
.hero-carousel .exhibit-annotation{margin:0;align-items:flex-start}
.hero-carousel .exhibit-annotation p{max-width:none}
.hero-carousel .exhibit-annotation h2{max-width:365px;text-wrap:pretty}
.hero-carousel .exhibit-bottom{align-items:center}
.hero-carousel:hover .cover{transform:none}
.hero-page-link:hover .cover{transform:translateY(-4px)}
.hero-cover-fallback{max-width:100%;width:135px}
.hero-title-card{width:100%;height:201px;display:flex;flex-direction:column;justify-content:space-between;gap:12px;padding:18px 12px;border:1px solid #c6d1c4;background:var(--paper);color:var(--ink)}
.hero-title-card strong{font:22px/1.1 var(--serif);overflow-wrap:anywhere}
.hero-title-card small{font-size:8px;line-height:1.4;color:var(--muted)}
.hero-carousel [hidden]{display:none!important}
.hero-carousel-controls{display:flex;gap:8px;align-items:center;justify-content:space-between;border-top:1px solid #c6d1c4;min-height:55px;position:relative;z-index:4}
.hero-controls-label{font:italic 15px var(--serif);color:#536050}
.hero-dots{display:flex;gap:0;align-items:center}
.hero-dot,.hero-rotation{border:0;padding:0;background:transparent;display:grid;place-items:center;flex-shrink:0;width:28px;height:44px;color:#536050;cursor:pointer}
.hero-dot span{width:6px;height:6px;border:1px solid #7d8978;border-radius:50%;background:transparent;transition:background 140ms,transform 140ms,border-color 140ms}
.hero-dot[aria-current="true"] span{background:var(--blue);border-color:var(--blue);transform:scale(1.25)}
.hero-dot:hover span{border-color:var(--blue)}
.hero-rotation{width:36px}
.hero-rotation:hover{color:var(--blue)}
.hero-rotation svg{width:20px;height:20px}
.hero-dot:focus-visible,.hero-rotation:focus-visible,.hero-page-link:focus-visible{outline:2px solid var(--blue);outline-offset:-2px}
.hero-page.is-turning{visibility:visible;z-index:3;pointer-events:none;animation:hero-page-open 620ms cubic-bezier(.32,.05,.22,1) both}
.hero-page.is-turning::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 40%,#1c302300);pointer-events:none;animation:hero-page-shade 620ms ease-in both}
@keyframes hero-page-open{0%{transform:rotateY(0);opacity:1}65%{opacity:1}100%{transform:rotateY(-105deg);opacity:0}}
@keyframes hero-page-shade{0%{opacity:0;background:linear-gradient(90deg,transparent 35%,#1c30233b)}100%{opacity:1;background:linear-gradient(90deg,transparent 35%,#1c30233b)}}
@media(max-width:1100px){.hero-carousel .exhibit-books{min-height:216px}.hero-title-card{height:167px;padding:12px 9px}.hero-title-card strong{font-size:19px}.hero-controls-label{font-size:13px}.hero-dot{width:25px}.hero-carousel .exhibit-bottom{font-size:8px;gap:8px}}
@media(max-width:800px){.hero-carousel .exhibit-books{min-height:182px}.hero-title-card{height:135px;padding:10px 8px}.hero-title-card strong{font-size:16px}.hero-title-card small{font-size:7px}.hero-controls-label{display:none}.hero-carousel-controls{justify-content:center;gap:12px}.hero-carousel .exhibit-books-pair{padding-left:7%;padding-right:7%;gap:22px}.hero-carousel .exhibit-bottom{align-items:flex-start}}
@media(max-width:600px){.hero-carousel .exhibit-books{min-height:208px}.hero-title-card{height:157px}.hero-title-card strong{font-size:19px}.hero-carousel .exhibit-books-pair{padding-left:12%;padding-right:12%;gap:30px}.hero-carousel .exhibit-bottom{align-items:center}.hero-carousel-controls{justify-content:space-between;gap:4px}.hero-controls-label{display:block;font-size:12px}.hero-dot{width:24px}.hero-rotation{width:28px}.hero-carousel .exhibit-annotation p{font-size:11px}.hero-carousel .exhibit-annotation h2{font-size:30px}.hero-carousel .exhibit-top{font-size:8px}}
@media(max-width:360px){.hero-carousel .exhibit-books{min-height:188px}.hero-title-card{height:137px}.hero-title-card strong{font-size:17px}.hero-carousel .exhibit-annotation h2{font-size:27px}.hero-controls-label{display:none}.hero-carousel-controls{justify-content:center;gap:12px}.hero-dot{width:28px}.hero-carousel .exhibit-bottom{font-size:7px;gap:5px}}
@media(prefers-reduced-motion:reduce){.hero-page,.hero-page::after,.hero-dot span{animation:none!important;transition:none!important}.hero-page.is-turning{visibility:hidden}.hero-page-link:hover .cover{transform:none}}
