h1, h2, h3, h4, h5, h6 {
    font-family: 'Lexend', sans-serif;
    font-weight: 900;
    letter-spacing: 1px;   
}

body {
    background-image: url('images/background3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    
}
/* Hide default scrollbar */
body::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Scroll container */
.superman-scroll {
  position: fixed;
  right: 30px;
  top: 0;
  height: 100vh;
  width: 100px;
  pointer-events: none;
  z-index: 9999;
}

/* Superman image */
.superman-thumb {
  position: absolute;
  top: 0;
  left: 100%;
  width: 60px; /* adjust size */
  height: 60px;
  background: url("images/ironman.gif") no-repeat center;
  background-size: contain;
  transform: translateX(-50%);
  transition: top 0.1s ease-out;
}
/* Chrome, Safari, Opera */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
p {
    font-family: 'Lexend', sans-serif;
    color: var(--Color-2, #000000);
    
}
section {
    overflow-x: hidden;
}
nav ul {
    font-family: 'Lexend', sans-serif;
}
h1 {
color: var(--Color, #ED1A3B);
font-size: 160px;
font-style: normal;
font-weight: 900;
line-height: 87.675%; /* 140.281px */
text-transform: uppercase;
color: #FF2D55;
text-shadow: 
 3px 3px 0 #FFD700,
 6px 6px 0 #FFD700;
font-size: 9.4117vw;

}
/* HEADER */

.header {
    background-color: #ef1d3c; /* bright red */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 60px;
    border-bottom: 2px solid rgba(255,255,255,0.2);
}
.header {
    position: sticky;
    top: 0;
    z-index: 999;
}

/* LOGO */

.logo img {
    width: 80px;
    height: auto;
}

/* NAVIGATION */

.nav ul {
    display: flex;
    list-style: none;
    gap: 50px;
}

.nav a {
    text-decoration: none;
    color: var(--Color-2, #F3F2E6);
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

/* Active Link (HOME) */
.nav ul li:nth-child(3) a {
    color: #ffd23f; /* yellow */
}

/* Hover Effect */
.nav a:hover {
    color: #ffd23f;
}
/* Hide hamburger by default */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    color: var(--Color-2, #F3F2E6);
    transition: 0.3s ease;
}

/* CART */

.cart img {
    width: 35px;
    height: auto;
    cursor: pointer;
    transition: 0.3s ease;
}

.cart img:hover {
    transform: scale(1.1);
}

.about-content h1 {
    padding-left: 5%;
    padding-top: 5%;
   
}
.about {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    padding: 5% 10%;
}
.about p {
    width: 50%;
    font-size: 1.6vw;
    line-height: 1.6;
    font-weight: 700;
    
}
.about img{
    width: 40%;
    
}



.locrow {
    display: flex;
    flex-direction: row;
    padding-top: 5%;
}
section.locations h1 {
padding-left: 5%;
padding-right: 5%;
}
.loc1 {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 3%;
}
.loc2 {
    display: flex;
    flex-direction: column;
    gap: 0px;
    
}
.loc1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.loc2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    padding: 3%;

}
.loc1 p {
background-image: url(images/about/locboxab1.png);
background-size: 100%;
background-repeat: no-repeat;
font-size: 2.1vw;
padding: 13% 15% 23%;
}

.loc2 p {
background-image: url(images/about/locboxab2.png);
background-size: 100%;
background-repeat: no-repeat;
padding: 7% 19% 23%;
font-size: 2.1vw;
}










.angled-box {
  width: 30vw;
  aspect-ratio: 1 / 1.15;
  position: absolute;
  left: 4%;
    top: 43%;
  z-index: 1;
  
}

/* Image fills entire shape */
.angled-box img {
  height: 100%;
  object-fit: cover;

 
}

img#speach {
    width: 30vw;
    position: absolute;
    left: 1%;
    top: 4%;
    z-index: 2;
}


.newsletter {
  width: 100%;
  display: flex;
  justify-content: center;
    overflow: hidden;
padding-top: 5%;
  
}

.newsletter-container {
  position: relative;
  width: 80vw;
  
}

.newsletter-container img {
  width: 100%;
  height: auto;
  display: block;
}

/* TEXT OVERLAY */
.newsletter-content {
  position: absolute;
  top: 75%;
  right: 5vw;
  transform: translateY(-50%);
  width: 40vw;
  color: black;
}
section.mobilenewsletter {
    display: none;
}
.newsletter-content p {
  font-size: 1.3vw;
  line-height: 1.6;
  color: white;
}

.newsletter-content span {
  display: block;
  margin-top: 1vw;
  font-weight: bold;
  color: #e1062c; /* comic red */
  font-size: 1.6vw;
}
/* FORM */
.newsletter-form {
 
  display: flex;
  align-items: center;
  font-family: lexend, sans-serif;
}

/* Email Input */
.newsletter-form input {
  width: 28vw;
  padding: 1vw;
  font-size: 1vw;
  border: 0.2vw solid #e1062c;
  outline: none;
  background: #f2f2f2;
}

/* Subscribe Button */
.newsletter-form button {
  padding: 1vw 2vw;
  font-size: 1vw;
  font-weight: bold;
  color: white;
  background: #e1062c;
  border: none;
  cursor: pointer;

  /* angled effect */
  clip-path: polygon(.0001% 0%, 100% 0%, 90% 100%, 0% 100%);
  transition: 0.3s ease;
}

.newsletter-form button:hover {
  background: #c30021;
  transform: scale(1.05);
}

section.mobilenewsletter {
    display: none;
}

section.social-media h1 {
    padding-left: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 10vw;
}
.social-bottom {
    display: flex;
    flex-direction: row;
    gap: 10vw;
    padding-left: 5%; 
    padding-bottom: 5%;
}
.social-icons {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 40vw;
   
}
img#spidey {
    width: 30vw;
}


/* FOOTER */

.footer {
    background-color: #ef1d3c; /* strong red */
    color: #f4ead3; /* cream color */
    padding: 60px 80px;
    font-family: 'Lexend', sans-serif;
}

/* Top Section */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* Logo */
.footer-logo img {
    width: 20vw;
}

/* Columns */
.footer-columns {
    display: flex;
    gap: 80px;
}

.column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.column h3 {
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.column a {
    text-decoration: none;
    color: #f4ead3;
    font-weight: 600;
}

.column p {
    font-size: 14px;
    line-height: 1.6;
    color: #f4ead3;
}

.email {
    margin-top: 10px;
    font-weight: bold;
}

/* Big Title */
.footer-title {
    font-size: 90px;
    font-weight: 900;
    margin-top: 60px;
    line-height: 0.9;
    letter-spacing: 2px;
}

/* Bottom Section */
.footer-bottom {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    font-size: 16px;
    color: #f4ead3;
}

.socials {
    display: flex;
    gap: 20px;
}















@media (max-width: 1080px) {

    .nav ul {
        gap: 30px;
    }

    .nav a {
        font-size: 18px;
    }

    .header {
        padding: 20px 40px;
    }
    h1 {
        font-size: 6rem;
    }
    .locations h1 {
        font-size: 5rem;
    }

}







    
@media (max-width: 950px) {

    .footer-top {
        flex-direction: column;
        gap: 40px;
    }

    .footer-columns {
        flex-direction: column;
        gap: 30px;
    }

    .footer-title {
        font-size: 50px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
    }
    .superman-scroll {
  display: none;
}

/* Superman image */
.superman-thumb {
  display: none;
}
}






@media (max-width: 700px) {

    .header {
        padding: 15px 30px;
    }

    /* Logo smaller */
    .logo img {
        width: 60px;
    }

    /* Navigation tighter */
    .nav ul {
        gap: 25px;
    }

    .nav a {
        font-size: 16px;
    }

    /* Cart slightly smaller */
    .cart img {
        width: 28px;
    }
    section.hero h6 {
        font-size: 11vw;
    }
   h1 {
    font-size: 9vw;
    max-width: 500px;
    text-align: center;
    justify-content: center;
    padding: 0%;
    margin: 0 auto;
}
section.locations h1 {
    font-size: 9vw;
padding-left: 5%;
padding-right: 5%;
}
    }











@media (max-width: 585px) {

    .header {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 20px;
    }

    /* Hide horizontal layout */
    .nav {
        position: fixed;
        top: 0;
        left: -260px;
        width: 250px;
        height: 100vh;
        background: #ef1d3c;
        flex-direction: column;
        padding-top: 100px;
        transition: left 0.4s ease;
        z-index: 1050;
    }

    .nav ul {
        flex-direction: column;
        gap: 30px;
        padding-left: 30px;
    }

    .nav.active {
        left: 0;
    }

    /* Header Layout */
    .header {
        position: relative;
        background: #ef1d3c;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
    }

    /* Center Logo */
    .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .logo img {
        width: 55px;
    }

    .cart img {
        width: 28px;
    }

    /* Hamburger */
    .hamburger {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        z-index: 1100;
    }

    .hamburger span {
        width: 25px;
        height: 3px;
        background: white;
        transition: 0.3s ease;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    /* Overlay */
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s ease;
        z-index: 1000;
    }

    .overlay.active {
        opacity: 1;
        visibility: visible;
    }
    .footer {
    text-align: center;
    justify-content: center;
    padding-top: 5%;
    padding-bottom: 5%;
}
.footer-top {
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.footer-title{
    font-size: 6vw;
}
.about {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 20px;
    padding: 5% 10%;
}
.about p {
    width: 100%;
    font-size: 3vw;
    line-height: 1.6;
    
}
.locrow {
    display: flex;
    flex-direction: column;
    padding-top: 5%;
}
.loc1 {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 3%;
}
.loc2 {
    display: flex;
    flex-direction: column;
    gap: 0px;
        padding: 3%;

}
.loc1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.loc2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.loc1 p {
background-image: url(images/about/locboxab1.png);
background-size: 100%;
background-repeat: no-repeat;
font-size: 4vw;
padding: 13% 15% 23%;
}

.loc2 p {
background-image: url(images/about/locboxab2.png);
background-size: 100%;
background-repeat: no-repeat;
padding: 7% 12% 35%;
font-size: 4vw;
}
.social-bottom {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%; 
    padding-bottom: 5%;
}
.social-icons {
    display: flex;
    flex-direction: row;
    width: 25%;
    align-items: center;
}
img#spidey {
    width: 60vw;
}

section.mobilenewsletter {
  display: flex;
 
  padding: 10%;
  font-family: lexend, sans-serif;
margin: auto 0;}



.mobilenewscontainer {
  margin: 0 auto;           /* forces horizontal centering */
  display: flex;
  flex-direction: column;
  align-items: center;  
  gap: 20px;    /* center children */
  position: relative;
  padding: 0%;
  
}
.mobilenewscontainer img {
  display: block;
  margin: 0 auto;
  
}
.newsbox {
  position: relative;   /* anchors content INSIDE */
  width: 100%;
}

.newsbox img {
  width: 100%;
  display: block;
}
.newsbox-content {
  position: absolute;
  inset: 0;                 /* fills entire box */
  display: flex;
  flex-direction: column;
  justify-content: center;  /* vertically center */
  align-items: center;
  padding: 8vw 8vw 10vw;
  text-align: center;
}
.newsbox-content p {
  font-size: 4vw;
  line-height: 1.4;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 4vw;
}

.newsbox-content span {
  display: block;
  font-size: 4.8vw;
  font-weight: 800;
  color: #e10600;
  margin-top: 1vw;
}
.newsletter-formMobile {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4vw;
}
.newsletter-formMobile input {
  width: 100%;
  padding: 3.5vw;
  font-size: 3.5vw;
  font-weight: 700;
  text-transform: uppercase;
  border: 0.5vw solid #e10600;
  background: transparent;
  outline: none;
}
.newsletter-formMobile button {
  align-self: center;
  width: 80%;
  padding: 3.5vw 0;
  font-size: 3.8vw;
  font-weight: 400;
  text-transform: uppercase;
  background: #e10600;
  color: #fff;
  border: none;
  transform: skewX(-15deg);
  box-shadow: 0 1.5vw 0 #000;
  cursor: pointer;

  display: flex;              /* ensures text centers */
  justify-content: center;
  align-items: center;
}

/* Unskew the text */
.newsletter-formMobile button span {
  transform: skewX(15deg);
  color: #fff;                /* force white text */
  display: inline-block;
}
.newsletter{
    display: none;
}
.angled-box {
  width: 70%;
  aspect-ratio: 1.63 / 1;
  position: absolute;
  left: 12.5%;
    top: 22%;
  z-index: 1;

}

/* Image fills entire shape */
.angled-box img {
    width: 100%;
  height: 100%;
  object-fit: cover;

 
}

img#speach {
    width: 100%;
    position: absolute;
    left: 1%;
    top: 4%;
    z-index: 2;
}
}