@import url('https://fonts.googleapis.com/css2?family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* BODY */
body {
  font-family: 'Sour Gummy', sans-serif;
  background: linear-gradient(0deg, #320006 0%, #540317 100%);
  background-attachment: fixed;
  color: #FF7EAC;
  line-height: 1.5;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox, Safari 18.2+, Chromium 121+ */
}
body::-webkit-scrollbar {
  
    display: none;
}

/* SUBPAGES */
.subPage {
  width: 800px;
  max-width: 98%;
  background-color: #800028;
  border: 3px solid #300000;
  margin: 20px auto;
  padding: 20px 15px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}

.subPage:not(.archivePage) {
  text-align: center;
}

.indexButton {
  width:700px;
  max-width: 75%;
  border: 5px solid #370011;
  transition: transform 0.2s ease;
}

  .indexButton:hover {
    transform: translateY(-2px);
  }

/* LINKS */
a {
  color: #FF7EAC;
  text-decoration: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

a:hover {
  color: #ffffff;
  text-shadow: 0 0 5px #FF7EAC;
}
header.header {
    background: linear-gradient(0deg, #800028, #9E0E3B);
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-style: solid;
    border-left: 0px;
    border-right: 0px;
    border-color: #D93769;
    border-top-width: 15px;
    border-bottom-width: 10px;
    margin-bottom:20px;
  }
  .logo {
    margin: 15px;
    transition: transform 0.3s;
    max-width: 600px;
  }

  .banner {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background-color: #800028;
  }

  .logo:hover {
    transform: scale(1.05);
  }
  .header nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    text-align: center;
    gap: 10px;
  }

  .header nav a {
    text-decoration: none;
    font-size: 125%;
    padding: 8px 15px;
    transition: transform 0.2s;
    font-weight: 500;
    border: 3px solid #300000;
  background-color: #800028;
  }

  .header nav a:hover {
  background-color: #A00048;
    transform: translateY(-2px);
  }
/* HOMEPAGE COMIC NAV */
.comicNav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-size:24px;
  padding: 10px 0px;
  margin-top: 15px;
}
.comicNav a {
  background-color: #800028;
    border: 3px solid #300000;
    padding: 10px;
  transition: color 0.8s ease;
}
.comicNav a:hover {
  background-color: #A00048;
}


.comicNav img {
  width: 80px;
  transition: transform 0.2s ease;
  
}

.comicNav img:hover {
  transform: scale(1.1);
}
.comicPage {
  text-align: center;
  display: flex;
  justify-content: center;
}
/* COMIC PAGE IMAGE */
.comicPageHolder img {
  box-shadow: 0 6px 12px rgba(0,0,0,0.4);
  margin-bottom:0px;
  width: 100%;
}
.comicPageHolder {
  width: 900px;
  max-width: 98%;
}
.writePageTitle .box {
  
    background-color: #9E0E3B;
    border: 3px solid #500020;
    padding: 10px 20px;
    width: fit-content;
    margin-left: 8px;
}
.writePageTitle h1 {
  color: #FFBDCE;
}

.writePageTitle .box-holder
{
  width: 100%;
  display: flex;
} 
/* AUTHOR NOTES */
#authorNotes {
  background-color: #800028;
  border: 3px solid #300000;
  margin: 20px auto;
  padding: 20px;
  width: 900px;
  max-width: 98%;
  color: #FFD1E0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}



.pageName .box {
  
    background-color: #9E0E3B;
    border: 3px solid #300000;
    padding: 10px 20px;
    width: fit-content;
}
.pageName .box.comicBox {
  
    margin-left: 30px;
}
.pageName .box h1 {
  color: #FFBDCE;
  font-size: 40px;
}

.pageName
{
  width: 100%;
  display: flex;
  justify-content: center;
} 


/* FOOTER */
footer {
  width: 100%;
  font-size: 12px;
  color: white;
  margin-top: 20px;
  margin-bottom:10px;
  text-align: center;
}

footer a {
  color: #c8d32b;
  text-decoration: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

footer a:hover {
  color: #868d26;
  text-shadow: 0 0 3px #868d26;
}

  .mobile-only {
    display: none;
  }
  /* ARCHIVE CARDS */

.archiveCard {
  background: linear-gradient(180deg, #9E0E3B, #800028);
  border: 3px solid #300000;
  margin: 20px 0;
  padding: 15px;
  text-align: left;
  box-shadow: 0 6px 15px rgba(0,0,0,0.35);
  transition: transform 0.2s ease;
}

.archiveCard:hover {
  transform: translateY(-3px);
}

.archiveHeader {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.archiveItemIcon {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border: 2px solid #300000;
}

.archiveTitle {
  font-size: 22px;
  color: #FFBDCE;
  font-weight: bold;
}

.archiveDesc {
  font-size: 14px;
  color: #FFD1E0;
  margin-bottom: 10px;
  opacity: 0.9;
}

.archiveList {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.archiveItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #800028;
  border: 2px solid #300000;
  padding: 8px 12px;
  transition: background 0.2s ease, transform 0.15s ease;
}

.archiveItem:hover {
  background-color: #A00048;
  transform: translateX(3px);
}

.archiveItemTitle {
  font-weight: bold;
  font-size: 18px;
}

.archiveItemDate {
  font-size: 12px;
  opacity: 0.8;
}


.archiveItemDesc {
  font-weight: normal;
  font-size: 0.9em;
  opacity: 0.75;
  margin-left: 5px;
}
/* UPCOMING SPECIAL STYLE */
div.archiveItem.archiveItemNotOutYet {
  opacity: 0.85;
  border-style: dashed;
}
.archiveCard:has(.archiveList:only-child) {
  opacity: 0.95;
}
.spoilers {
  filter: blur(6px);
  font-weight: bold;
  transition: filter 0.1s ease;
}

.spoilers:hover {
  filter: blur(0px);
}
.charactersBox {
  background: linear-gradient(180deg, #9E0E3B, #800028);
  border: 3px solid #300000;
  padding: 15px;
  display: flex;
  flex-direction: row;
  margin-bottom:20px;
  transition: background 0.2s ease, transform 0.15s ease;
}
.charactersBox:hover {
  
  background-color: #A00048;
  transform: translateX(3px);
}

.charactersRefBox {
  display: flex;
  justify-content: space-between;
}

.charactersRef {
  border: none !important;
  width: 90px !important;
  height: 90px !important;
}

.charactersName {
  font-size: 28px;
  color: #FFBDCE;
  font-weight: bold;
}

.charactersBox img {
  width: 200px;
  height: 200px;
  margin-right: 15px;
  border: 2px solid #300000;
}

.charactersBiography {
  text-align:left;
}

.charactersDescription {
  color: #FFBDCE;
  
}

/* shop copy of above lol*/
.shopBox {
  background: linear-gradient(180deg, #9E0E3B, #800028);
  border: 3px solid #300000;
  padding: 15px;
  display: flex;
  flex-direction: row;
  margin-bottom:20px;
  transition: background 0.2s ease, transform 0.15s ease;
}
.shopBox:hover {
  
  background-color: #A00048;
  transform: translateX(3px);
}

.shopName {
  font-size: 28px;
  color: #FFBDCE;
  font-weight: bold;
}

.shopBox img {
  width: 200px;
  height: 200px;
  margin-right: 15px;
  border: 2px solid #300000;
}

.shopBiography {
  text-align:left;
}

.shopDescription {
  color: #FFBDCE;
  
}
/* a*/

.shopGetButton {
  
    text-decoration: none;
    font-size: 125%;
    padding: 8px 15px;
    transition: transform 0.2s;
    font-weight: 500;
    border: 3px solid #300000;
    background-color: #800028;
    color: #FF7EAC;
}

  .shopGetButton:hover {
  background-color: #A00048;
  }
@media only screen and (max-width: 900px) {
  .desktop-only{
    display: none !important;
  }
  
.charactersBox {
  background: linear-gradient(180deg, #9E0E3B, #800028);
  border: 3px solid #300000;
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.charactersName {
  font-size: 28px;
  color: #FFBDCE;
  font-weight: bold;
}

.charactersBox img {
  width: 100%;
  height: 100%;
  margin-right: 0;
}

.charactersBiography {
  text-align:left;
}

.charactersDescription {
  color: #FFBDCE;
  
}

.shopName {
  font-size: 24px;
}
  
  .comicNav a {
    
    padding: 4px;
  }
  
   .archiveHeader {
    flex-direction: row;
    align-items: center;
  }

  .archiveTitle {
    font-size: 18px;
  }

  .archiveItem {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }

  .archiveItemDate {
    font-size: 11px;
  }

  .banner {
    padding: 20px -5px 20px -5px;
  }

  header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px;

  }
  
  header.header {
    padding: 7px 15px;
  }

  .logo {
        height: 60px;
        margin-bottom: 0px;
        margin-top: 5px;
  }

  nav {
    display: none !important;
  }

  nav.mobile-visible {
    display: flex !important;
    flex-direction: column;
  }

  header div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .mobile-only {
    display: block;
  }

  #hamburger {
    display: block;
    text-align: center;
  }
  
}