@import url("https://api.fontshare.com/v2/css?f[]=clash-display@500,600,700&display=swap");
@import url("https://api.fontshare.com/v2/css?f[]=chubbo@400&display=swap");
@import url("https://fonts.cdnfonts.com/css/candy-beans");

:root {
  --ink: #231435;
  --panel: #21152f;
  --purple: #7342b8;
  --white: #f7f1ff;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  width: 100%;
  min-width: 320px;
  background: #cfc4ef;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  overflow-x: hidden;
}

/*
  IMPORTANT:
  The background belongs to .site-shell and is NOT fixed.
  That means the artwork and every interactive element scroll together.
*/
.site-shell {
  position: relative;
  width: 100vw;
  aspect-ratio: 1709 / 2048;
  margin: 0;
  background-image: url("assets/background.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  overflow: hidden;
}

/* ===== TOP PURPLE PILL ===== */
.brand-slot {
  position: absolute;
  left: 1.46%;
  top: .29%;
  width: 13.87%;
  height: 4.69%;
  color: white;
  text-decoration: none;
  z-index: 5;
}

.brand-raccoon {
  position: absolute;
  left: 6.5%;
  top: 8%;
  width: 29%;
  height: 72%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 2px 3px rgba(35, 15, 60, .22));
}

.brand-wordmark {
  position: absolute;
  left: 35.5%;
  top: 23%;
  width: 52%;
  height: 45%;
  object-fit: contain;
  object-position: left center;
}

.contact-top {
  position: absolute;
  top: 1.8%;
  right: 4.2%;
  color: white;
  font-family: "Clash Display", Arial, sans-serif;
  font-size: clamp(11px, 1.15vw, 20px);
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .08em;
  z-index: 5;
}

/* ===== HERO ===== */
.intro {
  position: absolute;
  left: 19.5%;
  top: 9.4%;
  width: 35%;
  z-index: 3;
}

.eyebrow {
margin: 0 0 .5em;
  color: #56299a;
  font-family: "Candy Beans", cursive;
  font-size: clamp(12px, 1.25vw, 21px);
  font-weight: 400;
  line-height: 1.1;
}

.intro h1 {
margin: 0 0 .45em;
  color: var(--ink);
  font-family: "Clash Display", Arial, sans-serif;
  font-size: clamp(20px, 2.6vw, 46px);
  font-weight: 600;
  line-height: .95;
  letter-spacing: -.05em;
}

.intro-copy {
  margin: 0;
  color: #594c67;
  font-family: "Chubbo", sans-serif !important;
  font-size: clamp(10px, 1.02vw, 18px);
  font-weight: 400 !important;
  font-style: normal;
  font-synthesis: none;
  line-height: 1.48;
  max-width: 100%;
  letter-spacing: 0;
}

/* ===== CAROUSEL ===== */
.showcase {
  position: absolute;
  left: 61.5%;
  top: 8.8%;
  width: 34.5%;
  height: 12%;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
  z-index: 3;
}

.showcase-track {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.9%;
  width: max-content;
  animation: carousel 22s linear infinite;
}

.showcase:hover .showcase-track {
  animation-play-state: paused;
}

.showcase-card {
  display: block;
  height: 66%;
  aspect-ratio: 16 / 9;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 5%;
  box-shadow: 0 7px 18px rgba(39,20,70,.22);
  transition: transform .2s ease;
}

.showcase-card:hover {
  transform: translateY(-5%) scale(1.04);
}

.showcase-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #6d5e80;
}

@keyframes carousel {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
  to { transform: translateX(-48%); }
}

/* ===== SECOND PURPLE PILL ===== */
.edits-slot {
  position: absolute;
  left: 23.15%;
  top: 22.85%;
  width: 15.97%;
  height: 5.37%;
  display: grid;
  place-items: center;
  padding-right: 3%;
  padding-bottom: .3%;
  color: white;
  font-family: "Clash Display", Arial, sans-serif;
  font-size: clamp(15px, 1.98vw, 34px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  z-index: 4;
}

/* ===== FOUR DARKER SHADOW LOCATIONS ===== */
.category-grid {
  position: absolute;
  left: 19.25%;
  top: 29.3%;
  width: 61.5%;
  height: 23.2%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 4.4% 2.4%;
  z-index: 3;
}

.category-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 8% 6%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  text-decoration: none;
  background: rgba(30, 18, 47, .94);
  border-radius: 3%;
  box-shadow: 0 7px 16px rgba(48,27,76,.18);
  overflow: hidden;
  transition: transform .2s ease, background .2s ease;
}

