
.slug-holding {
    background-color: var(--s1-primary);
}
.slug-holding main {
    align-content: center;
}
.holding-screen {
    background: lch(var(--s1-l-100) var(--s1-white-ch) / 0.7);
    color: var(--s1-secondary);
    position: relative;
}
.holding-screen::before,
.holding-screen::after {
    position: absolute;
    content: '';
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}
.holding-screen::before {
    background-image: url('/media/bkg-x-3-lg.svg');
    width: 330px;
    height: 360px;
    left: 0;
    top: -110px;
    background-position: right;
}
.holding-screen::after {
    background-image: url('/media/bkg-x-3-sm.svg');
    width: 140px;
    height: 300px;
    right: 0;
    bottom: -70px;
}
.holding-screen .breakout {
    position: relative;
}
.holding-screen .breakout > * {
    margin-left: 2rem;
    margin-right: 2rem;
}
.holding-screen .breakout::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #fff;
    z-index: -1;
    margin: 1rem 0rem;
    border-radius: 10px;
    box-shadow: 2px 2px 12px lch(calc(var(--s1-primary-l) - 20) var(--s1-primary-ch));
}
.holding-screen .logo {
    padding-left: 8vw;
    padding-right: 8vw;
    margin: 3rem 0 2rem 0;
}
.holding-screen p {
    text-wrap: balance;
}
.holding-screen .form-control {
    background-color: lch(var(--s1-l-100) var(--s1-white-ch) / 0.5);
    border: var(--bs-border-width) solid var(--bs-primary);
}
.holding-screen textarea.form-control {
    min-height: 8rem;
}
.holding-screen label {
    font-weight: bold;
}
.holding-screen .btn {
    font-weight: bold;
}
.under-construction {
    color: rgb(255 255 255 / 70%);
    text-transform: uppercase;
}

.general-form {
    padding: 1.4rem;
    margin: -3rem 1rem;
    background: var(--bs-white);
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}

textarea.form-control {
    min-height: 8rem;
}
hr {
    --bs-border-width: 3px;
    border-color: var(--s1-primary);
    margin: 3rem 24% 4rem 24%;
}
.offcanvas.offcanvas-start {
    width: 340px;
}

header {
    padding: 1.6rem 0;
    overflow: hidden;
}

header .main_nav .nav-item:first-child {
    position: relative;
}
header .main_nav .nav-item:first-child:before {
    content: '';
    position: absolute;
    background: var(--s1-primary);
    inset: -8px;
    right: -9999px;
    z-index: -1;
    border-radius: 6px;
}

header .main_nav .nav-item a {
    font-size: 1.2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.nav.social .nav-item a {
    aspect-ratio: 1;
}

[data-bs-toggle="offcanvas"] {
    aspect-ratio: 1;
    line-height: 0;
    font-size: 1.6rem;
}

.hm-false main > .s1-bleed {
    margin-bottom: 3rem;
}

main img:not(.s1-bleed) {
    border-radius: 3px;
}
main img.s1-bleed {
    margin: 3rem 0;
    min-width: 100%;
}

.banner-img {
    align-items: end;
}
.banner-img * {
    grid-row: 1;
}
.banner-img img {
    grid-column: full-width !important;
    max-height: 60vh;
    object-fit: cover;
    width: 100%;
}

.banner-img .title {
    background: linear-gradient(90deg, rgba(255,255,255,0.45) 0%, rgba(0,0,0,0.3) 100%);
    padding: 1.6rem 0;
}
.banner-img .title h1 {
    color: var(--bs-white);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.hm-true .banner-img .title {
    background: none;
    grid-column: content;
}
.hm-true .banner-img .title h1 {
    background-image: url('/media/title-shape-8.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 1rem 1rem 1.4rem 2.6rem;
    margin-left: -1.8rem;
    margin-bottom: -2vh;
    grid-column: unset;
    width: clamp(300px, 70vw, 900px);
}
.blockquote-footer {
    color: var(--s1-secondary);
}

.stripe-1 {
    background-image: url('/media/bkg-x-3-lg.svg');
    background-repeat: no-repeat;
    background-position: 84% center;
    background-size: auto 140%;
    padding: 2rem 0;
    color: var(--s1-secondary);
    box-shadow: inset 0px 0px 130px rgba(255,255,255,0.2);
}
.stripe-1 {
    & h1, h2, h3, h4, h5, h6 {
        color: var(--bs-white);
    }
}
.stripe-2 {
    background-image: url('/media/cluster-1.svg');
    background-repeat: no-repeat;
    background-position: center 36%;
    background-size: 80%;
    padding: 4rem 0;
    background-color: lch(calc(var(--s1-secondary-l) + 30) var(--s1-secondary-ch));
    box-shadow: inset 0px 0px 50px rgba(0,0,0,0.2);
}
.stripe-3 {
    background-image: url('/media/bkg-pattern-1.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 4rem 0;
    background-color: lch(calc(var(--s1-primary-l) - 22) var(--s1-primary-ch));
    box-shadow: inset 0px 0px 30px rgba(0,0,0,0.2);
}
.stripe-4 {
    background-image: url('/media/bkg-pattern-2.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 3rem 0;
    background-color: lch(var(--s1-accent-l) var(--s1-accent-ch));
    box-shadow: inset 0px 0px 50px rgba(0,0,0,0.2);
}




footer {
    color: var(--bs-white);
}
.hm-false footer {
    margin-top: 3rem;
}
footer .nav.social .nav-item a {
    box-shadow: 0px 2px 6px rgba(0,0,0,0.4);
}

@media (width >= 576px) {
   .slug-holding main {
        height: 100vh;
    }
    .holding-screen .breakout::before {
        margin: -1rem;
    }
    .stripe-1 {
        padding: 4rem 0;
    }
    .general-form {
        margin: 1rem 4rem;
    }
    .hm-true .banner-img .title h1 {
        margin-left: 0;
        margin-bottom: 3vh;
        padding: 2rem 2rem 2rem 5rem;
    }
    .banner-img .title {
        padding: 3rem 0;
    }
}

@media (width > 1200px) { /* BS xl breakpoint */
    .holding-screen .logo {
        padding-left: 6vw;
        padding-right: 6vw;
    }
}


