*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 16px;
    scrollbar-gutter: stable;
}
a {
    text-decoration: none;
}
a, a:visited, a:hover, a:active {
    color: inherit;
}
body {
    --scroll-opacity: 0;
    --footer-fade-opacity: 0.6;
    --footer-fade-top: 70%;
    --footer-fade-bottom: 0%;
    --none-toggle: unset;
    background-color: #f6f6f6;
    font-family: 'Poppins', sans-serif;
}
body::after {
    content: '';
    position: fixed;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 128rem;
    height: calc(100% + 100px);
    background: #f6f6f6;
    background: linear-gradient(0deg,rgba(var(--article-color-rgb), var(--footer-fade-opacity)) var(--footer-fade-bottom), rgba(246, 246, 246, 0) var(--footer-fade-top));
    opacity: var(--scroll-opacity);
    z-index: -1;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
svg {
    transition: all 1s ease-in-out;
}

/* .top-notch {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: env(safe-area-inset-top);
    background-color: #f6f6f6;
    z-index: 100 !important; 
    transform: translateZ(0); 
    mix-blend-mode: normal !important;
} */
.hero {
    width: 100%;
    height: 800px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    justify-content: center;
    display: flex;
}
.hero h1 {
    font-weight: 400;
    font-size: 5rem;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #2e2e2e;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.hero-item {
    max-width: 30ch;
    padding-top: 3.3em;
    margin-bottom: 3.3em;
}
.hero-intro {
    position: absolute;
    width: 800px;
    height: 800px;
    background-color: #f6f6f6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-intro svg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;

    mask {
        display: grid;
        place-content: center;
        height: 800px;
    }
}
.article-list {
    position: relative;
    width: 100%;
    display: grid;
    grid-auto-flow: row;
    margin-bottom: 5rem;
}
.article-item {
    position: relative;
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
    min-height: 35rem;
    display: flex;
    overflow: hidden;
    transition: all .2s ease-in-out;
    border-radius: 0.3rem;
    transform-origin: center;
    opacity: 1;
}
.article-item:last-child {
    margin-bottom: 1rem;
}
.--article-item-right {
    text-align: right;
    transform: scale(92%) rotate(3deg);
    box-shadow: -3.75rem -2.75rem 3.25rem rgba(0, 0, 0, 0.07);
}
.--article-item-left {
    text-align: left;
    transform: scale(92%) rotate(-3deg);
    box-shadow: 3.75rem -2.75rem 3.25rem rgba(0, 0, 0, 0.07);
}
.article-item-background {
    width: inherit;
    display: inherit;
    position: inherit;
    transition: all .2s ease-in-out;
    border-radius: 0.8rem;
}
.article-item-background::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 800px;
    top: 100%;
    left: 0;
    z-index: -1;
    opacity: 0;
    background-color: inherit;
    transition: all .3s ease;
    filter: blur(20rem);
}
.article-art {
    position: relative;
    display: flex;
    width: 40%;
    height: 100%;
    overflow: visible;
}
.--article-art-left {
    padding-left: 1rem;
}
.--article-art-right {
    padding-right: 1rem;
}
.article-art-content {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(2.5) translate(0,0);
    transition: all .2s ease;
}
.--art-content-right {
    background-position: top right;
    transform-origin: top right;
}
.--art-content-left {
    background-position: top left;
    transform-origin: top left;
}
.article-info {
    position: relative;
    display: flex;
    align-items: center;
    width: 60%;
}
.article-info-content-right {
    padding-left: 20%;
    padding-right: 15%;
}
.article-info-content-left {
    padding-left: 15%;
    padding-right: 20%;
}
.article-info h2 {
    position: relative;
    bottom: 0;
    font-weight: 600;
    font-size: clamp(2.7rem, 7vw, 4rem);
    hyphens: manual;
    line-height: 1;
    letter-spacing: -0.05em;
    transition: color .1s ease, height .2s ease;
    text-align: inherit;
}
.article-info p {
    position: relative;
    text-align: inherit;
    font-size: clamp(1rem, 1.5vw, 2rem);
    line-height: 1.2;
    padding-top: 1em;
    color: #ffffff;
    height: 0;
    visibility: hidden;
    opacity: 0;
}
.article-btn {
    position: relative;
    width: 100%;
    color: white;
    font-size: 1.25rem;
    font-weight: 800;
    height: 0;
    visibility: visible;
    opacity: 0;
    transition: padding .5s ease;
}
.article-btn a {
    position: relative;
    padding: 0.5em 2em 0.5em 2em;
    color: rgba(255, 255, 255, 0.0);
}
.article-btn a::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    border-radius: 0px;
    z-index: -1;
}
.article-btn.--article-btn-right a::before {
    right: 0;
    transform-origin: right;
}
.article-btn.--article-btn-left a::before {
    left: 0;
    transform-origin: left;
}


/*      HOVER BEHAVIOUR      */


