@keyframes light-to-dark-pancakes {
    from {background-color: #5b2c16;} 
    to {background-color: #6a4c30;}
    /* 100% {background-color: #5b2c16;}  */
}

/* @view-transition {
    navigation: auto;
}

::view-transition-old(root) {
    animation: fade-out .3s ease-out forwards;
}

::view-transition-new(root) {
    animation: fade-in .3s ease-in forwards;
}

@keyframes fade-out {
    to { opacity: 0; }
}

@keyframes fade-in {
    from { opacity: 0; }
} */

/* .clubmodal {
    display: none; 
    position: fixed; 
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 0%;
    height: 0%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);    
    pointer-events: none;
}

.clubmodal.active {
    display: flex;
    pointer-events: auto;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    height: 100%;
} */

.modal {
    display: none; 
    position: fixed;
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 0%; 
    height: 0%;
    overflow: auto;
    /* background-color: rgb(0,0,0);  */
    background-color: rgba(0,0,0,0.4); 
}

.modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    pointer-events: auto;
    width: 100%;
    height: 100%;
}

.modal-content {
    background-color: #6b4e35;
    text-align: center;
    padding: 2rem;
    border-radius: 10px;
    width: 50%;
    max-width: 600px;
    box-shadow: 0 4px 6px rgba(0,0,0, 0.3)
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh; 
    background-image:linear-gradient(to bottom, #ffd62f 80%, #6b4e35 95%);
    margin-bottom: 20vh;
    /* animation-name: light-to-dark-pancakes; 
    animation-duration: 3s; */
    /* background-image: url("/static/assets/bg.png");
    background-repeat: no-repeat;
    background-size: auto 100vh;
    background-position: center;
    margin-top: -30vh; */
    position: relative;
    color: black;
    text-align: center;
    backdrop-filter: blur(3px); 
    z-index: 0
}



.accordion {
    background-color: #6b4e35;
    color: #ffffff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.accordion:hover {
  background-color: #3d2c1d;
}

.accordion h2::before{
    content: '>';
    display: inline-block; 
    margin-right: 0.7em; 
    transition: transform 0.3s ease;
}

.accordion.active h2::before {
    transform: rotate(90deg);
}

.panel {
  padding: 0 18px;
  background-color: #6b4e35;
  display: none;
  overflow: hidden;
  transition: transmform 0.3s ease;
}

.hero > * {
    position: relative;
    z-index: 1; 
}

.hero-image {
    filter: drop-shadow(15px 5px 15px #000000);
    /* background: rgba(0, 0, 0, 0.1) */
    /* filter: 
        drop-shadow(0 10px 30px rgba(0, 0, 0, 0.5))
        brightness(0.7); */
    
}
.edge-blur {
    position: relative;
    overflow: hidden;
}

.edge-blur::before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit; 
    filter: blur(20px);
    margin: -20px; 
}

html {
    background: #6b4e35
        /* to bottom, 
        #ffe064 0%, 
        #6a4c30 100%); */
}

body {
    margin: 0;
    padding: 0;
    /* background: linear-gradient(
        to bottom, 
        #ffe064 0%, 
        #6a4c30 100%); */
    min-height: 100vh;
    /* animation-name: light-to-dark-pancakes;
    animation-duration: 3s; */
}

/* .buttons button {
    margin: .5%;
    padding: .5%;
} */
/* .stacks-requirements {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 900px) {
  .stacks-requirements {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
  }
} */

.buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.hero-image {
    /* object-fit: cover; */
    width: 60%;
    height: auto;
}
.info {
    margin-top: -20vh;
    position: relative;
    z-index: 10;
    background: transparent;
    color: white;
}

.info-align-left {
    margin-left: 20px;
    /* display: flex; */
    text-align: left;
}

.info-half-left {
    margin-left: 20px;
    text-align: left;
    width: 50vw;
}

.info-align-right {
    text-align: right;
    display: flex;
    /* width: 50vw; */
    flex-direction: column;
    align-items: flex-end; 
    margin-right: 20px
}

.info-half-right {
    text-align: right;
    /* margin-right: 20px; */
    /* float: right; */
    width: 50vw;
}

.info-align-right ul {
    text-align: left; /* Keep text readable inside the list */
    /* margin-right: 20px; */
}

.info-align-center {
    /* margin-right: 2%; */
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
}


.jetbrains-mono-title {
    font-family: "JetBrains Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: black;
}

.jetbrains-mono-body {
    font-family: "JetBrains Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: white;
}

.jetbrains-mono-footer {
    font-family: "JetBrains Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: white;
}


.button-top {
    background-color: #6b4e35;
    color: white;
    border: transparent;
    border-radius: 5px;
    padding: .8rem;
    margin: .5rem;
    transition: transform 0.4s ease;
    cursor: pointer;
}

.button-bottom {
    background-color: #d2a679;
    color: #000000;
    border: transparent;
    border-radius: 5px;
    padding: .8rem;
    margin: .5rem;
    transition: transform 0.4s ease;
    cursor: pointer;
}

.button-modal {
    background-color: #473323;
    color: white;
    border: transparent;
    border-radius: 5px;
    padding: .8rem;
    margin: .5rem;
    transition: transform 0.4s ease;
    cursor: pointer;
}

.button-modal:hover, .button-bottom:hover, .button-top:hover {
    transform: scale(1.1);
    filter: drop-shadow(1px 1px 20px #000000);
}

@media (prefers-reduced-motion: reduce) {
    .button-modal, .button-bottom, .button-top {
        animation: none;
        transition: none;
    }
}

@media (prefers-reduced-motion: reduce) {
  .button-top {
    animation: none;
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .button-bottom {
    animation: none;
    transition: none;
  }
}

.button-top, .button-bottom, .button-modal {
    font-family: "JetBrains Mono", monospace;
    font-weight: 500;
}

footer {
    background-color: #6b4e35;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* animation-name: light-to-dark-pancakes;
    animation-duration: 3s; */
    padding: 2%;
    padding: 5vh
}

a {
    color: #e6a569;
}

footer p {
    margin: 0;
    padding: 0;
}

header {
    font-family: 'JetBrains Mono', monospace;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 2rem;          
    /* display: flex; */
    /* flex-direction: column; */
    align-items: center;
    color: black;
    justify-content: space-between;
    background: #d2a679;        
    position: relative;     
    gap: 2;
    z-index: 500;
}

body {
    position: relative;      /* makes body the positioning context */
    min-height: 100vh;
}

/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */

.tier-div {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    justify-content: center;
    justify-items: center;
    width: 100%;
}

.tier-div > *:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 50%;
}

.tier-div > * {
    width: 50%;
    background-color: #d2a679;
    border-radius: 30px;
    padding: 30px;
    height: 350px;
    /* aspect-ratio: 4 / 3;
    display: flex;
    flex-direction: column;
    justify-content: center; */
}

@media (max-width: 768px) {
    .tier-div {
        width: 100%;
        margin-right: 10px;
        margin-left: 10px;
        grid-template-columns: 1fr;
    }
}

.tier-div > *:last-child {
    justify-self: center;
    grid-column: 2;
}

.tier-container {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: visible;
}

