* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Quicksand", sans-serif;
    color: black;
    overflow-x: hidden;
    background: white;
}
.page {
    min-height: 100vh;
    background: white;
    animation: pageReveal 1.2s cubic-bezier(.22, 1, .36, 1) both;
}
@keyframes pageReveal {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;

    display: flex;
    align-items: center;
    padding: 0 35px;
    gap: 35px;

    /* Plus opaque */
    background: rgba(255, 249, 242, 0.932);

    backdrop-filter: blur(123px);
    -webkit-backdrop-filter: blur(123px);

    border-bottom: 1px solid rgba(23, 50, 77, 0.09);

    box-shadow:
        0 8px 25px rgba(23, 50, 77, 0.08);

    z-index: 100000;

    animation:
        navReveal .9s
        cubic-bezier(.22, 1, .36, 1)
        .1s both;
}

@keyframes navReveal {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.brand {
    text-decoration: none;
}

.brand:link,
.brand:visited,
.brand:hover,
.brand:active {
    text-decoration: none;
}

.brand-name {
    text-decoration: none;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: auto;
    transition:
        transform .3s ease;
}
.brand:hover {
    transform:
        translateY(-2px);
}
.fox {
    width: 55px;
    height: 55px;
    object-fit: cover;
  

    transition:
        transform .3s ease,
        box-shadow .3s ease;
        background:none;
}
.brand:hover .fox {
    transform:
        rotate(-4deg)
        scale(1.04);

}
.brand-name {
    font-size: 30px;
    font-weight: 600;
    color: #17324D;
    text-decoration: none;

}
.index-1,
.about-1,
.faq-1,
.story-1,
.involve-1,
.donate-1 {
    position: absolute;
    display: flex;
    align-items: center;
    border: none;
    background: transparent;
    color: #17324D;
    font-family:
        "Quicksand",
        sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    transition:
        transform .3s ease,
        color .25s ease,
        opacity .25s ease;
}
.index-1 {
    margin-left: 365px;
}
.about-1 {
    margin-left: 515px;
}
.faq-1 {
    margin-left: 565px;
}
.story-1 {
    margin-left: 610px;
}
.involve-1 {
    margin-left: 665px;
}
.donate-1 {
    margin-left: 790px;
}
.index-1,
.involve-1 {
    cursor: pointer;
}
.index-1.open .triangle,
.involve-1.open .triangle {
    transform:
        rotate(180deg);
}
.triangle {
    display: inline-block;
    margin-left: 5px;
    font-size: 19px;
    transform-origin: center;
    transition:
        transform .35s ease;
}
.index-1:hover,
.about-1:hover,
.faq-1:hover,
.story-1:hover,
.involve-1:hover,
.donate-1:hover {
    color: #39A6A3;
    transform:
        translateY(-2px);
}
.donate-1 {
    border:
        3px solid #17324D;
    border-radius: 35px;
    padding:
        9px 21px;
}
.donate-1:hover {
    color: #39A6A3;
    border-color:
        #39A6A3;
}
.explore-menu {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    height: calc(100vh - 75px);
    background:
        rgb(255, 249, 242);
    backdrop-filter:
        blur(123px);
    -webkit-backdrop-filter:
        blur(123px);
    border-top:
        1px solid rgba(23, 50, 77, 0.07);
    border-bottom:
        1px solid rgba(23, 50, 77, 0.07);
    box-shadow:
        0 15px 40px rgba(23, 50, 77, .08);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transform:
        translateY(-100%);
    pointer-events: none;
    transition:
        transform .5s cubic-bezier(.22, 1, .36, 1),
        opacity .35s ease,
        visibility .5s ease;
}
.explore-menu.open {
    opacity: 1;
    visibility: visible;
    transform:
        translateY(0);
    pointer-events: auto;
}
.explore-menu-content {
    width: 100%;
    height: 100%;
    padding:
        45px 8%;
    overflow-y: auto;
}
.explore-menu-header {
    margin-bottom: 35px;
}
.explore-menu-header h2 {
    font-family:
        "Quicksand",
        sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #17324D;
    letter-spacing: -1.5px;
}
.explore-menu-header p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #526A7A;
}
.explore-menu-grid {
    display: grid;
    grid-template-columns:
        repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}
