html { scroll-behavior: smooth; }
body.admin-bar .site-header { top: 32px; }
.main-nav > li { display: contents; }
.main-nav .sub-menu { display: none; }
.entry-card h2 a { color: inherit; text-decoration: none; }
.entry-card h2 a:hover,
.entry-card h2 a:focus-visible { color: #c8a04a; }
.entry-card-read { font-weight: 700; }
.entry-card-image:empty { min-height: 220px; background: linear-gradient(135deg,#15243b,#10131a); }
.entry-card-image img { width: 100%; height: 100%; object-fit: cover; }
.navigation.pagination { margin-top: 40px; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.nav-links .page-numbers { display: inline-flex; min-width: 42px; min-height: 42px; align-items: center; justify-content: center; padding: 8px 12px; border: 1px solid rgba(200,160,74,.48); text-decoration: none; }
.nav-links .current { background: #c8a04a; color: #10131a; }
.wp-page { min-height: 56vh; padding-top: 40px; padding-bottom: 60px; }
.wp-page > article > h1 { margin-bottom: 28px; }
.entry-content > * + * { margin-top: 1.1em; }
.story-section h2 { font-size: clamp(1.2rem,2vw,1.55rem); }
.edition-story-body .bibliography-section { margin-top: 4.5rem; }
.screen-reader-text { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto!important; width: auto; height: auto; margin: 8px; padding: 12px 18px; background: #fff; color: #111; z-index: 100000; }
.member-panel { max-width: 700px; margin: 0 auto; }
.member-form small { display: block; margin-top: 5px; opacity: .75; }
.member-form.compact { margin-top: 30px; }
.member-details { display: grid; grid-template-columns: minmax(110px,auto) 1fr; gap: 8px 18px; margin: 26px 0; }
.member-details dt { font-weight: 700; }
.member-details dd { margin: 0; overflow-wrap: anywhere; }
.member-honeypot { position: absolute!important; left: -9999px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
@media (max-width: 850px) {
	.site-header { position: relative; }
	body.admin-bar .site-header { top: 0; }
	.header-inner { min-height: 0; align-items: flex-start; flex-direction: column; gap: 12px; padding: 16px 0; }
	.main-nav { display: flex; width: 100%; flex-wrap: wrap; gap: 8px 16px; }
	.main-nav a { padding: 5px 0; font-size: .86rem; }
}

.member-panel h2 { font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.2; margin: 2rem 0 .5rem; }
.member-panel h2 + p { margin-top: 0; }
.member-panel .member-form.compact + h2 { border-top: 1px solid rgba(35, 31, 27, .18); padding-top: 1.5rem; }
.member-panel .member-form.compact { margin-top: 24px; }
.member-panel-register { max-width: 760px; }
.member-panel-register .member-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem 1.4rem; align-items: start; margin-top: 1.75rem; }
.member-panel-register .member-form > label:not(.member-check) { display: flex; flex-direction: column; gap: .45rem; margin: 0; font-weight: 700; }
.member-panel-register .member-form input:not([type="checkbox"]) { width: 100%; box-sizing: border-box; }
.member-panel-register .member-check { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr; gap: .65rem; align-items: start; justify-self: center; max-width: 520px; margin: .25rem auto 0; }
.member-panel-register .member-form > button { grid-column: 1 / -1; justify-self: center; min-width: 210px; }
.member-panel-register .member-secondary { text-align: center; }
@media (max-width: 640px) { .member-panel-register .member-form { grid-template-columns: 1fr; } .member-panel-register .member-check, .member-panel-register .member-form > button { grid-column: 1; } .member-panel-register .member-form > button { width: 100%; } }
.member-delete-form > button { display: block; width: fit-content; min-width: 260px; max-width: 100%; margin: 1.25rem auto 0; text-align: center; }
.footer-inner { align-items: center; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .55rem 1.1rem; max-width: 470px; text-align: center; }
.footer-links a { color: #e8d9b6; font-size: .88rem; text-decoration: none; border-bottom: 1px solid transparent; }
.footer-links a:hover, .footer-links a:focus-visible { color: #fff; border-bottom-color: #c49a58; }
@media (max-width: 850px) { .footer-inner { align-items: flex-start; } .footer-links { justify-content: flex-start; text-align: left; } }
.museum-inquiry-panel { max-width: 900px; margin-inline: auto; }
.museum-inquiry-panel > .section-kicker, .museum-inquiry-panel > h1, .museum-inquiry-panel > p { text-align: center; }
.museum-inquiry-panel > h1 { max-width: 760px; margin: .35rem auto 1rem; line-height: 1.12; }
.museum-inquiry-panel > p { max-width: 760px; margin-left: auto; margin-right: auto; }
.museum-inquiry-panel > p .button { min-width: 150px; margin: .4rem; text-align: center; }
.museum-inquiry-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem 1.5rem; margin-top: 2rem; padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid rgba(35, 31, 27, .18); background: rgba(255, 255, 255, .36); }
.museum-inquiry-form > label { display: flex; flex-direction: column; gap: .45rem; margin: 0; font-weight: 700; }
.museum-inquiry-form input:not([type="checkbox"]), .museum-inquiry-form select, .museum-inquiry-form textarea { box-sizing: border-box; width: 100%; min-height: 46px; padding: .7rem .8rem; border: 1px solid rgba(35, 31, 27, .35); border-radius: 3px; background: #fff; color: #191919; font: inherit; }
.museum-inquiry-form textarea { min-height: 110px; resize: vertical; }
.museum-inquiry-form > label:nth-of-type(4), .museum-inquiry-form > label:nth-of-type(9), .museum-inquiry-form > .member-check { grid-column: 1 / -1; }
.museum-inquiry-form > .member-check { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: .7rem; font-weight: 400; }
.museum-inquiry-form > .member-check input { margin-top: .25rem; }
.museum-inquiry-form > button { grid-column: 1 / -1; justify-self: center; min-width: 240px; border: 0; cursor: pointer; }
@media (max-width: 700px) { .museum-inquiry-form { grid-template-columns: 1fr; padding: 1rem; } .museum-inquiry-form > label, .museum-inquiry-form > label:nth-of-type(4), .museum-inquiry-form > label:nth-of-type(9), .museum-inquiry-form > .member-check, .museum-inquiry-form > button { grid-column: 1; } .museum-inquiry-form > button { width: 100%; min-width: 0; } }
