@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.collapsible {
  background-color: #f1f1f1;
  color: #333;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.3s ease-in-out;
  margin-top: 10px;
}

.collapsible:hover {
  background-color: #ddd;
}

.collapsible:after {
  content: ">";
  color: #333;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.collapsible.active:after {
  content: "-";
}

.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  background-color: #f9f9f9;
  padding: 0 18px;
}

.content.active {
  padding: 18px;
  max-height: 500px;
}

h1.actionheader {
  text-align: center;
}
h1.actionheader:not(:first-of-type) {
  margin-top: clamp(1.875rem, 1.5535714286rem + 1.6071428571vw, 3rem);
}

div#event-banner {
  display: flex;
  gap: clamp(1.5rem, 1.2857142857rem + 1.0714285714vw, 2.25rem);
}
@media (min-aspect-ratio: 4/3) {
  div#event-banner {
    flex-direction: row;
    height: 45vh;
  }
}
@media (max-aspect-ratio: 4/3) {
  div#event-banner {
    flex-direction: column;
    min-height: 45vh;
  }
}
div#event-banner {
  background: #f80159;
  color: white;
  border: 5px solid #f80159;
}
div#event-banner div.card-content {
  position: relative;
}
div#event-banner img, div#event-banner picture {
  object-fit: cover;
  width: 100%;
  min-aspect-ratio: 1/1;
}
@media (max-aspect-ratio: 4/3) {
  div#event-banner img, div#event-banner picture {
    min-height: 50vw;
  }
}
div#event-banner p.event-title {
  font-size: clamp(1.875rem, 1.5535714286rem + 1.6071428571vw, 3rem);
  font-weight: bold;
}
div#event-banner div.event-details .event-date {
  text-transform: capitalize;
  font-weight: bold;
  font-size: clamp(1.125rem, 1.0535714286rem + 0.3571428571vw, 1.375rem);
}
@media (min-aspect-ratio: 4/3) {
  div#event-banner div.calbuttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
div#event-banner div.calbuttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
div#event-banner div.calbuttons a.calbutton {
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
div#event-banner div.calbuttons a.calbutton:hover {
  background: #cd0349;
  transition: 0.1s ease-in-out;
}
div#event-banner div.calbuttons a.calbutton {
  gap: 0.5em;
}
div#event-banner div.calbuttons a.calbutton svg {
  aspect-ratio: 1/1;
  height: clamp(1.25rem, 1.1071428571rem + 0.7142857143vw, 1.75rem);
  flex-shrink: 0;
  fill: white;
  stroke: white;
}
div#event-banner div.calbuttons a.calbutton {
  width: 100%;
  background: #f80159;
  color: white;
  font-weight: bold;
  font-size: clamp(0.875rem, 0.8392857143rem + 0.1785714286vw, 1rem);
  text-align: center;
  text-decoration: none;
  padding: 0.5rem;
  margin: 0;
}

div#cardholder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1.25rem, 1.1071428571rem + 0.7142857143vw, 1.75rem);
  width: 100%;
}
div#cardholder a.card {
  background: white;
  border: 10px solid #f80159;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  user-select: none;
  aspect-ratio: 1/1;
  height: fit-content;
  width: calc(3 * clamp(3rem, 2.4285714286rem + 2.8571428571vw, 5rem));
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
div#cardholder a.card picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
}
div#cardholder a.card picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  user-select: none;
}
div#cardholder a.card .card-date {
  display: none;
  position: absolute;
  left: 0;
  top: 7%;
  z-index: 10;
  background: #376a5b;
  color: white;
  font-weight: bold;
  transform: rotate(-10deg);
}
div#cardholder a.card:not(:hover) .card-content > .card-details {
  padding: 0;
  max-height: 0;
}
div#cardholder a.card div.card-content {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  background: #f80159;
  color: white;
  font-size: clamp(0.75rem, 0.7142857143rem + 0.1785714286vw, 0.875rem);
}
div#cardholder a.card div.card-content br {
  display: none;
}
div#cardholder a.card div.card-content {
  padding: clamp(0.75rem, 0.7142857143rem + 0.1785714286vw, 0.875rem);
  margin: 0;
  padding-bottom: 0;
  box-sizing: border-box;
  box-shadow: 1px 0 8px black;
}
div#cardholder a.card div.card-content p.card-title {
  margin: 0;
  padding: 0;
  font-size: clamp(0.875rem, 0.8392857143rem + 0.1785714286vw, 1rem);
  font-weight: bold;
}
div#cardholder a.card div.card-content .card-details {
  padding-top: 1em;
  overflow: hidden;
  max-height: 20cqh;
  transition: 0.2s ease-in-out;
}
div#cardholder a.card div.card-content .card-details p {
  margin: 0;
  padding: 0;
}

