/* Last Updated: May 1, 2026 */

}
body {
    background-color: #0d0d0d;
    color: #f4f4f4;
    font-family: 'Inter', sans-serif;
    margin: 0;
    line-height: 1.6;
}

#wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

  body {
    margin: 0;
    padding: 0;
  }

  header {
    width: 100%;
    overflow: hidden; 
  }

  header img {
    width: 100%;           
    height: 200px;        
    object-fit: cover;  
    object-position: center; 
    display: block;
}



h1 {
 
  font-size: 5rem;            
  font-weight: 800;          
  letter-spacing: -2px;    
  line-height: 1.1;  
  background: linear-gradient(180deg, #000000 0%, #434343 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;       
  font-family: 'Inter', sans-serif; 
}


nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #333;
	text-align: center;
	
}

nav a img {
    filter: grayscale(100%) brightness(200%);
    transition: 0.3s;
	 
}


article {
    display: grid;
    gap: 40px;
    padding-top: 40px;
}

h3 {
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px; 
    padding-left: 15px;
}

img {
    border-radius: 12px;
    filter: saturate(0.8);
}


aside {
    background: rgba(255, 255, 255, 0.05); 
    padding: 20px;
    border-radius: 15px;
    margin-top: 50px;
}

footer {
    text-align: center;
    padding: 40px 0;
    font-size: 0.8rem;
    color: #666;
}
footer a {
    color:;
    text-decoration: none;
}

footer h6 {
    margin: 0;
}
blockquote {
	color: ;
	font-style:italic;
}
.alignright {
    float: right;
    margin: 20px;
}
span {
    float: left;
    width: 200px;
}
ul{

li {
  list-style: none;             
  font-family: sans-serif;
  font-size: 1.2rem;
  padding: 10px 0;
  color: #333;                  
  border-bottom: 1px solid #eee; 
  transition: padding-left 0.3s;
}


li::before {
  content: "•";                
  color: rgb(0, 0, 0);          
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
}

ol{
li {
  font-family: sans-serif;
  font-size: 1.2rem;
  padding: 10px 0;
  color: #333;                
  border-bottom: 1px solid #eee;
  transition: padding-left 0.3s; 
}


li:before {
  color: rgb(0, 0, 0);          
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
}
p {
  font-size: 1.25rem; 
  line-height: 1.4;   
  margin-bottom: 1em;
}
h4 {
  font-size: 1.75rem;   
  font-weight: 800;     
  margin-bottom: 0.5em; 
  color: #1a1a1a;      
}
.container {
  position: relative;
  display: inline-block;
  margin: 10px;          
  width: 175px;          
}

.container img {
  display: block;      
}

.bottom-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 5px 0;
  box-sizing: border-box; 
}

  .pacific-merch img {
    border-radius: 8px;
    cursor: pointer; 
  }

  
  .pacific-merch img:hover {
    transform: scale(1.05) translateY(-5px); 
    filter: brightness(1); 
    
  }

  .pacific-merch table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #00000; 
  }
