:root {
    --ink: #f4f0e8;
    --dark: #071318;
    --panel: #f3efe5;
    --accent: #27a8c5;
    --gold: #b89a62;
    --muted: rgba(255, 255, 255, .68);
    font-family: Arial, Helvetica, sans-serif;
    color: var(--ink);
    background: #071318
}

* {
    box-sizing: border-box
}

html,
body {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

button,
input {
    font: inherit
}

.experience {
    position: relative;
    width: 100vw;
    height: 100svh;
    overflow: hidden;
    background: #0b1d23
}

.media-stage,
.scene-layers {
    position: absolute;
    inset: 0
}

.media-pending { opacity: 0; pointer-events: none; }
.scene-frame-cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.scene-loading {
    position: fixed;
    z-index: 110;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 12px 20px;
    border-radius: 24px;
    background: rgba(6, 18, 23, .8);
    color: #fff;
    font-size: 13px;
    pointer-events: none;
}

.media-stage img,
.media-stage video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.rail {
    position: absolute;
    z-index: 30;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background: rgba(4, 12, 15, .7);
    border-right: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px
}

.rail button {
    width: 60px;
    height: 60px;
    border: 0;
    border-left: 2px solid transparent;
    background: transparent;
    color: rgba(255, 255, 255, .62);
    cursor: pointer;
    font-size: 11px;
    letter-spacing: .06em
}

.rail button:hover,
.rail button.active {
    color: white;
    background: rgba(255, 255, 255, .08);
    border-left-color: var(--accent)
}

.entry {
    position: absolute;
    z-index: 12;
    inset: 0;
    display: grid;
    place-items: center right;
    text-align: right;
    /*background: radial-gradient(circle at center, transparent 0, rgba(3, 12, 16, .28) 55%, rgba(3, 12, 16, .78))*/
}

.entry[hidden] {
    display: none
}

.entry-copy {
    max-width: 720px;
    padding: 32px;
    text-align: center
}

.eyebrow {
    display: block;
    font-size: 10px;
    letter-spacing: .28em;
    text-transform: uppercase;
    margin-bottom: 18px
}

.entry h1 {
    font-family: Georgia, serif;
    font-size: clamp(48px, 7vw, 104px);
    font-weight: 400;
    line-height: .9;
    margin: 0 0 24px;
    text-transform: uppercase;
    letter-spacing: .04em
}

.entry-logo {
    display: block;
    width: min(520px, 58vw);
    max-height: 220px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto 28px
}

.entry-copy .language-switch {
    justify-content: center;
    margin-right: 0
}

.entry p {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    margin: 0 0 34px
}

.primary-button {
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50px;
    background: var(--gold);
    color: #fff;
    padding: 14px 18px 14px 22px;
    min-width: 210px;
    text-align: left;
    display: inline-flex;
    justify-content: space-between;
    gap: 28px;
    cursor: pointer;
    backdrop-filter: blur(8px);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 10px
}

.primary-button:hover {
    background: #fff;
    color: #071318
}

.primary-button.compact {
    min-width: 160px
}

.language-switch {
    margin-top: 22px;
    margin-right: 68px;
    display: flex;
    justify-content: end;
    gap: 9px;
    align-items: center;
    font-size: 10px;
    letter-spacing: .14em
}

.language-switch button {
    border: 0;
    background: none;
    color: rgba(255, 255, 255, .45);
    padding: 6px;
    cursor: pointer
}

.language-switch button.active {
    color: white;
    border-bottom: 1px solid white
}

.global-language {
    position: absolute;
    z-index: 25;
    right: 24px;
    top: 24px;
    margin: 0
}

.scene-copy {
    position: absolute;
    z-index: 20;
    left: clamp(90px, 7vw, 140px);
    bottom: 8vh;
    width: min(460px, 38vw);
    pointer-events: none
}

.scene-copy button {
    pointer-events: auto
}

.scene-copy::before {
    content: "";
    position: fixed;
    z-index: -1;
    left: 60px;
    bottom: 0;
    width: min(780px, 68vw);
    height: min(540px, 68vh);
    pointer-events: none;
    background: radial-gradient(ellipse at left bottom, rgba(3, 12, 16, .82) 0%, rgba(3, 12, 16, .58) 34%, rgba(3, 12, 16, .2) 57%, transparent 76%)
}

.scene-copy h2 {
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: clamp(34px, 4vw, 64px);
    text-transform: uppercase;
    line-height: .94;
    margin: 0 0 20px
}

.scene-copy p {
    font-size: 12px;
    line-height: 1.7;
    color: var(--muted);
    max-width: 420px
}

.scene-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 24px
}