.eventinfo {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 1.5535714286rem + 1.6071428571vw, 3rem);
  width: 80%;
  margin: 0 auto;
  padding: 0 clamp(3rem, 2.4285714286rem + 2.8571428571vw, 5rem);
  box-sizing: border-box;
  background: #f80159;
}
.eventinfo .title {
  margin-top: 1em;
  font-size: clamp(1.25rem, 1.1071428571rem + 0.7142857143vw, 1.75rem);
  font-weight: bold;
  text-align: center;
  color: white;
}
.eventinfo {
  font-size: clamp(1.125rem, 1.0535714286rem + 0.3571428571vw, 1.375rem);
  color: white;
}
.eventinfo p {
  margin: 0;
  padding: 0;
}
.eventinfo .date {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.eventinfo .date .time {
  color: #333333;
}
.eventinfo .location {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.eventinfo .location .location {
  color: #333333;
}
.eventinfo .description {
  text-align: center;
  white-space: pre-line;
}
.eventinfo div.calendar_buttons {
  display: flex;
  gap: 1em;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.eventinfo div.calendar_buttons .calbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.eventinfo div.calendar_buttons .calbutton:hover {
  background: #cd0349;
  transition: 0.1s ease-in-out;
}
.eventinfo div.calendar_buttons .calbutton {
  gap: 0.5em;
}
.eventinfo div.calendar_buttons .calbutton svg {
  aspect-ratio: 1/1;
  height: clamp(1.25rem, 1.1071428571rem + 0.7142857143vw, 1.75rem);
  flex-shrink: 0;
  fill: white;
  stroke: white;
}
.eventinfo div.calendar_buttons .calbutton {
  width: 100%;
  background: #f80159;
  color: white;
  font-weight: bold;
  font-size: clamp(1.125rem, 1.0535714286rem + 0.3571428571vw, 1.375rem);
  text-align: center;
  text-decoration: none;
  padding: 1rem;
  margin: 0;
}

div#content:has(#actu-layout) {
  padding: 0 20%;
}

div#actu-container {
  gap: clamp(1.25rem, 1.1071428571rem + 0.7142857143vw, 1.75rem);
}

a.actu-container {
  width: 50%;
}
@media (max-aspect-ratio: 4/3) {
  a.actu-container {
    width: 80%;
  }
}

div#actu-container, div#content:has(#actu-layout) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div#actu-container span#date, div#content:has(#actu-layout) span#date {
  font-weight: bold;
  font-size: clamp(0.875rem, 0.8392857143rem + 0.1785714286vw, 1rem);
  color: #f80159;
  margin: 0;
  opacity: 0.6;
}
div#actu-container h1#actu-title, div#content:has(#actu-layout) h1#actu-title {
  color: #cd0349;
  font-size: clamp(1.5rem, 1.2857142857rem + 1.0714285714vw, 2.25rem);
}
div#actu-container blockquote, div#actu-container a.actu-container, div#content:has(#actu-layout) blockquote, div#content:has(#actu-layout) a.actu-container {
  border: 1px solid #999999;
  font-size: clamp(0.875rem, 0.8392857143rem + 0.1785714286vw, 1rem);
  text-decoration: none;
  color: inherit;
  margin: 0% 20%;
  padding: 2em;
  box-shadow: 1px 1px 8px #e6e6e6;
}
div#actu-container blockquote h2, div#actu-container a.actu-container h2, div#content:has(#actu-layout) blockquote h2, div#content:has(#actu-layout) a.actu-container h2 {
  margin-top: 0;
  font-size: clamp(1.125rem, 1.0535714286rem + 0.3571428571vw, 1.375rem);
  color: #f80159;
}
div#actu-container blockquote p, div#actu-container a.actu-container p, div#content:has(#actu-layout) blockquote p, div#content:has(#actu-layout) a.actu-container p {
  text-wrap: balanced;
}

