body, html {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    color: #f5f1e8;
    background-color: #111722;
    scroll-behavior: smooth;
}
.topnav {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(10, 14, 22, 0.85);
    z-index: 1000;
    padding: 12px 20px;
}
.topnav a {
    color: #f5f1e8;
    text-decoration: none;
    padding: 14px 18px;
    font-size: 17px;
}
.topnav a:hover,
.topnav a.active {
    color: #d6b56d;
}
.parallax {
    min-height: 100vh;
    background-image: url("image1.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero,
.secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.hero-content {
    position: relative;
    overflow: hidden;
    height: 600px;
}
.hero-emblem {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    transform: translate(-50%, -50%);
    /* opacity: 0.12; */
    pointer-events: none;
    z-index: 1;
}
.hero-content h1 {
    padding-top: 120px;
    color: gold;
}
.hero-content p {
    color: gold;
}
.hero-content h1,
.hero-content p,
.hero-content .button {
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 700px) {
    .hero-content {
        padding: 45px 25px;
        margin: 0 20px;
    }
    .hero-emblem {
        width: 330px;
        opacity: 0.13;
    }
    .hero-content h1 {
        font-size: 42px;
    }
    .hero-content p {
        font-size: 20px;
    }
}
.hero-content h1 {
    font-size: 64px;
    margin-bottom: 15px;
}
.hero-content h2 {
    font-size: 48px;
    margin-bottom: 15px;
}
.hero-content p {
    font-size: 24px;
}
.button {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 28px;
    background-color: #d6b56d;
    color: #111;
    text-decoration: none;
    font-weight: bold;
}



/* ************************* */
/*     Content Page CSS      */
/* ************************* */
.content-section {
    background-color: #111722;
    color: #f5f1e8;
    padding: 90px 15%;
    font-size: 22px;
    line-height: 1.7;
}
.content-section h2 {
    color: #d6b56d;
    font-size: 42px;
}
.contact-page {
    min-height: 100vh;
    padding-top: 120px;
}
.contact-form {
    max-width: 800px;
    margin: 40px auto;
}
.contact-form label {
    display: block;
    margin-top: 20px;
    margin-bottom: 8px;
    color: #d6b56d;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #444;
    background: #1a2230;
    color: white;
    font-size: 16px;
}
.contact-form button {
    margin-top: 20px;
    padding: 14px 28px;
    background: #d6b56d;
    border: none;
    font-weight: bold;
    cursor: pointer;
}
.contact-layout {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: flex-start;
}
.contact-branding {
    flex: 0 0 400px;
    text-align: center;
}
.contact-form-panel {
    flex: 1;
}
.contact-emblem {
    width: 320px;
    max-width: 100%;
    opacity: 0.95;
    margin-bottom: 30px;
}
.contact-branding h2 {
    color: #d6b56d;
    font-size: 42px;
    margin-bottom: 20px;
}
.contact-branding p {
    color: #d7d7d7;
    line-height: 1.8;
}
@media screen and (max-width: 900px) {
    .contact-layout {
        flex-direction: column;
        align-items: center;
    }
    .contact-branding {
        flex: none;
        width: 100%;
    }
    .contact-form-panel {
        width: 100%;
    }
    .contact-emblem {
        width: 220px;
    }
}

.book-feature {
    background: #09111b;
    padding: 100px 10%;
    color: #f4f0e5;
}
.book-container {
    display: flex;
    gap: 80px;
    align-items: center;
    max-width: 1400px;
    margin: auto;
}
.book-cover {
    flex: 0 0 380px;
}
.book-cover img {
    width: 100%;
    display: block;
    border: 2px solid #b99447;
    box-shadow: 0 0 40px rgba(0,0,0,.5);
}
.book-info {
    flex: 1;
}
.book-series {
    color: #b99447;
    letter-spacing: 3px;
    margin-bottom: 15px;
    font-size: 14px;
}
.book-info h2 {
    font-size: 72px;
    margin: 0;
    font-weight: normal;
}
.gold-divider {
    width: 180px;
    height: 2px;
    background: #b99447;
    margin: 30px 0;
}
.book-info p {
    font-size: 22px;
    line-height: 1.8;
    color: #d7d7d7;
}
.book-stats {
    display: flex;
    gap: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.stat {
    font-size: 16px;
}
.stat span {
    display: block;
    color: #b99447;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.book-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.btn-gold {
    background: #b99447;
    color: white;
    text-decoration: none;
    padding: 18px 35px;
    border-radius: 3px;
    font-weight: bold;
}
.btn-outline {
    border: 1px solid #b99447;
    color: #b99447;
    text-decoration: none;
    padding: 18px 35px;
    border-radius: 3px;
}
.btn-gold:hover,
.btn-outline:hover {
    opacity: .85;
}
.site-logo {
    color: #d6b56d;
    font-size: 28px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 40px;
}
.site-logo small {
    display: block;
    font-size: 11px;
    letter-spacing: 7px;
    text-align: center;
}
.nav-links {
    display: inline-block;
}
.page-hero {
    min-height: 340px;
    background-image:
        linear-gradient(rgba(5, 8, 14, 0.45), rgba(5, 8, 14, 0.75)),
        url("a_wide_epic_fantasy_landscape_scene_a_lone_human.png");
    background-position: center;
    background-size: cover;
    padding-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid rgba(214, 181, 109, 0.35);
}
.page-hero-content h1 {
    font-size: 76px;
    color: #d6b56d;
    margin: 0;
    letter-spacing: 4px;
    font-weight: normal;
}
.page-hero-content p {
    font-size: 22px;
    color: #f5f1e8;
}
.ornament {
    width: 220px;
    height: 1px;
    background: #d6b56d;
    margin: 0 auto 25px auto;
}
.sample-section {
    background:
        radial-gradient(circle at top, rgba(214, 181, 109, 0.08), transparent 35%),
        #0d1118;
    padding: 80px 20px;
}
.sample-chapter {
    max-width: 850px;
    margin: 0 auto;
    background: rgba(18, 24, 34, 0.92);
    border: 1px solid rgba(214, 181, 109, 0.35);
    padding: 70px;
    color: #f5f1e8;
    line-height: 1.85;
    font-size: 21px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.45);
}
.series-label {
    color: #d6b56d;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
}
.sample-chapter h2 {
    font-size: 56px;
    margin: 10px 0;
    font-weight: normal;
    color: #ffffff;
}
.sample-chapter h3 {
    font-size: 28px;
    color: #d6b56d;
    font-weight: normal;
    margin-top: 0;
}
.chapter-divider {
    width: 120px;
    height: 1px;
    background: #d6b56d;
    margin: 30px 0;
}
.sample-actions {
    margin-top: 50px;
}
.secondary-button {
    background: transparent;
    color: #d6b56d;
    border: 1px solid #d6b56d;
    margin-left: 15px;
}
body {
    padding-bottom: 90px;
}
.floating-book-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2000;
    background: rgba(5, 8, 14, 0.92);
    border-top: 1px solid rgba(214, 181, 109, 0.45);
    padding: 14px 20px;
    display: flex;
    justify-content: center;
    gap: 18px;
    box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.45);
}
.floating-button {
    padding: 12px 26px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: bold;
}
.floating-button.gold {
    background: #d6b56d;
    color: #111;
    border: 1px solid #d6b56d;
}
.floating-button.ghost {
    background: transparent;
    color: #d6b56d;
    border: 1px solid #d6b56d;
}
.floating-button:hover {
    opacity: 0.85;
}
@media screen and (max-width: 600px) {
    .floating-book-footer {
        flex-direction: column;
        padding: 12px;
        gap: 10px;
    }
    .floating-button {
        text-align: center;
        width: auto;
    }
    body {
        padding-bottom: 150px;
    }
}
.coming-soon-page {
    min-height: 100vh;
    background-image:
        linear-gradient(rgba(5, 8, 14, 0.68), rgba(5, 8, 14, 0.9)),
        url("image1.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 20px 80px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coming-soon-card {
    max-width: 900px;
    padding: 70px;
    text-align: center;
    background:
        radial-gradient(circle at center, rgba(214, 181, 109, 0.08), transparent 55%),
        rgba(5, 8, 14, 0.76);
    border: 1px solid rgba(214, 181, 109, 0.5);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.55);
}
.coming-soon-card h1 {
    font-size: 76px;
    margin: 10px 0 20px 0;
    color: #f5f1e8;
    font-weight: normal;
    letter-spacing: 4px;
}
.coming-soon-card p {
    font-size: 22px;
    line-height: 1.7;
    color: #f5f1e8;
}
.centered-divider {
    margin: 35px auto;
}
.coming-soon-small {
    color: #d7d7d7;
}
.coming-soon-buttons {
    justify-content: center;
    margin-top: 35px;
}




/* ************************* */
/*     Content Page CSS      */
/* ************************* */
.thank-you-box {
    text-align: center;
    max-width: 900px;
    justify-content: center;
}
.thank-you-emblem {
 	position: absolute;
    top: 35%;
    left: 50%;
    width: 450px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
}
.book-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.thank-you-box h1 {
    font-size: 72px;
    margin: 10px 0;
    color: #f5f1e8;
}
.thank-you-box p {
    font-size: 22px;
    line-height: 1.8;
    max-width: 700px;
    margin: 20px auto;
}
