/* Mel Bradshaw author site — shared stylesheet */
/* Originally extracted from inline <style> blocks across all 10 pages */
/* Unified: 2026-07-16 */

*, *::before, *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}

body {
  font-family: 'Source Serif 4', Georgia, serif;
        background: #0d1b2a;
        color: #e8d5b0;
}

/* NAV */
    nav.main-nav {
  background: #07111a;
        border-bottom: 2px solid #c9a84c;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 2.5rem;
        height: 64px;
}

.nav-logo {
  font-family: 'Courier Prime', monospace;
        font-size: 1.05rem;
        font-weight: 700;
        color: #c9a84c;
        letter-spacing: 0.06em;
}

.nav-logo a {
  color: #c9a84c;
        text-decoration: none;
}

.nav-links {
  display: flex;
}

.nav-links a {
  font-family: 'Courier Prime', monospace;
        font-size: 1rem;
        color: #c8b99a;
        text-decoration: none;
        padding: 0 1.4rem;
        height: 64px;
        display: flex;
        align-items: center;
        border-bottom: 3px solid transparent;
        letter-spacing: 0.06em;
}

.nav-links a:hover,
    .nav-links a.active {
  color: #c9a84c;
        border-bottom-color: #c9a84c;
}

.page-wrap {
  max-width: 960px;
        margin: 0 auto;
        padding: 3rem 2.5rem;
}

/* SECTION HEADING */
    .section-heading {
  font-family: 'Courier Prime', monospace;
        font-size: 0.95rem;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: #8b2020;
        margin-bottom: 1.2rem;
}

/* PAGE TITLE (for inner pages) */
    .page-title {
  font-family: 'Courier Prime', monospace;
        font-size: 2rem;
        font-weight: 700;
        color: #e8d5b0;
        margin-bottom: 1rem;
        border-bottom: 1px solid #c9a84c33;
        padding-bottom: 0.8rem;
}

/* FOOTER */
    footer {
  background: #07111a;
        border-top: 2px solid #c9a84c33;
        padding: 1.2rem 2.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
}

.footer-nav {
  display: flex; gap: 1.5rem;
}

.footer-nav a {
  font-family: 'Courier Prime', monospace;
        font-size: 0.85rem;
        color: #6a5a40;
        text-decoration: none;
        letter-spacing: 0.05em;
}

.footer-nav a:hover {
  color: #c9a84c;
}

/* CONTACT/SOCIAL */
    .contact-block h3,
    .social-block h3 {
  font-family: 'Courier Prime', monospace;
        font-size: 0.95rem;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: #8b2020;
        margin-bottom: 0.8rem;
}

.contact-block a {
  font-size: 1.05rem;
        color: #c9a84c;
        text-decoration: none;
}

.contact-block a:hover {
  text-decoration: underline;
}

.social-block a {
  display: inline-flex;
        align-items: center;
        gap: 8px;
        font-family: 'Courier Prime', monospace;
        font-size: 0.95rem;
        color: #c9a84c;
        text-decoration: none;
        border: 1px solid #c9a84c44;
        padding: 8px 16px;
        letter-spacing: 0.06em;
}

.social-block a:hover {
  background: #c9a84c18;
}

a {
  color: #c9a84c;
}

a:hover {
  text-decoration: underline;
}

/* GENERIC INNER PAGE LINK LISTS */
    .entry-content p {
  font-size: 1.1rem;
        line-height: 1.85;
        color: #c8b99a;
        margin-bottom: 1rem;
}

.entry-content strong, .entry-content b {
  color: #e8d5b0;
}

.entry-content em, .entry-content i {
  color: #c9a84c; font-style: italic;
}

.contact-section {
  padding: 2.5rem 2.5rem 1rem;
        border-top: 1px solid #c9a84c33;
        max-width: 960px;
        margin: 0 auto;
        display: flex;
        gap: 4rem;
        flex-wrap: wrap;
}

