/* ==================================

BURIED THINGS

Official Author Website

Version 4

================================== */

:root{

--background:#F8F4EE;

--white:#FFFDF9;

--text:#2F241C;

--accent:#A06F45;

--border:#E8DED1;

}

/* RESET */

*{

margin:0;

padding:0;

box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

font-family:"Inter",sans-serif;

background:var(--background);

color:var(--text);

}

/* CONTAINER */

.container{

width:min(1200px,90%);

margin:auto;

}

/* HEADER */

.site-header{

position:fixed;

top:0;

left:0;

width:100%;

background:var(--accent);

backdrop-filter:blur(10px);

border-bottom:1px solid var(--border);

z-index:1000;

}
    
.navbar{

display:flex;

justify-content:space-between;

align-items:center;

padding:26px 0;

min-height:90px;

}

.logo{

font-family:"Cormorant Garamond",serif;

font-size:48px;

font-weight:500;

text-decoration:none;

color:var(--text);

}

.nav-menu{

display:flex;

gap:40px;

list-style:none;

}

.nav-menu a{

text-decoration:none;

color:var(--text);

font-size:17px;

transition:.3s;

}

.nav-menu a:hover{

color:var(--accent);

}

/* HERO */

.hero{

min-height:100vh;

display:flex;

align-items:flex-start;

text-align:center;

padding-top:180px;

}

.hero-content{

max-width:1100px;

margin:auto;

text-align:center;

padding-left:0;

}

.hero-tag{

font-size:14px;

font-weight:600;

letter-spacing:3px;

color:#800020;

text-align:center;

}

.hero h1{

font-family:"Cormorant Garamond",serif;

font-size:88px;

line-height:1.1;

font-weight:600;

margin:25px auto;

max-width:1200px;

}

.hero h2{

font-family:"Cormorant Garamond",serif;

font-size:42px;

font-weight:500;

color:var(--accent);

margin-bottom:35px;

text-align:center;

}

.hero p{

font-size:22px;

line-height:1.8;

max-width:760px;

margin:25px auto;

text-align:center;

color:#5A5045;

}

.hero-buttons{

display:flex;

justify-content:center;

align-items:center;

gap:25px;

margin-top:40px;

}

.btn-primary{

background:var(--accent);

color:white;

padding:18px 36px;

border-radius:50px;

text-decoration:none;

font-weight:600;

transition:.3s;

}

.btn-primary:hover{

transform:translateY(-3px);

box-shadow:0 10px 25px rgba(160,111,69,.25);

}

.btn-secondary{

background:var(--accent);

color:white;

padding:18px 36px;

border:none;

border-radius:50px;

text-decoration:none;

font-weight:600;

transition:.3s;

}

.btn-secondary:hover{

transform:translateY(-3px);

box-shadow:0 10px 25px rgba(160,111,69,.25);

}

/* SECTION DIVIDER */

.section-divider{

text-align:center;

font-size:26px;

color:var(--accent);

margin-top:120px;

letter-spacing:10px;

opacity:.6;

}

/* ==========================
ABOUT
========================== */

.about{

padding:140px 0;

}

.about-grid{

display:grid;

grid-template-columns:350px 1fr;

gap:80px;

align-items:center;

}