.lot-preview {
    position: absolute;
    z-index: 35;
    right: 5vw;
    top: 50%;
    transform: translateY(-50%);
    width: 280px;
    background: rgba(7, 18, 22, .9);
    border: 1px solid rgba(255, 255, 255, .22);
    backdrop-filter: blur(18px);
    padding: 28px
}

.lot-preview.is-anchored {
    position: fixed;
    inset: auto;
    transform: none;
    position-anchor: --selected-lot-hotspot;
    position-area: right center;
    position-try-fallbacks: flip-inline, flip-block, flip-inline flip-block;
    margin: 14px
}

.lot-preview.is-js-positioned {
    position: fixed;
    right: auto;
    bottom: auto;
    transform: none;
    margin: 0
}

.lot-preview h3 {
    font-family: Georgia, serif;
    font-size: 32px;
    font-weight: 400;
    margin: 12px 0 20px
}

.lot-preview dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 0 20px
}

.lot-preview dt {
    color: var(--muted);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .12em
}

.lot-preview dd {
    margin: 6px 0;
    font-family: Georgia, serif
}

.status-pill {
    display: inline-block;
    border-radius: 100px;
    padding: 6px 10px;
    background: var(--accent);
    font-size: 8px;
    letter-spacing: .12em;
    text-transform: uppercase
}

.close-small {
    position: absolute;
    right: 8px;
    top: 8px;
    border: 0;
    background: none;
    color: white;
    font-size: 22px;
    cursor: pointer
}

.fullscreen-dialog {
    margin: 0;
    width: 100vw;
    height: 100svh;
    max-width: none;
    max-height: none;
    padding: 0;
    border: 0
}

.fullscreen-dialog::backdrop,
.lead-dialog::backdrop {
    background: rgba(0, 0, 0, .72);
    backdrop-filter: blur(8px)
}

.dialog-close {
    position: fixed;
    z-index: 90;
    right: 22px;
    top: 22px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(7, 19, 24, .28);
    background: rgba(255, 255, 255, .84);
    font-size: 28px;
    color: #071318;
    cursor: pointer
}

.dialog-close.dark {
    background: rgba(5, 14, 18, .72);
    color: #fff;
    border-color: rgba(255, 255, 255, .35)
}

.lot-dialog {
    background: var(--panel);
    color: #142126
}

.lot-grid {
    display: grid;
    grid-template-columns: 1.05fr 1.1fr 1.15fr;
    min-height: 100%
}

.lot-grid>article {
    padding: 8vh 4vw;
    border-right: 1px solid rgba(9, 30, 37, .12);
    overflow: auto
}

.lot-info {
    background: #0b1b20;
    color: white
}

.lot-info h2 {
    font-family: Georgia, serif;
    font-size: clamp(42px, 5vw, 78px);
    font-weight: 400;
    margin: 8px 0 28px
}

.lot-info>p:not(.eyebrow) {
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    line-height: 1.8
}

.lot-info dl {
    margin: 30px 0
}

.lot-info dl div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    padding: 12px 0
}

.lot-info dt {
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: .12em
}

.lot-info dd {
    font-family: Georgia, serif
}

.lot-column .eyebrow {
    color: #62747a
}

.diagram {
    min-height: 60vh;
    display: grid;
    place-items: center;
    border: 1px solid rgba(7, 20, 24, .14);
    background: linear-gradient(135deg, rgba(39, 168, 197, .08), transparent)
}

.diagram svg {
    width: 80%;
    height: auto
}

.proposals img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    margin-bottom: 16px
}

.media-dialog {
    background: #061217;
    color: #fff
}

.media-gallery-arrows { position: absolute; inset: 45% 16px auto; z-index: 4; pointer-events: none; }
.media-gallery-arrows button { position: absolute; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(6,18,23,.65); color: white; font-size: 34px; line-height: 1; cursor: pointer; pointer-events: auto; }
.media-gallery-arrows [data-media-step="-1"] { left: 0; }
.media-gallery-arrows [data-media-step="1"] { right: 0; }
.media-gallery-arrows button:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.media-gallery-arrows[hidden] { display: none; }
.media-dialog #dialog-media .gallery-outgoing { z-index: 1; pointer-events: none; }
.gallery-loading { z-index: 2; pointer-events: none; }