.article-item:hover .article-art-content,
.article-item:focus-within .article-art-content {
    transform: scale(1) translate(0,0) !important;
    transition: all .6s ease;
    transition-delay: 0.1s;
}
.article-item:hover .--art-content-right,
.article-item:focus-within .--art-content-right {
    background-position: center right;
    transform-origin: center right;
    transform: scale(0.9) translate(2%,0) !important;
}
.article-item:hover .--art-content-left,
.article-item:focus-within .--art-content-left {
    background-position: center left;
    transform-origin: center left;
    transform: scale(0.9) translate(-2%,0) !important;
}
.article-item:hover .article-info h2,
.article-item:focus-within .article-info h2 {
    font-size: clamp(1.5rem, 3vw, 4rem);
    color: #ffffff !important;
    transition: color .1s ease, height .1s ease;
    animation: article-item-hover 300ms ease forwards;
}
.article-item:hover .article-info h2 span.avoidbr,
.article-item:focus-within .article-info h2 span.avoidbr {
    display: unset;
}
.article-item:hover .article-info p,
.article-item:focus-within .article-info p {
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: all .5s ease;
}
.article-item:hover .article-btn,
.article-item:focus-within .article-btn {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding-top: 2em;
    transition: all 0.5s ease-in-out;
}
.article-item:hover .article-btn a,
.article-item:focus-within .article-btn a {
    transition-delay: 0.45s !important;
    transition: color 0.9s ease-in-out;
    color: rgba(255, 255, 255, 1.0);
}
.article-item:hover .article-btn a::before,
.article-item:focus-within .article-btn a::before {
    transform: scaleX(0);
    animation-delay: 200ms !important;
    animation: read-btn-in 1200ms forwards;
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 0.15s ease-in-out;
}
.article-item:hover .article-btn a:hover::before,
.article-item:focus-within .article-btn a:hover::before {
    background-color: rgba(255, 255, 255, 0.25) !important;
    transition: background-color 0.2s ease-out !important;
}
.article-item:hover .article-item-background::before,
.article-item:focus-within .article-item-background::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 800px;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: inherit;
    transform: rotate(360deg);
    filter: blur(0);
    opacity: 1;
    transition: opacity .4s ease-in-out;
}
.article-item:hover,
.article-item:focus-within {
    transition: all .3s ease-in-out;
    border-radius: 0rem;
    transform: scale(100%) rotate(0deg);
    box-shadow: 0px -50px 100px 50px #f6f6f6,
        0px 50px 100px 50px #f6f6f6;
    z-index: 100;
}
.article-item:last-child:hover,
.article-item:last-child:focus-within {
    transition: all .3s ease-in-out;
    border-radius: 0rem;
    transform: scale(100%) rotate(0deg);
    box-shadow: 0px -50px 100px 50px #f6f6f6;
    z-index: 100;
}


/*      FOOTER      */


