*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
background:#1b2418;
font-family:Inter, sans-serif;
color:#efe6d4;
overflow-x:hidden;
}

/* HEADER */

header{
position:fixed;
top:0;
width:100%;
padding:28px 7%;
display:flex;
justify-content:space-between;
align-items:center;
z-index:100;
background:
linear-gradient(
rgba(0,0,0,.55),
transparent
);
}

.logo{
font-family:"Cormorant Garamond", serif;
font-size:30px;
line-height:1;
}

nav a{
color:#efe6d4;
text-decoration:none;
margin-left:34px;
font-size:15px;
}

/* HERO */


/* HERO */

.hero{
position:relative;

min-height:70vh;

background-image:
url("./images/hero-art.png");

background-size:contain;
background-repeat:no-repeat;
background-position:center top;

background-color:#152117;

display:flex;
align-items:flex-end;

padding:
0 6%
80px;

overflow:hidden;
}

.hero::before{
content:"";
position:absolute;
inset:0;

background:
linear-gradient(
180deg,
rgba(0,0,0,.15) 0%,
rgba(0,0,0,.35) 100%
);
}

.hero-text{
position:relative;
z-index:2;

max-width:620px;

padding-bottom:40px;

text-align:left;
}

.book-announcement{
display:inline-block;

padding:12px 22px;

margin-bottom:32px;

background:
rgba(122,93,39,.88);

border:
1px solid rgba(223,186,98,.45);

letter-spacing:4px;
font-size:11px;
}

.small{
font-size:30px;

margin-bottom:22px;

font-family:
"Cormorant Garamond",
serif;
}

.hero h1{
font-size:82px;

font-family:
"Cormorant Garamond",
serif;

font-weight:300;

line-height:1.05;
}

.hero h2{
font-size:76px;

font-style:italic;

font-family:
"Cormorant Garamond",
serif;

font-weight:300;

line-height:1.05;

margin-top:12px;
}

.sub{
margin-top:30px;

font-size:20px;

line-height:1.8;

max-width:580px;
}
/* MEANING OF WATER */

.meaning{
position:relative;
min-height:760px;

background-image:
url("./images/puddle-strip.png");

background-size:cover;
background-repeat:no-repeat;
background-position:center center;

padding:90px 8%;

overflow:hidden;

background-color:#151b12;
}

.meaning-overlay{
position:absolute;
inset:0;

background:
linear-gradient(
180deg,
rgba(0,0,0,.18),
rgba(0,0,0,.08)
);
}

.meaning-header{
position:relative;
z-index:2;
width:100%;
text-align:center;
padding-top:40px;
}

.meaning-header p{
font-size:14px;
letter-spacing:7px;
margin-bottom:22px;
}

.meaning-header h2{
font-family:"Cormorant Garamond", serif;
font-size:68px;
font-weight:300;
line-height:1.1;
}

/* MOBILE FILLER HIDDEN ON DESKTOP */

.mobile-water-fill{
display:none !important;
}

/* ABOUT */

.story{
position:relative;
min-height:100vh;
overflow:hidden;
background:#172014;
}

.story-layout{
display:grid;
grid-template-columns:1.1fr .9fr;
min-height:100vh;
position:relative;
z-index:2;
}

/* IMAGE SIDE */

.story-image-side{
background:
url("./images/about-me.png");

background-size:cover;
background-position:center center;
background-repeat:no-repeat;

min-height:100vh;
}

/* TEXT SIDE */

.story-content{
display:flex;
align-items:center;
justify-content:center;
padding:80px;

background:
linear-gradient(
180deg,
rgba(27,48,32,.95),
rgba(17,31,20,.96)
);
}

.story-box{
max-width:620px;
}

.story-label{
font-size:13px;
letter-spacing:5px;
margin-bottom:18px;
color:#d4b36c;
}

.story-box h2{
font-family:"Cormorant Garamond", serif;
font-size:72px;
font-weight:300;
margin-bottom:12px;
line-height:1;
}

.story-box h3{
font-family:"Cormorant Garamond", serif;
font-size:30px;
font-weight:300;
font-style:italic;
line-height:1.4;
margin-bottom:28px;
color:#e0c57a;
}

.story-box p{
font-size:18px;
line-height:1.9;
margin-bottom:20px;
color:#f1eadf;
}

.story-quote{
margin-top:35px;
font-family:"Cormorant Garamond", serif;
font-size:48px;
font-style:italic;
line-height:1.2;
color:#dcb868;
}

/* QUOTE */

.quote{
position:relative;
padding:220px 10%;

background:
url("./images/quote-water.jpg");

background-size:cover;
background-position:center;

text-align:center;
}

.quote-overlay{
position:absolute;
inset:0;

background:
rgba(0,0,0,.38);
}

.quote-content{
position:relative;
z-index:2;
}

.quote p{
font-size:30px;
font-family:"Cormorant Garamond", serif;
margin-bottom:20px;
}

.quote h2{
font-size:74px;
font-style:italic;
font-family:"Cormorant Garamond", serif;
font-weight:300;
line-height:1.2;
}

.bottom-book-box{
margin-top:80px;
display:inline-block;

padding:24px 34px;

background:
rgba(122,93,39,.82);

border:
1px solid rgba(223,186,98,.35);
}

.book-label{
font-size:11px;
letter-spacing:4px;
margin-bottom:10px;
}

.bottom-book-box h3{
font-family:"Cormorant Garamond", serif;
font-size:34px;
margin-bottom:10px;
}

/* MOBILE */

@media(max-width:900px){

header{
padding:22px 5%;
}

nav{
display:none;
}

/* HERO */

.hero{
padding:
140px 8%
90px;

background-position:
62% center;
}

.hero h1{
font-size:58px;
}

.hero h2{
font-size:52px;
}

.sub{
font-size:18px;
}

/* BOOK BOX */

.book-announcement{
padding:9px 16px;
font-size:9px;
letter-spacing:2px;
}

/* WATER MOBILE */

.meaning{
min-height:auto;

padding:
70px 6%
0px;

background-size:contain;
background-position:top center;
background-repeat:no-repeat;

background-color:#151b12;
}

.meaning-header{
padding-top:20px;
}

.meaning-header h2{
font-size:44px;
line-height:1.2;
}

/* MOBILE ONLY TRANSITION IMAGE */

.mobile-water-fill{
display:block !important;

width:100%;
height:140px;

background-image:
url("./images/puddle-strip.2png");

background-size:cover;
background-position:center;
background-repeat:no-repeat;

margin-top:-2px;
}

/* ABOUT */

.story-layout{
grid-template-columns:1fr;
}

.story-image-side{
min-height:58vh;
background-position:center top;
}

.story-content{
padding:
40px 24px 70px;
}

.story-box{
max-width:100%;
}

.story-box h2{
font-size:52px;
}

.story-box h3{
font-size:24px;
}

.story-box p{
font-size:16px;
line-height:1.8;
}

.story-quote{
font-size:34px;
}

/* QUOTE */

.quote{
padding:140px 8%;
}

.quote h2{
font-size:44px;
}

.bottom-book-box{
padding:18px 24px;
margin-top:50px;
}

.bottom-book-box h3{
font-size:24px;
}

}