.category-card:hover {
  transform: translateY(-2.5%);
  background: rgba(38, 23, 58, .97);
}

.card-accent {
  position: absolute;
  left: 6%;
  top: 9%;
  width: 15%;
  height: 5%;
  border-radius: 999px;
  background: #6e34ad;
}

.category-title {
font-family: "Clash Display", Arial, sans-serif;
  font-size: clamp(12px, 1.55vw, 27px);
  font-weight: 600;
  letter-spacing: -.04em;
}

/* ===== CHANNELS ===== */
.channels {
  position: absolute;
  left: 50%;
  top: 62.3%;
  width: 62%;
  height: 13.1%;
  padding: 2% 2.2%;
  color: white;
  background: #101013;
  border-radius: clamp(14px, 1.15vw, 22px);
  transform: translateX(-50%);
  z-index: 3;
}

.channels h2 {
  margin: 0;
  font-family: "Clash Display", Arial, sans-serif;
  font-size: clamp(13px, 1.65vw, 29px);
  font-weight: 600;
  letter-spacing: -.03em;
}

.channels-rule {
  height: 1px;
  margin: 2.2% 0 4%;
  background: rgba(255,255,255,.1);
}

.channel-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.7%;
  width: 100%;
}

.channel {
  width: 9.6%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  background: #5f3b8e;
  color: white;
  text-decoration: none;
  font-size: clamp(7px, .9vw, 15px);
  font-weight: 900;
  transition: transform .2s ease;
}

.channel:hover {
  transform: scale(1.12);
}

.channel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}


/* ===== FOOTER ===== */
.footer {
  position: absolute;
  left: 28.5%;
  top: 83%;
  width: 48%;
  height: 13%;
  z-index: 3;
}

.footer-title {
  margin: 0 0 1.5%;
  text-align: left;
  color: #21152f;
  font-family: "Clash Display", Arial, sans-serif;
  font-size: clamp(11px, 1.45vw, 25px);
  font-weight: 700;
}

.footer-content {
  display: flex;
  align-items: center;
  gap: 4%;
}

.footer-raccoon {
  width: 25%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(38, 19, 65, .18));
}

.footer-links {
  display: grid;
  gap: 14%;
  align-content: center;
}

.footer-links a {
display: inline-flex;
  align-items: center;
  gap: 14px;
  color: white;
  text-decoration: none;
  font-family: "Clash Display", Arial, sans-serif;
  font-size: clamp(11px, 1.15vw, 20px);
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.05;
}

/*
  Small-screen fallback.
  Everything still remains tied to the same background composition,
  so scrolling never separates the content from the artwork.
*/
@media (max-width: 600px) {
  .site-shell {
    width: 100vw;
    min-height: 1210px;
    aspect-ratio: 1709 / 2048;
  }

  .intro-copy {
    line-height: 1.38;
  }
}




/* Real Discord + email PNG icons in the footer */


.footer-links a span {
  display: inline-block;
}

.footer-link-icon {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex: 0 0 28px;
}

.footer-link-icon.discord-icon {
  width: 31px;
  height: 31px;
  flex-basis: 31px;
}

.footer-link-icon.email-icon {
  width: 29px;
  height: 29px;
  flex-basis: 29px;
}


/* Greeting detail: underline DONYS and add the =D smile */
.eyebrow-name {
  position: relative;
  display: inline-block;
  margin-left: .12em;
  padding-bottom: .08em;
}

.eyebrow-name::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: -.08em;
  height: .09em;
  min-height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.eyebrow-smile {
  display: inline-block;
  margin-left: .35em;
  font-family: "Clash Display", Arial, sans-serif;
  font-weight: 700;
  transform: translateY(-.02em);
}
