* {
  margin: 0;

  padding: 0;
  box-sizing: border-box;
  font-family: "alte-haas", sans-serif;
}

body {
  min-height: 100vh;
  background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQJet8uGKVofHIbPC3wYxX-1aEetvkHGvuDbQ&s");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow-x: hidden;
}

a {
  color: #ffe100;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
}

@font-face {
    font-family: "romantic";
    src: url(fonts/ROMANTIC.TTF);
}

@font-face {
    font-family: "code";
    src: url(fonts/ConnectCode39.ttf);
}

@font-face {
    font-family: "typewriter";
    src: url("fonts/JMH Typewriter-Thin.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: "saint";
    src: url("SaintCarellClean_PERSONAL_USE_ONLY.otf") format("opentype");
}

@font-face {
    font-family: "worldstar";
    src: url("fonts/Worldstar.ttf") format("truetype");
}

@font-face {
    font-family: "alte-haas";
    src: url("ISURRENDER IMPROVED/AlteHaasGroteskRegular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roblox";
    src: url("fonts/RobloxFont-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "army-rust";
    src: url("fonts/ARMY RUST.ttf") format("truetype");
}

.maintenance-text {
  color: #695252;
  font-size: 1.4rem;
  font-family: romantic, sans-serif;
  margin: 1rem auto 1.2rem;
  text-align: center;
  font-size: 18px;
  order: 5;
}

.maintenance-text a {
  color: #000000;
  text-decoration: underline;
  text-shadow: none;
  font-family: saint, sans-serif;
  font-size: 0.85rem;
}


.maintenance-text a:hover {
  color: #333333;
}

.site-header {
  max-width: 900px;
  font-family: typewriter, sans-serif;
  width: 100%;
  margin: 2rem auto 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.site-logo {
  width: 94px;
  height: 94px;
  object-fit: contain;
  filter: invert(1) brightness(2) contrast(1.2);
  transform: translateX(50px);
}
.home-page .site-logo {
  transform: translateX(70px);
  filter: brightness(0);
}

.image-strip {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0.25rem;
  margin: 0 auto 1rem;
  width: 100%;
  max-width: 800px;
  padding: 0;
  overflow: hidden;
}

.image-strip img {
  width: calc((800px - 9 * 0.25rem) / 10);
  height: auto;
  object-fit: contain;
}

.section-strip {
  display: flex;
  width: 100%;
  max-width: 1010px;
  height: 10px;
  margin: 0 auto 1rem;
  padding: 0;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.section-item {
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(1.1rem + 5px);
  color: #000000;
  text-shadow: 0 0 4px #ffffff;
  font-family: "alte-haas", sans-serif;
  transform: translateY(-1px);
}

.section-item a {
  color: #ffffff;
  text-shadow: 0 0 4px #ffffff;
  font-family: "alte-haas", sans-serif;
  text-decoration: none;
  transform: translateY(-1px);
}

.section-item a:hover {
  color: #ffffff;
  text-shadow: 0 0 4px #000000;
}

.section-item:nth-child(3) {
  font-size: 2rem;
  color: #ff0000;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.section-item:nth-child(3) a {
  color: #ff0000;
  text-decoration: none;
  font-family: "alte-haas", sans-serif;
}

.section-item:nth-child(3) a:hover {
  color: #cc0000;
}

.section-item:last-child {
  border-right: none;
}

.content-box {
  width: 1800px;
 
  height: 550px;
  background: rgb(255, 255, 255);
  margin: 0 auto 1rem;
  position: relative;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  overflow: hidden;

}

.content-box::before {
  content: none;
}

.content-box > * {
  position: relative;
  z-index: 1;
}

.section-boxes {
  position: absolute;
  inset: 16px;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 2.5fr 1.2fr;
  grid-template-rows: 1.05fr 1.05fr 1fr;
  gap: 5px;
  pointer-events: auto;
}

.section-box {
  position: relative;
  background: transparent;
}

.section-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #2c2d31;
  opacity: 0.82;
  z-index: 0;
  pointer-events: none;
}

.section-box > * {
  position: relative;
  z-index: 1;
}

.section-box-label {
  position: absolute;
  top: 4px;
  left: 6px;
  font-size: 10px;
  color: rgb(255, 255, 255);
  font-family: "alte-haas", sans-serif;
  line-height: 1;
}

.section-box-1 {
  grid-column: 1;
  grid-row: 1;
  height: 100%;
}

.section-box-2 {
  grid-column: 1;
  grid-row: 2;
}

.section-box-3 {
  grid-column: 1;
  grid-row: 3;
  height: 50%;
}

.section-box-4 {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.section-box-5 {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.section-box-6 {
  grid-column: 2 / span 2;
  grid-row: 3;
  position: relative;
  top: -155px;
}

.page2 .content-box {
  background: rgba(0, 0, 0, 0.15);
}

.page2 .content-box {
  position: relative;
  overflow: hidden;
}

.page2-section-boxes {
  position: absolute;
  inset: 10px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: 155px 1fr;
  gap: 10px;
  height: calc(100% - 20px);
}

.page2-section-boxes .section-box {
  min-height: 0;
}

.products-b9-wrap{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  margin-top: 1.1rem;
  animation: productsFadeIn 1.1s ease forwards;
}

.products-image-link{
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.products-b9-image{
  display: block;
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  filter: brightness(0) invert(1);
  box-shadow: inset 0 0 26px rgba(255, 255, 255, 0.95);
}

.products-image-link:hover .products-b9-image{
  filter: brightness(0) invert(1) opacity(0.72);
}

.products-card{
  width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.products-text-box{
  width: 100%;
  min-height: 120px;
  margin-top: 10px;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  font-family: typewriter, sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  text-align: left;
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.25);
}

@keyframes productsFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 1.5rem;
}

.logo-row img {
  height: 50px;
  width: auto;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.site-title {
  font-family: "alte-haas", sans-serif;
  font-weight: normal;
  font-size: clamp(3rem, 7vw, 6rem);

  margin: 0.4rem 0 0.5rem;
  color: #ffffff;
}
.home-page .site-title {
  font-size: calc(clamp(0.56rem, calc((7vw + 1450px) / 50), 1.9225rem) + 30px);
  line-height: 0.9;
  text-align: center;
  width: 100%;
}



.site-title a {
  font-family: inherit;
  color: #ffffff;
  text-decoration: none;
}

.site-title a:hover {
  color: #e6e6e6; /* very light grey */
}

.top-header-image {
  position: relative;
  top: 50px;
}

.site-subtitle {
  font-family: typewriter, serif;
  font-size: clamp(1rem, 2vw, 1.6rem);
  color: #ff4d4d;
  margin: 0;
}

.site-developer {
  font-family: romantic, sans-serif;
  font-size: 1rem;
  margin-top: 0.75rem;
}

.main-content {
  max-width: 900px;
  margin: 0 auto 2rem;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.local-datetime {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-family: typewriter, sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  text-align: center;
  z-index: 2;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
}
.home-page .local-datetime {
  top: 6px;
}

.left-overlay-image {
  position: fixed;
  left: -45px;
  top: 115px;
  width: min(34vw, 520px);
  z-index: 1;
  pointer-events: none;
  opacity: 0.92;
}
.home-page .left-overlay-image {
  display: none;
}

.left-overlay-image img {
  width: 100%;
  height: calc(100% + 500px);
  display: block;
  object-fit: contain;
}

.random-sections-grid {
  width: 100%;
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.8rem;
  margin-top: 0.4rem;
}

.random-section-card {
  min-height: 110px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.48);
  color: #ffffff;
  font-family: typewriter, sans-serif;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: lowercase;
  text-align: center;
  padding: 0.6rem;
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.18);
}

.creator-traits {
  color: #ffffff;
  font-family: typewriter, sans-serif;
  font-size: 0.82rem;
  line-height: 1.35;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.45);
  padding: 0.5rem 0.6rem;
  max-width: 240px;
}

.creator-traits h3 {
  margin: 0 0 0.28rem;
  font-size: 0.92rem;
  font-weight: normal;
  text-transform: lowercase;
}

.creator-traits ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.creator-traits li {
  margin: 0.14rem 0;
}

.contact-card {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  padding: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  min-height: 1000px;
}

.contact-card h2 {
  font-family: romantic, sans-serif;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #111111;
}

.contact-list {
  list-style: none;
  padding-left: 0;
}

.contact-list li {
  margin: 0.8rem 0;
}

.contact-list a {
  font-size: 1.1rem;
}

@media (max-width: 600px) {
  .site-header {
    padding: 1rem 0.6rem 0.4rem;
  }

  .site-header img,
  .top-header-image {
    max-width: min(94vw, 520px) !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    top: 0 !important;
    transform: none !important;
  }

  .site-title {
    font-size: 3.2rem;
  }

  .maintenance-text {
    padding: 0 0.8rem;
    line-height: 1.35;
    margin-top: 0.35rem;
  }

  /* Mobile: avoid squeezing the 10 thumbnails too small */
  .image-strip {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 0.5rem;
    padding: 0 0.75rem;
  }

  .image-strip img {
    width: 72px;
    flex: 0 0 auto;
  }

  /* Readable nav on mobile */
  .section-strip,
  .home-page .section-strip {
    height: auto;
    min-height: 40px;
    max-width: 96vw;
    align-items: stretch;
    padding: 0;
    margin: 0.2rem auto 0.7rem;
    display: flex;
    flex-wrap: wrap;
  }

  .section-item {
    min-width: 50%;
    min-height: 40px;
    font-size: 0.9rem;
    padding: 0 8px;
    line-height: 1.1;
  }

  .section-item:nth-child(3) {
    font-size: 1.1rem;
  }

  /* Core mobile fix: make homepage container fluid and visible */
  .content-box,
  .home-page .content-box {
    width: 88vw !important;
    max-width: 88vw !important;
    min-height: 118vh;
    height: auto !important;
    margin: 0 auto 0.8rem !important;
    overflow: visible;
    padding: 0.35rem 0 0.7rem;
    transform: none;
    transform-origin: top center;
  }

  .section-boxes {
    position: static;
    inset: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 7px;
    padding: 8px;
    justify-items: center;
  }

  .section-box-1,
  .section-box-2,
  .section-box-3,
  .section-box-4,
  .section-box-5,
  .section-box-6 {
    grid-column: 1 !important;
    grid-row: auto !important;
    top: 0 !important;
    height: auto !important;
    min-height: 140px;
  }

  .section-box-1 { min-height: 270px; width: 100%; }
  .section-box-2 { min-height: 200px; width: 100%; }
  .section-box-3 { min-height: 34px; width: 100%; }
  .section-box-4 { min-height: 260px; width: 100%; }
  .section-box-5 { min-height: 250px; width: 100%; }
  .section-box-6 { min-height: 170px; width: 100%; }

  /* Section 2 video */
  .section-box-2 iframe {
    width: calc(88vw - 52px) !important;
    max-width: 100% !important;
    height: 148px !important;
    left: 50% !important;
    top: 56% !important;
    transform: translate(-50%, -50%) !important;
    margin-top: 0 !important;
  }

  /* Section 5 artwork + icons */
  .section-box-5 .cova-link {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
  }

  .section-box-5 .cova-link img {
    width: 100% !important;
    max-width: 280px;
    display: block;
    margin: 0 auto;
  }

  /* Section 6 thumbnails: show all by wrapping */
  .section-box-6 {
    text-align: center;
  }

  .section-box-6 .play-link {
    position: static !important;
    display: inline-block;
    margin: 4px 3px 0;
  }

  .section-box-6 .play-thumb {
    position: static !important;
    width: 66px !important;
    height: 66px !important;
  }

  .section-box-6 > div[style*="left:808px"] {
    position: static !important;
    display: inline-block;
    font-size: 1.5rem !important;
    margin-left: 6px;
  }

  /* Keep absolute heading rows readable within fluid box */
  .local-datetime,
  .home-page .local-datetime {
    position: static;
    transform: none;
    margin: 0 auto 0.2rem;
    text-align: center;
    width: 100%;
    font-size: 0.84rem;
  }

  .content-box > div[style*="welcome to isurrender"],
  .content-box > div[style*="have a cookie nih"] {
    position: static !important;
    transform: none !important;
    margin: 0 auto 0.2rem;
    width: 100%;
    text-align: center !important;
    white-space: normal !important;
    justify-content: center;
  }

  .section-box-1 > div,
  .section-box-2 > div,
  .section-box-3 > div,
  .section-box-4 > div,
  .section-box-5 > div,
  .section-box-6 > div {
    text-align: center;
  }

  .section-box-1 a,
  .section-box-4 a,
  .section-box-5 a,
  .section-box-6 a {
    text-align: center;
  }
}

@media (max-width: 420px) {
  .site-title {
    font-size: 2.2rem;
  }

  .image-strip img {
    width: 56px;
  }

  .section-item {
    font-size: 0.72rem;
    padding: 0 3px;
  }

  .content-box {
    min-height: 112vh;
  }
}

/* Global mobile redesign for all pages */
@media (max-width: 600px) {
  html, body {
    width: 100%;
    overflow-x: hidden;
  }

  body {
    align-items: center;
  }

  .site-header {
    width: 100%;
    max-width: 420px;
    margin: 0.9rem auto 0;
    padding: 0 0.75rem;
    display: flex;
    justify-content: center;
  }

  .top-header-image,
  .site-header img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    max-height: 95px;
    margin: 0 auto !important;
  }

  .maintenance-text,
  .home-page .maintenance-text {
    width: min(92vw, 420px);
    margin: 0.45rem auto 0.6rem !important;
    padding: 0 0.25rem;
    text-align: center;
    font-size: 0.92rem !important;
    line-height: 1.35;
  }

  .section-strip,
  .home-page .section-strip {
    width: min(92vw, 420px);
    max-width: 420px;
    min-height: 38px;
    margin: 0 auto 0.65rem !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .section-item {
    min-width: 0;
    min-height: 38px;
    font-size: 0.84rem !important;
    padding: 0.2rem 0.3rem;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .section-item a,
  .top-nav-link {
    font-size: inherit !important;
    line-height: 1.2;
  }

  .section-item:nth-child(3),
  .section-item:nth-child(3) a {
    font-size: 0.9rem !important;
  }

  .content-box,
  .home-page .content-box {
    width: min(92vw, 420px) !important;
    max-width: 420px !important;
    min-height: calc(100dvh - 120px);
    height: auto !important;
    margin: 0 auto 0.9rem !important;
    padding: 0.5rem 0.45rem 0.8rem !important;
    overflow: visible;
    border-radius: 6px;
  }

  .main-content,
  .contact-card,
  .products-b9-wrap,
  .products-card,
  .random-sections-grid {
    width: min(92vw, 420px);
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-card {
    min-height: auto;
    padding: 0.9rem;
  }

  .products-b9-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .products-card,
  .products-b9-image {
    width: 100%;
    max-width: 100%;
  }

  .products-text-box {
    font-size: 0.88rem;
    line-height: 1.35;
    min-height: 0;
    padding: 0.7rem;
  }

  .random-sections-grid {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .random-section-card {
    min-height: 74px;
    font-size: 0.82rem;
    padding: 0.5rem;
  }

  .creator-traits {
    max-width: 100%;
    font-size: 0.76rem;
  }

  .local-datetime,
  .home-page .local-datetime {
    position: static !important;
    transform: none !important;
    margin: 0 auto 0.3rem;
    text-align: center;
    font-size: 0.78rem !important;
  }

  .content-box > div[style*="welcome to isurrender"],
  .content-box > div[style*="have a cookie nih"] {
    position: static !important;
    transform: none !important;
    margin: 0 auto 0.25rem;
    width: 100%;
    text-align: center !important;
    white-space: normal !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }

  .section-boxes {
    position: static !important;
    inset: auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    gap: 8px;
    padding: 4px;
  }

  .section-box-1,
  .section-box-2,
  .section-box-3,
  .section-box-4,
  .section-box-5,
  .section-box-6 {
    grid-column: 1 !important;
    grid-row: auto !important;
    top: 0 !important;
    width: 100%;
    min-height: 120px;
  }

  .section-box-1 { min-height: 250px; }
  .section-box-2 { min-height: 180px; }
  .section-box-3 { min-height: 30px; }
  .section-box-4 { min-height: 230px; }
  .section-box-5 { min-height: 220px; }
  .section-box-6 { min-height: 150px; text-align: center; }

  .section-box-2 iframe {
    width: calc(min(92vw, 420px) - 38px) !important;
    max-width: 100% !important;
    height: 132px !important;
    left: 50% !important;
    top: 56% !important;
    transform: translate(-50%, -50%) !important;
  }

  .section-box-5 .cova-link {
    left: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    text-align: center;
  }

  .section-box-5 .cova-link img {
    width: 100% !important;
    max-width: 250px;
    margin: 0 auto;
    display: block;
  }

  .section-box-6 .play-link {
    position: static !important;
    display: inline-block;
    margin: 4px 2px 0;
  }

  .section-box-6 .play-thumb {
    position: static !important;
    width: 58px !important;
    height: 58px !important;
  }

  .section-box-6 > div[style*="left:808px"] {
    position: static !important;
    display: inline-block;
    font-size: 1.2rem !important;
    margin-left: 4px;
  }

  img,
  video,
  iframe {
    max-width: 100% !important;
    height: auto;
  }
}

@media (max-width: 420px) {
  .site-header,
  .section-strip,
  .content-box,
  .main-content,
  .contact-card,
  .products-b9-wrap,
  .products-card,
  .random-sections-grid {
    width: 94vw !important;
    max-width: 94vw !important;
  }

  .site-title {
    font-size: 2rem;
  }

  .section-item {
    min-height: 36px;
    font-size: 0.78rem !important;
  }

  .maintenance-text,
  .home-page .maintenance-text {
    font-size: 0.86rem !important;
  }

  .content-box,
  .home-page .content-box {
    min-height: calc(100dvh - 105px);
    padding: 0.45rem 0.38rem 0.75rem !important;
  }

  .section-box-2 iframe {
    height: 122px !important;
  }

  .section-box-6 .play-thumb {
    width: 52px !important;
    height: 52px !important;
  }
}

/* Bottom black box (kitspage.html) */
.kit-image-wrap{
  position: relative;
}

.bottom-blackbox {
  position: absolute;
  left: 0;
  right: 0;

  /* Keep the bottom edge where it is, but move the top down
     so the box starts right below is1.png. */
  bottom: -40px;

  margin: 0 auto;
  width: 100%;

  /* Adjust height so the top aligns right under the image */
  height: 240px;

  background: #000;
  opacity: 0.95;

  /* ensure it sits above the page background but doesn't block interactions */
  z-index: 1;
  pointer-events: none;
}

/* kits main gif centering */
.kits-main-container{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kits-main-gif{
  display: block;
  max-width: 100%;
  height: auto;
}

.kits-below-buy-list{
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-family: typewriter, sans-serif;
} 


.kits-below-buy-list li{
  margin: 0.25rem 0;
  font-size: 1.1rem;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.8);
}





.list8 {
  list-style: none;
  padding-left: 0;
}



.ttyy {
 font-family: typewriter;

}

.home-page .maintenance-text {
  color: #ffffff !important;
  font-size: 19px;
  font-family: "alte-haas", sans-serif;
}

.home-page .maintenance-text a {
  color: #ffffff !important;
}

.home-page .content-box {
  max-width: 1230px;
  margin-top: -8px;
}

.home-page .section-strip {
  max-width: 1060px;
  margin-top: -20px;
}

/* --- subtle randomized homepage layout variants --- */
body.layout-variant-a .site-header {
  transform: translateX(-8px);
}

body.layout-variant-a .section-strip {
  transform: rotate(-0.35deg);
}

body.layout-variant-a .content-box {
  margin-top: 0.3rem;
  box-shadow: none;
}

body.layout-variant-a .random-section-card:nth-child(odd) {
  transform: rotate(-0.8deg) translateY(-2px);
}

body.layout-variant-a .random-section-card:nth-child(even) {
  transform: rotate(0.6deg) translateY(2px);
}

body.layout-variant-b .site-header {
  transform: translateX(10px);
}

body.layout-variant-b .image-strip {
  gap: 0.4rem;
}

body.layout-variant-b .section-strip {
  margin-bottom: 1.35rem;
}

body.layout-variant-b .content-box {
  border: none;
  transform: rotate(0.2deg);
}

body.layout-variant-b .random-sections-grid {
  gap: 1rem;
}

body.layout-variant-b .random-section-card:nth-child(3n) {
  transform: translateY(-4px);
}

body.layout-variant-c .site-header {
  gap: 1.5rem;
}

body.layout-variant-c .maintenance-text {
  margin-top: -0.1rem;
  margin-bottom: 0.9rem;
}

body.layout-variant-c .section-strip {
  transform: rotate(0.3deg);
}

body.layout-variant-c .content-box {
  margin-bottom: 1.4rem;
}

body.layout-variant-c .random-sections-grid {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

body.layout-variant-c .random-section-card:nth-child(4n+1) {
  transform: rotate(0.9deg);
}

body.layout-variant-c .random-section-card:nth-child(4n+3) {
  transform: rotate(-0.9deg);
}

@media (max-width: 600px) {
  body.layout-variant-a .site-header,
  body.layout-variant-b .site-header,
  body.layout-variant-c .site-header,
  body.layout-variant-a .section-strip,
  body.layout-variant-b .section-strip,
  body.layout-variant-c .section-strip,
  body.layout-variant-a .content-box,
  body.layout-variant-b .content-box,
  body.layout-variant-c .content-box,
  body.layout-variant-a .random-section-card,
  body.layout-variant-b .random-section-card,
  body.layout-variant-c .random-section-card {
    transform: none;
  }
}

@font-face {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif ;
  src: url("G:\My Website\ISURRENDER IMPROVED\AlteHaasGroteskRegular.ttf");
}

/* ===== Store page shop layout + animation ===== */
.store-shell {
  width: min(1100px, 94vw) !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 auto 1.2rem !important;
  padding: 1rem 1rem 1.4rem;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.38), inset 0 0 30px rgba(255, 255, 255, 0.04);
  overflow: visible;
  animation: storeShellIn 0.8s ease both;
}

.store-hero {
  text-align: center;
  margin: 0.25rem 0 1rem;
  animation: storeRiseIn 0.85s ease both;
}

.store-kicker {
  font-family: "typewriter", sans-serif;
  letter-spacing: 0.2em;
  font-size: 0.72rem;
  color: #bdbdbd;
  margin-bottom: 0.25rem;
}

.store-title {
  margin: 0;
  color: #ffffff;
  text-shadow: 0 0 18px rgb(255, 255, 255);
  font-family: "alte-haas", sans-serif;
  font-size: clamp(1.4rem, 3.1vw, 2.2rem);
}

.store-subtitle {
  margin: 0.45rem 0 0;
  color: #d7d7d7;
  font-family: "typewriter", sans-serif;
  font-size: 0.86rem;
}

.shop-category {
  margin-top: 1rem;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.952), rgb(255, 255, 255));
  animation: storeRiseIn 0.7s ease both;
}

.shop-category-beats { animation-delay: 0.05s; }
.shop-category-visuals { animation-delay: 0.14s; }
.shop-category-merch { animation-delay: 0.23s; }

.shop-category-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.7rem;
  margin-bottom: 0.7rem;
  border-bottom: 1px dashed rgb(255, 255, 255);
  padding-bottom: 0.45rem;
}

.shop-category-head h2 {
  margin: 0;
  font-family: "alte-haas", sans-serif;
  font-size: 1.16rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.shop-category-head span {
  font-family: "typewriter", sans-serif;
  color: #b6b6b6;
  font-size: 0.78rem;
  text-align: right;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  background: rgb(255, 255, 255);
}

.shop-item {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  padding: 0.55rem;
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
  transform: translateY(0);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.shop-item:hover {
  transform: translateY(-4px);
  border-color: rgb(255, 255, 255);
  box-shadow: 0 0 0 1px rgb(206, 206, 206), 0 8px 26px rgba(245, 245, 245, 0.233);
}

.shop-item img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  border: 1px solid rgb(255, 253, 253);
  filter: saturate(1.04) contrast(1.02);
}

.shop-item h3 {
  margin: 0.18rem 0 0;
  font-family: "alte-haas", sans-serif;
  color: #ffffff;
  font-size: 1.02rem;
}

.shop-item p {
  margin: 0;
  font-family: "typewriter", sans-serif;
  color: #ffffff;
  font-size: 0.78rem;
  min-height: 1.9em;
}

.buy-now-btn {
  margin-top: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.48rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.86);
  color: #000000;
  font-family: "alte-haas", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  background: rgba(233, 233, 233, 0.822);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.buy-now-btn:hover {
  color: #101010;
  background: #ffffff;
    font-family: "alte-haas", sans-serif;
  transform: translateY(-2px);
  box-shadow: 0 0 16px rgb(211, 211, 211);
}

@keyframes storeRiseIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes storeShellIn {
  from { opacity: 0; transform: translateY(16px) scale(0.99); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 900px) {
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .store-shell {
    width: min(94vw, 430px) !important;
    padding: 0.7rem 0.62rem 0.9rem;
  }

  .shop-category {
    margin-top: 0.72rem;
    padding: 0.62rem;
  }

  .shop-category-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.22rem;
  }

  .shop-category-head span {
    text-align: left;
    font-size: 0.72rem;
  }

  .shop-grid {
    grid-template-columns: 1fr;
    gap: 0.62rem;
  }

  .shop-item img {
    height: 180px;
  }

  .buy-now-btn {
    width: 100%;
  }
}






