* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
  background-color: #E5E5E5;
  background-repeat: repeat;
  color: #28190B;
  font-size: 18px;
}

@import url('https://fonts.googleapis.com/css2?family=Lora&family=Cinzel+Decorative&family=Merriweather&family=Spectral&display=swap');

 .fan-joined-listing-item a,
.affiliate-item a {
  position: relative;
  display: flex;

  width: 75px;
  height: 50px;

  align-items: center;
  justify-content: center;

  overflow: hidden;

  text-decoration: none;
  text-align: center;

  color: white;

  font-size: 8px;
  font-family: monospace;

  align-items: flex-start;
  line-height: 10px;
}
.fan-joined-listing-item a:not(:has(img)), .affiliate-item a:not(:has(img)) { padding-top:10px;}
.fan-joined-listing-item a:not(:has(img))::before, .affiliate-item a:not(:has(img))::before { content: ""; position: absolute; inset: 0; background: linear-gradient( to bottom right, rgba(255,255,255,.75), transparent 80% ); pointer-events: none;  border: double black;  padding-top:12px;}


#header {
  background-image: url('images/head.jpg');
  background-repeat: no-repeat;
  background-position: center;
  height: 780px;
  width: 100%;
  margin-top: 0;
  position: relative;
  z-index: 0;
  background-color: #E5E5E5;
}

.h1 {
  font-family: 'Lora', serif;
  font-size: 64px;
  font-weight: 700;
  color: #2b1c0f;
  background: linear-gradient(135deg, #E3DAC9 0%, #D8E7D0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: 40px 0;
  line-height: 1.2;
  letter-spacing: 2px;
  text-shadow: 2px 2px 6px rgba(162, 193, 142, 0.4);
}

h1 {
  font-family: 'Cinzel Decorative', serif;
  font-weight: 400;
  font-size: 42px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  margin: 30px auto;
  padding: 25px 40px;
  max-width: 400px;
  background: #E3DAC9;
  color: #FF7518;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(60, 30, 10, 0.3);
  user-select: none;
  position: relative;
}

h1::before,
h1::after {
  content: '✦';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #cc4f00;
  opacity: 0.6;
}

h1::before {
  left: 12px;
}

h1::after {
  right: 12px;
}

a {
  color: #A2C18E;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease;
}

a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: -2px;
  background: #A2C18E;
  transition: width 0.3s ease;
}

a:hover::after {
  width: 100%;
}

a:hover {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(162, 193, 142, 0.6);
}

b {
  background: linear-gradient(135deg, #E3F1D8, #D8E7D0);
  color: #2b1c0f;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(60,30,10,0.1);
}

i {
  background: linear-gradient(135deg, #D8E7D0, #F2F7F0);
  color: #2b1c0f;
  font-style: italic;
  padding: 3px 7px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(60,30,10,0.1);
}

.footer {
  background: linear-gradient(135deg, #D8E7D0 0%, #E3DAC9 100%);
  text-align: center;
  padding: 80px 20px 40px;
  font-family: 'Lora', serif;
  border-top-left-radius: 100% 50%;
  border-top-right-radius: 100% 50%;
  box-shadow: 0 -6px 25px rgba(60, 30, 10, 0.15);
}

.footer-content {
  display: inline-block;
  background: #fff;
  color: #2b1c0f;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 12px;
}

.carousel-menu {
  position: relative;
  background-image: url('leaf.png');
  width: 300px;
  height: 300px;
  border-radius: 50%;
  opacity: 0.7;
  animation: spin 20s linear infinite;
  flex-shrink: 0;
  margin-left: 100px;
  margin-top: 100px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.carousel-menu ul {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel-menu li {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:
    translate(-50%, -50%)
    rotate(calc(var(--i) * 60deg))
    translate(0, -135px);
}

.carousel-menu a {
  display: inline-block;
  background: rgba(255,255,255,0.9);
  color: #2e5d2e;
  font-family: 'Cinzel', serif;
  font-variant: small-caps;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.carousel-menu a:hover {
  transform: scale(1.15);
}

.container {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: -87px auto 100px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.nav {
  flex: 0 0 260px;
  min-width: 260px;
}

.content {
  flex: 1;
  min-width: 0;
}

.blockquote-box {
  flex: 1 1 400px;
  background: #E3DAC9;
  padding: 30px 40px;
  border-left: 8px solid #A2C18E;
  border-radius: 12px;
  font-size: 26px;
  line-height: 1.8;
}

.content-box {
  flex: 1 1 400px;
  background: #F9F9F2;
  padding: 25px 30px;
  border-radius: 12px;
  font-size: 18px;
  line-height: 35px;
  text-align: justify;
}

.enthusiast-section {
  background: linear-gradient(135deg, #D8E7D0 0%, #F2F7F0 100%);
  border-radius: 25px;
  padding: 50px 40px;
  max-width: 1300px;
  margin: 80px auto;
  border: 2px solid #A2C18E;
  position: relative;
  overflow: hidden;
}

.enthusiast-title {
  text-align: center;
  font-size: 48px;
  margin-bottom: 50px;
  background: linear-gradient(135deg, #A2C18E, #E3DAC9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.enthusiast-content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.stat {
  flex: 1 1 280px;
  min-width: 280px;
  text-align: center;
  padding: 40px 30px;
  border-radius: 12px;
  background: linear-gradient(135deg, #E0F2E9, #A2C18E);
  transition: transform 0.3s ease;
}

.stat:hover {
  transform: translateY(-3px);
}

input,
select,
textarea,
button {
  background: #E3DAC9;
  border: 2px solid #A2C18E;
  color: #2b1c0f;
  font-family: 'Lora', serif;
  font-size: 16px;
  padding: 14px 18px;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
}

@media (max-width: 900px) {
  .enthusiast-content {
    flex-direction: column;
  }

  .container {
    flex-direction: column;
  }
}