/* Shared inner-page headings — matches the home hero:
   Cinzel small-caps with the gold gradient. Load AFTER main.css on any
   page that isn't the home page. Requires the Cinzel font <link> in the
   page head (the inner-page views add it). */

.page h1,
.page .eyebrow,
.home-section > h2,
.section-head h2 {
    font-family: "Cinzel", Georgia, "Times New Roman", serif;
}

/* Big page titles get the gold gradient, like the hero headline */
.page h1 {
    font-weight: 700;
    font-variant: small-caps;
    letter-spacing: 0.02em;
    line-height: 1.05;
    background: linear-gradient(180deg,
        #fdeeb6 0%, #f4d789 18%, #d9a94e 52%, #b5843f 78%, #8a5f28 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 1px 0 rgba(0,0,0,0.5));
}

/* Eyebrow / section labels in brass small-caps */
.page .eyebrow,
.section-head h2,
.home-section > h2 {
    color: #c6924b;
    font-variant: small-caps;
    letter-spacing: 0.08em;
}

/* Section sub-headings (h2) in warm cream Cinzel, not gradient */
.page h2 {
    font-family: "Cinzel", Georgia, serif;
    color: #f5ead6;
    font-weight: 600;
}