.footer {
    position: relative;
    transition: all .7s ease;
    overflow: hidden;
    max-width: 128rem;
    margin: 0 auto;
}
.footer::before {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--article-color);
    transform-origin: bottom;
    transition: all 0.6s ease;
    transform: translateY(100%);
    opacity: 0;
    z-index: 1;
}
.footer-form-in::before {
    transform: translateY(0);
    opacity: 1;
}
.footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--article-color);
    transform: translateY(100%);
    transform-origin: bottom;
    transition: all .5s ease;
    z-index: -1;
}
.footer-in::after {
    transform: translateY(0);
}
.footer-in.footer-form-in::after {
    transition: filter 0.3s ease-in-out;
    filter: saturate(0.6);
}
.footer-form-out::before {
    opacity: 0;
    transform: translateY(100%);
}
.footer-section {
    position: relative;
    display: grid;
    grid-template-columns: 14rem auto 10rem 15rem;
    grid-template-rows: 15rem;
    grid-template-areas:
        "a b c d";
    padding: 8rem 10% 8rem 10%;
    gap: 2rem;
    transition: all .2s ease-in-out;
}
.footer-section-column {
    position: relative;
    transition: all .1s ease-in-out;
    opacity: 0;
    align-self: center;
    transform: translateY(-5rem);
    transform-origin: top;
}
.footer-section-column.footer-column-in {
    transition: all .4s ease;
    opacity: 1;
    transform: translateY(0);
}
.footer-section-column:nth-child(1) {
    grid-area: a;
    transition-delay: .3s;
}
.footer-section-column:nth-child(2) {
    grid-area: b;
    transition-delay: .4s;
    align-self: center;
}
.footer-section-column:nth-child(3) {
    grid-area: c;
    text-align: center;
    transition-delay: .5s;
    align-self: center;
}
.footer-section-column:nth-child(4) {
    grid-area: d;
    transition-delay: .6s;
    justify-content: right !important;
}
.footer-section-column > p {
    text-align: left;
    font-size: 1.25rem;
    color: white;
}
.footer-section-column.--footer-profile {
    height: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    border-radius: 50%;
    overflow: hidden;
    transform-origin: center;
    transform: scale(0.85) translateY(-5rem);
    justify-self: center;
}
.footer-section-column.--footer-profile.footer-column-in {
    transition-delay: 200ms !important;
    transition: all .4s ease;
    opacity: 1;
    transform: scale(0.85) translateY(0);
}
.footer-section-column.--footer-message {
    position: relative;
    width: 100%;
    display: flex;
    cursor: pointer;
}
.footer-section-column.--footer-message > img {
    min-width: 100%;
    height: auto;
    object-fit: contain;
    transform: scale(1);
    pointer-events: none;
    transition: all .2s ease-in-out;
}
.footer-section-column.--footer-message:hover > img {
    transform: scale(1.1);
    filter: drop-shadow(0.25rem 0.525rem 2rem rgba(0,0,0,0.5));
    transition: all .2s ease-in-out;
}
.footer-section-column.--footer-signature {
    background-position: right !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.footer-section-column.--footer-signature > p {
    text-align: right;
    padding-right: 3.5rem;
    font-size: 1rem;
    color: white;
}
.--footer-signature > img {
    position: absolute;
    bottom: -1.4rem;
    right: 0;
    width: 5rem !important;
    height: 5rem !important;
    float: right;
}

@media screen and (max-width: 1300px) {
    .footer-section {
        grid-template-columns: 14rem auto 10rem;
        grid-template-rows: 15rem 10rem;
        grid-template-areas:
            "a b c"
            ". d d";
        padding: 8rem 7% 8rem 7%;
        gap: 2rem;
        transition: all .2s ease-in-out;
    }
    .footer-section-column:nth-child(2) {
        padding-right: 3rem;
    }
    .footer-section-column.--footer-profile.footer-column-in {
        transition-delay: 400ms !important;
        transition: all .4s ease-in-out;
    }
    .footer-section-column.--footer-signature {
        align-self: end;
    }
}
@media screen and (max-width: 1000px) {
    .footer-section {
        grid-template-columns: 14rem auto;
        grid-template-rows: 15rem 10rem;
        grid-template-areas:
            "a b"
            "c d";
        padding: 8rem 10% 8rem 10%;
        gap: 4rem 2rem; 
        transition: all .2s ease-in-out;
    }
    .footer-section-column:nth-child(2) {
        padding-right: unset;
    }
    .footer-section-column.--footer-message {
        padding: 0 15% 0 15%;
    }
}
@media screen and (max-width: 640px) {
    .footer-section {
        grid-template-columns: 1fr;
        grid-template-rows: 15rem auto 10rem 6rem;
        grid-template-areas:
            "a"
            "b"
            "c"
            "d";
        padding: 7rem 10% 6rem 10%;
        gap: 2rem;
        transition: all .2s ease-in-out;
    }
    .footer-section-column {
        align-self: start;
    }
    .footer-section-column:nth-child(2) {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    .footer-section-column > p {
        text-align: center;
        font-size: 1.25rem;
        padding: 0 10% 0 10%;
        color: white;
    }
    .footer-section-column.--footer-profile {
        transform-origin: center;
        transform: scale(1) translateY(-5rem);
    }
    .footer-section-column.--footer-profile.footer-column-in {
        transform: scale(1) translateY(0);
    }
    .footer-section-column.--footer-message {
        top: 2rem;
        transform: scale(0.7) translateY(-5rem);
        padding: 0 25% 0 25%;
    }
    .footer-section-column.--footer-message.footer-column-in {
        transform: scale(0.7) translateY(0);
    }
    .footer-section-column.--footer-message > img {
        max-width: 80%;
    }
}
@media screen and (max-width: 480px) {
    .footer-section {
        padding: 4rem 10% 6rem 10%;
    }
    .footer-section-column:nth-child(2) {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    .footer-section-column > p {
        font-size: 1.15rem;
        padding: 0 1.75rem 0 1.75rem;
    }
    .footer-section-column.--footer-profile {
        transform: scale(0.85) translateY(-5rem);
    }
    .footer-section-column.--footer-profile.footer-column-in {
        transform: scale(0.85) translateY(0);
    }
    .footer-section-column.--footer-message {
        top: 0rem;
        transform: scale(1) translateY(-5rem);
    }
    .footer-section-column.--footer-message.footer-column-in {
        transform: scale(1) translateY(0);
    }

}


/*      FORMS & MODALS      */


.form-modal-form-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0 !important;
}
.form-modal-error-container {
    position: relative;
    width: 80%;
    max-width: 600px;
}
.form-modal-form-group {
    position: relative;
    max-width: 600px;
    transform-origin: top left;
}
.form-item-email {
    margin-bottom: 4rem;
}
.form-modal-form-group::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.3);
    transform-origin: top left;
    transition: all .3s ease;
}
.form-modal-form-group:focus-within::after,
.form-modal-form-group-value::after {
    height: 3px;
    width: 0%;
    background-color: rgba(255,255,255,1);
}
.form-modal-form-control {
    position: relative;
    width: 100%;
    resize: none;
    box-shadow: none;
    padding: 0.5rem 0rem 0.5rem 0rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1.25rem;
    color: white;
    border: 0;
    background-color: var(--article-color);
}
.form-modal-form-control::placeholder {
    color: transparent;
}
.form-modal-form-control:focus {
    outline: none;
}
.form-modal-form-label {
    position: absolute;
    top: 0.5rem;
    left: 0;
    display: block;
    font-weight: 400;
    font-size: 1.25rem;
    color: white;
    z-index: 100;
    transform-origin: top left;
    transition: all .3s ease;
}
.form-modal-form-label::before {
    content: "";
    position: absolute;
    top: -0.375rem;
    left: -0.8rem;
    width: calc(100% + 1.6rem);
    height: calc(100% + 0.75rem);
    background-color: rgba(0,0,0,0.2);
    opacity: 0;
    border-radius: 10px;
    z-index: -1;
}
.form-modal-form-group:focus-within > .form-modal-form-label,
.form-modal-form-control:not(:placeholder-shown) + .form-modal-form-label,
.form-modal-form-label-value {
    transform: translateX(0.2rem) translateY(-2.475rem) scale(0.65);
    color: white;
}
.form-modal-form-group:focus-within > .form-modal-form-label::before,
.form-modal-form-control:not(:placeholder-shown) + .form-modal-form-label::before,
.form-modal-form-label-value::before {
    opacity: 1;
}
.form-modal-form-label.alert::after {
    content: "!";   
    position: absolute;
    font-size: 0.7rem;
    font-weight: 900;
    text-align: center;
    top: 0.45rem;
    left: -1.6rem;
    width: 1rem;
    height: 1rem;
    background-color: red;
    border-radius: 100rem;
}
.form-textarea {
    min-height: 30vh;
}
.form-submit {
    box-shadow: none;
    border: 0;
    border-radius: 0.25em;
    outline: 0;
    background-color: rgba(0,0,0,0.2);
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    padding: 0.25em 2em 0.25em 2em;
    margin-top: 2em;
}
.form-submit:active {
    background-color: rgba(0,0,0,0.3);
}
.text-count-message {
    position: absolute;
    top: -2.125rem;
    left: 0;
    padding: 0.125em 0.7em 0.125em 0.7em;
    border-radius: 0.525rem;
    border: 1px solid rgba(255,255,255,0.4);
    background-color: #10cd00;
    color: white;
    font-weight: 500;
    font-size: 0.825rem;
    opacity: 0;
    transition: all .3s ease;
    transition-delay: 0s;
    transform-origin: top left;
}
.form-modal-form-group:focus-within .text-count-message,
.text-count-message-value {
    opacity: 1;
    transform: translateX(5rem);
    transition-delay: .3s;
    transform-origin: top left;
}
.form-modal-form-group ::selection {
    background-color: rgb(255,255,255);
    color: var(--article-color);
}
.form-modal-in .form-modal-form-container {
    opacity: 1 !important;
}
[data-error-messages] {
    position: fixed;
    top: 2.125rem;
    left: 0;
    width: 100%;
    display: flex;
    padding: 0 30% 0 30%;
    justify-content: center;
    z-index: 500;
}
[data-error-messages] ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    gap: 1rem;
}
[data-error-messages] li {
    color: white;
    background-color: red;
    font-size: 0.725rem;
    font-weight: 600;
    padding: 0.5em 1em 0.5em 1em;
    border-radius: 0.5rem;
    animation: error-msg-in 500ms forwards;
    box-shadow: 0 0.5em 3em 0em rgba(0,0,0,0.3);
    z-index: 1000;
}
[data-error-messages] li.error-msg-out {
    animation: error-msg-out 400ms forwards;
}
#status-messages {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
[data-status-messages] {
    position: fixed;
    top: 2.125rem;
    width: 100%;
    display: flex;
    padding: 0 20% 0 20%;
    justify-content: center;
    z-index: 1000;
}
[data-status-messages] ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    gap: 1rem;
}
[data-status-messages] li {
    display: none;
    color: white;
    background-color: #00cc1b;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.5em 1em 0.5em 1em;
    border-radius: 0.5rem;
    animation: success-msg-in-out 3500ms forwards;
    box-shadow: 0 0.5em 3em 0em rgba(0,0,0,0.4);
}
[data-status-messages] li.success {
    display: flex;
    background-color: #00cc1b;
}
[data-status-messages] li.wait {
    display: flex;
    background-color: #f6b204;
}
[data-status-messages] li.error {
    display: flex;
    background-color: red;
}
.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 1500;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    transition: all 1s ease;
    background-color: rgba(246,246,246,0.7);
    opacity: 0;
    backdrop-filter: blur(1.2rem) saturate(0.1);
}
.lightbox-close-btn {
    position: fixed;
    background-color: var(--article-color);
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    z-index: 2000 !important;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%2060%22%3E%3Cpath%20d%3D%22M42.475%2037.525a3.499%203.499%200%201%201-4.95%204.949L30%2034.949l-7.525%207.525c-.684.684-1.58%201.025-2.475%201.025s-1.792-.342-2.475-1.025a3.5%203.5%200%200%201%200-4.949L25.05%2030l-7.525-7.525a3.5%203.5%200%201%201%204.95-4.95L30%2025.05l7.525-7.525a3.5%203.5%200%200%201%204.949%204.95L34.949%2030l7.525%207.525Z%22%20style%3D%22fill%3Awhite%3B%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: cover;
}
.lightbox-content {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}
.lightbox-content > img {
    display: block;
    max-width: 100%;
    max-height: 100vh;
    object-fit: contain;
    aspect-ratio: auto;
}
.lightbox-content-in {
    animation: fade-in 400ms forwards;
    animation-timing-function: ease;
}
.lightbox-in {
    animation: turn-up 300ms forwards;
}
.lightbox-close-btn-in {
    animation: pop-in 400ms forwards;
    animation-timing-function: ease-out;
}
.lightbox-modal.lightbox-out {
    animation: fade-out 200ms forwards;
    animation-timing-function: ease;
}
.lightbox-content-out {
    animation: close-out 175ms forwards;
    animation-timing-function: ease;
}
.form-modal {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0;
}
.form-modal-close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    box-shadow: 0 0.5em 3em 0em rgba(0,0,0,0.4);
    z-index: 2000 !important;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%2060%22%3E%3Cpath%20d%3D%22M30%202C14.536%202%202%2014.536%202%2030s12.536%2028%2028%2028%2028-12.536%2028-28S45.464%202%2030%202m12.475%2035.525a3.499%203.499%200%201%201-4.95%204.949L30%2034.949l-7.525%207.525c-.684.684-1.58%201.025-2.475%201.025s-1.792-.342-2.475-1.025a3.5%203.5%200%200%201%200-4.949L25.05%2030l-7.525-7.525a3.5%203.5%200%201%201%204.95-4.95L30%2025.05l7.525-7.525a3.5%203.5%200%200%201%204.949%204.95L34.949%2030l7.525%207.525Z%22%20style%3D%22fill%3Awhite%3B%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: cover;
}
.form-modal-in {
    animation: form-fields-turn-up 800ms forwards;
}
.form-modal-close-btn-in {
    animation: form-modal-close-btn-pop-in 800ms forwards;
    animation-timing-function: ease;
}
.form-modal.form-modal-out {
    animation: fade-out 400ms forwards;
    animation-timing-function: ease;
}
.form-modal-out .form-modal-form-group {
    transition: opacity 0.1s ease-in-out;
    opacity: 0;
}
.form-modal-close-btn-out {
    animation: close-out 200ms forwards;
    animation-timing-function: ease;
}


