
/* ===== Site Header ===== */

.site-header {
  text-align: center;
  padding: 20px 0 10px 0;
}

.site-logo {
  max-width: 850px;
  width: 110%;
  height: auto;
  display: block;
  margin: 0 auto 8px auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.site-nav a {
  text-decoration: none;
  color: #DE636E;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding: 6px 8px;
}

.site-nav a:hover {
  background-color: #F7A4AC;
  color: #F4EDD9;
}











.insta-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
    margin: 60px auto;
    max-width: 1100px;
}

.instagram-media {
    flex: 1;
    min-width: 300px;
}

.vertical-video {
    max-width: 420px;        /* controls overall size */
    margin: 80px auto 100px auto;
}

.vertical-video video {
    width: 100%;
    aspect-ratio: 9 / 16;    /* forces vertical proportions */
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
    object-fit: cover;
}

.side-by-side-images {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: flex-start;
    max-width: 1100px;
    margin: 80px auto 120px auto;
}

.image-item img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.1);
}

/* Make tall one smaller */
.small-tall {
    flex: 0.6;
    max-width: 350px;   /* controls how small it feels */
}

/* Make wide one larger */
.large-wide {
    flex: 1.4;
}



.project-subheader {
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    max-width: 750px;
    margin: 18px auto 45px auto;
    text-align: center;
    color: #2F2624;
    opacity: 0.9;
}

.project-subheader .label {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.3px;
}

.gif-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 900px;
    margin: 60px auto 80px auto;
}

.gif-item {
    width: 100%;
    aspect-ratio: 1 / 1;   /* makes them perfect squares */
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.gif-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


* {
  box-sizing: border-box;
}

body {
  margin-bottom: 100px;
  font-family: Arial;
  text-align:center;
      background-color: #F8F0EE;
}



.pdf-container {
    width: 60%;
    height: 600px;
    margin: 40px auto;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    border-radius: 8px;
    overflow: hidden;
    background: white;
}



.pdf-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}


/* full-width background band */
.intro-band {
    background: #F9F0EE; /* change this to match your site */
    padding: 0px 20px;
    margin-top: 40px;
    margin-bottom: 60px;
}

/* centered card */
.project-intro {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    background: white;
    padding: 10px 55px;
    border-radius: 14px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

/* text */
.intro-text {
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 22px;
}

.intro-title::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: #2F2624; /* or whatever your text color is */
    margin: 18px auto 0 auto;
}



.intro-title {
    position: relative;
    display: inline-block;

    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 38px;
    margin-bottom: 10px;
    margin-top: 75px;

    color: #DE636E;
    text-decoration: none;
}

/* Thick underline highlight */
.intro-title::after {
    content: "";
    position: absolute;
    left: 2%;
    bottom: 0px;              /* adjust this to move it up/down */
    width: 99%;
    height: 18px;             /* thickness */
    background-color: #F3C6CB; /* lighter blush than text */
    border-radius: 20px;
    z-index: -1;
     transform: rotate(-.75deg);
     opacity: 0.8; 

}

.section-divider {
    display: block;
    margin: 30px auto 40px auto; /* space above and below */
    width: 13%;                  /* controls how wide it is */
    max-width: 700px;            /* prevents it from getting huge */
    height: auto;
}

.project {
    position: relative;
}



.live-subtext {
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    margin-top: 6px;
    color: #2F2624;
    opacity: 0.75;
    font-style: italic;
}




.project {
    margin-bottom: 80px;
    text-align: center;
}


.project-nolink {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #2F2624;
    text-decoration: none;
    margin-bottom: 0px;
    line-height: 1.3;
    transition: opacity .2s ease, transform .2s ease;
}

/* clickable article title */
.project-link {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #2F2624;
    text-decoration: underline;
    margin-bottom: 0px;
    line-height: 1.3;
    transition: opacity .2s ease, transform .2s ease;
}

/* hover effect */
.project-link:hover {
    opacity: 0.6;
    transform: translateY(-2px);
}







.homehi { 
  color: #252526;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 24px;
  padding: 40px 125px 3px 125px;
  font-family: 'Montserrat', sans-serif;
  line-height: 40px; 
  text-shadow: 1px 1px #F7A4AC;
}

.homebody { 
  color: #252526;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 125px 5px;
  font-family: 'Montserrat', sans-serif;
  line-height: 22px; 
}

