/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./scss/main.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.grid {
  display: grid;
  gap: 1rem;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-y-6 > * + * {
  margin-top: 1.5rem;
}

.space-y-8 > * + * {
  margin-top: 2rem;
}

.space-y-12 > * + * {
  margin-top: 3rem;
}

.space-y-16 > * + * {
  margin-top: 4rem;
}

body {
  background-color: #FAF9F6;
  background-image: url(../../assets/images/white_scribbles.png);
  background-repeat: repeat;
  color: #1A1A1A;
  font-family: var(--wp--preset--font-family--body);
  line-height: 1.33;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--wp--preset--font-family--heading);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.brutalist-hero {
  position: relative;
  overflow: hidden;
  border: 2px solid #1A1A1A;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 380px;
}
@media (min-width: 768px) {
  .brutalist-hero {
    padding: 5rem 4rem;
    min-height: 460px;
  }
}
.brutalist-hero__bg {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  will-change: transform;
  transform: translate3d(0, var(--hero-scroll-y, 0), 0);
}
.brutalist-hero__bg.default-bg {
  background-image: url("../../assets/images/clouds%201_print_scribbles.png");
}
.brutalist-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(250, 249, 246, 0.45);
  z-index: 2;
  pointer-events: none;
}
.brutalist-hero__content {
  position: relative;
  z-index: 3;
  max-width: 800px;
}
.brutalist-hero__content .pre-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #DC2626;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: 0.2em;
  display: inline-block;
}
.brutalist-hero__content h1 {
  font-size: 3.5rem;
  line-height: 0.85;
  margin-bottom: 1.5rem;
  white-space: pre-line;
}
@media (min-width: 768px) {
  .brutalist-hero__content h1 {
    font-size: 4.5rem;
  }
}
.brutalist-hero__content p {
  font-size: 1.125rem;
  font-weight: 500;
  border-left: 4px solid #1A1A1A;
  padding-left: 1rem;
  margin-top: 0.5rem;
}