/*      ARTICLE PAGE      */


.entry-hero {
    --hero-overlay: rgba(246,246,246,0);
    --hero-header: rgba(var(--article-color-rgb), 0.4);
    position: relative;
    background-repeat: no-repeat;
    font-size: 2rem;
    letter-spacing: -0.05em;
    color: white;
    max-width: 128rem;
    height: 90vh;
    min-height: 45rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 auto;
    padding-bottom: 7rem;
    transition: all .3s ease-out;
}
.entry-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(246,246,246,1);
    opacity: 0;
    transition: opacity .4s ease;
}
.entry-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: var(--article-color);
    transform-origin: bottom center;
    opacity: 0;
    transition: opacity .5s .1s ease, width .3s .1s ease, transform 0.2s ease;
}
.entry-hero > h1 {
    position: relative;
    color: rgba(var(--article-color-rgb), 0.3);
    max-width: calc(100% - 2em);
    text-align: center;
    font-size: clamp(2.5rem, 8vw, 4rem);
    line-height: 1.1;
    transition: all .2s ease-out;
    z-index: 100;
    mix-blend-mode: color-dodge;
}
.entry-hero > h1::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    height: 120%;
    background: #ffffff;
    background: linear-gradient(120deg,rgba(255, 255, 255, 0) 0%, rgba(255,255,255, var(--swiper-b)) var(--swiper-a), rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    opacity: 0.6;
    z-index: 2;
}
.entry-hero > h1::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    height: 120%;
    background: #ffffff;
    background: linear-gradient(120deg,rgba(255, 255, 255, 0) 0%, rgba(255,255,255, var(--swiper-b)) var(--swiper-a), rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    opacity: 1;
    z-index: 1;
    filter: blur(0.15em);
}
 .entry-hero.hero-scrolled > h1 {
    color: var(--article-color) !important;
 }