div:has(label) {
  display: flex;
  flex-direction: column;
  padding-bottom: clamp(1rem, 0.9642857143rem + 0.1785714286vw, 1.125rem);
}

input {
  padding: clamp(0.75rem, 0.7142857143rem + 0.1785714286vw, 0.875rem);
}

textarea {
  padding: clamp(0.75rem, 0.7142857143rem + 0.1785714286vw, 0.875rem);
}

@keyframes fadeInFromRight {
  from {
    opacity: 0;
    transform: translateX(100vw) skewX(-24deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) skewX(-24deg);
  }
}
div#landing-page div.tbanner {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  bottom: 7.5vh;
  left: 50%;
  transform: translateX(-50%);
  height: 25vmin;
  width: max-content;
  gap: calc(0.5 * clamp(1.125rem, 1.0535714286rem + 0.3571428571vw, 1.375rem));
}
div#landing-page ul.navlinks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: clamp(1.125rem, 1.0535714286rem + 0.3571428571vw, 1.375rem);
  list-style: none;
  gap: 0.5em;
  height: 100%;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  background: transparent;
  transform: skewX(-24deg) translateY(-5vmin);
}
@media (max-aspect-ratio: 4/3) {
  div#landing-page ul.navlinks {
    display: none;
  }
}
div#landing-page ul.navlinks li {
  background: #cd0349;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease-in-out;
  --webkit-text-stroke: 2px palette.$pink;
}
div#landing-page ul.navlinks li:has(a:hover) {
  background: #f80159;
}
div#landing-page ul.navlinks a {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-weight: bolder;
  transition: 0.2s transform ease-in-out;
  transform: skewX(24deg);
  padding: 0 0.5em;
}
div#landing-page ul.navlinks a:hover {
  transform: scale(1.1) skewX(24deg);
}
div#landing-page div.titlegroup {
  height: 100%;
  padding: 0em 4em;
  user-select: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  background: #f80159;
  align-items: end;
  transform: skewX(-24deg);
  box-shadow: inset 1px 0px 0px #cd0349;
  outline: 2px solid #f80159;
}
div#landing-page div.titlegroup > * {
  transform: skewX(24deg);
}
div#landing-page div.titlegroup h1 {
  color: white;
  font-size: clamp(2.25rem, 1.75rem + 2.5vw, 4rem);
  margin: 0;
}
div#landing-page div.titlegroup h2 {
  color: #C4CF28;
  font-size: clamp(1.25rem, 1.1071428571rem + 0.7142857143vw, 1.75rem);
  text-outline: 0 0 2px white;
  margin: 0;
  margin-right: 1em;
}
div#landing-page picture.background {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1;
  object-fit: cover;
  user-select: none;
}
div#landing-page picture.background img {
  object-fit: cover;
  user-select: none;
}
@media (min-aspect-ratio: 1/1) {
  div#landing-page picture.background.mobile {
    display: none !important;
  }
}
@media (max-aspect-ratio: 1/1) {
  div#landing-page picture.background.desktop {
    display: none !important;
  }
}

