/*
Theme Name: Hu Shih Memorial Preview
Theme URI: https://www.hushihmemorialfoundation.org/
Author: Hu Shih Memorial Foundation
Description: Portable preview theme prepared from the archived Wix site.
Version: 1.0.0
Text Domain: hushih-preview
*/

:root { --hs-red:#9c3028; --hs-ink:#26221f; --hs-paper:#fbf8f1; --hs-gold:#c9a86a; }
html { scroll-behavior:smooth; }
body { background:var(--hs-paper); color:var(--hs-ink); }
a { text-underline-offset:.18em; }
.wp-site-blocks { min-height:100vh; }
.hs-header { border-bottom:1px solid rgba(38,34,31,.15); }
.hs-brand a { text-decoration:none; }
.hs-nav { gap:1.1rem; }
.hs-nav a { text-decoration:none; font-size:.92rem; }
.hs-hero { background:linear-gradient(120deg,#6f201b 0%,#9c3028 56%,#bd6658 100%); color:white; }
.hs-kicker { font-family:ui-serif,Georgia,serif; letter-spacing:.18em; text-transform:uppercase; font-size:.76rem; }
.hs-hero h1 { max-width:920px; text-wrap:balance; }
.hs-main { min-height:55vh; }
.hs-main h1,.hs-main h2,.hs-main h3 { color:#72251f; }
.hs-main img { border-radius:3px; }
.hs-card { background:#fff; border:1px solid rgba(38,34,31,.12); border-radius:5px; box-shadow:0 12px 32px rgba(55,40,30,.06); }
.hs-post-card { overflow:hidden; }
.hs-post-card-image { margin:0; }
.hs-post-card-image img { display:block; width:100%; object-fit:cover; }
.hs-footer { background:#27221f; color:#eee7dc; }
.hs-footer a { color:white; }
@media (max-width:760px) {
  .hs-header .wp-block-group { align-items:flex-start !important; }
  .hs-nav { gap:.65rem; }
  .hs-nav a { font-size:.82rem; }
}
