/* SWC visual layer: pastel Y2K / scrapbook vibe */

body {
  background:
    radial-gradient(
      /* circle at 10% 20%, */ rgba(255, 255, 255, 0.55) 0 7px,
      transparent 8px
    ),
    linear-gradient(135deg, #ffd4ea 0%, #bff4ee 35%, #d9c1ff 70%, #ffe49c 100%);
  color: #4f4358;
}

#header {
  padding: 0;
}

#header h1 {
  color: #7d45c7;
  font-weight: 800;
  text-shadow: 3px 3px 0 #ffffff;
  display: none;
}

#header p {
  color: #8b62a2;
  font-weight: 700;
  text-shadow: 1px 1px 0 #ffffff;
}

#main {
  background: #ffffff;
  border: 4px solid #ffffff;
  border-radius: 1.5em;
  box-shadow: 0 1em 0 rgba(125, 69, 199, 0.18);
  overflow: hidden;
}

#main p,
#main li,
#main .content {
  color: #5f5a66;
}

#nav {
  background: #e971aa;
  border-bottom: 4px solid #ffffff;
}

#nav button.tab-link {
  color: #4f315f;
  font-weight: 800;
  letter-spacing: 0.02em;
}

#nav button.tab-link:hover {
  background: rgba(255, 255, 255, 0.45);
}

#nav button.tab-link.active {
  background: #ffffff;
  color: #7d45c7;
}

h1,
h2,
h3 {
  color: #7d45c7;
  font-weight: 800;
  /* line-height: 1em; */
}

#about .about-heading {
  /* letter-spacing: -0.03em; */
  line-height: 1.1em;
}

header.major h2:after {
  background-color: #ff6fb5;
  background-image: none;
  margin: 0.5em;
}

header.major .about-heading {
  background-image: none;
  margin: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.spotlight .content header.major {
  margin: 0;
}

.button,
button.button {
  border-radius: 999px;
  font-weight: 800;
}

.button.primary,
button.button.primary {
  background: #e375ac;
  box-shadow: none;
  color: #ffffff !important;
}

.button,
button.button:not(.primary) {
  background: #ffffff;
  color: #4f315f !important;
  box-shadow: inset 0 0 0 2px #ffffff;
}

.features li {
  background: #fff8fd;
  border: 3px solid #ffffff;
  border-radius: 1.25em;
  padding: 0.5em 0.5em;
  box-shadow: 0 0.5em 0 rgba(125, 69, 199, 0.12);
}

.statistics li {
  border: 3px solid #ffffff;
}

#footer,
#footer h2,
#footer p {
  color: #8b62a2;
  text-shadow: none;
}

#footer h2 {
  color: #7d45c7;
}

/* Mobile nav: simple compact text tabs */

@media screen and (max-width: 736px) {
  #nav {
    display: block;
    position: sticky;
    top: 0;
    z-index: 10;
    width: min(100%, 37em);
    max-width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    padding: 0;
    border-radius: 999px;
    overflow: hidden;
  }

  #nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0.65em 0.5em;
    width: 100%;
    line-height: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  #nav ul li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    line-height: 1;
  }

  #nav ul li:not(:last-child)::after {
    content: "|";
    color: #ffffff;
    font-weight: 800;
    line-height: 1;
    padding: 0 0.35em;
  }

  #nav button.tab-link {
    background: transparent;
    border-radius: 0;
    color: #4f315f;
    font-size: 0.8em;
    font-weight: 800;
    height: auto;
    line-height: 1;
    padding: 0;
    white-space: nowrap;
  }

  #nav button.tab-link.active {
    background: transparent;
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 0.25em;
  }
}

/* Logo + about image sizing */

#header .logo img {
  width: 180px;
  max-width: 35vw;
  height: auto;
}

.spotlight .image.about-image {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  transform: rotate(-2deg);
  width: 22em;
  max-width: 50%;
}

.spotlight .image.about-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: 7px 6px 17px 0px rgba(0, 0, 0, 0.44);
}

#join .actions .button {
  background: #efafcf;
  color: #ffffff !important;
  box-shadow: none;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

#join .actions .button.primary {
  background: #ffffff;
  color: #5b3a6f !important;
  box-shadow: inset 0 0 0 1px #b9b9b9;
}

@media screen and (max-width: 736px) {
  .spotlight .image.about-image {
    margin-bottom: 0.95em;
    max-width: 70%;
  }

  .features li .icon.major {
    margin-bottom: 1em;
    padding: 0.35em;
  }

  .features li .icon.major:before {
    font-size: 1.35em;
    height: 2em;
    line-height: 2em;
    width: 2em;
  }
}

.spotlight .image.about-image {
  margin-bottom: 0.95em;
}

#wand {
  margin-bottom: -6px;
  font-weight: 600;
}

#andw {
  margin-bottom: 16.8px;
  font-weight: 400;
}

.statistics li .stat-main {
  display: block;
  font-size: 2em;
  line-height: 1.3;
  font-weight: 600;
}

.statistics li .stat-sub,
.statistics li .stat-note {
  display: block;
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.3em;
}

.statistics li .stat-note {
  font-size: 1.1em;
}

/* .style3 .address {
  font-size: 2em !important;
} */

.address-line-1,
.address-line-2 {
  display: block;
}

.address-line-1 {
  font-size: 0.9em;
}

.address-line-2 {
  font-size: 0.75em;
  font-weight: 400;
}

.content-thanks {
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  color: #5f5a66;
  margin-top: 0 !important;
  margin-bottom: 0;
  line-height: 1.3em;
}

#footer {
  text-align: center;
}

#footer section {
  width: 100%;
}

#footer .icons {
  display: flex;
  justify-content: center;
  gap: 0.75em;
  padding-left: 0;
}

.location-card-link {
  border-bottom: none;
  /* font-weight: 900; */
}

.style3 {
  box-shadow: 0px 0px 7px 2px #7a738e inset;
}

/* FAQ spacing tweaks */

#faq {
  position: relative;
  text-align: left;
  border-top: none!important;
}

#faq header.major {
  text-align: center;
}

.faq-controls {
  display: flex;
  justify-content: center;
  margin: -1.5em 0 1.25em;
}

.faq-toggle {
  appearance: none;
  -webkit-appearance: none;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #e375ac !important;
  cursor: pointer;
  font-size: 1.25em;
  font-weight: 900;
  height: auto;
  line-height: 0;
  min-width: 0;
  padding: 0 !important;
  width: auto;
}

@media screen and (max-width: 736px) {
  .faq-controls {
    max-width: 100%;
    margin: -1.5em 0 1em;
    padding-right: 0.25em;
  }

  .faq-toggle {
    font-size: 1.5em;
  }
}

.faq-item p,
.faq-item ul {
  margin-bottom: 5px;
  padding-left: 3em;
}

.faq-item p {
  padding-right: 1.25em;
}

.faq-item summary {
  display: grid;
  grid-template-columns: 1em 1fr;
  column-gap: 0.4em;
  align-items: start;
  list-style: none;
  position: relative;
  padding-left: 0;
  padding-right: 1.25em;
  font-weight: 600;
  cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  color: #e375ac;
  font-size: 1.4em;
  font-weight: 900;
  grid-column: 1;
  grid-row: 1;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "–";
}