.explore-item {
   display:block;
    background:transparent;
    border:none;
      
}
.explore-item:hover {
    transform:
        translateY(-5px);
    background:
       transparent;
    box-shadow:
        0 10px 30px rgba(23, 50, 77, .08);
}
.explore-item h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #17324D;
}
.explore-item p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #526A7A;
}







.explore-menu {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    height: calc(100vh - 75px);
    background:
        rgba(255, 249, 242, 0.82);
    backdrop-filter:
        blur(12px);
    -webkit-backdrop-filter:
        blur(12px);
    border-top:
        1px solid rgba(23, 50, 77, 0.07);
    border-bottom:
        1px solid rgba(23, 50, 77, 0.07);
    box-shadow:
        0 15px 40px rgba(23, 50, 77, .08);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transform:
        translateY(-100%);
    pointer-events: none;
    transition:
        transform .5s cubic-bezier(.22, 1, .36, 1),
        opacity .35s ease,
        visibility .5s ease;
}
.explore-menu.open {
    opacity: 1;
    visibility: visible;
    transform:
        translateY(0);
    pointer-events: auto;
}
.explore-menu-content {
    width: 100%;
    height: 100%;
    padding:
        45px 8%;
    overflow-y: auto;
}
.explore-menu-header {
    margin-bottom: 35px;
}
.explore-menu-header h2 {
    font-family:
        "Quicksand",
        sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #17324D;
    letter-spacing: -1.5px;
}
.explore-menu-header p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #526A7A;
}
.explore-menu-grid {
    display: grid;
    grid-template-columns:
        repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}
.explore-item {
    padding: 25px;
    background:none;
    display:block;
    border:none;
    border-radius: 16px;
    backdrop-filter:
        blur(10px);
    -webkit-backdrop-filter:
        blur(10px);
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}
.explore-item:hover {
    transform:
        translateY(-5px);
    background:
        rgba(255, 249, 242, .65);
    box-shadow:
        0 10px 30px rgba(23, 50, 77, .08);
}
.explore-item h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #17324D;
}
.explore-item p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #526A7A;
}

.signin-button {
    border: none;
    border-radius: 20px;
    padding:
        12px 25px;
    background:
        transparent;
    color: #17324D;
    font-family:
        "Quicksand",
        sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition:
        transform .3s ease,
        color .25s ease,
        background .25s ease;
}
.signin-button:hover {
    transform:
        translateY(-2px);
    color:
        #39A6A3;
    background:
        rgba(57, 166, 163, .08);
}
.signup-button {
    border: none;
    height: 45px;
    min-width: 100px;
    padding:
        0 22px;
    border-radius: 35px;
    background:
        #17324D;
    color:
        #FFF9F2;
    font-family:
        "Quicksand",
        sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 8px 18px rgba(23, 50, 77, .13);
    transition:
        transform .3s ease,
        background .25s ease,
        box-shadow .25s ease;
}
.signup-button:hover {
    transform:
        translateY(-3px);
    background:
        #39A6A3;
    box-shadow:
        0 12px 25px rgba(57, 166, 163, .22);
}

.explore-menu-content {
    display: block;
}

.dropdown-panel {
    display: none;
    width: 100%;
}

.dropdown-panel.active {
    display: block;
}

.get-involved-menu {
    display: contents;
}

.explore-menu-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}

.get-involved-panel .explore-item {
    min-height: 150px;
}

/* =====================================================
   DROPDOWN ITEMS — VERTICAL, NO BACKGROUND, PAGE LINKS
   ===================================================== */

.explore-menu-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
}

.explore-item {
    display: block;
    width: 100%;
    padding: 18px 0;
    margin: 0;
    background: transparent !important;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    color: #17324D;
    text-decoration: none;
    cursor: pointer;
    transition:
        transform .25s ease,
        color .25s ease;
}

