@font-face {
    font-family: "Bebas Neue";
    src: url("../fonts/BebasNeue-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Google Sans";
    src: url("../fonts/GoogleSans-Regular.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Google Sans";
    src: url("../fonts/GoogleSans-Italic.ttf") format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Bodoni Moda";
    src: url("../fonts/BodoniModa.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

.awa-onepage {
    --awa-black: #050407;
    --awa-white: #ffffff;
    --awa-accent: #ff2a8f;
    --awa-font-display: "Bebas Neue", "Arial Narrow", sans-serif;
    --awa-font-body: "Google Sans", "Helvetica Neue", sans-serif;
    --awa-font-serif: "Bodoni Moda", "Times New Roman", serif;
    --awa-nav-width: min(420px, 88vw);
    --awa-pad: clamp(32px, 4.2vw, 80px);

    position: relative;
    isolation: isolate;
    width: 100vw;
    max-width: none !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    font-family: var(--awa-font-body);
    color: var(--awa-white);
    background: var(--awa-black);
    scroll-behavior: smooth;
}

/* Break out of theme content containers (Divi, block themes, etc.) */
.entry-content .awa-onepage,
.et_pb_post_content .awa-onepage,
.wp-block-post-content .awa-onepage,
.page .awa-onepage,
.post .awa-onepage {
    width: 100vw;
    max-width: none !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 0;
    padding-right: 0;
}

/* Twenty Twenty-Five and block themes: hide theme header/footer on AWA pages */
html:has(body.awa-onepage-page) {
    margin: 0 !important;
    padding: 0 !important;
    background: #050407 !important;
    overflow-x: hidden;
}

body.awa-onepage-page {
    --awa-black: #050407;
    --awa-white: #ffffff;
    --awa-accent: #ff2a8f;
    --awa-font-display: "Bebas Neue", "Arial Narrow", sans-serif;
    --awa-nav-width: min(420px, 88vw);
    margin: 0 !important;
    padding: 0 !important;
    background: #050407 !important;
    overflow-x: hidden;
}

body.awa-onepage-page #page,
body.awa-onepage-page .site,
body.awa-onepage-page main,
body.awa-onepage-page .wp-site-blocks,
body.awa-onepage-page .entry-content,
body.awa-onepage-page .wp-block-post-content,
body.awa-onepage-page .wp-block-group,
body.awa-onepage-page .wp-block-group__inner-container,
body.awa-onepage-page .has-global-padding,
body.awa-onepage-page .is-layout-constrained,
body.awa-onepage-page .is-layout-flow {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    background: transparent !important;
    --wp--style--root--padding-top: 0 !important;
    --wp--style--root--padding-bottom: 0 !important;
    --wp--style--root--padding-left: 0 !important;
    --wp--style--root--padding-right: 0 !important;
    --wp--style--block-gap: 0 !important;
}

body.awa-onepage-page .wp-site-blocks > header,
body.awa-onepage-page .wp-site-blocks > footer,
body.awa-onepage-page header.wp-block-template-part,
body.awa-onepage-page footer.wp-block-template-part,
body.awa-onepage-page .site-header,
body.awa-onepage-page .site-footer,
body.awa-onepage-page .wp-block-navigation,
body.awa-onepage-page .wp-block-site-title,
body.awa-onepage-page .wp-block-site-logo {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

body.awa-onepage-page .wp-site-blocks {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
}

body.awa-onepage-page .wp-block-post-title,
body.awa-onepage-page .entry-header,
body.awa-onepage-page .page-header {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.awa-onepage-page .wp-block-post-content,
body.awa-onepage-page .entry-content,
body.awa-onepage-page main .wp-block-group,
body.awa-onepage-page .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.awa-onepage-page .wp-block-post-content > *,
body.awa-onepage-page .entry-content > *,
body.awa-onepage-page .is-layout-flow > * {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

body.awa-onepage-page .awa-onepage {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body.awa-onepage-page .wp-site-blocks > * {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

body.admin-bar.awa-onepage-page .awa-onepage__menu-toggle,
body.admin-bar .awa-onepage__menu-toggle {
    top: calc(clamp(18px, 3vw, 28px) + var(--wp-admin--admin-bar--height, 32px));
}

body.admin-bar.awa-onepage-page .awa-onepage__nav,
body.admin-bar .awa-onepage__nav {
    top: var(--wp-admin--admin-bar--height, 32px);
    height: calc(100vh - var(--wp-admin--admin-bar--height, 32px));
    height: calc(100svh - var(--wp-admin--admin-bar--height, 32px));
}

.awa-onepage *,
.awa-onepage *::before,
.awa-onepage *::after {
    box-sizing: border-box;
}

.awa-onepage__main {
    display: block;
}

.awa-onepage__section {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
}

.awa-onepage__title {
    margin: 0;
    font-family: var(--awa-font-display);
    font-weight: 400;
    line-height: 0.86;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.awa-onepage__body {
    font-size: clamp(1.05rem, 1.22vw, 1.45rem);
    line-height: 1.48;
    font-weight: 400;
    font-style: italic;
}

.awa-onepage__body p {
    margin: 0 0 0.45em;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.awa-onepage p,
.awa-onepage span,
.awa-onepage mark,
.awa-onepage a {
    background: transparent !important;
    background-color: transparent !important;
}

.awa-onepage__body p:last-child {
    margin-bottom: 0;
}

.awa-onepage__body--dark {
    color: #111;
    max-width: 32rem;
    font-weight: 700;
    font-size: clamp(1rem, 1.15vw, 1.35rem);
    line-height: 1.45;
}

.awa-onepage__body--light {
    color: var(--awa-white);
}

.awa-onepage__emphasis {
    font-style: normal;
    font-weight: 400;
}

.awa-onepage__brand {
    position: absolute;
    width: clamp(68px, 7vw, 108px);
    height: auto;
    opacity: 0.98;
    pointer-events: none;
}

.awa-onepage__brand--dark {
    filter: invert(1);
}

.awa-onepage__brand--light {
    right: var(--awa-pad);
    bottom: var(--awa-pad);
}

/* Home */

.awa-onepage__section--home {
    padding: 0;
    background: var(--awa-black);
}

.awa-onepage__hero-video {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    object-fit: cover;
    object-position: center;
    background: var(--awa-black);
}

/* The Work */

.awa-onepage__section--work {
    background: var(--awa-white);
    color: #111;
    overflow: visible;
    z-index: 2;
}

.awa-onepage__work-grid {
    position: relative;
    min-height: inherit;
    padding: var(--awa-pad);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 46vw);
    grid-template-rows: auto 1fr auto;
    align-items: start;
    z-index: 1;
}

.awa-onepage__title--work {
    font-size: clamp(5rem, 9.9vw, 11.875rem);
    color: #111;
    letter-spacing: 0.02em;
}

.awa-onepage__work-copy {
    grid-column: 1;
    grid-row: 1 / span 2;
    z-index: 2;
    padding-top: clamp(0.25rem, 1.5vh, 1rem);
    max-width: 38rem;
}

.awa-onepage__work-circle {
    position: absolute;
    right: 0;
    top: 50%;
    width: min(44vw, 680px);
    aspect-ratio: 1;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    z-index: 3;
    transform: translate(12%, -50%);
    pointer-events: none;
}

.awa-onepage__work-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.awa-onepage__work-footer {
    grid-column: 1;
    grid-row: 3;
    z-index: 2;
    align-self: end;
    margin: 0;
    max-width: 34rem;
    padding-bottom: clamp(0.5rem, 2vh, 1.5rem);
    font-family: var(--awa-font-display);
    font-size: clamp(1.5rem, 2.65vw, 3.125rem);
    line-height: 1.02;
    text-transform: uppercase;
    color: #111;
}

.awa-onepage__section--work .awa-onepage__brand--dark {
    right: var(--awa-pad);
    bottom: var(--awa-pad);
    z-index: 7;
}

/* Experience */

.awa-onepage__section--experience {
    display: flex;
    align-items: flex-start;
    padding: var(--awa-pad);
    overflow: visible;
    z-index: 1;
    background:
        linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.38)),
        url("../images/web/bonfire.jpg") center / cover no-repeat;
}

/* Cercle centré à cheval entre Work et Experience */
.awa-onepage__seam-circle {
    position: relative;
    z-index: 8;
    height: 0;
    margin: 0;
    pointer-events: none;
}

.awa-onepage__seam-circle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(48vw, 500px);
    aspect-ratio: 1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/web/neon-corridor.jpg") center / cover no-repeat;
}

.awa-onepage__title--experience {
    position: relative;
    z-index: 2;
    max-width: 11ch;
    margin-top: clamp(2rem, 8vh, 5rem);
    font-size: clamp(2.1rem, 4.6vw, 4.375rem);
    color: var(--awa-white);
    letter-spacing: 0.01em;
}

/* Themes */

.awa-onepage__section--themes {
    display: grid;
    grid-template-columns: 0.535fr 0.465fr;
    min-height: 100vh;
    min-height: 100svh;
    position: relative;
    overflow: visible;
}

.awa-onepage__themes-photo {
    position: relative;
    z-index: 1;
    min-height: inherit;
    background: #050407;
    overflow: hidden;
}

.awa-onepage__themes-photo img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: 58% center;
    display: block;
}

.awa-onepage__themes-u {
    --awa-u-width: min(21.5vw, 410px);
    position: absolute;
    top: 0;
    left: calc(var(--awa-u-width) / -2);
    z-index: 1;
    width: var(--awa-u-width);
    height: 100%;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(
        180deg,
        rgba(36, 22, 16, 0.9) 0%,
        rgba(98, 48, 34, 0.93) 20%,
        rgba(168, 84, 44, 0.96) 40%,
        rgba(52, 78, 190, 0.98) 68%,
        rgba(20, 58, 210, 1) 100%
    );
    pointer-events: none;
}

.awa-onepage__section--themes::after {
    content: none;
}

.awa-onepage__themes-panel {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: var(--awa-pad);
    background: transparent;
    overflow: visible;
}

.awa-onepage__themes-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        url("../images/web/section-gradient.png") center / cover no-repeat,
        #0a0610;
}

.awa-onepage__themes-panel .awa-onepage__body {
    position: relative;
    z-index: 2;
    max-width: 26rem;
    font-size: clamp(1.05rem, 1.18vw, 1.4rem);
    line-height: 1.55;
}

.awa-onepage__section--themes .awa-onepage__brand--light {
    z-index: 2;
}

/* Approach */

.awa-onepage__section--approach {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    min-height: 100svh;
}

.awa-onepage__approach-photo {
    position: relative;
    min-height: inherit;
}

.awa-onepage__approach-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.awa-onepage__title--approach {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    font-size: clamp(4rem, 8.3vw, 10rem);
    color: var(--awa-white);
    text-align: center;
    z-index: 2;
}

.awa-onepage__approach-panel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: var(--awa-pad);
    background:
        url("../images/web/section-gradient.png") center / cover no-repeat,
        #0a0610;
}

.awa-onepage__approach-panel .awa-onepage__body {
    max-width: 24rem;
    font-size: clamp(1.05rem, 1.18vw, 1.4rem);
    line-height: 1.55;
}

/* Play */

.awa-onepage__section--play {
    display: grid;
    place-items: center;
    padding: var(--awa-pad);
    background:
        url("../images/web/section-gradient.png") center / cover no-repeat,
        #0a0610;
}

.awa-onepage__play-top {
    position: absolute;
    top: calc(var(--awa-pad) + 52px);
    right: var(--awa-pad);
    z-index: 2;
    max-width: 14ch;
    margin: 0;
    text-align: right;
    font-family: var(--awa-font-display);
    font-size: clamp(1.45rem, 2.8vw, 2.55rem);
    line-height: 1.02;
    text-transform: uppercase;
}

.awa-onepage__play-graphic {
    position: relative;
    z-index: 1;
    width: min(84vw, 880px);
    height: clamp(180px, 28vw, 320px);
}

.awa-onepage__play-line {
    position: absolute;
    top: 50%;
    left: 8%;
    right: 8%;
    z-index: 1;
    height: 2px;
    background: var(--awa-white);
    transform: translateY(-50%);
}

.awa-onepage__play-circle {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: clamp(110px, 17.5vw, 210px);
    height: clamp(110px, 17.5vw, 210px);
    border-radius: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    background: #6b6b6b;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
    filter: brightness(1.22) contrast(1.12);
}

.awa-onepage__play-circle:nth-child(2) {
    left: 22%;
    object-position: 28% center;
}

.awa-onepage__play-circle:nth-child(3) {
    left: 50%;
    object-position: 50% center;
}

.awa-onepage__play-circle:nth-child(4) {
    left: 78%;
    object-position: 72% center;
}

.awa-onepage__play-crack {
    position: absolute;
    top: 50%;
    left: 8%;
    right: 8%;
    z-index: 3;
    height: 28px;
    transform: translateY(-50%);
    background: url("../images/web/circle-texture.jpg") center / cover no-repeat;
    mix-blend-mode: screen;
    opacity: 0.9;
    pointer-events: none;
    mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.awa-onepage__play-bottom {
    position: absolute;
    left: var(--awa-pad);
    bottom: var(--awa-pad);
    max-width: 17ch;
}

.awa-onepage__play-bottom p {
    margin: 0 0 0.3em;
    font-family: var(--awa-font-display);
    font-size: clamp(1.45rem, 2.8vw, 2.55rem);
    line-height: 1.02;
    text-transform: uppercase;
}

/* Signal */

.awa-onepage__section--signal {
    display: flex;
    align-items: flex-end;
    padding: var(--awa-pad);
    z-index: 1;
    background:
        linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.42)),
        url("../images/web/festival.jpg") center / cover no-repeat;
}

.awa-onepage__signal-copy {
    max-width: 22rem;
    margin-bottom: clamp(0.5rem, 2vh, 1rem);
}

/* Backstory */

.awa-onepage__section--backstory {
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: visible;
    background: var(--awa-white);
    z-index: 2;
}

.awa-onepage__backstory-header {
    --backstory-title-size: clamp(4.5rem, 14vw, 13.5rem);
    position: relative;
    z-index: 2;
    padding: clamp(1.25rem, 3.5vh, 2.5rem) var(--awa-pad) 0;
    background: var(--awa-white);
    flex-shrink: 0;
}

.awa-onepage__title--backstory {
    margin: 0;
    color: #111;
    font-size: var(--backstory-title-size);
    line-height: 0.88;
    letter-spacing: 0.015em;
    white-space: nowrap;
}

.awa-onepage__backstory-body {
    position: relative;
    flex: 1;
    min-height: 62vh;
    padding: clamp(2rem, 5vh, 4rem) var(--awa-pad) var(--awa-pad);
    background:
        url("../images/web/section-gradient.png") center / cover no-repeat,
        #0a0610;
}

.awa-onepage__backstory-copy {
    max-width: 38rem;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(1rem, 1.15vw, 1.35rem);
    line-height: 1.58;
}

/* Contact */

.awa-onepage__section--contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--awa-pad);
    background:
        url("../images/web/section-gradient.png") center / cover no-repeat,
        #0a0610;
}

.awa-onepage__contact {
    text-align: left;
}

.awa-onepage__contact p,
.awa-onepage__contact h2,
.awa-onepage__phone {
    margin: 0.04em 0;
    font-family: var(--awa-font-display);
    font-size: clamp(1.9rem, 4.8vw, 4.375rem);
    line-height: 1.02;
    text-transform: uppercase;
    color: var(--awa-white);
    text-decoration: none;
    letter-spacing: 0.01em;
}

.awa-onepage__serif {
    font-family: var(--awa-font-serif);
    font-style: italic;
    font-weight: 400;
    text-transform: none;
}

.awa-onepage__phone:hover,
.awa-onepage__phone:focus-visible {
    color: var(--awa-accent);
}

/* Navigation */

.awa-onepage__menu-toggle {
    position: fixed;
    top: clamp(18px, 3vw, 28px);
    right: clamp(18px, 3vw, 28px);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.awa-onepage__menu-toggle::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.38);
    z-index: -1;
}

