@font-face { font-family: kepler-std; font-display: swap; }/* Jennie Fields Static Site */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 18px; -webkit-text-size-adjust: 100%; }
body { font-family: kepler-std, serif; font-size: 18px; font-weight: 400; line-height: 1.625; color: #000; background: #fff; }
h1 { font-family: kepler-std, serif; font-size: 25px; font-weight: 400; line-height: 30px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
h2 { font-family: kepler-std, serif; font-size: 25px; font-weight: 400; line-height: 30px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; margin-top: 30px; }
h3 { font-family: futura-pt, sans-serif; font-size: 28px; font-weight: 300; line-height: 33.6px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 12px; }
h4 { font-family: kepler-std, serif; font-size: 20px; font-weight: 400; line-height: 28px; margin-bottom: 12px; }
p { margin-bottom: 16px; }
a { color: #000; text-decoration: underline; }
a:hover { opacity: 0.8; }
img { max-width: 100%; height: auto; }
hr { border: none; border-top: 1px solid #ddd; margin: 20px 0; }
.site-container { min-height: 100vh; display: flex; flex-direction: column; }
.site-inner { flex: 1; max-width: 1140px; margin: 0 auto; padding: 40px 20px; width: 100%; }
.entry-content { max-width: 900px; margin: 0 auto; }
.site-header { text-align: center; padding: 30px 20px 10px; background: #fff; }
.site-title { margin: 0; }
.site-title a { display: inline-block; text-decoration: none; background: url('../images/0009-cropped-logo.webp') no-repeat center; background-size: contain; width: 400px; height: 90px; text-indent: -9999px; overflow: hidden; }
.site-description { display: none; }
.line-separator { display: block; margin: 0 auto; max-width: 100%; height: auto; }
.nav-primary { text-align: center; padding: 10px 0; position: relative; }
.nav-primary .wrap { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.menu-toggle { display: none; background: none; border: none; font-size: 24px; cursor: pointer; padding: 10px; font-family: kepler-std, serif; }
.menu { list-style: none; display: flex; justify-content: center; gap: 0; flex-wrap: wrap; }
.menu li { position: relative; }
.menu li a { display: block; padding: 8px 18px; text-decoration: none; font-family: kepler-std, serif; font-size: 16px; letter-spacing: 1px; text-transform: uppercase; color: #000; transition: opacity 0.2s; }
.menu li a:hover { opacity: 0.6; }
.menu li .sub-menu { display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: #fff; border: 1px solid #ddd; list-style: none; min-width: 240px; z-index: 100; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.menu li:hover .sub-menu { display: block; }
.menu li .sub-menu li a { padding: 8px 20px; font-size: 14px; white-space: nowrap; }
.home-hero { background: url('../images/0011-background.webp') center center / cover no-repeat; padding: 40px; display: flex; gap: 40px; align-items: center; justify-content: center; min-height: 400px; }
.home-hero .book-image { flex: 0 0 auto; }
.home-hero .book-image img { max-width: 300px; width: 100%; height: auto; }
.home-hero .book-info { flex: 0 1 500px; text-align: center; color: #fff; }
.home-hero .book-info h3 { color: #fff; }
.home-hero .book-info h4 { color: #fff; font-style: italic; font-size: 20px; margin-bottom: 20px; }
.testimonial-rotator { margin: 20px 0; min-height: 120px; }
.testimonial-slide { display: none; text-align: center; }
.testimonial-slide.active { display: block; }
.testimonial-quote { font-family: kepler-std, serif; font-size: 18px; font-style: italic; line-height: 1.6; color: #fff; margin-bottom: 10px; }
.testimonial-author { font-family: futura-pt, sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #fff; }
.testimonial-author em { font-weight: 400; text-transform: none; }
.button { display: inline-block; padding: 10px 30px; border: 1px solid #fff; color: #fff; text-decoration: none; font-family: kepler-std, serif; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; transition: all 0.3s; background: transparent; }
.button:hover { background: #fff; color: #000; opacity: 1; }
.button-dark { border-color: #000; color: #000; }
.button-dark:hover { background: #000; color: #fff; }
.buy-buttons { text-align: center; padding: 20px 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.buy-buttons a, .buy-buttons img { display: inline-block; }
.buy-buttons img { width: 146px; height: 40px; vertical-align: middle; }
.two-column { display: flex; gap: 30px; margin-bottom: 30px; }
.two-column .col-left { flex: 0 0 auto; }
.two-column .col-right { flex: 1; }
.two-column .col-left img { max-width: 365px; }
.blockquote { border-left: 3px solid #000; padding: 10px 20px; margin: 20px 0; font-style: italic; }
.blockquote .quote { font-size: 18px; line-height: 1.6; }
.blockquote .by { text-align: right; font-style: normal; font-size: 14px; }
.about-image { float: left; margin: 0 20px 10px 0; border: solid 1px #000; padding: 3px; max-width: 300px; }
.books-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; text-align: center; }
.books-grid a img { width: 200px; height: auto; transition: opacity 0.3s; }
.books-grid a:hover img { opacity: 0.8; }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 20px 0; }
.gallery-item { text-align: center; }
.gallery-item img { max-width: 100%; height: auto; }
.gallery-caption { font-size: 14px; font-style: italic; margin-top: 8px; color: #555; }
.contact-form label { display: block; margin-bottom: 5px; font-weight: 400; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea, .contact-form select { width: 100%; max-width: 500px; padding: 8px 12px; border: 1px solid #ccc; font-family: kepler-std, serif; font-size: 16px; margin-bottom: 15px; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form button[type="submit"], .contact-form input[type="submit"] { background: #2f8fa4; color: #fff; border: none; padding: 10px 30px; font-family: kepler-std, serif; font-size: 16px; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; transition: opacity 0.3s; }
.contact-form button[type="submit"]:hover, .contact-form input[type="submit"]:hover { opacity: 0.8; }
.form-message { padding: 15px; margin: 15px 0; border-radius: 3px; display: none; }
.form-message.success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; display: block; }
.form-message.error { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; display: block; }
.invite-form fieldset { border: none; padding: 0; margin: 0; }
.invite-form h4 { margin-top: 20px; margin-bottom: 10px; }
.invite-form label { display: block; margin-bottom: 5px; }
.invite-form input[type="text"], .invite-form input[type="email"], .invite-form textarea, .invite-form select { width: 100%; max-width: 500px; padding: 8px 12px; border: 1px solid #ccc; font-family: kepler-std, serif; font-size: 16px; margin-bottom: 10px; }
.invite-form .checkbox-group { margin-bottom: 10px; }
.invite-form .checkbox-group label { display: inline; margin-right: 15px; }
.invite-form select { width: auto; min-width: 80px; }
.invite-form input[type="submit"] { background: #000; color: #fff; border: none; padding: 10px 30px; font-family: kepler-std, serif; font-size: 16px; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; }
.site-footer { text-align: center; padding: 20px; font-size: 14px; color: #555; border-top: 1px solid #ddd; }
.site-footer p { margin: 0; }
.clearfix::after { content: ""; display: table; clear: both; }
.text-center { text-align: center; }
.shadow { box-shadow: 0 2px 8px rgba(0,0,0,0.15); }
.qa-content p strong { display: block; margin-top: 25px; margin-bottom: 10px; font-size: 18px; line-height: 1.5; }
.book-group ol, .book-group ul { margin: 0 0 20px 30px; }
.book-group li { margin-bottom: 12px; line-height: 1.6; }
@media (max-width: 860px) {
  .menu-toggle { display: block; margin: 0 auto; }
  .menu { display: none; flex-direction: column; align-items: center; }
  .menu.active { display: flex; }
  .menu li .sub-menu { position: static; transform: none; box-shadow: none; border: none; min-width: auto; }
  .menu li .sub-menu li a { font-size: 13px; padding: 6px 20px; }
  .home-hero { flex-direction: column; padding: 30px 20px; text-align: center; }
  .home-hero .book-image img { max-width: 250px; }
  .two-column { flex-direction: column; }
  .two-column .col-left { text-align: center; }
  .two-column .col-left img { max-width: 280px; }
  .about-image { float: none; display: block; margin: 0 auto 15px; }
  .site-title a { width: 300px; height: 70px; }
  .gallery { grid-template-columns: 1fr; }
  .books-grid a img { width: 150px; }
}
@media (max-width: 480px) {
  html { font-size: 16px; }
  .site-title a { width: 250px; height: 60px; }
  .home-hero .book-image img { max-width: 200px; }
  .buy-buttons img { width: 130px; height: 36px; }
  h1 { font-size: 22px; }
  h2 { font-size: 22px; }
  h3 { font-size: 22px; }
}
