@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600&display=swap');
:root{
    --gold:#FFC107;
    --gold-muted:rgba(255,193,7,.3);
    --cream:#f8f5ef;
    --cream-muted:rgba(248,245,239,.7);
    --bg:rgba(20,20,20,.5);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #000000;
    color: #ffffff;
    overflow-x: hidden;
}

h1,
h2,
h3 {
    font-family: 'Playfair Display', serif;
}

.svg-gold-line {
    background-color: hsl(43, 40%, 40%);
    width: 4rem;
    height: 1px;
}

.icon-svg {
    width: 2rem;
    height: 2rem;
    color: hsl(43, 40%, 40%);
}

/* Navigation */
.navbar {
    background: rgba(0, 0, 0, 0.95) !important;
    backdrop-filter: blur(15px);
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(255, 193, 7, 0.15);
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.brand-icon {
    color: #FFC107;
    font-size: 1.4rem;
}

.brand-text {
    display: flex;
    flex-direction: column;
}

.brand-title {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.brand-author {
    font-size: 0.65rem;
    color: #999;
    letter-spacing: 2px;
    margin-top: -2px;
}

.navbar-nav {
    align-items: center;
    gap: 0.5rem;
}

.nav-link {
    color: #b8b8b8 !important;
    font-size: 0.82rem;
    letter-spacing: 1.5px;
    padding: 0.5rem 1.2rem !important;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 400;
}

.nav-link:hover {
    color: #FFC107 !important;
}

.btn-nav-order {
    background: #FFC107;
    color: #000;
    padding: 0.6rem 1.8rem;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease;
    margin-left: 1rem;
}

.btn-nav-order:hover {
    background: #ffca2b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 193, 7, 0.3);
}

/* Hero Section */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 8rem 0 4rem; */
    padding-top: 13rem;
    padding-bottom: 13rem;
    position: relative;
    background: #000;
}

.hero-container {
    margin: 0 auto;
    /* padding: 0 3rem; */
    width: 100%;
    max-width: 1100px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 12fr 1fr;
    gap: 5rem;
    align-items: center;
}

.hero-left {
    position: relative;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-label {
    font-size: 0.75rem;
    letter-spacing: 4px;
    color: #808080;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.hero-title {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.8rem;
}

.section-title .gold,
.hero-title .gold {
    background: linear-gradient(90deg, #FFC107, #d36c01);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.hero-description {
    font-size: 1.15rem;
    color: #a8a8a8;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    max-width: 520px;
}

.btn-gold {
    background: #FFC107;
    color: #000;
    padding: 1rem 2.5rem;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border: 1px solid #ffc107;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-gold:hover {
    background: transparent;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 193, 7, 0.4);
    color: #ffca2b;
    border: 1px solid #ffca2b;
}

.btn-orange {
    background: #d36c01;
    color: #000;
    padding: 1rem 2.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border: 1px solid #d36c01;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-orange:hover {
    background: transparent;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(245, 148, 92, 0.4);
    color: #d36c01 !important;
    border: 1px solid #d36c01;
}

.hero-book {
    position: relative;
    perspective: 1000px;
}

.book-wrapper {
    position: relative;
    max-width: 380px;
    margin: 0 auto;
}

.book-cover-img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    transition: all 0.5s ease;
    border: 1px solid;
    border-image: linear-gradient(90deg, #FFC107, #d36c01) 1;
}

/* .book-cover-img {
    width: 100%;
    border-radius: 6px;
    box-shadow:
        0 30px 60px rgba(255, 193, 7, 0.25),
        0 0 100px rgba(255, 193, 7, 0.1);
    transition: all 0.5s ease;
} */

.book-wrapper:hover .book-cover-img {
    transform: translateY(-15px) rotateY(-5deg);
    box-shadow:
        0 40px 80px rgba(255, 193, 7, 0.35),
        0 0 120px rgba(255, 193, 7, 0.15);
}

/* Wrapper */
.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    /* bottom-8 */
    left: 50%;
    transform: translateX(-50%);
    animation: float 2.5s ease-in-out infinite;
}

/* Mouse body */
.mouse {
    width: 24px;
    /* w-6 */
    height: 40px;
    /* h-10 */
    border: 2px solid rgba(255, 193, 7, 0.4);
    /* border-gold/40 */
    border-radius: 999px;
    display: flex;
    justify-content: center;
    padding-top: 8px;
    box-sizing: border-box;
}

/* Scroll wheel */
.wheel {
    width: 4px;
    /* w-1 */
    height: 8px;
    /* h-2 */
    background: rgba(255, 193, 7, 0.6);
    /* bg-gold/60 */
    border-radius: 999px;
    animation: pulse 1.5s ease-in-out infinite;
}

/* Float animation */
@keyframes float {

    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(-10px);
    }
}

