/* ===== RESET ===== */
* {
  margin: 0;
  padding: 0;
}

/* ===== GLOBAL ===== */
body { /* Listo */
    background-color: rgba(252,252,252,0);
    color: #030303;
    background-image: none;
    background-position: top left;
    background-size: auto;
    background-attachment: scroll;
    background-repeat: repeat;
    
    font-family: 'Poppins';
    font-weight: 300;
    line-height: 1em;
    font-size: 15px;
    text-transform: none;
    text-decoration: none;
    font-style: normal; 
}


a { /* Check This*/
  text-decoration: none;
  color: inherit;
}

/* ===== CANVAS ===== */
#canvas {
    background-color: rgba(82,82,82, 0);
    display: block;
    max-width: 1200px;
    margin: 0px auto;
    padding: 100px;
}

#header:before, #page:before, #footer:before, footer:before,
#header:after, #page:after, #footer:after, footer:after {
    content: "";
    display: table;
}

#header:after, #page:after, #footer:after, footer:after,
.meta-row:after, .clear:after {
    clear: both;
}

/* ===== HEADER ===== */
#header { /*Listo */ 
    display: block; 
    margin-bottom: 0px;
    text-size-adjust: 100%;
}

#logo { /*Listo */ 
    float: left;
}
.logo a {
    color: #222; /* normal color */
}

.logo a:hover {
    color: #262626; /* color on hover */
}

.logo { /*Listo */ 
    color: #222;
    margin: 0;
    font-weight: 700;
    font-style: normal;
    font-size: 43px;
    font-family: 'Poppins';
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 1.2em
}

.logo-subtitle { /*Listo */ 
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    line-height: .9em;
    font-size: 15px;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 4px;
    color: #666;
    margin-top: .7em;
    width: 100%
}

/* ===== NAVBAR ===== */
#top-nav {
    line-height: 1.6rem; 
    float: right; 
    font-size: 17px; 
    font-weight: 100; 
    letter-spacing: 1px;
    margin-bottom: 0px;
    line-height: 1.7rem; 
    position: relative;
    text-transform: uppercase;  
}

#top-nav nav li a {
    padding: 8.8px 0
}


#top-nav nav, #top-nav ul,#top-nav li,#top-nav a {
    font-family: 'Poppins';
    font-weight: 300;
    font-style: normal;
    line-height: 1.6em;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px
}

#top-nav .main-nav li:last-child {
    margin-right: 0px
}

#top-nav nav li a {
    display: inline-block;
    line-height: 34px
}

.main-nav {
    display: block; 
}

.main-nav ul {
    list-style-position: outside; 
    list-style-type: none; 
}

.main-nav li {
    float: left; 
    position: relative; 
    font-family: 'Poppins';
    font-weight: 100;
    font-style: normal;
    line-height: 1.6rem; 
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    margin-right: 35px;  
}

#top-nav nav a {
    cursor: pointer
}

body #top-nav a {
    color: #858080
}

body #top-nav .active-link>a {
    color: #000
}

body #top-nav a:hover {
    color: #4d4d4c
}

/* ===== PAGE DISCOGRAPHY ===== */
#discography {
    padding: 64px 0;
}

#discography {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  background-color: #fff;
}

.project {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.project-meta {
  margin-bottom: 1rem;
}

.project-title {
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
  font-weight: 200; 
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #424242;
}

.project-description {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  color: #858080;
}


.image-list {
  width: 100%;
  aspect-ratio: 1 / 1; /* makes each image container a square */
  overflow: hidden;     /* crop overflowing parts */ 
  border-radius: 5px;
}

.image-list img {
  width: 102%; /*fixed black crop */
  height: 100%;
  object-fit: cover;    /* fill container, crop excess */
  border-radius: 4px;
  transition: transform 0.3s ease;
}

.image-list img:hover {
  transform: scale(1.05);
}




/* Existing #discography styles remain unchanged */

/* MODAL STYLES */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 5%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
  text-align: center;
}

.modal img {
  max-width: 80%;
  height: auto;
  margin: 2rem 0;
}

.modal h2, .modal p, .modal a {
  color: white;
  padding: 1rem;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 36px;
  color: white;
  cursor: pointer;
}



/* ===== PAGE DISCOGRAPHY ===== */
#about {
    padding: 64px 0;
}

#about p {
  word-spacing: 0.2rem; 
}

