:root {
    --ink: #18231f;
    --forest: #1f342c;
    --forest-2: #2c493d;
    --parchment: #f4efe4;
    --paper: #fffdf8;
    --gold: #c59a45;
    --gold-dark: #9f762d;
    --muted: #6d746f;
    --line: rgba(24, 35, 31, 0.14);
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--ink);
    background: var(--paper);
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.7;
}

a {
    color: var(--forest-2);
}

.skip-link {
    position: absolute;
    top: -60px;
    left: 1rem;
    z-index: 9999;
    background: #fff;
    color: #000;
    padding: .75rem 1rem;
}

.skip-link:focus {
    top: 1rem;
}

.site-header {
    background: rgba(255, 253, 248, .96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(10px);
}

.navbar {
    min-height: 76px;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: var(--ink);
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--forest);
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-text strong {
    font-size: 1.05rem;
}

.brand-text small {
    margin-top: .25rem;
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.nav-link {
    color: var(--ink);
    font-family: Arial, sans-serif;
    font-size: .95rem;
}

.nav-link.active,
.nav-link:hover {
    color: var(--gold-dark);
}

.btn {
    border-radius: 0;
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .01em;
}

.btn-gold {
    background: var(--gold);
    border-color: var(--gold);
    color: #17130b;
}

.btn-gold:hover,
.btn-gold:focus {
    background: var(--gold-dark);
    border-color: var(--gold-dark);
    color: #fff;
}

.hero-section,
.book-page-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 85% 15%, rgba(197,154,69,.22), transparent 30%),
        linear-gradient(135deg, #14211c, #29483b);
    padding: 7rem 0;
}

.hero-section::after {
    content: "";
    position: absolute;
    inset: auto -10% -220px 35%;
    height: 420px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    transform: rotate(-12deg);
}

.hero-section h1,
.page-hero h1,
.book-page-hero h1 {
    font-size: clamp(2.8rem, 6vw, 5.8rem);
    line-height: .98;
    letter-spacing: -.04em;
}

.hero-pitch {
    max-width: 760px;
    margin-top: 1.5rem;
    color: rgba(255,255,255,.82);
    font-size: 1.25rem;
}

.eyebrow,
.section-label {
    margin-bottom: 1rem;
    color: var(--gold);
    font-family: Arial, sans-serif;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.word-panel {
    position: relative;
    z-index: 1;
    padding: 3rem;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.06);
    box-shadow: 0 30px 80px rgba(0,0,0,.25);
}

.word-panel span,
.word-panel strong {
    display: block;
}

.word-panel-small {
    color: var(--gold);
    font-family: Arial, sans-serif;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.word-panel strong {
    margin: .4rem 0 1rem;
    font-size: clamp(3rem, 7vw, 5.5rem);
    line-height: .9;
}

.word-panel > span:last-child {
    color: rgba(255,255,255,.75);
    font-size: 1.15rem;
}

.section-pad {
    padding: 6rem 0;
}

.narrow {
    max-width: 850px;
}

.featured-book-section {
    background: var(--parchment);
}

.book-stage {
    display: flex;
    justify-content: center;
    perspective: 1000px;
}

.book-cover {
    width: min(100%, 390px);
    filter: drop-shadow(0 30px 35px rgba(0,0,0,.22));
    transform: rotateY(-5deg) rotateZ(-1deg);
}

.display-title {
    font-size: clamp(2.6rem, 5vw, 5rem);
    line-height: 1;
}

.book-subtitle {
    color: var(--gold-dark);
    font-size: 1.4rem;
    font-style: italic;
}

.movement-section {
    background: #fff;
}

.movement-card,
.resource-card {
    padding: 2rem;
    border: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 12px 30px rgba(24,35,31,.05);
}

.movement-number {
    margin-bottom: 2rem;
    color: var(--gold-dark);
    font-family: Arial, sans-serif;
    font-size: .85rem;
    font-weight: 800;
    letter-spacing: .16em;
}

.movement-card h3,
.library-card h3,
.resource-card h2 {
    font-size: 1.45rem;
}

.movement-card p,
.library-card p,
.resource-card p {
    color: var(--muted);
}

.quote-section {
    padding: 5rem 0;
    color: #fff;
    background: var(--forest);
}

.quote-section blockquote {
    margin: 0;
    font-size: clamp(1.7rem, 4vw, 3rem);
    line-height: 1.3;
}

.quote-section cite,
.reading-quote cite {
    display: block;
    margin-top: 1.4rem;
    color: var(--gold);
    font-family: Arial, sans-serif;
    font-size: .8rem;
    font-style: normal;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.library-section {
    background: var(--parchment);
}

.library-card {
    display: block;
    padding: 2rem;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.62);
    color: var(--ink);
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.library-card:hover {
    color: var(--ink);
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(24,35,31,.09);
}

.library-card span {
    color: var(--gold-dark);
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.join-section {
    background: #fff;
}

.signup-form,
.contact-form {
    padding: 2rem;
    background: var(--parchment);
}

.form-label,
.form-check-label,
.form-note {
    font-family: Arial, sans-serif;
}

.form-control,
.form-select {
    border-radius: 0;
    border-color: rgba(24,35,31,.22);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 .2rem rgba(197,154,69,.18);
}

.form-note {
    color: var(--muted);
    font-size: .85rem;
}

.honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.page-hero {
    padding: 6rem 0;
    color: #fff;
    background:
        radial-gradient(circle at 80% 10%, rgba(197,154,69,.18), transparent 30%),
        var(--forest);
}

.page-hero .lead {
    color: rgba(255,255,255,.78);
}

.prose h2 {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.prose p,
.reading-column p {
    font-size: 1.14rem;
}

.reading-column {
    max-width: 760px;
}

.drop-cap::first-letter {
    float: left;
    margin: .12rem .55rem 0 0;
    color: var(--gold-dark);
    font-size: 4.5rem;
    line-height: .8;
}

.reading-quote {
    margin: 3rem 0;
    padding: 2rem;
    border-left: 5px solid var(--gold);
    background: var(--parchment);
    font-size: 1.45rem;
}

.sample-end {
    margin-top: 4rem;
    padding: 2rem;
    color: #fff;
    background: var(--forest);
}

.resource-status {
    display: inline-block;
    margin-bottom: 1rem;
    color: var(--gold-dark);
    font-family: Arial, sans-serif;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.site-footer {
    padding: 4rem 0 2rem;
    color: rgba(255,255,255,.72);
    background: #101915;
}

.site-footer a {
    display: block;
    margin: .35rem 0;
    color: rgba(255,255,255,.72);
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--gold);
}

.footer-title,
.footer-heading {
    color: #fff;
    font-weight: 700;
}

.footer-title {
    font-size: 1.45rem;
}

.footer-heading {
    margin-bottom: .75rem;
    font-family: Arial, sans-serif;
    font-size: .85rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.site-footer hr {
    margin: 2.5rem 0 1.5rem;
    border-color: rgba(255,255,255,.12);
}

@media (max-width: 991.98px) {
    .hero-section,
    .book-page-hero {
        padding: 5rem 0;
    }

    .navbar-collapse {
        padding: 1rem 0;
    }

    .book-cover {
        transform: none;
    }
}

@media (max-width: 575.98px) {
    .section-pad {
        padding: 4rem 0;
    }

    .hero-section h1,
    .page-hero h1,
    .book-page-hero h1 {
        font-size: 2.65rem;
    }

    .word-panel,
    .signup-form,
    .contact-form {
        padding: 1.35rem;
    }
}