div#content:has(div#listmainman) {
  margin: 0;
}

div#listmainman {
  background: #f80159;
  color: white;
  width: 100%;
}
@media (min-aspect-ratio: 4/3) {
  div#listmainman {
    padding: 10vw 15vh;
    padding-top: 5vh;
  }
}
div#listmainman {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 40% 60%;
}
div#listmainman picture {
  height: 100%;
  width: 100%;
}
div#listmainman div {
  padding: 2em 2em;
  display: block;
  user-select: none;
}
div#listmainman div h1 {
  color: white;
  font-size: clamp(2.25rem, 1.75rem + 2.5vw, 4rem);
  margin-top: 0;
}
div#listmainman div p {
  color: white;
  font-size: clamp(0.875rem, 0.8392857143rem + 0.1785714286vw, 1rem);
  font-weight: bold;
  text-wrap: balance;
}

div#listlist {
  margin-top: 5vmin;
  display: flex;
  flex-direction: row;
  gap: clamp(3rem, 2.4285714286rem + 2.8571428571vw, 5rem);
  justify-content: center;
  flex-wrap: wrap;
}
div#listlist div.person {
  height: fit-content;
  width: calc(clamp(3rem, 2.4285714286rem + 2.8571428571vw, 5rem) * 3);
  display: flex;
  flex-direction: column;
  align-items: center;
}
div#listlist div.person h2 {
  color: #cd0349;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
div#listlist div.person span {
  font-weight: bold;
  color: #f80159;
  margin: 0;
  text-align: center;
  font-size: clamp(0.75rem, 0.7142857143rem + 0.1785714286vw, 0.875rem);
  white-space: pre-line;
}
div#listlist div.person p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-wrap: balanced;
  text-align: center;
}
div#listlist div.person picture {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 50%;
  border-radius: 100%;
}

* {
  font-family: "Fira Sans";
}

p:empty {
  display: none;
}

body {
  margin: 0;
  width: 100vw;
}
@media (min-aspect-ratio: 4/3) {
  body:has(div#content) {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
  }
}
@media (max-aspect-ratio: 4/3) {
  body:has(div#content) {
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: 100vh;
  }
}

div#content {
  box-sizing: border-box;
  margin: 1em;
  height: 100%;
}

nav {
  z-index: 1000;
}

nav.mobile {
  position: fixed;
  bottom: 10vh;
  right: 5vw;
  z-index: 1000;
  user-select: none;
}
@media (min-aspect-ratio: 4/3) {
  nav.mobile {
    display: none;
  }
}
nav.mobile button {
  background: #f80159;
  border: 2px solid white;
  color: white;
  user-select: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
  transition: all 0.3s ease;
}
nav.mobile button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}
nav.mobile button.active {
  transform: rotate(45deg);
  background: white;
  border: 2px solid #f80159;
  color: #f80159;
}
nav.mobile div {
  position: absolute;
  bottom: 75px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
nav.mobile div.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
nav.mobile div.active a:nth-child(1) {
  animation-delay: 0.05s;
}
nav.mobile div.active a:nth-child(2) {
  animation-delay: 0.1s;
}
nav.mobile div.active a:nth-child(3) {
  animation-delay: 0.15s;
}
nav.mobile div a {
  padding: 12px 24px;
  border: 2px solid white;
  background: #f80159;
  color: white;
  text-decoration: none;
  text-align: center;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  animation: slideIn 0.3s ease forwards;
  opacity: 0;
  transform: translateX(20px);
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-aspect-ratio: 4/3) {
  nav.desktop {
    display: none !important;
  }
}
nav.desktop {
  height: clamp(2.25rem, 1.75rem + 2.5vw, 4rem);
  padding: 0 clamp(0.75rem, 0.7142857143rem + 0.1785714286vw, 0.875rem);
  background: #f80159;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(0.75rem, 0.7142857143rem + 0.1785714286vw, 0.875rem);
  position: sticky;
  top: 0;
}
nav.desktop div.links {
  display: flex;
  height: 100%;
  align-items: center;
}
nav.desktop div.links a {
  padding: 0 1em;
  height: 100%;
  text-decoration: none;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  transition: background 0.2s ease-in-out;
}
nav.desktop div.links a:hover {
  background: #cd0349;
  transition: background 0s ease-in-out;
}
nav.desktop h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  margin: 0;
}
nav.desktop h2 a {
  color: white;
  text-decoration: none;
  padding: 0;
  margin: 0;
  transition: 0.1s ease-in-out;
}
nav.desktop h2 a:hover {
  color: #cd0349;
}
nav.desktop a.linkbutton.donate {
  background: #376a5b;
  color: white;
  font-weight: bolder;
}