.entry-hero.hero-scrolled > h1::after {
    opacity: 0;
}
.entry-hero.hero-scrolled > h1::before {
    opacity: 0;
}
.entry {
    transition: all .6s ease;
}
.entry::before {
    content: '';
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    height: calc(100% + 200px);
    background-color: rgb(var(--article-color-rgb));
    opacity: 0;
    transition: opacity .6s ease;
}
.entry.quote-in::before {
    opacity: 1;
}
.entry:last-child {
    margin-bottom: 10rem;
}
.entry-hero ::selection,
.entry ::selection {
    background-color: var(--article-color);
    color: rgb(255,255,255);
}
.entry-section {
    --side-padding: 10%;
    --column-gap: 3rem;
    position: relative;
    display: flex;
    padding: 7rem var(--side-padding) 0 var(--side-padding);
    gap: var(--column-gap);
    transition: all .2s ease-in-out;
}
.entry-section:not(#first-section) {
    max-width: 90rem;
    margin: 0 auto;
}
.entry-section.--section-quote-pad {
    max-width: 100rem !important;
    margin: 0 auto;
}
#first-section::before {
    position: absolute;
    content: '';
    top: -10rem;
    left: 0;
    width: 100%;
    height: 10rem;
    background: #f6f6f6;
    background: linear-gradient(0deg,rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 0.3) 59%, rgba(246, 246, 246, 0) 100%);
}
#first-section.entry-scrolled::before {
    opacity: 0;
    transition: opacity 0.5s;
}
.--section-row-flip {
    flex-direction: row-reverse;
}
.entry-section-intro {
    position: relative;
    max-width: 87.5rem;
    margin: 0 auto;
    padding: 0rem 7% 3rem 7%;
}
.entry-section-intro > h2 {
    text-align: center;
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    font-weight: 300;
    letter-spacing: -0.025rem;
    color: var(--article-color);
}
.entry-section-column {
    --top: 0;
    --height: 100%;
    position: relative;
    transition: all .2s ease-in-out;
    opacity: 100%;
}
.entry-section-column > h2 {
    color: var(--article-color);
    margin: 3em 0 1em 0;
    font-weight: 500;
    font-size: clamp(1.45rem, 2.5vw, 1.75rem);
    line-height: 1.2;
    letter-spacing: -0.025rem;
}
.entry-section-column > h2:first-child {
    margin-top: 0;
}
.entry-section-column:nth-child(1) {
    order: 1;
    min-width: calc(50% - 1.5rem);
}
.entry-section-column:nth-child(2) {
    min-width: calc(50% - 1.5rem);
    order: 2;
}
.--section-column-thirds:nth-child(2) {
    order: 2;
    min-width: calc(60% - 1.5rem);
}
.--section-column-thirds:nth-child(1) {
    min-width: calc(40% - 1.5rem);
    order: 1;
}
.entry-section-column > p {
    font-weight: 200;
    font-size: 1.25rem;
    font-size: clamp(1.1rem, 1.8vw, 1.25rem);
    line-height: 1.8;
    margin-bottom: 2.25rem;
    letter-spacing: 0.03em;
}
article section:last-child .entry-section-column:first-child p:last-of-type {
    margin-bottom: 0rem;
}
.entry-section-column > p a {
    color: var(--article-color);
    font-weight: 300;
}
.entry-section-column > p a:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.05em;
    text-underline-offset: 0.15em;
}
.img-zoom {
    display: block;
    position: sticky;
    top: 6rem;
    max-width: 100%;
    height: auto;
    aspect-ratio: 4 / 2.5;
    background-image: url(data:,);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}
.img-zoom:hover {
    transform: scale(1.01);
}
.img-zoom::after {
    content: '+';
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.55rem;
    mix-blend-mode: screen;
    background-color: rgba(255,255,255,0.5);
    color: black;
    border-radius: 100%;
    pointer-events: none;
    transition: all 0.4s ease;
    z-index: 10;
}
.img-zoom:hover::after {
    mix-blend-mode: normal;
    background-color: var(--article-color);
    color: white;
    transform-origin: top right;
    transform: scale(0.85);
}
.entry-section-quote {
    --clr-quote: rgba(246,246,246,1);
    color: var(--clr-quote);
    padding: 6em 0 4em 0;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.05rem;
    transition: all .9s ease;
    max-width: 100%;
    hyphens: none;
}
.entry-section-quote::before {
    content: "\2018\2018";
    position: absolute;
    top: 5rem;
    width: 100%;
    left: -1.25rem;
    color: rgba(255,255,255, 0.0);
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 20rem;
    letter-spacing: -.075em;
    transform: scaleY(95%) translateX(10%);
    z-index: -1;
    transition: all .9s ease;
}
.--section-quote-pad {
    padding: 16rem 20% 0 15%;
    overflow: hidden;
}
.--section-0-pad {
    padding: 0 0 0 0;
    margin: 10rem 0 5rem 0;
    justify-content: center;
}
.entry-section-infobox {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 0;
    margin-bottom: 150px;
}
.entry-section-infobox-art {
    position: absolute;
    top: 0;
    right: 5%;
    width: 85%;
    min-height: calc(100% + 200px);
    background-color: rgba(0,203,219,1);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transform: translateX(-5%);
    transform-origin: center top;
}
.entry-section-infobox-content-shadow {
    position: relative;
    left: 5%;
    top: -3rem;
    width: 30%;
    height: auto;
    min-width: 18.75rem;
    transform: translateX(10%) translateY(0%);
    opacity: 0;
}
.entry-section-infobox-content-shadow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 1.5rem);
    height: calc(100% + 1.5rem);
    background-color: rgb(246,246,246);
    transform: translateX(-1.5rem) translateY(-1.5rem);
}
.entry-section-infobox-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: var(--article-color);
    background-position: top left !important;
    background-repeat: repeat-y !important;
    background-size: 250%;
    background-blend-mode: saturation !important;
    z-index: 1;
}
.entry-section-infobox-content > p {
    color: white;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 2em 3em 2em 2em;
}
.entry-section-infobox-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(var(--article-color-rgb));
}
.entry-section-infobox-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--article-color-rgb), 0.8);
    z-index: -1;
}


