.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

main {
    padding: 0;
    background-color: #fff;
}

#scrolly {
    position: relative;
    padding: 0;
    background-color: #fff;
}

.sticky-thing {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center left;
    justify-content: center;
    background-color: #fff;
    /* ADD THIS - this is the key! */
}

.sticky-thing p {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 2em;
    color: white;
    z-index: 10;
}

.sticky-thing iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
    pointer-events: none;
    border: none;
    outline: none;
}

.sticky-thing iframe.active {
    opacity: 1.5;
    pointer-events: auto;
}

article {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    transform: translateX(-50%);
}

.step {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em;
}

.step p {
    background: rgb(255, 255, 255);
    padding: 2em;
    border-radius: 0px;
    font-size: 1.2em;
    line-height: 1.6;
    margin-left: 0;
}

.methodology-container {
    max-width: 850px;
    margin: 3em auto;
    border: 1px solid #ffffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

.methodology-header {
    padding: 1.2em 1.5em;
    background-color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.methodology-header h2 {
    margin: 0;
    font-size: 1.5em;
    color: var(--primary-color);
}

.methodology-toggle {
    width: 24px;
    height: 24px;
    position: relative;
    transition: transform 0.3s ease;
}

.methodology-toggle::before,
.methodology-toggle::after {
    content: '';
    position: absolute;
    background-color: var(--accent-color);
    border-radius: 1px;
}

.methodology-toggle::before {
    width: 2px;
    height: 16px;
    top: 4px;
    left: 11px;
    transition: transform 0.3s ease;
}

.methodology-toggle::after {
    width: 16px;
    height: 2px;
    top: 11px;
    left: 4px;
}

.methodology-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.methodology-content-inner {
    padding: 0 1.5em;
}

.methodology-container.active .methodology-content {
    padding: 1.5em 0;
    max-height: 2000px;
}

.methodology-container.active .methodology-toggle::before {
    transform: rotate(90deg);
}

@media (max-width: 768px) {
    body {
        font-size: 17px;
    }

    h1 {
        font-size: 2.2em;
    }

    .subhead {
        font-size: 1.1em;
        max-width: 95%;
    }

    .pullquote {
        font-size: 1.4em;
    }

    .header {
        min-height: 40vh;
        padding: 3em 0;
    }

    .student-quote {
        flex: 1 1 100%;
    }

    blockquote {
        padding: 1em;
    }

    .methodology-container {
        margin: 2em auto;
    }

    .methodology-header {
        padding: 1em;
    }

    .methodology-header h2 {
        font-size: 1.3em;
    }

    .methodology-content-inner {
        padding: 0 1em;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 1.8em;
    }

    h2 {
        font-size: 1.4em;
    }

    .header {
        min-height: 30vh;
        padding: 2em 0;
    }

    .content {
        padding: 0 1rem;
    }

    .highlight-box {
        padding: 1em;
    }

    .full-width {
        padding: 1em 0;
    }

    .pullquote {
        font-size: 1.2em;
    }

    .methodology-container {
        margin: 1.5em auto;
    }

    .methodology-header {
        padding: 0.8em;
    }

    .methodology-header h2 {
        font-size: 1.2em;
    }

    .methodology-toggle {
        width: 20px;
        height: 20px;
    }

    .methodology-toggle::before {
        height: 14px;
        top: 3px;
        left: 9px;
    }

    .methodology-toggle::after {
        width: 14px;
        top: 9px;
        left: 3px;
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
}


.main-content p {
    color: #2b2b2b;
    font-size: 20px;
}

.content p {
    font-family: Arial, Helvetica, sans-serif;
}

.subhead_2 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 2em;
    margin-bottom: 0.6em;
    line-height: 1.3;
    color: #222;
}

.content {
    max-width: 640px;
    margin: auto;
    padding: 2em;
}

.header {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}


a {
    color: #5b0101;
}

.footer {
    background: #ffffff;
    text-align: center;
    font-size: 0.8em;
    padding: 4em 0;
    position: relative;
    z-index: 5;
    margin-top: -5px;
}

figure {
    margin: 0;
    padding-bottom: 1.2em;
}

figcaption {
    font-size: 0.8em;
    text-align: center;
    margin-top: 0.5em;
    color: #666;
}


.full-width figure {
    text-align: center;
}

iframe,
img,
video {
    max-width: 100%;
}

p {
    line-height: 1.6;
    margin: 0;
    padding-bottom: 1.2em;
}

ul {
    margin: 0;
    padding-bottom: 1em;
    line-height: 1.6;
}

iframe {
    padding-bottom: 1.2em;
}

code {
    background: #fff880;
}

@media (max-width: 640px) {}

.content {
    padding-left: 0.5em;
    padding-right: 0.5em;
}


.content .datawrapper-container {
    max-width: 120%;
    width: 120%;
    margin-left: -10%;
}

.g-ai2html-settings {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 0);
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

#g-ai0-1 {
    top: 200%;
    left: 15.3508%;

}

#g-ai0-2 {
    top: 18%;

}