.awa-onepage__menu-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    margin: 3.5px 0;
    border-radius: 2px;
    background-color: #ffffff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.awa-onepage.is-menu-open .awa-onepage__menu-toggle span,
body.awa-onepage-menu-open .awa-onepage__menu-toggle span {
    background-color: #ffffff !important;
    box-shadow: none;
}

.awa-onepage.is-menu-open .awa-onepage__menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.awa-onepage.is-menu-open .awa-onepage__menu-toggle span:nth-child(2),
body.awa-onepage-menu-open .awa-onepage__menu-toggle span:nth-child(2) {
    opacity: 0;
}

.awa-onepage.is-menu-open .awa-onepage__menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.awa-onepage__nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99998;
    width: var(--awa-nav-width);
    height: 100vh;
    height: 100svh;
    padding: clamp(2rem, 8vw, 4rem);
    background: rgba(5, 4, 7, 0.97);
    color: #ffffff;
    transform: translateX(100%);
    transition: transform 0.32s ease;
    overflow-y: auto;
}

.awa-onepage.is-menu-open .awa-onepage__nav,
body.awa-onepage-menu-open .awa-onepage__nav {
    transform: translateX(0);
}

.awa-onepage__nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    gap: clamp(0.35rem, 2vh, 0.85rem);
}