#about h2 {
  padding: 0px 0px 30px 0;
}

/* ====== ABOUT IMAGE GRID ====== */
.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin-bottom: 24px;
}

.image-grid-item {
  aspect-ratio: 4 / 3;   /* or 1 / 1 for square */
  overflow: hidden;
}

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

/* ======== HERO =========*/
/* Hero Section, I added 64px of manual padding to keep flex box*/ 

/* Hero */
#hero {
  margin-top: 64px; 
  min-height: calc(100vh - 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b0b0b;
  color: #f5f5f5;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}


/* Content */
#hero .content {
  padding: 2rem;
}

/* Title */
#hero h1 {
  font-size: clamp(2rem, 6vw, 4.5rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
}

/* Subtle descriptor */

#hero .tagline {
  margin-top: 24px;
  font-size: 0.85rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  opacity: 0.65;
}

/* Divider */
#hero .separator {
  width: 128px;
  height: 1px;
  background: #777;
  margin: 2.5rem auto;
}

/* Coming soon */
#hero .coming {
  font-size: 0.9rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  opacity: 0.8;
}

/* Date */
#hero .date {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  opacity: 0.6;
}

/* ======== CONTACT =========*/

#contact {
    padding: 64px 0;
}

#contact-title{
  text-align: center;
  line-height: 15px;
  padding-bottom: 17px;
  display: block;
  text-size-adjust: 100%;
}

#contact-title h1 {
    font-weight: 300;
    letter-spacing:1.8px;
    text-transform: uppercase;
    text-wrap-mode: wrap;
    white-space-collapse: preserve;
    line-height:36px;
}

#contact-form {
  padding-bottom: 17px;
}

#form-wraper {
  display: grid;
  grid-template-areas: "form";
  line-height: normal; 
}

#form-wraper form{
  grid-area: form;
}

#field-list fieldset {
  align-items:flex-end;
  display: flex;
  flex-direction: row;
  border-width: 0;
  column-gap:10px;
}

.field-subname {
  display: block;
  margin-bottom: 18px;
  float: none; 
  position: relative; 
  width: 50%;
}

.field-element {
  line-height:normal;
  margin-bottom: 18px;
}

label {
  cursor: pointer; 
  font-size: 12px;
  font-weight: 300; 
  height:100%;
}
.inside-field-subname {
  align-items: baseline;
  column-gap: 6px;
  display: flex;
  flex-wrap: wrap;
}

.inside-field-subname span {
  white-space: pre-wrap; 
  opacity: 0.7;
}

#field-list input {
  background-color: rgb(250, 250, 250);
  border-color: rgb(169, 169, 169);
  border-style: solid;
  border-width: 1px;
  padding: 10px; 
  vertical-align: baseline; 
  width: 100%;
  box-sizing: border-box;

}

.inside-field-element {
  align-items: baseline;
  column-gap: 6px;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
}

.inside-field-element span {
  white-space: pre-wrap; 
  opacity: 0.7;
  font-size: 12px;
}


#field-list textarea {
  background-color: rgb(250, 250, 250);
  border: 1px solid #a9a9a9;
  padding: 10px; 
  vertical-align: baseline; 
  width: 100%;
  height: auto; 
  box-sizing: border-box;
  position: relative; 
  min-height: 110px; 
  overflow-wrap: break-word;
  font-family: Arial; 
  overflow: auto; 
  resize: vertical; 
  text-align: start; 
  vertical-align: top;
}


.button-wraper {
  line-height:15px;
  text-align:left;
  text-size-adjust: 100%;
}

button {
  appearance: none;
  background-color: rgb(39, 39, 39);
  border-width:0px; 
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-family: Poppins; 
  font-size: 15px; 
  font-weight: 300;
  letter-spacing: 1px;
  padding-block: 15px; 
  padding-inline: 37.5px;
  text-transform: uppercase;
  transition: .1s opacity linear;
  vertical-align: baseline;
  width: auto; 
}


::placeholder {
  /* Black at 70% opacity - very readable on white */
  color: rgba(0, 0, 0, 0.2); 
  
  /* Overrides browser defaults to ensure the 0.7 opacity is respected */
  opacity: 1; 
  
  /* Keeps the 'hint' look */
  font-style: italic;
  
  /* Optional: slightly thinner font so it doesn't look like final text */
  font-weight: 300;
}