.card-brutalist {
  background: #FFFFFF;
  border: 2px solid #1A1A1A;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  box-shadow: 4px 4px 0 0 #1A1A1A;
  overflow: hidden;
}
.card-brutalist__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card-brutalist__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.88);
  z-index: 2;
  transition: background-color 0.2s ease;
}
.card-brutalist:hover {
  box-shadow: none;
  transform: translate(4px, 4px);
  background-color: #1A1A1A;
  color: #FFFFFF;
}
.card-brutalist:hover .card-brutalist__bg {
  transform: scale(1.08);
}
.card-brutalist:hover .card-brutalist__overlay {
  background-color: rgba(26, 26, 26, 0.92);
}
.card-brutalist:hover .icon-wrap {
  color: #FFFFFF;
}
.card-brutalist:hover .btn-brutalist-card {
  border-color: #FFFFFF;
  background-color: #DC2626;
  color: #FFFFFF;
}
.card-brutalist .icon-wrap,
.card-brutalist h3,
.card-brutalist .desc,
.card-brutalist .btn-brutalist-card {
  position: relative;
  z-index: 3;
}
.card-brutalist .icon-wrap {
  margin-bottom: 1rem;
  color: #DC2626;
  transition: color 0.2s ease;
}
.card-brutalist .icon-wrap svg {
  width: 1.5rem;
  height: 1.5rem;
}
.card-brutalist h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.card-brutalist .desc {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
.card-brutalist .btn-brutalist-card {
  margin-top: auto;
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #1A1A1A;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: #FFFFFF;
  color: #1A1A1A;
  transition: all 0.2s ease;
}

.resource-item {
  display: flex;
  align-items: start;
  padding: 1rem;
  background: #FFFFFF;
  border: 2px solid #1A1A1A;
  box-shadow: 4px 4px 0 0 #1A1A1A;
  transition: all 0.2s ease;
}
.resource-item:hover {
  box-shadow: none;
  transform: translate(4px, 4px);
  background-color: #DC2626;
  color: #FFFFFF;
}
.resource-item:hover .icon-wrap {
  color: #FFFFFF;
}
.resource-item .icon-wrap {
  flex-shrink: 0;
  margin-right: 1rem;
  color: #DC2626;
  margin-top: 0.25rem;
}
.resource-item .icon-wrap svg {
  width: 1.5rem;
  height: 1.5rem;
}
.resource-item h4 {
  font-size: 1.125rem;
  line-height: 1.2;
}
.resource-item .type {
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  opacity: 0.6;
  margin-top: 0.25rem;
}

.badge {
  font-size: 0.625rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.25rem 0.5rem;
  display: inline-block;
}
.badge.badge-active {
  background: #1A1A1A;
  color: #FFFFFF;
}
.badge.badge-forming {
  background: #FACC15;
  color: #1A1A1A;
  border: 1px solid #1A1A1A;
}
.badge.badge-coming {
  background: #E5E7EB;
  color: #1A1A1A;
  border: 1px solid #1A1A1A;
}
.badge.badge-red {
  background: #DC2626;
  color: #FFFFFF;
}
.badge.badge-green {
  background: #DCFCE7;
  color: #166534;
  border: 1px solid #BBF7D0;
}
.badge.badge-black {
  background: #1A1A1A;
  color: #FFFFFF;
}

.divider-heavy {
  border-top: 4px solid #1A1A1A;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  opacity: 0.8;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=password],
.form-group select,
.form-group textarea {
  width: 100%;
  background-color: #FAF9F6;
  border: 2px solid #1A1A1A;
  padding: 0.75rem;
  font-weight: 700;
  outline: none;
  transition: border-color 0.2s ease;
}
.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group input[type=password]:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #DC2626;
}

.btn-brutalist {
  width: 100%;
  background: #DC2626;
  color: #FFFFFF;
  border: 2px solid #1A1A1A;
  padding: 1rem;
  font-family: var(--wp--preset--font-family--heading);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.btn-brutalist:hover {
  background: #1A1A1A;
  color: #FFFFFF;
}

.detail-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .detail-layout {
    grid-template-columns: 2fr 1fr;
  }
}

.icon-inline {
  display: inline-flex;
  align-items: center;
  align-self: center;
}
.icon-inline svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.header {
  background-color: #68D0FF;
  /* Fallback matching the sky blue theme */
  background-image: url("../../assets/images/sky%20blue_scribbles.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 2px solid var(--wp--preset--color--color-02);
  padding: 10px 0;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 50;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.header.header--hidden {
  transform: translateY(-100%);
}
.header .header-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 640px) {
  .header .header-container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  .header .header-container {
    padding: 0 2rem;
  }
}
.header .logo-area {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.header .logo-area svg {
  width: 100px;
}

.nav-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .nav-desktop {
    align-items: center;
    display: flex;
  }
}
.nav-desktop > ul {
  display: flex;
}
.nav-desktop > ul li {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 10px;
  position: relative;
}
.nav-desktop > ul li a:hover {
  color: var(--wp--preset--color--color-01);
}
.nav-desktop > ul li:hover .sub-menu {
  display: block;
}
.nav-desktop > ul .sub-menu {
  display: none;
  position: absolute;
  padding: 10px;
  background: #fff;
  border: 2px #000 solid;
  width: 200px;
}
.nav-desktop > ul .sub-menu li {
  font-size: 14px;
  margin: 10px 0;
  font-weight: 500;
  padding: 0;
}
.nav-desktop .current-menu-item a {
  color: var(--wp--preset--color--color-01);
}

/* Hamburger Toggle Button */
.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 60;
}
@media (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle .hamburger-bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--wp--preset--color--color-02, #000);
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: left center;
}
.menu-toggle[aria-expanded=true] .hamburger-bar:nth-child(1) {
  transform: rotate(45deg) translate(2px, 0);
}
.menu-toggle[aria-expanded=true] .hamburger-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.menu-toggle[aria-expanded=true] .hamburger-bar:nth-child(3) {
  transform: rotate(-45deg) translate(2px, 0);
}

/* Mobile Navigation Drawer */
.mobile-nav-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  visibility: hidden;
  transition: visibility 0.4s;
}
@media (min-width: 1024px) {
  .mobile-nav-drawer {
    display: none;
  }
}
.mobile-nav-drawer.active {
  visibility: visible;
}

/* Backdrop Overlay */
.mobile-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.mobile-nav-drawer.active .mobile-nav-overlay {
  opacity: 1;
}