.media-dialog #dialog-media,
.media-dialog #dialog-media video,
.media-dialog #dialog-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.media-dialog #dialog-media .media-pending {
    opacity: 0;
    pointer-events: none
}

.media-dialog #dialog-media::after {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at left bottom, rgba(3, 10, 13, .9) 0%, rgba(3, 10, 13, .62) 28%, rgba(3, 10, 13, .18) 52%, transparent 72%)
}

.media-empty {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 30px;
    background: radial-gradient(circle at center, #18353d, #061217 70%);
    color: rgba(255, 255, 255, .65);
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase
}

.media-copy {
    position: absolute;
    z-index: 2;
    left: 8vw;
    bottom: 8vh;
    max-width: 480px
}

.media-copy h2 {
    font-family: Georgia, serif;
    font-size: clamp(32px, 3vw, 52px);
    font-weight: 400;
    margin: 0 0 18px
}

.media-copy p {
    color: rgba(255, 255, 255, .7);
    line-height: 1.7
}

.media-dialog.has-media-rail .media-copy {
    bottom: clamp(142px, 18vh, 190px)
}

.media-rail {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: max(20px, env(safe-area-inset-bottom));
    transform: translateX(-50%);
    width: min(920px, calc(100vw - 48px));
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, .45) transparent
}

.media-rail-track {
    display: flex;
    justify-content: center;
    width: max-content;
    min-width: 100%;
    gap: 10px;
    padding: 5px
}

.media-rail-item {
    position: relative;
    flex: 0 0 150px;
    height: 86px;
    overflow: hidden;
    scroll-snap-align: center;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 3px;
    padding: 0;
    background: #10252b;
    color: #fff;
    cursor: pointer;
    text-align: left
}

.media-rail-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(2, 8, 10, .88), rgba(2, 8, 10, .05) 70%)
}

.media-rail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.media-rail-item span {
    position: absolute;
    z-index: 1;
    left: 10px;
    right: 10px;
    bottom: 8px;
    overflow: hidden;
    font-size: 9px;
    letter-spacing: .08em;
    line-height: 1.25;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap
}

.media-rail-item:hover,
.media-rail-item:focus-visible,
.media-rail-item[aria-current="true"] {
    border-color: #fff;
    outline: 2px solid var(--accent);
    outline-offset: 2px
}

.media-rail-item[aria-current="true"] {
    cursor: default
}

.panorama-dialog {
    background: #061217
}

