@charset "utf-8";

:root {
/* colors */
    --INQmagenta: #B04279;
    --INQpurple: #8E2AFF;
    --INQlightpurple: #C1B5CB;
    --INQlightpurplealt: #D5C9DE;
    --INQlightgray: #D6DEE2;
    --INQbody: #333333;
    --INQheadingone: #333333;
    /* type */
    --INQh1: 36px;
    --INQh2: 28px;
    --INQh3: 22px;
    --INQh4: 16px;
    --INQmainfont: 'mallory';
    --INQbodytext: 'Noto Serif';
    --INQbodytextsize: 16px;
}

html {
scroll-behavior: smooth;
}

body {
    background-color: var(--INQlightgray);
}

section {
    padding: 20px 0;
    width: 100%;
    height: auto;
}

.parallax-window {
    width: 100%;
    height: auto;
    background: transparent;
    position: relative;
    aspect-ratio: 16/9;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* masthead */
#masthead {
    width: 100%;
    height: auto;
    background-color: var(--INQlightgray);
    padding: 40px 0;
}

.masthead-box {
    width: 800px;
    height: auto;
    margin: 0 auto;
}

.masthead-box h1 {
    font-size: var(--INQh1);
    text-align: center;
    font-family: var(--INQmainfont);
    padding: 15px 0;
    line-height: 1.2;
}

.mh-hero {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 20px 0;
}

.mh-hero img {
    width: 100%;
    object-fit: fill;
    aspect-ratio: 16/9;
}

.mh-p {
    font-family: var(--INQbodytext);
    color: var(--INQbody);
    line-height: 1.4em;
    width: 62%;
    margin: 0 auto;
    padding: 15px 0;
}

.mh-p p {
    margin-bottom: 20px;
}

/* Content */
.section-wrap {
    width: 100%;
    height: auto;
    padding: 20px 0 30px 0;
    letter-spacing: 0.02em;
}

.section-one {
    background-color: var(--INQlightpurple);
}

.section-two {
    background-color: var(--INQlightpurplealt);
}

.section-three {
    background-color: var(--INQmagenta);
}

.hs-flex {
    width: 980px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.hs-flex h2 {
    font-size: var(--INQh2);
    font-family: var(--INQmainfont);
    font-weight: 700;
    line-height: 1.2em;
    padding: 15px 0;
    width: 100%;
}

.hs-p {
    font-family: var(--INQbodytext);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    color: var(--INQheadingone);
    padding: 0 0 40px 0;
}

.hs-flex-2h {
    width: 48%;
    min-height: 264.6px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    gap: 20px;
    flex-shrink: 0;
    align-content: center;
    margin-bottom: 20px;
}

.hs-feat-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 20px;
    box-sizing: border-box;
}

.hs-feat-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.hs-flex-2h h3 {
    width: 100%;
    font-size: var(--INQh3);
    font-family: var(--INQmainfont);
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0.02em;
}

.hs-flex-2h a, .hs-flex-2h a:visited {
    color: var(--INQbody);
    text-decoration: none;
    transition: .5s;
}

.hs-flex-2h a:hover {
    color: #72577c;
}

.hs-fl-p {
    width: 100%;
    height: auto;
    font-family: var(--INQbodytext);
    font-size: var(--INQbodytextsize);
    color: var(--INQbody);
    letter-spacing: 0.02em;
    line-height: 1.4em;
}

.hs-fl-p p {
    width: 100%;
    padding: 0 0 15px 0;
}

.hs-flex-1h {
    width: 48%;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    padding: 30px 0 0 0;
    box-sizing: border-box;
}

.hs-fl-thumb {
    width: 155px;
    height: auto;
    flex-shrink: 0;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 20px;
    box-sizing: border-box;
}

.hs-fl-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.hf-fl-h h4 {
    font-family: var(--INQmainfont);
    font-size: var(--INQh4);
    line-height: 1.4em;
    letter-spacing: 0.02em;;
    font-weight: 700;
}

.hf-fl-h a, .hf-fl-h a:visited {
    color: var(--INQbody);
    text-decoration: none;
    transition: .5s;
}

.hf-fl-h a:hover {
    color: #72577c;
}

.hs-flex-2h-list {
    width: 45%;
    height: auto;
    font-family: var(--INQbodytext);
    font-weight: 700;
    padding: 40px 0;
    line-height: 1.4em;
    letter-spacing: 0.02em;
    font-size: 16px;
}