/* Drawer Content Panel (Slides from left) */
.mobile-nav-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  max-width: 320px;
  height: 100%;
  background-color: #68D0FF;
  background-image: url("../../assets/images/sky%20blue_scribbles.png");
  background-size: cover;
  background-position: center;
  border-right: 2px solid var(--wp--preset--color--color-02, #000);
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-shadow: 4px 0 15px rgba(0, 0, 0, 0.15);
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mobile-nav-drawer.active .mobile-nav-content {
  transform: translateX(0);
}

/* Mobile Nav Drawer Header */
.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  border-bottom: 2px solid var(--wp--preset--color--color-02, #000);
  padding-bottom: 1rem;
}
.mobile-nav-header .logo-area {
  display: flex;
  align-items: center;
}
.mobile-nav-header .logo-area svg {
  width: 80px;
}
.mobile-nav-header .mobile-menu-close {
  background: transparent;
  border: none;
  color: var(--wp--preset--color--color-02, #000);
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.mobile-nav-header .mobile-menu-close svg {
  width: 24px;
  height: 24px;
}
.mobile-nav-header .mobile-menu-close:hover {
  transform: scale(1.1);
}

/* Mobile Nav Links */
.nav-mobile {
  flex: 1;
  overflow-y: auto;
}
.nav-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-mobile ul li {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin: 15px 0;
  position: relative;
}
.nav-mobile ul li a, .nav-mobile ul li span.mobile-nav-link {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--wp--preset--color--color-02, #000);
  text-decoration: none;
  transition: color 0.2s ease;
  padding: 5px 0;
}
.nav-mobile ul li a:hover, .nav-mobile ul li span.mobile-nav-link:hover {
  color: var(--wp--preset--color--color-01);
}
.nav-mobile ul li .sub-menu-toggle {
  background: transparent;
  border: none;
  padding: 5px 10px;
  color: var(--wp--preset--color--color-02, #000);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.nav-mobile ul li .sub-menu-toggle.active {
  transform: rotate(180deg);
}
.nav-mobile ul li .sub-menu-toggle svg {
  width: 20px;
  height: 20px;
}
.nav-mobile ul li .sub-menu {
  grid-column: 1/-1;
  display: none;
  list-style: none;
  padding: 0 0 0 1rem;
  margin: 5px 0 0 0;
  border-left: 2px solid rgba(0, 0, 0, 0.15);
}
.nav-mobile ul li .sub-menu li {
  margin: 10px 0;
  grid-template-columns: 1fr auto;
}
.nav-mobile ul li .sub-menu li a {
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
}
.nav-mobile .current-menu-item > a, .nav-mobile .current-menu-item > span.mobile-nav-link {
  color: var(--wp--preset--color--color-01);
}

/* Scroll Lock when Mobile Menu is Open */
body.mobile-menu-open {
  overflow: hidden;
}

.footer {
  background-color: #FFFFFF;
  border-top: 2px solid #1A1A1A;
  padding: 3rem 0;
  margin-top: 5rem;
  background-image: url("../../assets/images/sky%20blue_scribbles.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer .footer-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .footer .footer-container {
    grid-template-columns: 2fr 1fr 1fr;
  }
}
.footer .footer-branding .logo-area {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.footer .footer-branding .logo-area .logo-diamond {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #DC2626;
  transform: rotate(45deg);
}
.footer .footer-branding .logo-area span {
  font-family: var(--wp--preset--font-family--heading);
  font-weight: 900;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}
.footer .footer-branding p {
  font-size: 0.875rem;
  opacity: 0.8;
  max-width: 20rem;
}
.footer .footer-nav h4 {
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
  color: #DC2626;
}
.footer .footer-nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer .footer-nav ul a {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.2s ease;
}
.footer .footer-nav ul a:hover {
  color: #DC2626;
}
.footer .footer-bottom {
  border-top: 2px solid #1A1A1A;
  margin-top: 3rem;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .footer .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer .footer-bottom p {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.6;
}
.footer .footer-bottom .social-links {
  display: flex;
  gap: 0.75rem;
}
.footer .footer-bottom .social-links a {
  width: 2rem;
  height: 2rem;
  background-color: #1A1A1A;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.footer .footer-bottom .social-links a:hover {
  background-color: #DC2626;
  transform: translateY(-2px);
}
.footer .footer-bottom .social-links a svg {
  width: 1rem;
  height: 1rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-8 {
  margin-top: 2rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .md\:block {
    display: block !important;
  }
}

/*# sourceMappingURL=main.css.map*/