*{
    box-sizing:border-box;
}
h1, h2, h3 { font-family: 'Cormorant Garamond', serif; }

body, p, a, nav { font-family: 'Jost', sans-serif; }

p{
    font-size: smaller;
}

body {
    background-color: #f0ebe2;
}
/* nav bar */
.menu-item{
    font-family: 'Cormorant Garamond', serif;
}
h1 { color: #2A2A25; }
.mobile-nav a {
    color: #2A2A25;
    text-decoration: none;
}
.mobile-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #F4F1E8;
    border-right: 1px solid #C8C4B0;
    overflow-x: hidden;
    transition: 0.3s ease;
    z-index: 200;
}

.sidenav a {
    padding: 12px 20px;
    display: block;
    color: #6B6B5E;
    text-decoration: none;
}

.closebtn {
    color: #2E7D52 !important;
    font-size: 1.5rem;
}

.hamburger{
    width:50px;
    height:auto
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background-color: #f0ebe2;
    border-bottom: 1px solid #C8C4B0;
    display: flex;
    
    padding: 6px 1.25rem 0px;
    z-index: 100;
}




nav{
    display:flex;
    justify-content:space-evenly;
    align-items:center;
   

}

.desktop-nav{
    display:none; 
}


/* index body */
main{
    background-color: #f0ebe2;
}
#opener{
    position:absolute;
    text-align:center;
    padding-left:25%;
    padding-top:40px;
    
   
   
  

}
.index-page{
    background-image: url(../img/indexbackground.png);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height: 100vh;
}
p.img-credit {
    position: absolute;
    bottom: 6px;
    right: 6px;
    margin: 0;
    display: inline-block;
    width: auto;
    font-size: 0.5rem;
    color: #F4F1E8;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1px 4px;
    border-radius: 3px;
}
.img-credit p {
  margin:0;
}
/* about page content */
#guitar{
    width: 330px;
    height:450px;
}
#mountain{
    display:none;
}
.about-container{
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center; 
    margin-top:45px;
}
.about-main p{
    align-items:center;
}
.about-page-img{
    padding-top:10px;
}
.about-page-content h1{
    text-align:center;
    color: #2E7D52;
}
.social-links {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.social-links a {
  color: #2E7D52; 
  font-size: 2rem;
  text-decoration: none;
  transition: opacity 0.2s;
}

.social-links a:hover {
  opacity: 0.7;
}
/* human page */
hr{
    display:none;
}
.human-main{
    padding-top:45px;
    
}

.human-content h2, h1{
    text-align:center;
    color:#2E7D52;
}
.pubs-logo {
    width: 150px;
    height: 150px;
    margin-right:8px;
}
.human-main img{
    width: 150px;
    height: 150px;
    margin-right:8px;
}
.woak-logo{
    object-fit: cover;
}
.preview-card {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  max-width: 500px;
  margin-top:10px;
  background-color: #FFFFFF;
    border: 1px solid #C8C4B0;
    border-radius: 8px;
}
.preview-card:hover {
  transform: translateY(-4px); /* card lifts up */
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  cursor: pointer;
}

/* ai page */
.ai-main {
    padding-top:45px;
}

.ai-main h3{
    text-align:center;
    color:#2E7D52;
}

.rivers-logo{
     width: 150px;
    height: 150px;
    margin-right:8px;
    object-fit:fill;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:4px;
}
.ai-pc{
    display:flex;
    align-items: center;
}

.card-thumb {
  position: relative;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  color: white;
  padding: 10px 16px;
  border-radius: 50%;
  font-size: 1.2rem;
}
.vid-thumb {
     width: 150px;
    height: 150px;
    margin-right:8px;
    object-fit:cover;
    height:100%;
    
}

@media (min-width: 1080px) {

.mobile-nav{
    display:none;   
}

.desktop-nav{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.desktop-nav a {
    color: #2A2A25;
    text-decoration: none;
}

.nav-links{
    display:flex;
    gap:24px;
}


.index-page{
    background-image: url(../img/desktopbackground.png);
    background-size:auto;
    background-position:center;
    background-repeat:no-repeat;
    height: 100vh;
}

#opener{
    position:absolute;
    text-align:center;
    padding-left:40%;
    padding-top:40px;
    font-size: x-large;

}

/* about page */

 
.about-container {
  display:flex;
  flex-direction:row;
  align-items: center;
  gap: 60px;
  padding: 40px;
}

.about-page-img {
  flex-shrink: 0; 
}

#guitar {
  width: 450px;
  height: 650px;
  object-fit: cover;
  border-radius: 15px;
}

.about-page-content {
  max-width: 550px;
}

.about-page-content p {
  font-size: 1.3rem;
  line-height: 1.8;
}
.about-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* human page */
.cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.human-p{
    font-size: 18px;
    text-align:center;
}
hr{
    display:block;
    border: none;
  border-top: 1px solid #2d6a4f;
  margin: 32px 0;
}

.human-main {
  padding: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

/* each column feels like a torn-edge scrapbook section */
.column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: rgba(45, 106, 79, 0.05);
  border-radius: 4px 20px 4px 20px; /* uneven corners for a handmade feel */
  padding: 28px;
  box-shadow: 4px 4px 0px #2d6a4f; /* hard offset shadow like a sticker */
}

/* text blocks look like sticky notes */
.human-content {
  background-color: #f5f0e8;
  border-radius: 2px 12px 2px 12px;
  padding: 16px 20px;
  box-shadow: 2px 2px 0px rgba(45, 106, 79, 0.4);
  transform: rotate(-0.8deg); /* very slight tilt */
}

.human-content h2 {
  color: #2d6a4f;
  font-style: italic;
  margin-bottom: 8px;
}

/* cards feel pinned to a board */
.preview-card {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.2s ease;
  overflow: hidden;
  transform: rotate(0.5deg); /* alternates with the content tilt */
}

.preview-card:hover {
  transform: rotate(0deg) translateY(-6px) scale(1.01);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 24px;
}

.human-header {
  background-image: url(../img/candidmountain.JPG);
  background-size: cover;
  background-position: center;
  padding: 60px 40px;
  position: relative;
}

/* dark overlay so text stays readable */
.human-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(245, 240, 232, 0.25); /* your cream color at 75% */
}