.explore-item:hover {
    background: transparent !important;
    box-shadow: none !important;
    transform: translateX(8px);
}

.explore-item h3 {
    margin: 0 0 7px;
    color: #17324D;
    font-size: 20px;
    font-weight: 600;
}

.explore-item p {
    margin: 0;
    max-width: 650px;
    color: #526A7A;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.explore-item:focus-visible {
    outline: 3px solid rgba(57, 166, 163, .35);
    outline-offset: 6px;
    border-radius: 4px;
}

.get-involved-panel .explore-item {
    min-height: 0;
}

@media (max-width: 650px) {
    .explore-menu {
        top: 65px;
        height: calc(100vh - 65px);
    }

    .explore-menu-content {
        padding: 35px 7%;
    }

    .explore-menu-list {
        gap: 0;
    }

    .explore-item {
        padding: 15px 0;
    }
}

@media (max-width: 1200px) {
    .index-1 {
        margin-left: 300px;
    }
    .about-1 {
        margin-left: 440px;
    }
    .faq-1 {
        margin-left: 490px;
    }
    .story-1 {
        margin-left: 540px;
    }
    .involve-1 {
        margin-left: 590px;
    }
    .donate-1 {
        margin-left: 705px;
    }
    .stories-container {
        grid-template-columns:
            repeat(3, 1fr);
        gap: 20px;
    }
}
@media (max-width: 900px) {
    .top {
        padding:
            0 20px;
        gap: 15px;
    }
    .brand-name {
        font-size: 24px;
    }
    .fox {
        width: 45px;
        height: 45px;
    }
    .index-1,
    .about-1,
    .faq-1,
    .story-1,
    .involve-1,
    .donate-1 {
        position: static;
        margin-left: 0;
    }
    .stories-container {
        grid-template-columns:
            1fr;
        max-width: 500px;
    }
    .space {
        padding:
            100px 8%;
    }
    .creator {
        margin-left: 8%;
        margin-right: 8%;
    }
}
@media (max-width: 768px) {
    .space .bga-05__terrain,
    .space .bga-05__ridge {
        inset:
            -100%;
    }
    .front_text {
        font-size: 65px;
        word-spacing: 100px;
    }
    .front_text2 {
        font-size: 38px;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior:
            auto;
    }
    *,
    *::before,
    *::after {
        animation-duration:
            .01ms !important;
        animation-iteration-count:
            1 !important;
        transition-duration:
            .01ms !important;
    }
    .space .bga-05__terrain,
    .space .bga-05__ridge {
        filter:
            none;
        opacity:
            .4;
    }
}
@media (max-width: 650px) {
    .top {
        height: 65px;
        padding:
            0 15px;
        gap: 8px;
    }
    .fox {
        width: 40px;
        height: 40px;
    }
    .brand-name {
        font-size: 20px;
    }
    .index-1,
    .about-1,
    .faq-1,
    .story-1,
    .involve-1,
    .donate-1 {
        display:
            none;
    }
    .signin-button {
        padding:
            8px 12px;
        font-size:
            13px;
    }
    .signup-button {
        height:
            38px;
        min-width:
            75px;
        padding:
            0 12px;
        font-size:
            12px;
    }
  }

.signup-hero {
    position: relative;
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(440px, 500px);
    align-items: center;
    gap: 80px;
    padding: 125px 7% 60px;
    overflow: hidden;
    background:white;
}
.signup-intro {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.intro-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin-top:-150px;
}