/* BOOK PAGE LAYOUT — cover left, text right */
    .book-page {
  padding: 3rem 2.5rem;
        max-width: 960px;
        margin: 0 auto;
}

.book-page-inner {
  display: flex;
        align-items: flex-start;
        gap: 3rem;
        margin-bottom: 2.5rem;
}

.book-cover-block {
  flex-shrink: 0;
        width: 220px;
}

.book-cover-block img {
  width: 100%;
        display: block;
        border: 1px solid #c9a84c44;
}

.book-cover-caption {
  font-family: 'Courier Prime', monospace;
        font-size: 0.78rem;
        color: #8b8060;
        text-align: center;
        margin-top: 0.7rem;
        line-height: 1.5;
        font-style: italic;
}

.book-text {
  flex: 1;
}

.book-text h2 {
  font-family: 'Courier Prime', monospace;
        font-size: 1.05rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        margin-bottom: 1rem;
        color: #c9a84c;
}

.book-text p {
  font-size: 1.05rem;
        line-height: 1.75;
        color: #c8b99a;
        margin-bottom: 1rem;
}

/* BUY FROM box (right column under synopsis) */
    .book-buy {
  background: #07111a;
        border: 1px solid #c9a84c44;
        padding: 1rem 1.2rem;
        margin-top: 1rem;
        font-size: 0.95rem;
        color: #c8b99a;
}

.book-buy strong {
  display: block;
        font-family: 'Courier Prime', monospace;
        font-size: 0.8rem;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: #c9a84c;
        margin-bottom: 0.5rem;
}

.book-buy a {
  color: #c9a84c;
        text-decoration: none;
        font-weight: 700;
}

.book-buy a:hover {
  text-decoration: underline;
}

.book-buy-row {
  padding: 0.3rem 0;
        border-bottom: 1px dotted #c9a84c22;
}

.book-buy-row:last-child {
  border-bottom: none;
}

.book-buy-row label {
  font-family: 'Courier Prime', monospace;
        font-size: 0.75rem;
        letter-spacing: 0.1em;
        color: #8b8060;
        display: block;
        margin-bottom: 0.2rem;
}

/* PULL QUOTE */
    .pull-quote {
  margin: 2.5rem 0;
        padding: 1.2rem 0 1.2rem 1.5rem;
        border-left: 4px solid #8b2020;
}

.pull-quote p {
  font-style: italic;
        font-size: 1.15rem;
        line-height: 1.85;
        color: #e8d5b0;
}

.pull-quote .attrib {
  font-family: 'Courier Prime', monospace;
        font-size: 0.85rem;
        color: #8b2020;
        letter-spacing: 0.05em;
        margin-top: 0.7rem;
        font-style: normal;
}

/* REVIEW (cream-bg style preserved from original feddc1) */
    .review-box {
  background: #feddc1;
        color: #435261;
        padding: 1.5rem 2rem;
        margin: 2rem 0;
        font-size: 1.05rem;
        line-height: 1.85;
}

.review-box em, .review-box i {
  font-style: italic;
}

.review-box .attrib {
  display: block;
        margin-top: 0.7rem;
        font-family: 'Courier Prime', monospace;
        font-size: 0.85rem;
        letter-spacing: 0.05em;
        color: #435261;
}

/* PERIOD IMAGES w/ caption (centered, full-width) */
    .period-figure {
  text-align: center;
        margin: 2rem 0;
}

.period-figure img {
  max-width: 80%;
        height: auto;
        border: 1px solid #c9a84c33;
}

.period-figure figcaption {
  font-family: 'Courier Prime', monospace;
        font-size: 0.85rem;
        color: #8b8060;
        margin-top: 0.7rem;
        font-style: italic;
}

/* ERA SIDEBAR (Top Ten Songs / 1926 Prices / etc.) */
    .era-sidebar {
  background: #07111a;
        border: 1px solid #c9a84c44;
        padding: 1.5rem 1.8rem;
        margin: 2.5rem 0;
}