/* keeps text above the overlay */
.human-header h1,
.human-header p {
  position: relative;
  z-index: 1;
}
/* ai page */
.ai-p{
    font-size:18px;
    text-align:center;
}
.ai-main {
  padding: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

/* section feels like a handwritten journal entry */
.ai-main h3 {
  color: #2d6a4f;
  font-style: italic;
  margin-bottom: 8px;
  margin-top: 32px;
}

/* intro text blocks feel like sticky notes */
/* .ai-main p {
  background-color: #f5f0e8;
  border-radius: 2px 12px 2px 12px;
  padding: 16px 20px;
  box-shadow: 2px 2px 0px rgba(45, 106, 79, 0.4);
  transform: rotate(-0.8deg);
  max-width: 700px;
} */

/* cards pinned to the board */
.ai-main .preview-card {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.2s ease;
  overflow: hidden;
  transform: rotate(0.5deg);
  margin-top: 12px;
  max-width: 600px;
}

.ai-main .preview-card:hover {
  transform: rotate(0deg) translateY(-6px) scale(1.01);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.ai-header {
  background-image: url(../img/ai-header.png);
  background-size: cover;
  background-position: center;
  padding: 60px 40px;
  position: relative;
}

/* dark overlay so text stays readable */
.ai-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(245, 240, 232, 0.25); /* your cream color at 75% */
}

/* keeps text above the overlay */
.ai-header h1,
.ai-header p {
  position: relative;
  z-index: 1;
}

}