.intro-label {
    display: inline-block;
    margin-bottom: 15px;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.intro-content h1 {
    margin-bottom: 20px;
    font-size: clamp(44px, 5vw, 64px);
    line-height: 1.05;
    letter-spacing: -2px;
}

.intro-subtitle {
    max-width: 560px;
    margin-bottom: 35px;
    font-size: 21px;
    line-height: 1.5;
    color: #526A7A;
    font-weight: 500;
}

.intro-points {
    display: grid;
    gap: 20px;
}

.intro-point {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    max-width: 560px;
}

.intro-point p {
    font-size: 17px;
    line-height: 1.45;
    font-weight: 500;
}

.check {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #39A6A3;
    color: white;
    font-size: 15px;
    font-weight: 700;
}


.signup-card {
    width: 100%;
    max-width: 500px;
    justify-self: end;
    padding: 42px 32px;
    border: 1px solid rgba(23, 50, 77, .08);
    border-radius: 22px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 18px 45px rgba(23, 50, 77, .12);
}

.signup-card-content h2 {
    max-width: 400px;
    margin: 0 auto 28px;
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
}

.date-selects {
    display: grid;
    grid-template-columns: 1.5fr .9fr 1fr;
    gap: 8px;
    margin-bottom: 20px;
}

.date-selects select {
    width: 100%;
    height: 50px;
    padding: 0 13px;
    border: 2px solid #d1d9df;
    border-radius: 9px;
    outline: none;
    background: white;
    color: #17324D;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
}

.date-selects select:focus {
    border-color: #39A6A3;
    box-shadow: 0 0 0 3px rgba(57, 166, 163, .1);
}

.next-button {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    border-radius: 28px;
    background: #39A6A3;
    color: white;
    font-size: 18px;
    font-weight: 600;
    transition: .3s ease;
}

.next-button:hover {
    background: #17324D;
    transform: translateY(-2px);
}

.parent-note {
    max-width: 420px;
    margin: 14px auto 0;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    color: #526A7A;
}

.signin-text {
    margin-top: 30px;
    text-align: center;
    font-size: 17px;
    color: #526A7A;
}

.signin-text a {
    margin-left: 5px;
    color: #39A6A3;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .top {
        gap: 22px;
        padding: 0 25px;
    }

    .signup-hero {
        grid-template-columns: minmax(0, 1fr) minmax(400px, 460px);
        gap: 45px;
        padding-left: 6%;
        padding-right: 6%;
    }

    .intro-content h1 {
        font-size: 50px;
    }
}

