html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/* Base look */
.navbar-nav .nav-link {
    color: #333;
    padding: 0.65rem 0.9rem;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
}

    /* Hover styling */
    .navbar-nav .nav-link:hover {
        background-color: rgba(0, 0, 0, 0.06);
        color: #000;
    }

    /* Active page */
    .navbar-nav .nav-link.active {
        background-color: rgba(0, 0, 0, 0.12);
        color: #000 !important;
        font-weight: 600;
    }


.about-author {
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.about-card {
    border-radius: 1.25rem;
}

.about-title {
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 1.4rem;
}

    .about-title::after {
        content: "";
        display: block;
        width: 80px;
        height: 3px;
        margin: 1rem auto 0;
        background-color: #8f6a46; /* accent that works with #eee7d9 */
        opacity: 0.9;
    }

.about-subtitle {
    font-size: 0.95rem;
}

.about-card p {
    line-height: 1.7;
    font-size: 0.98rem;
    color: #3f3224;
}

    .about-card p.lead {
        font-size: 1.05rem;
        color: #2f261c;
    }

.footer-clean {
    font-size: 0.85rem;
    color: #555;
}

    .footer-clean .footer-left,
    .footer-clean .footer-right {
        white-space: nowrap;
    }

footer {
    margin-top: 40px;
}

html, body {
    height: 100%;
}

.site-body {
    margin: 0;
}

.footer-clean {
    font-size: 0.85rem;
}

    .footer-clean .footer-left,
    .footer-clean .footer-right {
        white-space: nowrap;
    }

.footer-privacy-link {
    font-size: 0.95rem;
    text-decoration: none;
}

    .footer-privacy-link:hover {
        text-decoration: underline;
    }

.newsletter-btn {
    background-color: #b08b67; /* warm accent matching the underline */
    border: none;
    border-radius: 2rem; /* soft pill shape */
    color: #fff;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0.03rem;
}

    .newsletter-btn:hover {
        background-color: #9a7654;
        color: #fff;
        transform: translateY(-1px);
    }

    .newsletter-btn:active {
        background-color: #876447;
        transform: translateY(0);
    }

.author-block {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.author-photo {
    width: 250px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border: 1px solid rgba(0,0,0,0.08);
}

@media (max-width: 768px) {
    .author-block {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .author-photo {
        margin-bottom: 1rem;
    }
}

.landing-hero {
    min-height: calc(100vh - 80px);
    padding: 60px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient( 180deg, #f3e6d2 0%, #f6efe1 40%, #f9f5ec 100% );
}

.landing-kicker {
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    color: #7b6a57;
}

.landing-heading {
    font-size: 2.6rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 2rem;
    color: #333;
}

/* Reduce the visual footprint of the hero card */
.landing-cover-wrap {
    margin-bottom: 1.25rem;
    padding: 0.75rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
    max-width: 380px; /* key change */
    width: 90%;
}

/* Reduce cover scale */
.landing-cover-img {
    width: 100%;
    height: auto;
}

/* Adjust heading spacing so more fits above the fold */
.landing-heading {
    margin-bottom: 1.2rem;
}

.landing-kicker {
    margin-bottom: 0.35rem;
}

/* Reduce hero padding slightly */
.landing-hero {
    padding-top: 40px;
    padding-bottom: 30px;
    min-height: auto; /* let the content define height */
}




.landing-date-main {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: #444;
}

.landing-actions {
    margin-bottom: 2rem;
}

.btn-preorder {
    padding: 0.75rem 2.5rem;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background-color: #b63232; /* book red */
    border-color: #b63232;
    color: #fff;
}

    .btn-preorder:hover,
    .btn-preorder:focus {
        background-color: #962828;
        border-color: #962828;
        color: #fff;
    }

.landing-release-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 1rem;
    max-width: 900px;
}

.release-item {
    flex: 1 1 220px;
    padding: 1rem 1.25rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    text-align: left;
}

    .release-item h3 {
        font-size: 1.05rem;
        margin-bottom: 0.25rem;
        color: #333;
    }

.release-date {
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: #7b2d2d;
}

.release-note {
    font-size: 0.9rem;
    margin-bottom: 0;
    color: #666;
}

@media (max-width: 768px) {
    .landing-hero {
        padding-top: 40px;
    }

    .landing-heading {
        font-size: 2rem;
    }

    .landing-cover-wrap {
        margin-bottom: 1.5rem;
    }

    .release-item {
        text-align: center;
    }
}