body.awa-onepage-page .awa-onepage__nav-list a {
    display: block;
    color: #ffffff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--awa-font-display);
    font-size: clamp(1.75rem, 5vw, 3.25rem);
    line-height: 1.05;
    transition: color 0.2s ease;
}

body.awa-onepage-page .awa-onepage__nav-list a:hover,
body.awa-onepage-page .awa-onepage__nav-list a:focus-visible,
body.awa-onepage-page .awa-onepage__nav-list a.is-active {
    color: var(--awa-accent) !important;
}

.awa-onepage__overlay {
    position: fixed;
    inset: 0;
    z-index: 99997;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.32s ease;
}

.awa-onepage.is-menu-open .awa-onepage__overlay,
body.awa-onepage-menu-open .awa-onepage__overlay {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 960px) {
    .awa-onepage__work-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        padding-top: calc(var(--awa-pad) + 48px);
    }

    .awa-onepage__work-copy {
        grid-row: 1;
    }

    .awa-onepage__work-circle {
        left: 50%;
        right: auto;
        top: 52%;
        transform: translate(-50%, -50%);
        width: min(88vw, 420px);
        margin: 0;
    }

    .awa-onepage__seam-circle::before {
        width: min(72vw, 380px);
    }

    .awa-onepage__work-footer {
        grid-row: 3;
    }

    .awa-onepage__section--themes,
    .awa-onepage__section--approach {
        grid-template-columns: 1fr;
    }

    .awa-onepage__themes-photo,
    .awa-onepage__approach-photo {
        min-height: 52vh;
    }

    .awa-onepage__section--themes::after {
        content: none;
    }

    .awa-onepage__themes-u {
        --awa-u-width: min(52vw, 320px);
        left: 50%;
        top: 0;
        height: 100%;
        transform: translateX(-50%);
    }

    .awa-onepage__title--approach {
        font-size: clamp(3rem, 12vw, 5rem);
    }

    .awa-onepage__backstory-header {
        --backstory-title-size: clamp(3.2rem, 18vw, 7rem);
        padding-top: clamp(1rem, 4vh, 2rem);
    }

    .awa-onepage__title--backstory {
        white-space: normal;
    }

    .awa-onepage__play-top {
        position: static;
        text-align: left;
        margin-bottom: 2rem;
        max-width: none;
    }

    .awa-onepage__section--play {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        gap: 2rem;
        padding-top: calc(var(--awa-pad) + 48px);
    }

    .awa-onepage__play-bottom {
        position: static;
        max-width: none;
    }

    .awa-onepage__section--backstory .awa-onepage__brand,
    .awa-onepage__section--contact .awa-onepage__brand,
    .awa-onepage__section--play .awa-onepage__brand {
        position: static;
        margin-top: 1.5rem;
        margin-left: auto;
        display: block;
    }
}

@media (max-width: 640px) {
    .awa-onepage__title--experience {
        max-width: none;
        font-size: clamp(1.85rem, 8vw, 2.45rem);
    }

    .awa-onepage__play-graphic {
        height: 190px;
    }

    .awa-onepage__play-circle {
        width: 96px;
        height: 96px;
    }

    .awa-onepage__play-circle:nth-child(2) {
        left: 20%;
    }

    .awa-onepage__play-circle:nth-child(3) {
        left: 50%;
    }

    .awa-onepage__play-circle:nth-child(4) {
        left: 80%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .awa-onepage {
        scroll-behavior: auto;
    }

    .awa-onepage__nav,
    .awa-onepage__menu-toggle span,
    .awa-onepage__overlay {
        transition: none;
    }
}