.era-sidebar h3 {
  font-family: 'Courier Prime', monospace;
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        color: #c9a84c;
        margin-bottom: 0.8rem;
}

.era-sidebar .era-prelude {
  font-style: italic;
        color: #c8b99a;
        font-size: 0.95rem;
        margin-bottom: 0.8rem;
        text-align: center;
}

.era-sidebar .era-prelude em {
  color: #c9a84c;
}

.era-sidebar ol {
  list-style: none;
        padding: 0;
        margin: 0;
        font-size: 0.92rem;
        line-height: 1.7;
        color: #c8b99a;
}

.era-sidebar ol li {
  padding: 0.3rem 0;
        border-bottom: 1px dotted #c9a84c22;
}

.era-sidebar ol li:last-child {
  border-bottom: none;
}

.era-sidebar ol li strong {
  color: #c9a84c;
        font-weight: 400;
        font-family: 'Courier Prime', monospace;
        font-size: 0.85rem;
        margin-right: 0.5rem;
}

.book-footer {
  margin-top: 3rem;
        padding: 2rem 0 0.6rem;
        border-top: 1px solid #c9a84c33;
        text-align: center;
}

.book-footer h3 {
  font-family: 'Source Serif 4', Georgia, serif;
        font-style: italic;
        font-size: 1.5rem;
        color: #e8d5b0;
        margin-bottom: 0.5rem;
}

.book-footer .book-line {
  font-size: 0.95rem;
        color: #c8b99a;
        margin: 0.3rem 0;
}

.book-footer .book-line.isbn {
  font-family: 'Courier Prime', monospace;
        font-size: 0.9rem;
        color: #8b8060;
        margin-top: 0.6rem;
        letter-spacing: 0.04em;
}

/* Author narrative body text */
    .author-body {
  max-width: 720px;
        margin: 0 auto;
        padding: 3rem 2.5rem;
}

.author-body p {
  font-size: 1.1rem;
        line-height: 1.85;
        color: #c8b99a;
        margin-bottom: 1rem;
}

.author-body .question {
  color: #c9a84c;
        font-style: italic;
        margin-top: 1.4rem;
        margin-bottom: 0.8rem;
}

.author-image {
  float: right;
        max-width: 280px;
        margin: 0 0 1.5rem 2rem;
        border: 1px solid #c9a84c44;
}

.author-image img {
  width: 100%;
        display: block;
}

.author-image figcaption {
  font-family: 'Courier Prime', monospace;
        font-size: 0.78rem;
        color: #8b8060;
        text-align: center;
        margin-top: 0.5rem;
        font-style: italic;
}

/* Books listing grid (matches index.html grid) */
    .books-grid {
  display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        margin-top: 1.2rem;
}

.book-tile {
  display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: inherit;
}

.book-tile-cover {
  width: 100%;
        aspect-ratio: 2/3;
        background: #1a2d40;
        border: 1px solid #c9a84c44;
        overflow: hidden;
        margin-bottom: 0.7rem;
}

.book-tile-cover img {
  width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
}

.book-tile-title {
  font-size: 0.88rem;
        color: #c8b99a;
        text-align: center;
        line-height: 1.4;
}

.links-section {
  margin-bottom: 2.5rem;
}

.links-section h2 {
  font-family: 'Courier Prime', monospace;
        font-size: 1rem;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: #8b2020;
        margin-bottom: 1rem;
        border-bottom: 1px solid #c9a84c33;
        padding-bottom: 0.5rem;
}

.links-section .links-intro {
  font-size: 1.05rem;
        color: #c8b99a;
        margin-bottom: 1rem;
        line-height: 1.7;
}

.links-section ul {
  list-style: none;
        padding: 0;
}

.links-section li {
  padding: 0.4rem 0;
        font-size: 1.05rem;
        color: #c8b99a;
}

.links-section li a {
  color: #c9a84c;
        text-decoration: none;
}

