.sidenav {
    height: 100%;
    width: 160px; 
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 25vh;
    margin-left: 10px;
    background-color: white;
    filter: drop-shadow(8px 8px #1D3243); 
}

.sidenav a {
    font-family: transat-text, sans-serif;
    font-weight: 300;
    text-decoration: none;
    display: block;
    padding: 6px 8px 6px 16px;
    margin-bottom: 45px;
    color: #1D3243;
    transition: color 0.3s ease;
}

.sidenav a:hover {
    color: #51D5B6;
}

.main {
    margin-left: 180px;
    padding: 20px;
    background-size: 40px 40px;
    background-image:
      linear-gradient(to right, grey 1px, transparent 1px),
      linear-gradient(to bottom, grey 1px, transparent 1px);
}

h1 {
    font-family: am-futurismo, sans-serif;
    font-size: 6em;
    color: #1D3243;
    margin-bottom: 30px;
}

h2 {
    font-family: am-futurismo, sans-serif;
    font-size: 3.2em;
    text-shadow: 3px 5px #1D3243;
    color: #51D5B6;
    margin-bottom: 25px;
}

#home {
    position: relative;
    margin-bottom: 60px;
}

#history {
    padding-bottom: 50px;
}

p {
    font-family: transat-text, sans-serif;
    color: #1D3243;
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 15px;
}

