.bubble-likeness {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
    overflow: hidden;
    /* height: auto; */
    z-index: -1;
    /* aspect-ratio: 1/1; */
}

.bubble-likeness img {
    object-fit: contain;
    display: inline-flex;
    width: 100%;
}

main > header {
    display: flex;
    /* justify-content: center; */
    /* min-height: 29em; */
    /* padding: 1em 0rem; */
    /* background: #0a0a0a; */
    z-index: 1;
    /* position: sticky; */
    /* top: 0em; */
}

.bubble-canvas-container {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #816fcf;
    /* background-blend-mode: lighten; */
    mix-blend-mode: color-burn;
}


h1.title {
    display: inline-flex;
    /* color: #DDD; */
    /* -webkit-background-clip: unset; */
    /* -webkit-text-fill-color: unset; */
    /* background: unset; */
    font-size: 8em;
    font-weight: 600;
    line-height: 1.3em;
    /* color: #000000e3; */
    /* text-transform: uppercase; */
    /* mix-blend-mode: overlay; */
    /* mix-blend-mode: color-burn; */
    /* mix-blend-mode: hard-light; */
    margin: 0;
    /* border-bottom: solid 2px #1f1f1f; */
    padding: 0rem 0rem;
    font-family: "Noto Serif";
}

.quick-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2rem;
    font-size: inherit;
    /* border-top: solid 1px; */
    /* padding: 1em 4em 1em; */
    /* letter-spacing: 0.3px; */
}

.quick-links {
    /* justify-content: center; */
    display: flex;
    /* padding: 2em 0em 4em; */
    /* background: #0a0a0a; */
    font-size: 1.2em;
    z-index: 1;
    /* border-top: solid 1px #000; */
}

.quick-links ul li a {
    /* color: #bfbfbf; */
    text-decoration: none;
    border: dashed 1px #b32bb6;
    border: solid 2px #121212;
    background: #080808;
    padding: 0.9rem 1.7rem;
    border-radius: 0.5em;
    /* min-width: 8em; */
    display: block;
    font-size: inherit;
    /* text-align: center; */
    color: inherit;
    display: inline-flex;
    /* gap: 0.5em; */
    align-items: center;
}

header .outer-block {
    /* flex-grow: 1; */
    /* outline: solid 1px #444; */
    /* display: flex; */
    grid-area: 1/2/5/2;
}

header .block {
    flex-grow: 1;
    /* outline: solid 1px #888; */
}

.header-block .quote {
    font-size: 2.7em;
    font-weight: 400;
    width: 43rem;
    /* outline: solid 1px rebeccapurple; */
    line-height: 1.2;
    margin: 1rem 0 4rem;
}

.header-block.outer-block {
    margin: auto 0em;
    /* flex-direction: column; */
}

.example-grid-space {
    /* display: grid; */
    /* grid-template-areas:
        "."; */
    /* border: solid; */
    flex-grow: 1;
    /* height: 40vh; */
    /* overflow: auto; */
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    display: grid;
    /* grid-auto-columns: 1fr 1fr 0fr; */
    grid-template-columns: 0.3fr 1.4fr 0.3fr;
    grid-template-rows: 83vh;
    gap: 0px 0px;
    /* grid-template-areas:
        ". primary ."; */
}

.demo-container {grid-area: 1/2/5/4;display: flex;user-select: none;/* background: #85303070; */pointer-events: auto;}

.demo-container canvas {
    outline: solid 1px #444;
    width: 100%;
    /* height: 37%; */
    /* aspect-ratio: auto; */
    /* flex-grow: 1; */
    /* overflow: hidden; */
    /* display: flex; */
    margin-left: auto;
}

.header-block.outer-block .block {
    margin: 0;
    max-width: unset;
    height: auto;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
}

.demo-container {}

.demo-inner-container {flex-grow: 1;/* height: 100%; */display: flex;overflow: hidden;/* padding: 1em; */}

.inline-iframe {flex-grow: 1;/* height: 100%; *//* outline: solid 1px red; *//* padding: 2em; */overflow: hidden;/* display: flex; */}

.inline-iframe iframe {
    height: 100%;
    min-height: auto;
    /* border: solid 1px red; */
    border-collapse: collapse;
    box-sizing: border-box;
    overflow: hidden;
    flex-grow: 1;
}

.pinpoint-container {
    /* outline: solid 1px red; */
    /* outline-offset: -1px; */
    grid-area: 1/1/4/3;
    display: flex;
    justify-content: flex-end;
    /* justify-content: center; */
    align-items: center;
    user-select: none;
    pointer-events: none;
}

.pinpoint-container .pinpoint {
    border: solid 1px;
    /* min-height: 0.4em; */
    /* min-width: .4em; */
    margin: 9vh 20% 0;
}

.grid-footer {
    /* border: solid 1px; */
    min-height: 7vh;
    grid-area: 3/1/4/4;
    /* border-top: solid 2px #000; */
}

.grid-footer-2 {
    /* border-top: solid 2px #000; */
    min-height: 10vh;
    grid-area: 4/1/4/4;
    z-index: -1;
}