.about-image img{

width:100%;

border-radius:12px;

box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.section-tag{

font-size:14px;

letter-spacing:4px;

font-weight:700;

text-transform:uppercase;

color:#8B0000;

}

.about h2{

font-family:"Cormorant Garamond",serif;

font-size:60px;

font-weight:800;

margin:18px 0 30px;

}

.about p{

font-size:20px;

line-height:1.9;

margin-bottom:25px;

color:#5A5045;

}

/* ==========================
FEATURED BOOK
========================== */

.featured-book{

padding:140px 0;

background:#FFFDF9;

}

.book-grid{

display:grid;

grid-template-columns:320px 1fr;

gap:120px;

align-items:center;

}

.book-image img{

width:90%;

display:block;

margin:auto;

border-radius:10px;

box-shadow:0 20px 40px rgba(0,0,0,.10);

}

.book-content h2{

font-family:"Cormorant Garamond",serif;

font-size:60px;

margin:15px 0;

}

.book-content h3{

    font-family:"Cormorant Garamond", serif;

    font-size:34px;

    font-weight:700;

    color:#2F6F6D;

    line-height:1.3;

    margin-bottom:20px;

}

.book-content p{

font-size:20px;

line-height:1.9;

margin-bottom:25px;

color:#5A5045;

}

.book-buttons{

display:flex;

gap:20px;

margin-top:40px;

}

.book-highlight{
    color:#4A4A4A !important;
    font-size:34px;
    font-style:italic;
    font-weight:500 !important;
    line-height:1.4;
}

/* ==========================
INSIDE BURIED THINGS
========================== */

.stories{

padding:160px 0;

}

.stories h2{

font-family:"Cormorant Garamond",serif;

font-size:56px;

font-weight:500;

margin:18px 0 70px;

}

.quotes{

display:flex;

flex-direction:column;

gap:90px;

max-width:900px;

margin:auto;

}

blockquote{

font-family:"Cormorant Garamond",serif;

font-size:42px;

line-height:1.7;

font-style:italic;

font-weight:800;

padding:0 0 60px;

border-bottom:1px solid var(--border);

color:#2F6F6D;

text-align:center;

transition:.3s;

}

blockquote:hover{

color:var(--accent);

transform:translateY(-4px);

}

/* ==========================
FOOTER
========================== */

.site-footer{

padding:120px 0 70px;

text-align:center;

border-top:1px solid var(--border);

background:var(--accent);

margin-top:120px;

}

.site-footer h2{

font-family:"Cormorant Garamond",serif;

font-size:54px;

font-weight:500;

margin-bottom:15px;

}

.site-footer p{

font-size:20px;

color:#800020;

margin-bottom:15px;

}

.footer-links{

display:flex;

justify-content:center;

gap:40px;

margin:45px 0;

}

.footer-links a:hover{

opacity:.7;

}

.copyright{

font-size:16px;

opacity:.7;

margin-top:40px;

}

.contact-social{

    margin-top:50px;

    text-align:center;

}

.contact-social h3{

    font-family:"Cormorant Garamond",serif;

    font-size:32px;

    margin-bottom:20px;

    color:#800020;

}

.contact-social a{

    display:inline-block;

    margin:10px 15px;

    color:#A06F45;

    text-decoration:none;

    font-size:20px;

    font-weight:600;

    transition:.3s;

}

.contact-social a:hover{

    color:#800020;

    transform:translateY(-2px);

}

/* ==========================
   CONTACT
========================== */

.contact{
    padding:70px 20px 40px;
    text-align:center;
    background:#faf8f5;
}

.contact .container{
    max-width:800px;
    margin:auto;
}

.contact h2{
    font-family:"Cormorant Garamond",serif;
    font-size:60px;
    margin:20px 0;
}

.contact-text{
    font-size:20px;
    line-height:1.8;
    color:#555;
    margin-bottom:40px;
}

.contact-info{
    font-size:20px;
    line-height:2;
    margin-bottom:40px;
}

.contact-info a{
    color:#0066CC;
    text-decoration:none;
    font-weight:600;
}

.contact-info a:hover{
    color:#004499;
}

.contact-social h3{
    font-family:"Cormorant Garamond",serif;
    font-size:32px;
    margin-bottom:20px;
    color:#800020;
}

.contact-social a{
    display:inline-block;
    margin:10px 15px;
    color:#A06F45;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.contact-social a:hover{
    color:#800020;
    transform:translateY(-2px);
}

/* ==========================
   REVIEWS
========================== */

.reviews h2{

    font-family:"Cormorant Garamond", serif;

    font-size:64px;

    font-weight:400;

    color:#2b211d;

    line-height:1.1;

    margin-top:12px;

    margin-bottom:40px;

}

.reviews .section-tag{

    color:#800020;

    text-transform:uppercase;

    letter-spacing:4px;

    font-size:13px;

    font-weight:600;

}

.reviews{

    text-align:center;

}

.reviews h2{

    margin-left:auto;
    margin-right:auto;

}

.reviews{
    padding:100px 0;
    background:#faf8f5;
}

.reviews-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
    max-width:900px;
    margin:60px auto 0;
}

.review-column{
    display:flex;
    flex-direction:column;
    gap:30px;
    align-items:center;
}

.review-column img{

    width:100%;
    max-width:360px;

    border-radius:12px;

    box-shadow:0 10px 30px rgba(0,0,0,.12);

    transition:all .3s ease;

}

.review-column img:hover{

    transform:translateY(-5px);

    box-shadow:0 18px 40px rgba(0,0,0,.18);

}

@media (max-width:900px){

    .reviews-grid{

        grid-template-columns:1fr;

    }

    .review-column{

        gap:25px;

    }

}

/* ==========================
   FROM THE BOOK SECTION
========================== */

.stories{

    text-align:center;

}

.stories .section-tag{

    display:block;

    text-align:center;

    margin-bottom:12px;

}

.stories h2{

    text-align:center;

    font-family:"Cormorant Garamond", serif;

    font-size:64px;

    font-weight:400;

    color:#2b211d;

    margin-bottom:60px;

}

#reviews{
    scroll-margin-top:50px;
}

#contact{
    scroll-margin-top:80px;
}

.email-icon{
    color:#D44638;
}

.linkedin-icon{
    color:#0A66C2;
}

.instagram-icon{
    color:#E4405F;
}

.x-icon{
    color:#000000;
}

.substack-icon{
    color:#FF6719;
}

.email-link{
    color:#0066CC;
    text-decoration:underline;
}

.email-link:hover{
    color:#004499;
}