/* Pulse animation */
@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        transform: translateY(6px);
    }

    100% {
        opacity: 0.3;
        transform: translateY(0);
    }
}

/* About Section */
.about-section {
    padding: 8rem 0;
    background: linear-gradient(180deg, #000000 0%, #0a0a0a 50%, #000000 100%);
    position: relative;
    padding-top: 6rem;
    padding-bottom: 6rem;
    overflow: hidden;
}

.section-label {
    text-align: center;
    font-size: 14px;
    letter-spacing: 4px;
    color: #d36c01;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.section-title {
    text-align: center;
    font-size: 3.75rem;
    font-weight: 600;
    margin-bottom: 2rem;
    letter-spacing: -0.5px;
}

.section-title .gold {
    color: #FFC107;
}

.about-content {
    max-width: 950px;
    margin: 0 auto;
    padding: 0 2rem;
}

.about-quote {
    text-align: center;
    font-size: 1.35rem;
    font-style: italic;
    color: #FFC107;
    margin-bottom: 2.5rem;
    font-family: 'Playfair Display', serif;
}

.about-text {
    font-size: 1.08rem;
    line-height: 1.85;
    color: #b0b0b0;
    margin-bottom: 2rem;
    text-align: center;
}

.highlight-block {
    background: rgba(255, 193, 7, 0.08);
    border-left: 4px solid;
    padding: 2rem 2.5rem;
    margin: 3rem 0;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #d36c01;
    border-image: linear-gradient(to bottom, transparent, #FFC107 50%, transparent) 1;
}

.section-divider {
    width: 1px;
    height: 70px;
    background: linear-gradient(to bottom, transparent, #FFC107 50%, transparent);
    margin: 4rem auto;
}

/* Themes Section */
.themes-section {
    padding: 8rem 0;
    background: #000000;
}

/* Grid */
.card-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
}

@media(min-width:768px) {
    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width:1024px) {
    .card-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Card */
.card {
    position: relative;
    padding: 2rem;
    border: 1px solid var(--gold-muted);
    background: var(--bg);
    backdrop-filter: blur(6px);
    transition: .5s;
}

.card:hover {
    border-color: rgba(255, 193, 7, .6);
}

/* Corners */
.corner {
    position: absolute;
    width: 16px;
    height: 16px;
    border-color: rgba(255, 193, 7, .4);
}

.tl {
    top: 0;
    left: 0;
    border-top: 1px solid;
    border-left: 1px solid
}

.tr {
    top: 0;
    right: 0;
    border-top: 1px solid;
    border-right: 1px solid
}

.bl {
    bottom: 0;
    left: 0;
    border-bottom: 1px solid;
    border-left: 1px solid
}

.br {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid;
    border-right: 1px solid
}

/* Icon */
.icon-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem
}

.icon {
    width: 48px;
    height: 48px;
    color: var(--gold);
    transition: .5s;
}

.card:hover .icon {
    transform: scale(1.1);
}

.icon-glow {
    position: absolute;
    inset: 0;
    background: rgba(255, 193, 7, .2);
    filter: blur(24px);
    opacity: 0;
    transition: .5s;
}

.card:hover .icon-glow {
    opacity: 1;
}

/* Text */
.title {
    font-family: serif;
    text-align: center;
    color: var(--cream);
    margin-bottom: .75rem;
    transition: .3s;
}

.card:hover .title {
    color: var(--gold);
}

.desc {
    text-align: center;
    font-size: .875rem;
    color: var(--cream-muted);
    line-height: 1.6;
}

/* Author Section */
.author-section {
    padding: 8rem 0;
    background: linear-gradient(180deg, #000000 0%, #0a0a0a 50%, #000000 100%);
}

.author-grid {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 3rem;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 5rem;
    align-items: center;
}

.author-photo {
    width: 100%;
    max-width: 380px;
    border-radius: 6px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
}

.author-bio {
    font-size: 1.08rem;
    line-height: 1.85;
    color: #b0b0b0;
    margin-bottom: 2rem;
}

.author-quote-box {
    background: rgba(255, 193, 7, 0.08);
    border-left: 4px solid #FFC107;
    padding: 1.8rem 2rem;
    font-style: italic;
    color: #d0d0d0;
    margin: 2.5rem 0;
    font-size: 1.05rem;
    line-height: 1.7;
}

.social-icons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.social-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 193, 7, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #FFC107;
    color: #000;
    transform: translateY(-4px);
    border-color: #FFC107;
}

/* Order Section */
.order-section {
    padding: 8rem 0;
    background: #000000;
}

.order-grid {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 3rem;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 5rem;
    align-items: center;
}

.order-book-img {
    width: 100%;
    max-width: 360px;
    border-radius: 6px;
    box-shadow: 0 25px 50px rgba(255, 193, 7, 0.2);
}

.order-info h3 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.order-meta {
    font-size: 0.98rem;
    color: #909090;
    margin-bottom: 2.5rem;
}

.order-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.btn-order-primary {
    background: #FFC107;
    color: #000;
    padding: 1.1rem 2rem;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
}

.btn-order-primary:hover {
    background: #ffca2b;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 193, 7, 0.3);
}

.btn-order-secondary {
    background: transparent;
    color: #fff;
    padding: 1.1rem 2rem;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
}

.btn-order-secondary:hover {
    border-color: #FFC107;
    color: #FFC107;
}

.order-review {
    font-style: italic;
    color: #808080;
    font-size: 0.95rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Contact Section */
.contact-section {
    padding: 8rem 0;
    background: linear-gradient(180deg, #000000 0%, #0a0a0a 50%, #000000 100%);
}

.contact-wrapper {
    max-width: 650px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.contact-desc {
    font-size: 1.05rem;
    color: #909090;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.contact-input,
.contact-textarea {
    padding: 1.1rem 1.5rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    color: #fff;
    font-size: 0.95rem;
}

.contact-textarea {
    min-height: 140px;
    resize: vertical;
}

.contact-input::placeholder,
.contact-textarea::placeholder {
    color: #606060;
}

.contact-input:focus,
.contact-textarea:focus {
    outline: none;
    border-color: rgba(255, 193, 7, 0.5);
    background: rgba(255, 255, 255, 0.06);
}

.btn-submit {
    margin-top: 0.5rem;
    background: #FFC107;
    color: #000;
    padding: 1.1rem 2.5rem;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: #ffca2b;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 193, 7, 0.3);
}

.contact-note {
    font-size: 0.8rem;
    color: #606060;
}

/* Footer */
.footer {
    padding: 4rem 0 2rem;
    background: #000000;
    border-top: 1px solid rgba(255, 193, 7, 0.15);
}

.footer-divider {
    width: 1px;
    height: 70px;
    background: linear-gradient(to bottom, transparent, #FFC107 50%, transparent);
    margin: 0 auto 2.5rem;
}

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    margin-bottom: 2rem;
}

.footer-link {
    color: #808080;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-link:hover {
    color: #FFC107;
}

.footer-copyright {
    text-align: center;
    font-size: 0.85rem;
    color: #606060;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 1200px) {

    .hero-grid,
    .author-grid,
    .order-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    .hero-title {
        font-size: 3.5rem;
    }

    .detective-silhouette {
        display: none;
    }

    .themes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .book-wrapper,
    .author-photo,
    .order-book-img {
        margin: 0 auto;
    }

    .social-icons {
        justify-content: center;
    }

    .hero-description {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.8rem;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .themes-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .footer-nav {
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .hero-section {
        padding: 6rem 0 3rem;
    }
}

.vignette {
    position: absolute;
    background: radial-gradient(ellipse at center, transparent 0%, hsl(0 0% 0% / 0.6) 100%);
    inset: 0px;
}

.smoke-overlay {
    background: radial-gradient(ellipse at center, hsl(0 0% 12% / 0.4) 0%, transparent 70%);
    opacity: 0.6;
    position: absolute;
    inset: 0;
}

.banner-cover {
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    inset: 0;
}

.gold-line {
    background: linear-gradient(90deg, transparent, hsl(43 74% 52% / 0.6), #d36c01b8, transparent);
    height: 2px;
    margin: 2rem 0;
}

.gradient-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8rem;
    /* h-32 */
    background: linear-gradient(to top,
            hsl(0 0% 4%),
            transparent);
}

.bg-charcoal-deep {
    background-color: hsl(0 0% 4%);
    position: absolute;
    inset: 0;
}

.section-gold-line {
    background: linear-gradient(90deg, transparent, hsl(43 74% 52% / 0.6), #d36c01b8, transparent);
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