.links-section li a:hover {
  text-decoration: underline;
}

.links-section li::before {
  content: '→';
        color: #c9a84c;
        margin-right: 0.6rem;
}

.links-section figure {
  margin: 1.5rem 0;
}

.links-section figure img {
  max-width: 100%;
        height: auto;
        border: 1px solid #c9a84c33;
}

.links-section figure figcaption {
  font-family: 'Courier Prime', monospace;
        font-size: 0.85rem;
        color: #8b8060;
        margin-top: 0.5rem;
        font-style: italic;
}

@media (max-width: 700px) {
  .book-page-inner { flex-direction: column; gap: 1.5rem; }
        .book-cover-block { width: 180px; margin: 0 auto; }
        .author-image { float: none; max-width: 100%; margin: 0 0 1.5rem 0; }
        .books-grid { grid-template-columns: repeat(2, 1fr); }
}

.fb-icon {
  vertical-align: -0.18em; fill: currentColor; margin-right: 0.35em;
}

.nav-logo a:hover {
  color: #e8c66e;
}

/* HERO */
    .hero {
  padding: 3.5rem 2.5rem 3rem;
        border-bottom: 1px solid #c9a84c33;
        display: flex;
        align-items: flex-start;
        gap: 3rem;
        max-width: 960px;
        margin: 0 auto;
}

.hero-text {
  flex: 1;
}

.hero h1 {
  font-family: 'Courier Prime', monospace;
        font-size: 3rem;
        font-weight: 700;
        color: #e8d5b0;
        margin-bottom: 0.3rem;
        line-height: 1.1;
}

.hero-sub {
  font-style: italic;
        font-size: 1.25rem;
        color: #c9a84c;
        margin-bottom: 1.5rem;
}

.hero p {
  font-size: 1.15rem;
        line-height: 1.8;
        color: #c8b99a;
        max-width: 560px;
}

.hero-photo {
  flex-shrink: 0; width: 170px;
}

.hero-photo img {
  width: 100%;
        display: block;
        border: 1px solid #c9a84c44;
        filter: sepia(20%) brightness(0.85);
}

/* SECTION LABEL */
    .section-heading {
  font-family: 'Courier Prime', monospace;
        font-size: 0.95rem;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: #8b2020;
        margin-bottom: 1.2rem;
}

/* BOOKS */
    .books {
  padding: 3rem 2.5rem;
        border-bottom: 1px solid #c9a84c33;
        max-width: 960px;
        margin: 0 auto;
}

.books-grid {
  display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        margin-top: 1.2rem;
}

.book {
  display: flex;
        flex-direction: column;
        align-items: center;
}

.book-cover {
  width: 100%;
        aspect-ratio: 2/3;
        background: #1a2d40;
        border: 1px solid #c9a84c44;
        overflow: hidden;
        margin-bottom: 0.7rem;
}

.book-cover img {
  width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
}

.book-title {
  font-size: 0.88rem;
        color: #c8b99a;
        text-align: center;
        line-height: 1.4;
}

/* COMING SOON */
    .coming-soon {
  padding: 3rem 2.5rem;
        border-bottom: 1px solid #c9a84c33;
        max-width: 960px;
        margin: 0 auto;
}

.coming-soon-inner {
  display: flex;
        align-items: flex-start;
        gap: 2.5rem;
        margin-top: 1.2rem;
}

.coming-soon-cover {
  flex-shrink: 0;
        width: 220px;
        aspect-ratio: 2/3;
        border: 1px solid #c9a84c44;
        background: #1a2d40;
        overflow: hidden;
}

.coming-soon-cover img {
  width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
}

.coming-soon-text {
  flex: 1;
}

.coming-soon-label {
  font-family: 'Courier Prime', monospace;
        font-size: 0.85rem;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: #c9a84c;
        margin-bottom: 0.5rem;
}