.hs-flex-2h-list a, .hs-flex-2h-list a:visited {
    color: var(--INQbody);
    text-decoration: none;
    transition: .5s;
}

.hs-flex-2h-list a:hover {
    color: #72577c;
}

.hs-flex-2h-list ul {
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

.hs-flex-2h-list li {
    list-style-type: disc;
    padding: 7px 0;
}

.hs-kicker {
    width: 100%;
    font-family: var(--INQmainfont);
    font-size: 18px;
    letter-spacing: 0.02em;
}

.hs-button {
    display: flex;
    font-family: var(--INQmainfont);
    padding: 12px 22px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--INQpurple);
    color: #ffffff;
    transition: .5s;
}

.hs-button:hover {
    background: #72577c;
}

.section-inqex {
    background-color: var(--INQmagenta);
    box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.25);
    z-index: 2;
    position: relative;
    padding: 50px 0;
}

.inqex-flex {
    display: flex;
    width: 980px;
    height: auto;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: 0 auto;
    gap: 50px;
}

.hs-inqex-img {
    width: 300px;
    height: 375px;
    flex-shrink: 0;
    aspect-ratio: 4/5;
    overflow: hidden;
    border-radius: 20px;
    border-radius: 20px;
    border: 4px solid #FFF;
}

.hs-inqex-img img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.hs-inqex-2h {
    width: 48%;
    min-height: 264.6px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    gap: 10px;
    flex-shrink: 0;
    align-content: center;
    margin-bottom: 20px;
}

.hs-inqex-2h h3 {
    width: 100%;
    font-size: var(--INQh2);
    font-family: var(--INQmainfont);
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0.02em;
    padding-bottom: 15px;
}

.hs-inqex-2h a, .hs-inqex-2h a:visited {
    color: #ffffff;
    text-decoration: none;
    transition: .5s;
}

.hs-inqex-2h a:hover {
    color: var(--INQlightpurple);
}

.hs-inqex-p {
    width: 100%;
    height: auto;
    font-family: var(--INQbodytext);
    font-size: var(--INQbodytextsize);
    color: #ffffff;
    letter-spacing: 0.02em;
    line-height: 1.4em;
}

.hs-inqex-p p {
    width: 100%;
    padding: 0 0 15px 0;
}

.hs-inqex-kick {
    width: 100%;
    font-family: var(--INQmainfont);
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.inqex-flex-cards {
    display: flex;
    width: 800px;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    gap: 30px;
    padding: 30px 0;
}

.inqex-cards {
    width: 236px;
    height: 295px;
    flex-shrink: 0;
    aspect-ratio: 4/5;
    border-radius: 20px;
    border: 4px solid #FFF;
    overflow: hidden;
}

.inqex-cards img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hs-spacer {
    display: none;
}



/* 568 - 728 */
@media only screen and (min-width: 568px) and (max-width: 980px){
    :root {
        --INQh1: 28px;
        --INQh2: 22px;
        --INQh3: 18px;
        --INQh4: 16px;
        --INQbodytextsize: 16px;
    }
    
    section {
        padding: 20px 0;
        width: 100%;
        height: auto;
    }
    
    .parallax-window {
        width: 100%;
        height: auto;
        background: transparent;
        position: relative;
        aspect-ratio: 16/9;
    }
    
    .embed-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }
    
    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    /* masthead */
    #masthead {
        width: 100%;
        padding: 30px 0;
    }
    
    .masthead-box {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

    .mh-p {
        width: 80%;
    }
    
    /* Content */
    .section-wrap {
        width: 100%;
        padding: 20px 0 30px 0;
    }
    
    .hs-flex {
        width: 93%;
        margin: 0 auto;
    }
    
    .hs-flex-2h {
        width: 100%;
        min-height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        position: relative;
        justify-content: space-between;
        gap: 20px;
        flex-shrink: 0;
        align-content: flex-start;
        margin-bottom: 20px;
    }

    .hs-flex-1h {
        width: 100%;
    }
    
    .hs-fl-thumb {
        width: 48%;
    }
    
    .hs-flex-2h-list {
        width: 100%;
        padding: 0;
    }

    .section-inqex {
        padding: 50px 0;
    }
    
    .inqex-flex {
        display: flex;
        width: 93%;
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        margin: 0 auto;
        gap: 50px;
    }
    
    .hs-inqex-img {
        width: 80%;
        height: auto;
    }
    
    .hs-inqex-2h {
        width: 93%;
    }
    
    .inqex-flex-cards {
        display: flex;
        width: 1450px;
        height: auto;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        margin: 0 auto;
        gap: 30px;
        padding: 30px 0;
    }

    .inqex-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Hide scrollbar for Firefox */
        touch-action: pan-x; /* Prevent touch drag behavior */
        scroll-behavior: smooth; /* Enables smooth scrolling */
    }

    .inqex-scroll::-webkit-scrollbar {
        display: none; /* Hide scrollbar for Chrome, Safari */
    }
    
    .inqex-cards {
        width: 236px;
        height: 295px;
        flex-shrink: 0;
        aspect-ratio: 4/5;
        border-radius: 20px;
        border: 4px solid #FFF;
        overflow: hidden;
        flex: 0 0 auto;
        scroll-snap-align: center;
        user-select: none; /* Prevent selection */
        -webkit-user-drag: none; /* Prevent image dragging */
        pointer-events: none; /* Disable touch drag */
    }
    
    .inqex-cards img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hs-spacer {
        display: block;
        width: 100%;
        height: 40px;
    }

}