/*      UTILITY CLASSES      */


span.nobr {
    white-space: nowrap;
}
span.avoidbr {
    display: unset;
}
.visually-hidden {
    display: none;
}


/*      JS CLASSES      */


.hero-scrolled {
    --hero-header: var(--article-color);
    padding-bottom: 0rem;
    transition: all .6s ease-out;
}
.entry-hero.hero-scrolled::before {
    opacity: 1;
    transition: opacity .4s ease;
}
.entry-hero.hero-scrolled::after {
    opacity: 1;
    width: 12rem;
    transform: translateY(3.5rem);
    transition: opacity .5s ease, width .5s ease, transform 0.5s 0.25s ease;
}
.hero-scrolled > h1 {
    mix-blend-mode: normal;
}
.fade-in {
    opacity: 0%;
    transform: translateY(3.5rem);
    transition: all .5s ease;
}
.fade-in.fade-in-reverse {
    transform: translateY(0);
}
.appear {
    opacity: 100%;
    transform: translateY(0);
}
.quote-txt-in {
    --clr-quote: rgba(255,255,255,1);
    transform: translateX(5%);
}
.quote-txt-in::before {
    color: rgba(255,255,255, 0.4);
    transform: scaleY(95%) translateX(0%);
}
.fade-out {
    opacity: 0%;
    transition: all .25s ease;
}
.infobox-in {
    opacity: 1;
    transition: all 2s ease;
}
.infobox-art-in {
    transition: transform 1s ease;
    transform: translateX(0);
}
.infobox-content-shadow-in {
    opacity: 1;
    transform: translateX(0%) translateY(0%);
    transition: all 0.9s ease;
}
.infobox-content-shadow-in::before {
    transform: translateX(0) translateY(0);
    transition: all 0.7s 0.3s ease;
}
[data-content-projector] {
  transition: background .2s ease, transform .5s ease;
}
.scrolling-out {
    --collapse-opacity: unset;
    transition: all 200ms;
}


/*      KEYFRAMES      */