.container-home {
    margin-top: 30px;
    margin-bottom: 50px;
    background-color: #FFE77E;
    filter: drop-shadow(8px 8px #1D3243);   
    padding: 30px;
    overflow: auto;
}

.container-home p {
    margin-left: 0;
}

.container-history {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #BFB5FF;
    padding: 30px;
    filter: drop-shadow(8px 8px #1D3243);  
}

.container-history p {
    margin-left: 0;
    margin-bottom: 20px;
}

#image-1 {
    width: 500px;
    max-width: 100%;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    border: 3px solid #1D3243;
}

.shapes {
    width: 100px;
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 1;
}

/* Mobile Responsive Styles */
@media (max-width: 968px) {
    .sidenav {
        width: 100%;
        height: auto;
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: 0;
        text-align: center;
    }
    
    .sidenav a {
        display: inline-block;
        padding: 10px 15px;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    
    .main {
        margin-left: 0;
        padding: 15px;
    }
    
    h1 {
        font-size: 3em;
    }
    
    h2 {
        font-size: 2.2em;
    }
    
    p {
        font-size: 1em;
    }
    
    #image-1 {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
        display: block;
    }
    
    .container-home,
    .container-history {
        padding: 20px;
    }
    
    .shapes {
        width: 70px;
        right: 20px;
        top: 20px;
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 2.5em;
    }
    
    h2 {
        font-size: 1.8em;
        text-shadow: 2px 3px #1D3243;
    }
    
    .sidenav {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .sidenav a {
        display: block;
        margin-bottom: 5px;
        margin-right: 0;
    }
    
    .container-home,
    .container-history {
        padding: 15px;
        filter: drop-shadow(5px 5px #1D3243);
    }
    
    .shapes {
        display: none;
    }
}

/* style page */

.style-intro {
    background-color: #FF6B9D;
    padding: 30px;
    filter: drop-shadow(8px 8px #1D3243);
    margin-bottom: 40px;
  }

  .style-intro p {
    font-family: transat-text, sans-serif;
    color: #1D3243;
    font-size: 1.3em;
    font-style: italic;
    margin: 0;
  }

  .principles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
  }

  .principle-card {
    padding: 25px;
    filter: drop-shadow(8px 8px #1D3243);
    position: relative;
  }

  .principle-card h3 {
    font-family: am-futurismo, sans-serif;
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .principle-card p {
    font-family: transat-text, sans-serif;
    color: #1D3243;
    line-height: 1.6;
  }

  .principle-card:nth-child(1) {
    background-color: #FFE77E;
  }

  .principle-card:nth-child(1) h3 {
    color: #FF6B9D;
    text-shadow: 2px 3px #1D3243;
  }

  .principle-card:nth-child(2) {
    background-color: #51D5B6;
  }

  .principle-card:nth-child(2) h3 {
    color: #FFE77E;
    text-shadow: 2px 3px #1D3243;
  }

  .principle-card:nth-child(3) {
    background-color: #BFB5FF;
  }

  .principle-card:nth-child(3) h3 {
    color: #FF6B9D;
    text-shadow: 2px 3px #1D3243;
  }

  .principle-card:nth-child(4) {
    background-color: #FF6B9D;
  }

  .principle-card:nth-child(4) h3 {
    color: #FFE77E;
    text-shadow: 2px 3px #1D3243;
  }

  .gallery {
    margin-top: 50px;
  }

  .gallery h2 {
    margin-bottom: 30px;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
  }

  .gallery-item {
    background-color: white;
    padding: 20px;
    filter: drop-shadow(6px 6px #1D3243);
  }


  .gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid #1D3243;
  }

  .gallery-item h4 {
    font-family: am-futurismo, sans-serif;
    color: #1D3243;
    font-size: 1.3em;
    margin: 10px 0 5px 0;
  }

  .gallery-item p {
    font-family: transat-text, sans-serif;
    color: #1D3243;
    font-size: 0.95em;
    margin: 0;
  }

  .gallery-item:nth-child(1) {
    background-color: #FFE77E;
  }

  .gallery-item:nth-child(2) {
    background-color: #51D5B6;
  }

  .gallery-item:nth-child(3) {
    background-color: #BFB5FF;
  }

  @media (max-width: 768px) {
    .principles {
      grid-template-columns: 1fr;
    }
    
    .gallery-grid {
      grid-template-columns: 1fr;
    }
  }


  /* key designer page */

  .intro-section {
    background-color: #51D5B6;
    padding: 30px;
    filter: drop-shadow(8px 8px #1D3243);
    margin-bottom: 50px;
  }

  .intro-section p {
    font-family: transat-text, sans-serif;
    color: #1D3243;
    font-size: 1.1em;
    line-height: 1.7;
    margin: 0;
  }

  .featured-designers {
    margin-bottom: 60px;
  }

  .designer-card {
    background-color: white;
    padding: 30px;
    margin-bottom: 35px;
    filter: drop-shadow(8px 8px #1D3243);
    border-left: 8px solid;
  }

  .designer-card:nth-child(1) {
    border-left-color: #FFE77E;
  }

  .designer-card:nth-child(2) {
    border-left-color: #FF6B9D;
  }

  .designer-card:nth-child(3) {
    border-left-color: #BFB5FF;
  }

  .designer-card:nth-child(4) {
    border-left-color: #51D5B6;
  }

  .designer-card h3 {
    font-family: am-futurismo, sans-serif;
    color: #1D3243;
    font-size: 2.2em;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .designer-card .role {
    font-family: transat-text, sans-serif;
    color: #FF6B9D;
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 15px;
    display: block;
  }

  .designer-card p {
    font-family: transat-text, sans-serif;
    color: #1D3243;
    line-height: 1.6;
    font-size: 1em;
  }

  .designer-card .quote {
    font-style: italic;
    background-color: #FFE77E;
    padding: 15px;
    margin-top: 15px;
    border-left: 4px solid #1D3243;
  }

  .full-roster {
    margin-top: 60px;
  }

  .full-roster p {
    background-color: white;
    padding: 20px;
    filter: drop-shadow(8px 8px #1D3243);
  }

  .roster-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
  }

  .roster-item {
    background-color: #BFB5FF;
    padding: 20px;
    filter: drop-shadow(4px 4px #1D3243);
    text-align: center;
  }

  .roster-item:hover {
    background-color: #FFE77E;
  }

  .roster-item h4 {
    font-family: am-futurismo, sans-serif;
    color: #1D3243;
    font-size: 1.2em;
    margin: 0;
  }

  .roster-item:nth-child(3n+1) {
    background-color: #FFE77E;
  }

  .roster-item:nth-child(3n+1):hover {
    background-color: #51D5B6;
  }

  .roster-item:nth-child(3n+2) {
    background-color: #FF6B9D;
  }

  .roster-item:nth-child(3n+2):hover {
    background-color: #BFB5FF;
  }

  .roster-item:nth-child(3n+3) {
    background-color: #51D5B6;
  }

  .roster-item:nth-child(3n+3):hover {
    background-color: #FF6B9D;
  }

  @media (max-width: 768px) {
    .roster-grid {
      grid-template-columns: 1fr;
    }
  }

  /* legacy page */

    .intro-section {
      background-color: #FF6B9D;
      padding: 35px;
      filter: drop-shadow(8px 8px #1D3243);
      margin-bottom: 50px;
    }

    .intro-section h2 {
      font-family: am-futurismo, sans-serif;
      color: #FFE77E;
      text-shadow: 3px 5px #1D3243;
      font-size: 2.5em;
      margin-top: 0;
      margin-bottom: 15px;
    }

    .intro-section p {
      font-family: transat-text, sans-serif;
      color: #1D3243;
      font-size: 1.15em;
      line-height: 1.7;
      margin: 0;
    }

    .content-section {
      margin-bottom: 50px;
    }

    .content-section h2 {
      margin-bottom: 25px;
    }

    .split-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
      margin-bottom: 40px;
    }

    .content-box {
      padding: 25px;
      filter: drop-shadow(6px 6px #1D3243);
    }

    .content-box h3 {
      font-family: am-futurismo, sans-serif;
      color: #1D3243;
      font-size: 1.8em;
      margin-top: 0;
      margin-bottom: 15px;
    }

    .content-box p {
      font-family: transat-text, sans-serif;
      color: #1D3243;
      line-height: 1.6;
      margin-bottom: 12px;
    }

    .content-box ul {
      font-family: transat-text, sans-serif;
      color: #1D3243;
      line-height: 1.8;
      padding-left: 20px;
    }

    .content-box.yellow {
      background-color: #FFE77E;
    }

    .content-box.teal {
      background-color: #51D5B6;
    }

    .content-box.purple {
      background-color: #BFB5FF;
    }

    .content-box.pink {
      background-color: #FF6B9D;
    }

    .collector-card {
      background-color: white;
      padding: 25px;
      margin-bottom: 25px;
      filter: drop-shadow(6px 6px #1D3243);
      border-top: 6px solid;
    }

    .collector-card:nth-child(1) {
      border-top-color: #FFE77E;
    }

    .collector-card:nth-child(2) {
      border-top-color: #FF6B9D;
    }

    .collector-card h3 {
      font-family: am-futurismo, sans-serif;
      color: #1D3243;
      font-size: 1.8em;
      margin-top: 0;
      margin-bottom: 10px;
    }

    .collector-card p {
      font-family: transat-text, sans-serif;
      color: #1D3243;
      line-height: 1.6;
      margin-bottom: 10px;
    }

    .collector-card .quote {
      background-color: #BFB5FF;
      padding: 15px;
      margin-top: 15px;
      font-style: italic;
      border-left: 4px solid #1D3243;
    }

    .disbandment-section {
      background-color: #1D3243;
      color: white;
      padding: 35px;
      filter: drop-shadow(8px 8px #FFE77E);
      margin-bottom: 50px;
    }

    .disbandment-section h2 {
      font-family: am-futurismo, sans-serif;
      color: #51D5B6;
      text-shadow: 3px 5px rgba(255, 231, 126, 0.5);
      font-size: 2.8em;
      margin-top: 0;
      margin-bottom: 20px;
    }

    .disbandment-section p {
      font-family: transat-text, sans-serif;
      color: white;
      font-size: 1.1em;
      line-height: 1.7;
      margin-bottom: 15px;
    }

    .influence-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 25px;
      margin-top: 30px;
    }

    .influence-item {
      padding: 25px;
      filter: drop-shadow(6px 6px #1D3243);
    }

    .influence-item h3 {
      font-family: am-futurismo, sans-serif;
      color: #1D3243;
      font-size: 1.6em;
      margin-top: 0;
      margin-bottom: 12px;
    }

    .influence-item p {
      font-family: transat-text, sans-serif;
      color: #1D3243;
      line-height: 1.6;
    }

    .influence-item:nth-child(1) {
      background-color: #FFE77E;
    }

    .influence-item:nth-child(2) {
      background-color: #51D5B6;
    }

    .influence-item:nth-child(3) {
      background-color: #FF6B9D;
    }

    .influence-item:nth-child(4) {
      background-color: #BFB5FF;
    }

    @media (max-width: 768px) {
      .split-layout,
      .influence-grid {
        grid-template-columns: 1fr;
      }
    }