.coming-soon-title {
  font-family: 'Courier Prime', monospace;
        font-size: 2rem;
        font-weight: 700;
        color: #e8d5b0;
        margin-bottom: 1rem;
        line-height: 1.15;
}

.coming-soon-text p {
  font-size: 1.05rem;
        line-height: 1.75;
        color: #c8b99a;
        margin-bottom: 0.9rem;
        max-width: 540px;
}

.coming-soon-text p:last-child {
  margin-bottom: 0;
}

.coming-soon-text a {
  color: #c9a84c;
        text-decoration: none;
}

.coming-soon-text a:hover {
  text-decoration: underline;
}

/* LAUNCH EVENT (inside coming-soon block) */
    .launch-event {
  margin-top: 2rem;
        padding-top: 1.5rem;
        border-top: 1px solid #c9a84c44;
}

.launch-invite {
  font-family: 'Source Serif 4', Georgia, serif;
        font-style: italic;
        font-size: 1.05rem;
        color: #c9a84c;
        text-align: center;
        margin-bottom: 0.6rem;
}

.launch-title {
  font-family: 'Source Serif 4', Georgia, serif;
        font-style: italic;
        font-size: 1.05rem;
        color: #c9a84c;
        text-align: center;
        margin: 0.4rem 0 0.6rem;
        line-height: 1.1;
}

.launch-authorline {
  text-align: center;
        color: #c8b99a;
        font-size: 1rem;
        margin-bottom: 1.6rem;
        line-height: 1.4;
}

.launch-authorline strong {
  font-family: 'Courier Prime', monospace;
        font-size: 1.05rem;
        letter-spacing: 0.08em;
        color: #c9a84c;
}

.launch-label {
  font-family: 'Courier Prime', monospace;
        font-size: 0.78rem;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: #8b2020;
        text-align: center;
        margin-top: 1.3rem;
        margin-bottom: 0.4rem;
}

.launch-label::before,
    .launch-label::after {
  content: "\2014";
        color: #6a5a40;
        margin: 0 0.8rem;
}

.launch-body {
  font-size: 1.02rem;
        line-height: 1.65;
        color: #c8b99a;
        text-align: center;
        margin-bottom: 0.6rem;
        max-width: none;
}

.launch-body strong {
  color: #e8d5b0;
}

/* ABOUT */
    .about {
  padding: 3rem 2.5rem;
        border-bottom: 1px solid #c9a84c33;
        max-width: 960px;
        margin: 0 auto;
}

.about p {
  font-size: 1.1rem;
        line-height: 1.85;
        color: #c8b99a;
        margin-bottom: 1rem;
        max-width: 680px;
}

.about p:last-child {
  margin-bottom: 0;
}

/* REVIEW */
    .review {
  padding: 2.5rem 2.5rem;
        border-bottom: 1px solid #c9a84c33;
        max-width: 960px;
        margin: 0 auto;
}

.review blockquote {
  border-left: 4px solid #8b2020;
        margin-top: 1.2rem;
        padding: 0.5rem 0 0.5rem 1.5rem;
}

.review blockquote p {
  font-style: italic;
        font-size: 1.15rem;
        line-height: 1.8;
        color: #c8b99a;
        margin-bottom: 0.6rem;
        max-width: 640px;
}

.review blockquote cite {
  font-family: 'Courier Prime', monospace;
        font-size: 0.88rem;
        color: #8b2020;
        letter-spacing: 0.08em;
        font-style: normal;
}

/* CONTACT & SOCIAL */
    .contact-social {
  padding: 3rem 2.5rem;
        border-bottom: 1px solid #c9a84c33;
        display: flex;
        gap: 4rem;
        flex-wrap: wrap;
        max-width: 960px;
        margin: 0 auto;
}

.contact-block h3,
    .social-block h3 {
  font-family: 'Courier Prime', monospace;
        font-size: 0.95rem;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: #8b2020;
        margin-bottom: 0.8rem;
}