@media (max-width: 950px) {
    .about-1,
    .faq-1,
    .story-1,
    .donate-1 {
        display: none;
    }

    .signup-hero {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 120px 6% 60px;
    }

    .signup-intro {
        min-height: auto;
        justify-content: center;
        text-align: center;
    }

    .intro-content {
        max-width: 650px;
    }

    .intro-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .intro-point {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .signup-card {
        justify-self: center;
    }
}

@media (max-width: 700px) {
    .top {
        height: 70px;
        padding: 0 18px;
    }

    .fox {
        width: 48px;
        height: 48px;
    }

    .brand-name {
        font-size: 25px;
    }

    .signin-button,
    .signup-button {
        display: none;
    }

    .explore-menu {
        top: 70px;
        height: calc(100vh - 70px);
        padding: 35px 20px;
    }

    .explore-menu-grid {
        grid-template-columns: 1fr;
    }

    .explore-menu-header h2 {
        font-size: 34px;
    }

    .signup-hero {
        padding: 105px 20px 50px;
    }

    .intro-content h1 {
        font-size: 44px;
    }

    .intro-subtitle {
        font-size: 18px;
    }

    .signup-card {
        padding: 32px 22px;
    }

    .signup-card-content h2 {
        font-size: 22px;
    }
}

@media (max-width: 500px) {
    .top {
        padding: 0 14px;
    }

    .brand-name {
        font-size: 22px;
    }

    .index-1,
    .involve-1 {
        font-size: 14px;
    }

    .signup-hero {
        padding-left: 15px;
        padding-right: 15px;
    }

    .intro-content h1 {
        font-size: 40px;
    }

    .intro-subtitle {
        font-size: 17px;
    }

    .intro-point p {
        font-size: 17px;
    }

    .signup-card {
        padding: 28px 17px;
    }

    .signup-card-content h2 {
        font-size: 21px;
    }

    .date-selects {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .date-selects select {
        height: 50px;
    }
}

@media (max-width: 1100px) {
    .top {
        gap: 20px;
        padding: 0 25px;
    }

    .brand-name {
        font-size: 26px;
    }

    .index-1,
    .involve-1,
    .about-1,
    .faq-1,
    .story-1,
    .donate-1,
    .signin-button,
    .signup-button {
        font-size: 16px;
    }

    .donate-hero {
        grid-template-columns: 1fr;
        padding: 120px 6% 70px;
    }

    .donate-intro {
        max-width: 750px;
    }

    .donation-card {
        max-width: 650px;
        margin: auto;
    }

    .mission-content {
        grid-template-columns: 1fr;
    }

    .supporters-card {
        max-width: 600px;
    }
}

@media (max-width: 800px) {
    .top {
        height: 70px;
        padding: 0 20px;
    }

    .fox {
        width: 48px;
        height: 48px;
    }

    .brand-name {
        font-size: 24px;
    }

    .about-1,
    .faq-1,
    .story-1,
    .donate-1,
    .signin-button,
    .signup-button {
        display: none;
    }

    .index-1,
    .involve-1 {
        margin-left: auto;
    }

    .involve-1 {
        margin-left: 0;
    }

    .explore-menu {
        top: 70px;
        height: calc(100vh - 70px);
        padding: 35px 20px;
    }

    .explore-menu-list {
        grid-template-columns: 1fr;
    }

    .donate-hero {
        padding: 110px 20px 55px;
        gap: 45px;
    }

    .donate-intro h1 {
        font-size: 44px;
    }

    .donate-intro p {
        font-size: 17px;
    }

    .donation-card {
        padding: 25px 20px;
        border-radius: 20px;
    }

    .donation-card h2 {
        font-size: 28px;
    }

    .donation-options {
        grid-template-columns: 1fr;
    }

    .mission-section {
        padding: 70px 20px;
    }

    .mission-text h2 {
        font-size: 34px;
    }

    .mission-stats {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .donation-message {
        margin: 60px 20px;
        padding: 35px 25px;
        flex-direction: column;
        align-items: flex-start;
    }

    .donation-message h2 {
        font-size: 32px;
    }
}

@media (max-width: 520px) {
    .top {
        padding: 0 15px;
    }

    .brand {
        gap: 6px;
    }

    .brand-name {
        font-size: 22px;
    }

    .index-1,
    .involve-1 {
        font-size: 15px;
    }

    .donate-hero {
        padding-left: 15px;
        padding-right: 15px;
    }

    .donate-intro h1 {
        font-size: 40px;
    }

    .donation-amounts {
        grid-template-columns: repeat(2, 1fr);
    }

    .donation-card h2 {
        font-size: 26px;
    }

    .mission-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mission-text h2 {
        font-size: 32px;
    }

    .supporters-card {
        padding: 20px;
    }

    .donation-message {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 1200px) {
    .index-1 {
        margin-left: 300px;
    }
    .about-1 {
        margin-left: 440px;
    }
    .faq-1 {
        margin-left: 490px;
    }
    .story-1 {
        margin-left: 540px;
    }
    .involve-1 {
        margin-left: 590px;
    }
    .donate-1 {
        margin-left: 705px;
    }
    .stories-container {
        grid-template-columns:
            repeat(3, 1fr);
        gap: 20px;
    }
}
@media (max-width: 900px) {
    .top {
        padding:
            0 20px;
        gap: 15px;
    }
    .brand-name {
        font-size: 24px;
    }
    .fox {
        width: 45px;
        height: 45px;
    }
    .index-1,
    .about-1,
    .faq-1,
    .story-1,
    .involve-1,
    .donate-1 {
        position: static;
        margin-left: 0;
    }
    .stories-container {
        grid-template-columns:
            1fr;
        max-width: 500px;
    }
    .space {
        padding:
            100px 8%;
    }
    .creator {
        margin-left: 8%;
        margin-right: 8%;
    }
}
@media (max-width: 768px) {
    .space .bga-05__terrain,
    .space .bga-05__ridge {
        inset:
            -100%;
    }
    .front_text {
        font-size: 65px;
        word-spacing: 100px;
    }
    .front_text2 {
        font-size: 38px;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior:
            auto;
    }
    *,
    *::before,
    *::after {
        animation-duration:
            .01ms !important;
        animation-iteration-count:
            1 !important;
        transition-duration:
            .01ms !important;
    }
    .space .bga-05__terrain,
    .space .bga-05__ridge {
        filter:
            none;
        opacity:
            .4;
    }
}
@media (max-width: 650px) {
    .top {
        height: 65px;
        padding:
            0 15px;
        gap: 8px;
    }
    .fox {
        width: 40px;
        height: 40px;
    }
    .brand-name {
        font-size: 20px;
    }
    .index-1,
    .about-1,
    .faq-1,
    .story-1,
    .involve-1,
    .donate-1 {
        display:
            none;
    }
    .signin-button {
        padding:
            8px 12px;
        font-size:
            13px;
    }
    .signup-button {
        height:
            38px;
        min-width:
            75px;
        padding:
            0 12px;
        font-size:
            12px;
    }
    .space {
        min-height:
            500px;
        margin-top:
            65px;
        padding:
            80px 7%;
        border-radius:
            0 0 20px 20px;
    }
    .front {
        width:
            100%;
        margin-top:
            80px;
    }
    .front_text {
        font-size:
            52px;
        word-spacing:
            normal;
        letter-spacing:
            -2px;
    }
    .front_text2 {
        font-size:
            32px;
        margin-top:
            30px;
    }
    .front2 {
        width:
            100%;
        margin-left:
            0;
        margin-top:
            20px;
    }
    .start-learning-button {
        width:
            calc(100% - 20px);
    }
    .for-parents,
    .for-educator {
        width:
            42%;
        font-size:
            11px;
    }
    .for-parents {
        margin-left:
            0;
    }
    .for-educator {
        margin-left:
            46%;
    }
    .creator {
        height:
            650px;
        margin:
            80px 20px;
        padding:
            35px;
    }
    .testimonial-line {
        display:
            none;
    }
    .testimonial-text {
        position:
            relative;
        top:
            auto;
        left:
            auto;
        margin:
            50px 20px;
    }
    .testimonial-author {
        position:
            relative;
        top:
            auto;
        left:
            auto;
        margin-left:
            20px;
    }
    .How-text {
        font-size:
            32px;
    }
    .How-text2 {
        font-size:
            17px;
        padding:
            0 25px;
    }
    .stories-container {
        margin:
            50px 20px 200px;
        padding:
            0;
        grid-template-columns:
            1fr;
    }
}

/* =====================================================
   DROPDOWN PANELS
   ===================================================== */

.explore-menu-content {
    display: block;
}

.dropdown-panel {
    display: none;
    width: 100%;
}

.dropdown-panel.active {
    display: block;
}

.get-involved-menu {
    display: contents;
}

.explore-menu-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}

.get-involved-panel .explore-item {
    min-height: 150px;
}

/* =====================================================
   DROPDOWN ITEMS — VERTICAL, NO BACKGROUND, PAGE LINKS
   ===================================================== */

.explore-menu-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
}

.explore-item {
    display: block;
    width: 100%;
    padding: 18px 0;
    margin: 0;
    background: transparent !important;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    color: #17324D;
    text-decoration: none;
    cursor: pointer;
    transition:
        transform .25s ease,
        color .25s ease;
}

.explore-item:hover {
    background: transparent !important;
    box-shadow: none !important;
    transform: translateX(8px);
}

.explore-item h3 {
    margin: 0 0 7px;
    color: #17324D;
    font-size: 20px;
    font-weight: 600;
}

.explore-item p {
    margin: 0;
    max-width: 650px;
    color: #526A7A;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.explore-item:focus-visible {
    outline: 3px solid rgba(57, 166, 163, .35);
    outline-offset: 6px;
    border-radius: 4px;
}

.get-involved-panel .explore-item {
    min-height: 0;
}

@media (max-width: 650px) {
    .explore-menu {
        top: 65px;
        height: calc(100vh - 65px);
    }

    .explore-menu-content {
        padding: 35px 7%;
    }

    .explore-menu-list {
        gap: 0;
    }

    .explore-item {
        padding: 15px 0;
    }
}