footer {
  z-index: 999;
  background: #f80159;
  display: flex;
  height: min-content;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: clamp(1.25rem, 1.1071428571rem + 0.7142857143vw, 1.75rem);
  padding: clamp(1.25rem, 1.1071428571rem + 0.7142857143vw, 1.75rem) clamp(1.25rem, 1.1071428571rem + 0.7142857143vw, 1.75rem);
  justify-content: space-between;
  align-items: center;
  font-size: clamp(0.75rem, 0.7142857143rem + 0.1785714286vw, 0.875rem);
}
footer div.socials {
  display: flex;
  gap: clamp(0.875rem, 0.8392857143rem + 0.1785714286vw, 1rem);
}
footer div.socials a {
  display: block;
  border: 2px solid white;
  border-radius: 100%;
  padding: 8px;
  aspect-ratio: 1/1;
  width: clamp(1rem, 0.9642857143rem + 0.1785714286vw, 1.125rem);
  height: clamp(1rem, 0.9642857143rem + 0.1785714286vw, 1.125rem);
  color: white;
  transition: 0.1s ease-in-out;
}
footer div.socials a:hover {
  background: white;
}
footer div.socials a:hover svg > path {
  fill: #f80159;
  stroke: #f80159;
}
footer div.socials a svg {
  height: 100%;
  width: 100%;
  color: white;
}
footer div.socials a svg path {
  fill: white;
  stroke: white;
}
footer div.speciallinks {
  display: flex;
  align-items: center;
  gap: clamp(0.875rem, 0.8392857143rem + 0.1785714286vw, 1rem);
}
footer div.speciallinks a {
  color: #f80159;
  background: white;
  font-weight: bolder;
  text-transform: uppercase;
  text-decoration: none;
  font-size: clamp(0.75rem, 0.7142857143rem + 0.1785714286vw, 0.875rem);
  border: 0.1rem solid white;
  border-radius: 1rem;
  padding: 0.75rem;
  transition: 0.1s ease-in-out;
}
footer div.speciallinks a:hover {
  color: white;
  background: #f80159;
  transform: translateY(-0.1rem);
}

body {
  box-sizing: content-box;
  width: 100vw;
}

picture img {
  object-fit: cover;
}

div#banner {
  height: 90vh;
  width: 100vw;
  background: #376a5b;
  color: white;
  font-weight: bolder;
  display: flex;
  align-items: center;
}
div#banner h1 {
  margin: 0;
}
div#banner picture {
  height: 25%;
}

.refbutton {
  display: grid;
  grid-template-columns: 60px auto;
  align-items: center;
  column-gap: 5vmin;
  height: min-content;
  width: min-content;
  padding: 1em;
  border: 1px solid #f80159;
  background: rgba(248, 1, 89, 0.29);
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}
.refbutton > picture {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

h1 {
  color: #cd0349;
}

a.linkbutton {
  border: 1px solid gray;
  border-radius: 5px;
  background: gray;
  color: white;
  text-decoration: none;
  padding: 0.5em;
}

.collection-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2em;
  margin: 1em;
}
