/* =========================================
   THE LIGHT IN THE WINDOW
   Main Stylesheet
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lato', sans-serif;
    background: #24364D;
    color: #F7F3ED;
    line-height: 1.7;
}

a{
    text-decoration: none;
}

ul {
    list-style: none;
}

header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 30px 60px;
}

nav {
    display: flex;
    gap: 45px;
    align-items: center;
}

nav li {
    list-style: none;

}

.logo {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.logo-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #F7F3ED;
}

.logo-tagline {
    margin-top: 4px;
    font-family: 'Lato', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: #D4A52C;
    text-transform: uppercase;
    letter-spacing: 3px;
}
}

nav ul {
    display: flex;
    gap: 45px;
}

nav a {
    color: white;
    font-weight: 700;
    transition: .3s;
}

nav a:hover {
    color: #D4A52C;
}

.hero {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 160px 20px 80px;
}

.overlay {
    max-width: 900px;
}.eyebrow {
    color: #F7F3ED;
    font-size: 1rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 5rem;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #F7F3ED;
}

.hero h2 {
    font-size: 2rem;
    color: #D4A52C;
    max-width: 900px;
    margin: 0 auto 35px;
    font-weight: 700;
}

.intro {
    font-size: 1.3rem;
    max-width: 760px;
    margin: 20px auto;
    color: #F7F3ED;
}

.buttons {
    margin-top: 50px;
}

.button {
    display: inline-block;
    background: #D4A52C;
    color: white;
    padding: 18px 40px;
    border-radius: 8px;
    font-weight: 700;
    margin: 10px;
    transition: .3s;
}

.button:hover {
    background: #B58522;
}

.secondary {
    background: transparent;
    border: 2px solid #D4A52C;
}

.secondary:hover {
    background: #D4A52C;
}/* ===========================
   THE GORMANS
=========================== */

.gormans{
    background:#f7f3ed;
    padding:100px 8%;
}

.container{
    max-width:1200px;
    margin:0 auto;
}
.gormans .container{
  display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:80px;
}
.gormans-image{
    flex:1;
}

.gormans-image img{
    width:100%;
    max-width:450px;
    border-radius:12px;
    box-shadow:0 20px 50px rgba(0,0,0,.18);
}

.gormans-content{
    flex:1;
}

.gormans-content h2{
    font-family:'Playfair Display', serif;
    font-size:4rem;
    color:#24364d;
    margin-bottom:20px;
}

.gormans-content .subtitle{
    color:#D4A52C;
    font-weight:700;
    font-size:1.5rem;
    margin-bottom:25px;
}

.gormans-content pp{
    color:#444;
    font-size:1.3rem;
    line-height:1.8;
    margin-bottom:30px;
    max-width:650px;
}

   /* ===========================
   THE HOUSE
=========================== */

.house{
    background:#24364d;
    color:white;
    padding:100px 8%;
}

.house .container{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:80px;
}

.house-content{
    flex:1;
}

.house-content h2{
    font-family:'Playfair Display', serif;
    font-size:3.5rem;
    margin-bottom:20px;
}

.house-content .subtitle{
    color:#D4A52C;
    font-size:1.5rem;
    font-weight:700;
    margin-bottom:25px;
}

.house-content p{
    font-size:1.2rem;
    line-height:1.8;
    max-width:700px;
    margin-bottom:35px;
}

.house-image{
    flex:1;
    display:flex;
    justify-content:center;
}

.placeholder{
    width:450px;
    height:300px;
    border:2px dashed rgba(255,255,255,.35);
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    font-size:1.5rem;
    color:#ffffff;
}/* ===========================
   THE BOOK
=========================== */

.book-preview{
    background:#f7f3ed;
    padding:100px 8%;
}

.book-preview .container{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:80px;
}

.book-image{
    flex:1;
    display:flex;
    justify-content:center;
}

.book-content{
    flex:1;
}

.book-content h2{
    font-family:'Playfair Display', serif;
    font-size:3.5rem;
    color:#24364d;
    margin-bottom:20px;
}

.book-content .subtitle{
    color:#D4A52C;
    font-size:1.5rem;
    font-weight:700;
    margin-bottom:25px;
}

.book-content p{
    color:#444;
    font-size:1.2rem;
    line-height:1.8;
    margin-bottom:35px;
    max-width:650px;
}

/* ===========================
   JOIN THE MOVEMENT
=========================== */

.movement{
    background:#D4A52C;
    color:white;
    padding:100px 8%;
    text-align:center;
}

.movement-content{
    max-width:850px;
    margin:0 auto;
}

.section-tag{
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:.9rem;
    font-weight:700;
    margin-bottom:20px;
}

.movement h2{
    font-family:'Playfair Display', serif;
    font-size:4rem;
    margin-bottom:30px;
}

.movement p{
    font-size:1.25rem;
    line-height:1.9;
    margin-bottom:30px;
}

.movement .button{
    background:white;
    color:#24364d;
}

.movement .button:hover{
    background:#24364d;
    color:white;

 /* ===========================
   STORY INTRO
=========================== */

.story-intro{
    background:#2b3f5c;
    color:#ffffff;
    padding:90px 8%;
}

.story-intro .container{
    max-width:900px;
    margin:0 auto;
}

.story-intro-content{
    text-align:center;
}

.story-intro-content .section-tag{
    color:#D4A52C;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:.9rem;
    font-weight:700;
    margin-bottom:30px;
}

.story-intro-content h2{
    font-family:Georgia, serif;
    font-size:3rem;
    color:#ffffff;
    margin-bottom:10px;
    line-height:1.2;
}

.story-intro-content h3{
    font-family:Georgia, serif;
    font-size:2rem;
    color:#D4A52C;
    margin-bottom:30px;
}

.story-intro-content p{
    font-size:1.25rem;
    line-height:1.9;
    color:#f3f3f3;
    max-width:760px;
    margin:0 auto 22px;
}

.story-intro-content .highlight{
    font-family:Georgia, serif;
    font-size:2.3rem;
    color:#ffffff;
    font-weight:bold;
    margin:40px auto;
}  /* ===========================
   FOOTER
=========================== */

.footer{
    background:#2b3f5c;
    color:#ffffff;
    padding:70px 8% 30px;
}

.footer .container{
    display:flex;
    justify-content:space-between;
    gap:60px;
    max-width:1200px;
    margin:0 auto;
}

.footer-brand{
    flex:2;
}

.footer-links,
.footer-contact{
    flex:1;
}

.footer h3,
.footer h4{
    color:ffffff;
    margin-bottom:15px;
    font-family:Georgia, serif;
}

.footer-tagline{
    color:#D4A52C;
    font-weight:bold;
    margin-bottom:20px;
}

.footer p{
    color:#f3f3f3;
    line-height:1.8;
}

.footer ul{
    list-style:none;
    padding:0;
}

.footer li{
    margin-bottom:10px;
}

footer a,
footer a:visited{
    color:#E0B23F !important;
    text-decoration:none !important;
}

.footer a:hover{
    color:#ffffff !important;
}

.footer-bottom{
    text-align:center;
    border-top:1px solid rgba(255,255,255,.15);
    margin-top:50px;
    padding-top:30px;
}

.footer-closing{
    color:#D4A52C;
    font-size:1.2rem;
    font-weight:bold;
    margin-top:10px;
}
body{font-family:Lato,Arial,sans-serif;line-height:1.6;}
header{padding:20px;border-bottom:1px solid #ddd;}
nav a{margin-right:14px;text-decoration:none;}
footer{margin-top:60px;padding:30px 20px;text-align:center;background:#0d2238;color:#fff;}