/* 320-tab */
@media only screen and (min-width: 320px) and (max-width: 567px){
    :root {
            --INQh1: 28px;
            --INQh2: 22px;
            --INQh3: 18px;
            --INQh4: 16px;
            --INQbodytextsize: 16px;
        }
        
        section {
            padding: 20px 0;
            width: 100%;
            height: auto;
        }
        
        .parallax-window {
            width: 100%;
            height: auto;
            background: transparent;
            position: relative;
            aspect-ratio: 16/9;
        }
        
        .embed-container {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
            max-width: 100%;
        }
        
        .embed-container iframe, .embed-container object, .embed-container embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        
        /* masthead */
        #masthead {
            width: 100%;
            padding: 30px 0;
        }
        
        .masthead-box {
            width: 90%;
            height: auto;
            margin: 0 auto;
        }

        .mh-p {
            width: 80%;
        }
        
        /* Content */
        .section-wrap {
            width: 100%;
            padding: 20px 0 30px 0;
        }
        
        .hs-flex {
            width: 93%;
            margin: 0 auto;
        }
        
        .hs-flex-2h {
            width: 100%;
            min-height: auto;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: flex-start;
            position: relative;
            justify-content: space-between;
            gap: 20px;
            flex-shrink: 0;
            align-content: flex-start;
            margin-bottom: 20px;
        }

        .hs-flex-1h {
            width: 100%;
        }
        
        .hs-fl-thumb {
            width: 48%;
        }
        
        .hs-flex-2h-list {
            width: 100%;
            padding: 0;
        }

        .section-inqex {
            padding: 50px 0;
        }
        
        .inqex-flex {
            display: flex;
            width: 93%;
            height: auto;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
            margin: 0 auto;
            gap: 50px;
        }
        
        .hs-inqex-img {
            width: 80%;
            height: auto;
        }
        
        .hs-inqex-2h {
            width: 93%;
        }
        
        .inqex-flex-cards {
            display: flex;
            width: 1450px;
            height: auto;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: flex-start;
            margin: 0 auto;
            gap: 30px;
            padding: 30px 0;
        }

        .inqex-scroll {
            overflow-x: auto;
            overflow-y: hidden;
            white-space: nowrap;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none; /* Hide scrollbar for Firefox */
            touch-action: pan-x; /* Prevent touch drag behavior */
            scroll-behavior: smooth; /* Enables smooth scrolling */
        }

        .inqex-scroll::-webkit-scrollbar {
            display: none; /* Hide scrollbar for Chrome, Safari */
        }
        
        .inqex-cards {
            width: 236px;
            height: 295px;
            flex-shrink: 0;
            aspect-ratio: 4/5;
            border-radius: 20px;
            border: 4px solid #FFF;
            overflow: hidden;
            flex: 0 0 auto;
            scroll-snap-align: center;
            user-select: none; /* Prevent selection */
            -webkit-user-drag: none; /* Prevent image dragging */
            pointer-events: none; /* Disable touch drag */
        }
        
        .inqex-cards img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .hs-spacer {
            display: block;
            width: 100%;
            height: 40px;
        }
    

}