.inventory-dialog{padding:0;background:#071318;color:#fff;overflow-y:auto}.inventory-dialog>header{position:sticky;z-index:2;top:0;padding:54px clamp(24px,5vw,76px) 24px;background:rgba(7,19,24,.94);border-bottom:1px solid rgba(255,255,255,.12);backdrop-filter:blur(18px)}.inventory-dialog>header h2{margin:8px 0 4px;font:400 clamp(34px,4vw,58px)/1 var(--brand-heading,Georgia,serif)}.inventory-dialog>header>p{color:rgba(255,255,255,.6);font-size:11px}.inventory-stats{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.inventory-stats article{min-width:105px;padding:10px 14px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04)}.inventory-stats span{display:block;color:rgba(255,255,255,.55);font-size:8px;text-transform:uppercase}.inventory-stats strong{display:block;margin-top:4px;font:22px Georgia,serif}.inventory-filters{display:grid;grid-template-columns:minmax(170px,1fr) repeat(3,minmax(140px,190px));gap:9px}.inventory-filters input,.inventory-filters select{margin:0;border:1px solid rgba(255,255,255,.16);background:#10252b;color:#fff}.inventory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;padding:28px clamp(24px,5vw,76px) 70px}.inventory-card{overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#0d1d23}.inventory-card-media{display:grid;place-items:center;height:190px;background:#10252b}.inventory-card-media img{width:100%;height:100%;object-fit:cover}.inventory-card-media .inventory-brand-fallback{width:40%;height:40%;object-fit:contain;opacity:.75}.inventory-card-body{padding:18px}.inventory-card-body>div{display:flex;justify-content:space-between;align-items:center;gap:10px}.inventory-card h3{margin:0;font:24px Georgia,serif}.inventory-card dl{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0}.inventory-card dl div{min-width:0}.inventory-card dt{color:rgba(255,255,255,.48);font-size:7px;text-transform:uppercase}.inventory-card dd{margin:5px 0 0;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.inventory-card .status-pill.status-available{background:var(--brand-available,#39ad72)}.inventory-card .status-pill.status-on-hold{background:var(--brand-on-hold,#d3a84a)}.inventory-card .status-pill.status-reserved{background:var(--brand-reserved,#dd7d44)}.inventory-card .status-pill.status-sold{background:var(--brand-sold,#c9473d)}.inventory-card .status-pill.status-unavailable{background:var(--brand-unavailable,#56656a)}.inventory-view{width:100%;border:1px solid rgba(255,255,255,.35);border-radius:22px;padding:11px;background:transparent;color:#fff;cursor:pointer}.inventory-view:hover,.inventory-view:focus-visible{background:#fff;color:#071318}@media(max-width:1000px){.inventory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inventory-filters{grid-template-columns:1fr 1fr}}@media(max-width:600px){.inventory-dialog>header{padding:58px 16px 18px}.inventory-stats{display:grid;grid-template-columns:repeat(3,1fr)}.inventory-stats article{min-width:0}.inventory-filters{grid-template-columns:1fr}.inventory-grid{grid-template-columns:1fr;padding:16px 16px 90px}.inventory-card-media{height:170px}}

.inventory-empty{grid-column:1/-1;display:grid;place-items:center;min-height:280px;padding:40px;border:1px dashed rgba(255,255,255,.2);text-align:center}.inventory-empty strong{font:30px var(--brand-heading,Georgia,serif);font-weight:400}.inventory-empty p{margin:8px 0 0;color:rgba(255,255,255,.58)}

.panorama-dialog iframe {
    border: 0;
    width: 100%;
    height: 100%
}

.loading-card {
    display: grid;
    place-items: center;
    align-content: center;
    height: 100%;
    gap: 20px
}

.spinner {
    width: 48px;
    height: 48px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 1s linear infinite
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.lead-dialog {
    width: min(660px, calc(100vw - 24px));
    border: 0;
    padding: clamp(32px, 6vw, 72px);
    background: #f3efe5;
    color: #142126
}

.lead-dialog h2 {
    font-family: Georgia, serif;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 400;
    margin: 0 0 18px
}

.lead-dialog p {
    color: #5f6c70;
    line-height: 1.6
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin: 28px 0
}

.form-grid label {
    font-size: 9px;
    letter-spacing: .12em;
    text-transform: uppercase
}

.form-grid input:not([type=checkbox]) {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #aeb7b8;
    background: transparent;
    padding: 10px 2px;
    font-size: 15px;
    outline: none
}

.form-grid input:focus {
    border-color: #168ba5
}

.form-grid .consent {
    grid-column: 1/-1;
    display: flex;
    gap: 10px;
    line-height: 1.6;
    letter-spacing: .05em
}

.lead-dialog .primary-button {
    background: #071318
}

.honeypot {
    position: absolute !important;
    left: -10000px !important
}

.transition {
    position: absolute;
    z-index: 100;
    inset: 0;
    background: #061217
}

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

.transition button {
    position: absolute;
    right: 24px;
    bottom: 24px;
    border: 1px solid rgba(255, 255, 255, .5);
    background: rgba(0, 0, 0, .4);
    color: white;
    padding: 10px 18px;
    cursor: pointer
}

.scene-layers {
    z-index: 16;
    pointer-events: none
}

.runtime-layer {
    position: absolute;
    pointer-events: auto
}

.runtime-layer img,
.runtime-layer video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.runtime-layer button {
    width: 100%;
    height: 100%
}

.runtime-brand > img {
    display: block;
    object-fit: contain
}

.runtime-hotspot-layer > button {
    display: block;
    padding: 0
}

.runtime-hotspot {
    border-radius: 50%;
    border: 1px solid white;
    background: rgba(39, 168, 197, .8);
    box-shadow: 0 0 0 7px rgba(39, 168, 197, .2);
    cursor: pointer
}

.hotspot-tooltip {
    position: fixed;
    z-index: 1000;
    max-width: min(280px, calc(100vw - 16px));
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 6px;
    background: rgba(7,19,24,.96);
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    overflow-wrap: anywhere;
    pointer-events: none;
    box-shadow: 0 4px 16px rgba(0,0,0,.25)
}

.runtime-hotspot.has-icon {
    overflow: hidden;
    padding: 0;
    background: rgba(4, 14, 18, .72)
}

.runtime-hotspot.has-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 18%;
    filter: brightness(0) invert(1)
}

.runtime-hotspot.status-available {
    background: var(--brand-available, #39ad72);
    box-shadow: 0 0 0 7px color-mix(in srgb, var(--brand-available, #39ad72) 28%, transparent)
}

.runtime-hotspot.status-on-hold {
    background: var(--brand-on-hold, #d3a84a);
    box-shadow: 0 0 0 7px color-mix(in srgb, var(--brand-on-hold, #d3a84a) 28%, transparent)
}

.runtime-hotspot.status-reserved {
    background: var(--brand-reserved, #dd7d44);
    box-shadow: 0 0 0 7px color-mix(in srgb, var(--brand-reserved, #dd7d44) 28%, transparent)
}

.runtime-hotspot.status-sold {
    background: #c9473d;
    box-shadow: 0 0 0 7px rgba(201, 71, 61, .28)
}

.runtime-hotspot.status-unavailable {
    background: var(--brand-unavailable, #56656a);
    box-shadow: 0 0 0 7px color-mix(in srgb, var(--brand-unavailable, #56656a) 28%, transparent)
}

.runtime-polygon {
    fill: rgba(39, 168, 197, .24);
    stroke: #52c9df;
    stroke-width: .003;
    vector-effect: non-scaling-stroke;
    cursor: pointer
}

.runtime-polygon:hover {
    fill: rgba(39, 168, 197, .5)
}

@media(max-width:760px) {
    .rail {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 58px;
        flex-direction: row;
        justify-content: space-around;
        border-right: 0;
        border-top: 1px solid rgba(255, 255, 255, .12)
    }

    .rail button {
        height: 58px;
        flex: 1;
        width: auto;
        border-left: 0;
        border-bottom: 2px solid transparent
    }

    .rail button.active {
        border-left: 0;
        border-bottom-color: var(--accent)
    }

    .global-language {
        right: 12px;
        top: 12px
    }

    .entry-copy {
        padding: 28px
    }

    .entry h1 {
        font-size: 52px
    }

    .entry-logo {
        width: min(420px, 76vw);
        max-height: 170px
    }

    .scene-copy {
        left: 24px;
        bottom: 90px;
        width: calc(100% - 48px)
    }

    .scene-copy::before {
        left: 0;
        bottom: 58px;
        width: 100vw;
        height: min(480px, 62vh)
    }

    .scene-copy h2 {
        font-size: 40px
    }

    .lot-preview {
        left: 12px;
        right: 12px;
        top: auto;
        bottom: 70px;
        transform: none;
        width: auto
    }

    .lot-grid {
        display: block
    }

    .lot-grid>article {
        min-height: 100svh;
        padding: 80px 28px
    }

    .form-grid {
        grid-template-columns: 1fr
    }

    .lot-dialog {
        overflow: auto
    }

    .media-copy {
        left: 24px;
        bottom: 80px;
        right: 24px
    }

    .media-dialog.has-media-rail .media-copy {
        bottom: 142px
    }

    .media-copy h2 {
        margin-bottom: 8px
    }

    .media-copy p {
        display: -webkit-box;
        overflow: hidden;
        font-size: 11px;
        line-height: 1.45;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }

    .media-rail {
        bottom: max(14px, env(safe-area-inset-bottom));
        width: calc(100vw - 24px);
        scroll-snap-type: x mandatory
    }

    .media-rail-track {
        justify-content: flex-start;
        gap: 8px
    }

    .media-rail-item {
        flex-basis: 126px;
        height: 76px
    }

    .lead-dialog {
        height: 100svh;
        max-height: none;
        margin: 0;
        width: 100vw
    }

}

@media(prefers-reduced-motion:reduce) {

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important
    }

    .transition video {
        display: none
    }
}