/* --- MOBILE NAV (hamburger via checkbox hack) --- */
    .nav-toggle {
  display: none;
}

.nav-toggle-label {
  display: none;
        cursor: pointer;
        padding: 0 1rem;
        font-family: 'Courier Prime', monospace;
        font-size: 1.6rem;
        color: #c9a84c;
        line-height: 64px;
        user-select: none;
}

.nav-toggle-label::before {
  content: '\2630';
}

/* hamburger icon */
    .nav-toggle-label span,
    .nav-toggle-label::after {
  display: none;
}

.nav-toggle:checked ~ .nav-toggle-label::before {
  content: '\2715';
}

/* X when open */

    @media (max-width: 700px) {
  nav.main-nav {
          flex-wrap: wrap;
          padding: 0 1rem;
          height: auto;
          min-height: 64px;
        }
        .nav-logo {
          flex: 1;
          padding: 1rem 0;
          line-height: 1;
        }
        .nav-toggle-label {
          display: block;
          order: 3;
        }
        .nav-links {
          flex-basis: 100%;
          order: 4;
          flex-direction: column;
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.25s ease;
          background: #07111a;
        }
        .nav-toggle:checked ~ .nav-links {
          max-height: 320px;
        }
        .nav-links a {
          height: 48px;
          padding: 0 1.2rem;
          border-bottom: 1px solid #c9a84c22;
          width: 100%;
        }
        .nav-links a.active { border-bottom-color: #c9a84c; }
}

/* --- MOBILE HERO PADDING --- */
    @media (max-width: 700px) {
  .hero {
          flex-direction: column;
          padding: 2rem 1.2rem;
          gap: 1.5rem;
        }
        .hero h1 { font-size: 2.2rem; }
        .hero-sub { font-size: 1.1rem; }
        .hero p { font-size: 1.05rem; line-height: 1.7; }
        .hero-photo { width: 130px; margin: 0 auto; }
}

/* --- MOBILE COMING SOON --- */
    @media (max-width: 700px) {
  .coming-soon { padding: 2rem 1.2rem; }
        .coming-soon-inner { gap: 1.5rem; }
        .coming-soon-cover { width: 160px; margin: 0 auto; }
        .coming-soon-title { font-size: 1.5rem; }
}

/* --- MOBILE BOOKS GRID --- */
    @media (max-width: 700px) {
  .books { padding: 2rem 1.2rem; }
        .books-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 1.2rem;
        }
        /* Existing rules drop to 2 col at <=700px already; this just tightens padding */
}

/* --- MOBILE BOOK PAGE INNER --- */
    @media (max-width: 700px) {
  .book-page { padding: 2rem 1.2rem; }
        .book-page-inner {
          flex-direction: column;
          gap: 1.5rem;
        }
        .book-cover-block {
          width: 180px;
          margin: 0 auto;
        }
}

/* --- MOBILE PAGE WRAP --- */
    @media (max-width: 700px) {
  .page-wrap { padding: 2rem 1.2rem; }
        .page-title { font-size: 1.5rem; }
        .author-body { padding: 2rem 1.2rem; }
        .author-body p { font-size: 1.05rem; line-height: 1.7; }
        .author-image {
          float: none;
          max-width: 100%;
          margin: 0 0 1.5rem 0;
        }
        .books-grid { grid-template-columns: repeat(2, 1fr); }
}

/* --- MOBILE CONTACT / FOOTER --- */
    @media (max-width: 700px) {
  .contact-section {
          padding: 2rem 1.2rem 1rem;
          flex-direction: column;
          gap: 1.5rem;
        }
        .contact-block, .social-block { text-align: left; }
        .social-block a { font-size: 0.9rem; padding: 8px 14px; }
        footer {
          flex-direction: column;
          gap: 0.8rem;
          padding: 1.2rem 1rem;
        }
        .footer-nav { flex-wrap: wrap; justify-content: center; gap: 0.8rem; }
}