@keyframes article-item-hover {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    10% {
        opacity: 0;
        transform: translateY(30%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes turn-up {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes pop-in {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    80% {
        opacity: 1;
        transform: translateX(-10%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes close-out {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.4);
    }
}
@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes footer-close-out {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}
@keyframes form-fields-turn-up {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes form-modal-close-btn-pop-in {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes error-msg-in {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    80% {
        transform: translateY(20%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes error-msg-out {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    20% {
        transform: translateY(10%);
    }
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}
@keyframes success-msg-in-out {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20% {
        opacity: 1;
        transform: translateY(20%);
    }
    25% {
        opacity: 1;
        transform: translateY(0);
    }
    70% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}
@keyframes read-btn-in {
    0% {
        opacity: 0;
        transform: scaleX(0);
        border-radius: 0em;
    }
    40% {
        border-radius: 0.0em;
    }
    75% {
        transform: scaleX(1.02);
        border-radius: 0.9em;
    }
    80% {
        opacity: 1;
        transform: scaleX(1.03);
        border-radius: 0.9em;
    }
    100% {
        transform: scaleX(1.0);
        border-radius: 1.2em;
    }
}


/*      MEDIA QUERIES      */


@media screen and (max-width: 1280px) {
    .entry-section {
        --side-padding: calc(7vw + 1rem);
    }
    .entry-section-column > p {
        font-size: clamp(1.1rem, 1.7vw, 1.2rem);
    }
}
@media screen and (max-width: 1080px) {
    .article-item:hover .--art-content-right,
    .article-item:focus-within .--art-content-right {
        transform: scale(1.1) translate(15%,0) !important;
    }
    .article-item:hover .--art-content-left,
    .article-item:focus-within .--art-content-left {
        transform: scale(1.1) translate(-15%,0) !important;
    }
    .article-info-content-right {
        padding-left: 15%;
    }
    .article-info-content-left {
        padding-right: 15%;
    }
    .article-info h2 {
        font-size: clamp(2.7rem, 7vw, 3.7rem);
    }
    span.avoidbr {
        display: inline-block;
    }
    .entry-hero {
        font-size: 1.75rem;
    }
    .entry-section {
        --side-padding: 5rem;
        --column-gap: 2.5rem;
        padding-right: 3rem;
    }
    .entry-section.--section-row-flip {
        padding-left: 3rem;
        padding-right: var(--side-padding);
    }
    .entry-section.--section-quote-pad {
        padding: 16rem 20% 0 15%;
    }
    .entry-section-column:nth-child(1) {
        min-width: calc(51% - (var(--column-gap) / 2));
    }
    .entry-section-column:nth-child(2) {
        min-width: calc(49% - (var(--column-gap) / 2));
    }
}
@media screen and (max-width: 967px) {
    .hero {
        transform: scale(0.8) translateY(-2.5rem);
        margin-bottom: -2rem;
    }
    .article-item {
        min-height: 30rem;
    }
    .article-item:hover .--art-content-right,
    .article-item:focus-within .--art-content-right {
        transform: scale(1.15) translate(13%,0) !important;
    }
    .article-item:hover .--art-content-left,
    .article-item:focus-within .--art-content-left {
        transform: scale(1.15) translate(-13%,0) !important;
    }
    .article-info h2 {
        font-size: clamp(2.7rem, 6vw, 3.7rem);
    }
    .entry-section {
        flex-wrap: wrap;
        justify-content: center;
        padding: 7rem var(--side-padding) 0 var(--side-padding);
    }
    .entry-section.--section-row-flip {
        flex-direction: row;
        padding-left: var(--side-padding);
        padding-right: var(--side-padding);
    }
    .entry-section-intro {
        padding-bottom: 1.5rem;
    }
    .entry-section-column {
        --top: 1.5rem;
    }
    .entry-section .entry-section-column:nth-child(1) {
        order: 2;
        max-width: calc(60vw - 7rem);
        z-index: 0;
    }
    .entry-section .entry-section-column:nth-child(2) {
        --live-height: unset;
        order: 1;
        width: calc(60vw - 7rem);
        position: sticky;
        top: var(--top);
        z-index: 10;
    }
    .entry-section-column:nth-child(2) > .fade-in {
        transform: translateY(0);
    }
    .entry-section-column > h2 {
        font-size: 1.65rem;
    }
    .entry-section-column > h2:first-child {
        padding-top: 2.75em;
    }
    .entry-section-column div:first-of-type + p {
        padding-top: 3.75em;
    }
    .entry-section-column:nth-child(2)::before {
        content: "";
        position: fixed;
        width: 100%;
        height: calc(100px + var(--live-height) + var(--top) + 2.55rem);
        top: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(246,246,246,1) 93%, rgba(246,246,246,0) 100%);
        opacity: 100%;
        z-index: -1 !important;
        transition-delay: 0ms !important;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-100px);
    }
    .entry-section-column:nth-child(2).visible::before {
        visibility: visible;
        transition-delay: 0ms !important;
    }
    .cover.entry-section-column:nth-child(2)::before {
        opacity: 0%;
        transition: all 100ms ease;
        transition-delay: 0ms;
        transform-origin: center center;
    }
    article section:last-child .entry-section-column:first-child p:last-of-type {
        margin-bottom: 2.25rem;
    }
    .img-zoom {
        aspect-ratio: 4 / 2;
        opacity: 100%;
        top: 0;
        z-index: 10 !important;
    }
    .entry-section-column.scrolling-out::before {
        transition: all 0ms ease, filter 0.75s ease;
    }
    .entry-section-column.scrolling-out div.img-zoom {
        width: 100%;
        height: var(--height);
        overflow: hidden;
        transition: all 0ms ease;
    }
    .scrolling-out {
        opacity: var(--collapse-opacity);
    }
    /* .top-notch.stuck {
        --collapse-opacity: 1;
        opacity: var(--collapse-opacity);
    } */
}
@media screen and (max-width: 900px) {
    .entry-section .entry-section-column:nth-child(1) {
        max-width: calc(60vw - 6rem);
    }
    .entry-section .entry-section-column:nth-child(2) {
        width: calc(60vw - 6rem);
    }
}
@media screen and (max-width: 834px) {
    .entry-section-column {
        --top: 2rem;
    }
    .entry-section .entry-section-column:nth-child(1) {
        max-width: calc(60vw - 5rem);
    }
    .entry-section .entry-section-column:nth-child(2) {
        width: calc(60vw - 5rem);
    }
}
@media screen and (max-width: 800px) {
    .hero {
        transform: scale(0.7);
    }
    .article-item {
        min-height: 28rem;
    }
    .--article-art-left {
        padding-left: 2rem;
    }
    .--article-art-right {
        padding-right: 2rem;
    }
    .article-item:hover .--art-content-right,
    .article-item:focus-within .--art-content-right {
        transform: scale(1.25) translate(15%,0) !important;
    }
    .article-item:hover .--art-content-left,
    .article-item:focus-within .--art-content-left {
        transform: scale(1.25) translate(-15%,0) !important;
    }
    .article-info-content-right {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .article-item:hover .article-info-content-right,
    .article-item:focus-within .article-info-content-right {
        padding-left: 5rem;
    }
    .article-info-content-left {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .article-item:hover .article-info-content-left,
    .article-item:focus-within .article-info-content-left {
        padding-right: 5rem;
    }
    .article-info h2 {
        font-size: clamp(2.7rem, 7vw, 4rem);
    }
    .article-info p {
        font-size: clamp(1rem, 1.5vw, 2rem);
    }
    .entry-section-column {
        --top: 3rem;
    }
    .entry-section .entry-section-column:nth-child(1) {
        max-width: 25rem;
    }
    .entry-section .entry-section-column:nth-child(2) {
        width: 25rem;
    }
    .entry-section-quote {
        font-size: clamp(2rem, 7.5vw, 3rem);
    }
    .entry-section-quote::before {
        top: 0.2em;
        font-size: 7em;
    }
    .form-modal-form-group {
        max-width: 500px;
    }
}
@media screen and (max-width: 768px) {
    .entry-hero.hero-scrolled::after {
        width: 10rem;
    }
    .entry-section-intro {
        padding: 0 0 0 0;
    }
    .entry-section-intro > h2 {
        font-size: clamp(1.35rem, 2.5vw, 2rem);
        line-height: 1.7;
    }
}
@media screen and (max-width: 680px) {
    .article-item:hover .article-info-content-right,
    .article-item:focus-within .article-info-content-right {
        padding-left: 4rem;
    }
    .article-item:hover .article-info-content-left,
    .article-item:focus-within .article-info-content-left {
        padding-right: 4rem;
    }
    .entry-hero.hero-scrolled::after {
        width: 9rem;
    }
    .entry-section-quote {
        hyphens: manual;
    }
}
@media screen and (max-width: 640px) {
    .hero {
        transform: scale(0.6) translateY(-5rem);
        margin-bottom: -4rem;
    }
    .article-item {
        min-height: 26rem;
    }
    .article-item:hover .--art-content-right,
    .article-item:focus-within .--art-content-right {
        transform: scale(1.2) translate(10%,0) !important;
    }
    .article-item:hover .--art-content-left,
    .article-item:focus-within .--art-content-left {
        transform: scale(1.2) translate(-10%,0) !important;
    }
    .article-info-content-right {
        padding-left: 2.5rem;
    }
    .article-item:hover .article-info-content-right,
    .article-item:focus-within .article-info-content-right {
        padding-left: 3rem;
    }
    .article-info-content-left {
        padding-right: 2.5rem;
    }
    .article-item:hover .article-info-content-left,
    .article-item:focus-within .article-info-content-left {
        padding-right: 3rem;
    }
    .entry-hero.hero-scrolled::after {
        width: 8rem;
    }
    #first-section.entry-section {
        --side-padding: 4rem;
    }
    .entry-section .entry-section-column:nth-child(1) {
        max-width: 65vw;
    }
    .entry-section .entry-section-column:nth-child(2) {
        width: 65vw;
    }
    .entry-section.--section-quote-pad {
        padding: 12rem 23% 0 12%;
    }
    .entry-section-quote {
        line-height: 1.5;
        padding-top: 12rem;
        padding-bottom: 8rem;
    }
    .entry-section-quote::before {
        display: inline-block;
        height: calc(100% - 20rem);
        top: 4rem;
        left: -0.75rem;
        line-height: 0.8;
    }
    .form-modal-form-group {
        max-width: 350px;
    }
}
@media screen and (max-width: 576px) {
    .entry-section-quote::before {
        top: 6rem;
    }
}
@media screen and (max-width: 540px) {
    .hero {
        transform: scale(0.45) translateY(-10rem);
        height: 400px;
        margin-bottom: 3rem;
    }
    .article-item {
        min-height: 24rem;
    }
    .--article-art-left {
        padding-left: 1rem;
        padding-right: 0.5rem;
    }
    .--article-art-right {
        padding-right: 1rem;
        padding-left: 0.5rem;
    }
    .article-item:hover .--art-content-right,
    .article-item:focus-within .--art-content-right {
        transform: scale(1.2) translate(15%,0) !important;
    }
    .article-item:hover .--art-content-left,
    .article-item:focus-within .--art-content-left {
        transform: scale(1.2) translate(-15%,0) !important;
    }
    .article-info-content-right {
        padding-left: 1rem;
        padding-right: 2rem;
    }
    .article-item:hover .article-info-content-right,
    .article-item:focus-within .article-info-content-right {
        padding-left: 2.5rem;
    }
    .article-info-content-left {
        padding-left: 2rem;
        padding-right: 1rem;
    }
    .article-item:hover .article-info-content-left,
    .article-item:focus-within .article-info-content-left {
        padding-right: 2.5rem;
    }
    .article-info h2 {
        font-size: clamp(2.4rem, 7vw, 4rem);
    }
    .article-info p {
        font-size: clamp(1rem, 1.5vw, 2rem);
    }
    #first-section.entry-section {
        --side-padding: 12vw;
    }
    .entry-section-intro > h2 {
        font-size: 1.25rem;
    }
    .entry-section {
        --side-padding: 15vw;
    }
    .entry-section .entry-section-column:nth-child(1) {
        max-width: 100%;
    }
    .entry-section .entry-section-column:nth-child(2) {
        width: 100%;
    }
    .entry-section-column > h2 {
        font-size: 1.45rem;
    }
}
@media screen and (max-width: 480px) {
    .hero {
        transform: scale(0.38) translateY(-8rem);
    }
    .entry:last-child {
        margin-bottom: 5rem;
    }
    .article-item {
        min-height: 22rem;
    }
    .article-item:last-child {
        margin-bottom: 0rem;
    }
    .--article-item-right {
        transform: scale(88%) rotate(3deg);
        box-shadow: -2rem -2.75rem 3rem rgba(0, 0, 0, 0.06);
    }
    .--article-item-left {
        transform: scale(88%) rotate(-3deg);
        box-shadow: 2rem -2.75rem 3rem rgba(0, 0, 0, 0.06);
    }
    .article-item:hover .--art-content-right,
    .article-item:focus-within .--art-content-right {
        transform: scale(1.4) translate(22%,0) !important;
    }
    .article-item:hover .--art-content-left,
    .article-item:focus-within .--art-content-left {
        transform: scale(1.4) translate(-22%,0) !important;
    }
    .article-info-content-right {
        padding-left: 1rem;
        padding-right: 1.5rem;
    }
    .article-item:hover .article-info-content-right,
    .article-item:focus-within .article-info-content-right {
        padding-left: 2.5rem;
    }
    .article-info-content-left {
        padding-left: 1.5rem;
        padding-right: 1rem;
    }
    .article-item:hover .article-info-content-left,
    .article-item:focus-within .article-info-content-left {
        padding-right: 2.5rem;
    }
    .article-info h2 {
        font-size: clamp(2rem, 7vw, 4rem);
    }
    .article-item:hover .article-info h2,
    .article-item:focus-within .article-info h2 {
        font-size: clamp(1.3rem, 3vw, 4rem);
    }
    .article-info p {
        font-weight: 500;
        font-size: clamp(0.85rem, 1.5vw, 2rem);
    }
    .article-btn {
        font-size: 1rem;
    }
    .entry-hero {
        font-size: 1.25rem;
        min-height: 40rem;
    }
    .entry-hero.hero-scrolled::after {
        width: 7rem;
    }
    .entry-hero > h1 {
        font-size: clamp(2.4rem, 8vw, 4rem);
    }
    .entry-section-intro > h2 {
        font-weight: 400;
    }
    .entry-section {
        --side-padding: 2.5rem;
    }
    .entry-section.--section-quote-pad {
        padding: 12rem 23% 0 10%;
    }
    .entry-section-column {
        --top: 2.5rem;
    }
    .entry-section-column > p {
        font-weight: 300;
        font-size: 1.015rem;
        font-size: clamp(1.015rem, 1.7vw, 1.2rem);
    }
    .entry-section-column > p a {
        font-weight: 400;
    }
    .entry-section-column > h2:first-child {
        padding-top: 2em;
    }
    .entry-section-column div:first-of-type + p {
        padding-top: 3em;
    }
    .entry-section-quote {
        font-size: clamp(1.9rem, 7.5vw, 3rem);
    }
    .entry-section-quote::before {
        top: 7rem;
    }
    .form-modal-form-group {
        max-width: 300px;
    }
    [data-error-messages] ul {
        gap: 0.7rem;
    }
    [data-error-messages] li {
        font-size: 0.625rem;
    }
}
@media screen and (max-device-width: 480px) and (orientation: portrait) {
    @supports (padding-top: env(safe-area-inset-top)) {
        html {
            -webkit-mask-image: linear-gradient(
                to bottom,
                transparent 0px,
                transparent env(safe-area-inset-top, 44px),
                black env(safe-area-inset-top, 44px),
                black 100%
            );
            mask-image: linear-gradient(
                to bottom,
                transparent 0px,
                transparent env(safe-area-inset-top, 44px),
                black env(safe-area-inset-top, 44px),
                black 100%
            );
        }
    }
}