#g-ai1-1 {
    top: 15%;
}

#g-ai1-2 {
    top: 20%;

}

#g-ai2-1 {
    top: 20%;

}

#g-ai2-2 {
    top: 30%;
}



@media (max-width: 489px) {

    #g-map_1-full,
    #g-map_1-medium,
    #g-map-full,
    #g-map-medium {
        display: none;
    }
}

@media (min-width: 490px) and (max-width: 699px) {

    #g-map_1-full,
    #g-map_1-mobile,
    #g-map-full,
    #g-map-mobile {
        display: none;
    }
}

@media (min-width: 700px) {

    #g-map_1-medium,
    #g-map_1-mobile,
    #g-map-medium,
    #g-map-mobile {
        display: none;
    }
}

.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

html,
body {
    margin: 0;
    padding: 0;
}

.title-container {
    position: fixed;
    bottom: 100px;
    left: 50px;
    z-index: 2;
    max-width: 70%;
    font-family: 'Inter', sans-serif
}

.subhead {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 2em;
    margin-bottom: 0.6em;
    line-height: 1.3;
    color: #222;
}


.category-label {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: white;
    margin-bottom: 15px;
    opacity: 0.9;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}

.fixed-title {
    font-family: 'Inter', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: white;
    margin: 0;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}

.main-content {
    position: relative;
    z-index: 3;
    background-color: #fff;
    isolation: isolate;
    min-height: 100vh;
    margin-top: -1px;
    /* ADD THIS: eliminates gap */
    padding-bottom: 0;
}


@media (max-width: 640px) {
    .title-container {
        bottom: 80px;
        left: 30px;
        max-width: 80%;
    }

    .category-label {
        font-size: 0.8rem;
        margin-bottom: 10px;
        font-family: 'Inter', sans-serif
    }

    .fixed-title {
        font-size: 2rem;
    }
}

.left-content {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 2em;
    margin-bottom: 0.6em;
    line-height: 1.3;
    color: #222;
}

.video-credit {
    font-size: 1.0rem;
    color: #000;
    font-family: 'Inter', sans-serif;
    margin: 1em auto 2em auto;
    text-align: center;
    max-width: 640px;
    opacity: 0.8;
}

.datawrapper-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

.datawrapper-container iframe {
    width: 100%;
    min-width: 100%;
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
    display: block;
    padding-bottom: 1.2em;
}


@media (min-width: 768px) {
    .datawrapper-container iframe {
        width: 120%;
    }
}

@media (min-width: 992px) {
    .datawrapper-container iframe {
        width: 140%;
    }
}

@media (min-width: 1200px) {
    .datawrapper-container iframe {
        width: 160%;
    }
}

/* ~~~ */

.step p {
    padding: 20px;
    border-radius: 5px;
}

@media screen and (max-width: 1080px) {
    .step {
        margin-left: 150px;
        width: 80%;
    }
}

@media screen and (max-width: 800px) {
    .step {
        margin-left: 300px;
        width: 50%;
    }
}

@media screen and (max-width: 580px) {
    .step {
        margin-left: 250px;
        width: 50%;
    }
}

/* phone */

@media screen and (max-width: 480px) {
    .video-container {
        position: absolute;
    }

    .title-container {
        position: absolute;
    }

    .step {
        margin-left: 53%;
        width: 300px;
    }
}