/* HOME */

.home-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 7rem 1.25rem 5rem;
    overflow: hidden;
    color: #fff;
    text-align: center;
    isolation: isolate;
}

.home-hero-media {
    position: absolute;
    inset: -4%;
    transform: scale(1.08);
    animation: homeHeroDrift 22s ease-in-out infinite alternate;
    z-index: 0;
}

.home-hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: 58% 28%;
    opacity: 0;
    transition: opacity 1.4s ease;
    will-change: opacity;
}

.home-hero-slide--brand {
    background-position: center 78%;
}

.home-hero-slide.is-active {
    opacity: 1;
}

.home-hero-speed {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        repeating-linear-gradient(
            -18deg,
            transparent 0,
            transparent 46px,
            rgba(255, 255, 255, 0.035) 46px,
            rgba(255, 255, 255, 0.035) 48px
        );
    mix-blend-mode: soft-light;
    animation: homeHeroSpeed 8s linear infinite;
}

.home-hero-veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse 55% 48% at 50% 48%, rgba(8, 14, 26, 0.72), transparent 70%),
        radial-gradient(ellipse 80% 60% at 50% 40%, rgba(200, 16, 46, 0.22), transparent 65%),
        linear-gradient(180deg, rgba(8, 14, 26, 0.62) 0%, rgba(8, 14, 26, 0.22) 36%, rgba(8, 14, 26, 0.88) 100%),
        linear-gradient(90deg, rgba(8, 14, 26, 0.5) 0%, transparent 30%, transparent 70%, rgba(8, 14, 26, 0.5) 100%);
}

.home-hero-track {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    z-index: 2;
    background: linear-gradient(90deg, var(--accent-red) 0%, #fff 48%, var(--primary-color) 100%);
    box-shadow: 0 0 24px rgba(200, 16, 46, 0.45);
}

.home-hero-nav {
    position: absolute;
    bottom: 1.35rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 0.35rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.88);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
    transition: color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.home-hero-nav-prev {
    left: 1.25rem;
}

.home-hero-nav-next {
    right: 1.25rem;
}

.home-hero-nav:hover {
    color: #fff;
    transform: translateY(-2px);
}

.home-hero-nav:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
}

.home-hero-content {
    position: relative;
    z-index: 2;
    width: min(960px, 100%);
    margin: 0 auto;
    padding: 0 0.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;
}

.home-hero-brand {
    margin: 0 0 0.75rem;
    animation: homeHeroRise 0.7s ease both;
}

.home-hero-brand span,
.home-hero-brand-text {
    display: inline-block;
    font-family: var(--font-body);
    font-size: clamp(0.95rem, 2vw, 1.15rem);
    font-weight: 600;
    letter-spacing: 0.28em;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
    padding-bottom: 0;
    border-bottom: 0;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.home-hero-brand,
.home-hero-title {
    overflow: visible;
}

.home-hero-title {
    font-family: var(--font-display);
    font-size: clamp(3.8rem, 12vw, 8rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 0.95;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 1.15rem;
    padding: 0.12em 0.5em;
    max-width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    animation: homeHeroRise 0.85s ease 0.08s both;
}

.home-hero-title.is-alt {
    font-size: clamp(2.2rem, 7.5vw, 5.2rem);
    white-space: normal;
}

.home-hero-title.is-stacked {
    white-space: normal;
    line-height: 0.92;
}

.home-hero-title-fast {
    display: inline-flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    max-width: 100%;
    transform: skewX(-12deg);
    transform-origin: center;
    padding: 0.08em 0.28em;
    -webkit-text-stroke: 2.5px #fff;
    paint-order: stroke fill;
    animation: homeHeroRush 1.05s cubic-bezier(0.12, 0.85, 0.2, 1) 0.08s both;
    text-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.home-hero-title.is-stacked .home-hero-title-fast {
    flex-direction: column;
    align-items: center;
    gap: 0.02em;
}

.home-hero-title-the,
.home-hero-title-bowl {
    display: inline-block;
}

.home-hero-title-the {
    margin-right: 0.28em;
}

.home-hero-title.is-stacked .home-hero-title-the {
    margin-right: 0;
    font-size: 0.78em;
    letter-spacing: 0.04em;
}

.home-hero-title.is-stacked .home-hero-title-bowl {
    letter-spacing: 0.03em;
}

.home-hero-brand.is-rush-out .home-hero-brand-text,
.home-hero-title.is-rush-out .home-hero-title-fast {
    animation: homeHeroRushOut 0.38s cubic-bezier(0.4, 0, 1, 1) both;
}

.home-hero-brand.is-rush-in .home-hero-brand-text,
.home-hero-title.is-rush-in .home-hero-title-fast {
    animation: homeHeroRushIn 0.55s cubic-bezier(0.12, 0.85, 0.2, 1) both;
}

.home-hero-lead {
    max-width: 36rem;
    font-size: clamp(1rem, 2vw, 1.15rem);
    line-height: 1.55;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 auto 1.85rem;
    animation: homeHeroRise 0.85s ease 0.16s both;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    animation: homeHeroRise 0.85s ease 0.24s both;
}

a.home-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 3.1rem;
    padding: 0.85rem 1.45rem;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none !important;
    line-height: 1;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

a.home-cta-primary {
    background: var(--primary-color);
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(28, 94, 173, 0.35);
    border: 1px solid transparent;
}

a.home-cta-primary:hover {
    background: var(--secondary-color);
    color: #fff !important;
    transform: translateY(-2px);
}

a.home-cta-ghost,
a.home-cta-live {
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(8px);
}

a.home-cta-ghost:hover,
a.home-cta-live:hover {
    background: #fff;
    color: var(--secondary-color) !important;
    transform: translateY(-2px);
}

.home-cta-live-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #ff2d4a;
    box-shadow: 0 0 0 0 rgba(255, 45, 74, 0.55);
    animation: heroLivePulse 1.6s ease-out infinite;
    flex-shrink: 0;
}

.home-cta-live-logo {
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 50%;
    object-fit: cover;
    background: rgba(255, 255, 255, 0.15);
}

.home-hero-live {
    position: relative;
    z-index: 2;
    width: auto;
    flex: 0 0 auto;
    padding: 0;
    display: inline-flex;
}

@keyframes homeHeroDrift {
    from { transform: scale(1.08) translate3d(0, 0, 0); }
    to { transform: scale(1.16) translate3d(-1.8%, -1.2%, 0); }
}

@keyframes homeHeroSpeed {
    from { background-position: 0 0; }
    to { background-position: 120px 40px; }
}

@keyframes homeHeroRise {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes homeHeroRush {
    from {
        opacity: 0;
        transform: skewX(-12deg) translateX(-110px) scaleX(1.35);
        filter: blur(6px);
        letter-spacing: 0.28em;
    }
    55% {
        opacity: 1;
        filter: blur(1px);
    }
    to {
        opacity: 1;
        transform: skewX(-12deg) translateX(0) scaleX(1);
        filter: blur(0);
        letter-spacing: -0.01em;
    }
}

@keyframes homeHeroRushOut {
    from {
        opacity: 1;
        transform: skewX(-12deg) translateX(0) scaleX(1);
        filter: blur(0);
    }
    to {
        opacity: 0;
        transform: skewX(-12deg) translateX(120%) scaleX(1.25);
        filter: blur(5px);
    }
}

@keyframes homeHeroRushIn {
    from {
        opacity: 0;
        transform: skewX(-12deg) translateX(-110%) scaleX(1.35);
        filter: blur(6px);
    }
    to {
        opacity: 1;
        transform: skewX(-12deg) translateX(0) scaleX(1);
        filter: blur(0);
    }
}

@keyframes heroLivePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 45, 74, 0.65);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 45, 74, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 45, 74, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero-media,
    .home-hero-slide,
    .home-hero-speed,
    .home-hero-brand,
    .home-hero-title,
    .home-hero-title-fast,
    .home-hero-brand-text,
    .home-hero-lead,
    .home-hero-actions,
    .home-cta-live-dot {
        animation: none !important;
        transition: none !important;
    }

    .home-hero-media,
    .home-hero-slide,
    .home-hero-speed,
    .home-hero-brand,
    .home-hero-title,
    .home-hero-lead,
    .home-hero-actions,
    .home-cta-live-dot {
        transform: none !important;
    }

    .home-hero-title-fast {
        transform: skewX(-12deg) !important;
        filter: none !important;
    }

    .home-hero-slide {
        opacity: 0;
    }

    .home-hero-slide.is-active {
        opacity: 1;
    }
}

.page-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 420px;
    margin-top: 0;
    width: 100%;
    padding: 5rem 0 2.5rem;
}

.page-hero h1 {
    font-family: var(--font-display);
    font-size: clamp(3.5rem, 10vw, 6.5rem);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.04em;
    margin-top: 0;
}

.page-hero h4 {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 600;
}

.page-hero .parent {
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    color: #fff;
}

.home-row {
    margin-top: -60px;
}

.bottom-box {
    padding: 2rem 2rem 0rem 2rem;
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, rgba(0, 209, 255, 0.07) 0%, rgba(93, 205, 246, 0.53) 100%);
}

.bottom-title {
    position: relative;
}

.bottom-title img {
    position: absolute;
    bottom: -15px;
    left: 10px;
}

.home-padding {
    margin-top: 0;
}

/* MOBILE OVERRIDES (layout shell) — continued in media query below */

/* OUR TEAM */

.profile-box {
    background: #F6F6F6;
    width: 100%;
    border-radius: 20px;
    border: 0px;
    padding: 30px;
    margin-bottom: 20px;
    position: relative;
    cursor: default;
    top: 0;
    transition: top ease 0.5s;
    display: flex;
}

.profile-box:hover {
    top: -10px;
}

.profile-box img {
    height: 150px;
    border-radius: 20px;
    margin-right: 30px;
}

.profile-box .quote {
    border-radius: 15px;
    padding: 15px;
    margin-top: 15px;
    background: #eeeeee;
}

.profile-box-small {
    padding: 15px;
    align-items: center;
}

.join-box {
    background-color: #F6F6F6;
    cursor: pointer;
    transition: 0.3s;
    border: #F6F6F6 5px solid;
    border-radius: 20px;
    box-sizing: border-box;
}

.join-box:hover {
    border: 5px solid #999999;
}

.join-box .find-out-more {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}



/* CONTACT */

.map {
    border-radius: 20px;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}

.map:hover {
    top: -10px;
}

/* ERROR */

.error-page {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: min(78vh, 720px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7rem 0 5rem;
    color: #fff;
    background:
        radial-gradient(ellipse 70% 55% at 18% 20%, rgba(28, 94, 173, 0.55), transparent 60%),
        radial-gradient(ellipse 55% 45% at 88% 80%, rgba(200, 16, 46, 0.28), transparent 55%),
        linear-gradient(165deg, #0a1220 0%, #12243d 48%, #0d1828 100%);
}

.error-page-speed {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.35;
    background: repeating-linear-gradient(
        -18deg,
        transparent 0,
        transparent 14px,
        rgba(255, 255, 255, 0.035) 14px,
        rgba(255, 255, 255, 0.035) 16px
    );
    animation: homeHeroSpeed 10s linear infinite;
}

.error-page-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--page-max);
    margin: 0 auto;
    text-align: center;
}

.error-page-kicker {
    margin: 0 0 0.85rem;
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    animation: homeHeroRise 0.7s ease both;
}

.error-page-code {
    margin: 0 0 0.35rem;
    font-family: var(--font-display);
    font-size: clamp(6rem, 22vw, 12rem);
    font-weight: 700;
    line-height: 0.85;
    letter-spacing: -0.02em;
    color: #fff;
    animation: homeHeroRise 0.85s ease 0.06s both;
}

.error-page-code-fast {
    display: inline-block;
    transform: skewX(-12deg);
    padding: 0.05em 0.2em;
    -webkit-text-stroke: 2.5px #fff;
    paint-order: stroke fill;
    text-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
    animation: homeHeroRush 1.05s cubic-bezier(0.12, 0.85, 0.2, 1) 0.08s both;
}

.error-page-headline {
    margin: 0 0 0.85rem;
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 4.5vw, 3rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    animation: homeHeroRise 0.85s ease 0.12s both;
}

.error-page-lead {
    margin: 0 auto 1.75rem;
    max-width: 34rem;
    font-size: clamp(1rem, 2vw, 1.12rem);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
    animation: homeHeroRise 0.85s ease 0.18s both;
}

.error-page-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    animation: homeHeroRise 0.85s ease 0.24s both;
}

a.home-cta-ghost-dark {
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px);
}

a.home-cta-ghost-dark:hover {
    background: #fff;
    color: var(--secondary-color) !important;
    transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
    .error-page-speed,
    .error-page-kicker,
    .error-page-code,
    .error-page-code-fast,
    .error-page-headline,
    .error-page-lead,
    .error-page-actions {
        animation: none !important;
    }

    .error-page-code-fast {
        transform: skewX(-12deg);
    }
}

@media (max-width: 575px) {
    .error-page {
        min-height: 70vh;
        padding: 6rem 0 4rem;
    }

    .error-page-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .error-page-actions .home-cta {
        width: 100%;
    }
}

/* MOBILE */

@media (max-width: 991px) {
    .site-nav-links {
        align-items: stretch;
        gap: 0.25rem;
        padding: 0.5rem 0;
    }

    .site-nav-actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        margin-top: 0.75rem;
    }

    .site-nav-actions .home-cta,
    .button-mob {
        width: 100%;
        justify-content: center;
        border-radius: 4px;
    }

    .navbar-collapse {
        background: rgba(12, 22, 38, 0.96);
        box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 1rem;
        margin-top: 0.75rem;
        position: absolute;
        left: var(--page-gutter);
        right: var(--page-gutter);
        top: 100%;
        z-index: 1100;
    }

    .site-header.is-scrolled .navbar-collapse {
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 16px 40px rgba(21, 61, 110, 0.14);
        border: 1px solid rgba(28, 94, 173, 0.12);
    }

    .site-footer-inner {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .home-hero {
        min-height: 100vh;
        padding: 5.5rem 1rem 4rem;
    }

    .home-hero-title {
        font-size: clamp(2.4rem, 11vw, 4.2rem);
        white-space: normal;
        padding-inline: 0.35em;
    }

    .home-hero-title.is-alt {
        font-size: clamp(1.85rem, 9vw, 3.2rem);
    }

    .home-hero-title-fast {
        -webkit-text-stroke: 2px #fff;
        padding-inline: 0.2em;
    }

    .home-hero-nav {
        bottom: 1.1rem;
        font-size: 1.7rem;
    }

    .home-hero-nav-prev {
        left: 0.85rem;
    }

    .home-hero-nav-next {
        right: 0.85rem;
    }

    .home-hero-actions {
        width: 100%;
    }

    .home-cta,
    a.home-cta-live {
        width: auto;
        min-width: 0;
    }

    .home-hero-content {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .copyright-inner {
        display: block;
    }

    .copyright .copyright-text,
    .copyright p {
        margin-bottom: 0.55rem;
    }

    .footer {
        display: block;
    }

    .footer img {
        margin-bottom: 10px;
    }

    .hero-text {
        padding-left: 5% !important;
        width: 85%;
    }

    .profile-box {
        display: block;
    }

    .profile-box img {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .page-padding {
        padding-left: var(--page-gutter);
        padding-right: var(--page-gutter);
    }

    .site-footer {
        margin: 0;
    }

    .bottom-box {
        display: block;
    }

    .bottom-box img {
        width: 100%;
        margin-top: 50px;
    }

    .desktop-only {
        display: none;
    }

    .brand-logos {
        width: 54px;
        height: 48px;
    }

    .site-header.is-scrolled .brand-logos {
        width: 118px;
        height: 48px;
    }

    .site-nav-inner {
        min-height: 48px;
    }

    .header-img--light {
        height: 40px;
    }

    .header-img--combo {
        height: 44px;
    }

    .site-header.is-scrolled .header-img--light {
        transform: translate(48px, -50%);
    }
}

/* SITE TOASTS */

.site-notif {
    position: fixed;
    top: max(1rem, env(safe-area-inset-top, 0px));
    right: max(1rem, env(safe-area-inset-right, 0px));
    left: auto;
    transform: none;
    z-index: 10000;
    width: min(22rem, calc(100vw - 2rem));
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    pointer-events: none;
}

.site-toast {
    pointer-events: auto;
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: start;
    gap: 0.75rem;
    padding: 0.9rem 0.95rem 1rem;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(10, 18, 32, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 16px 40px rgba(8, 14, 26, 0.35);
    color: #fff;
    opacity: 0;
    transform: translateY(-0.75rem) scale(0.98);
    transition: opacity 0.28s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-toast.is-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.site-toast.is-out {
    opacity: 0;
    transform: translateY(-0.5rem) scale(0.98);
}

.site-toast::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: currentColor;
}

.site-toast--success {
    color: #7dffc8;
}

.site-toast--warning {
    color: #ffc857;
}

.site-toast--danger {
    color: #ff7b72;
}

.site-toast-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.05rem;
    font-size: 1.15rem;
    line-height: 1;
}

.site-toast-body {
    min-width: 0;
    color: #fff;
}

.site-toast-label {
    margin: 0 0 0.15rem;
    font-family: var(--font-body);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: inherit;
    opacity: 0.9;
}

.site-toast-text {
    margin: 0;
    font-family: var(--font-body);
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
    word-break: break-word;
}

.site-toast-close {
    appearance: none;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.55);
    width: 1.6rem;
    height: 1.6rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.site-toast-close:hover,
.site-toast-close:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    outline: none;
}

.site-toast-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: currentColor;
    opacity: 0.55;
    transform-origin: left center;
    animation: siteToastProgress 5s linear forwards;
}

@keyframes siteToastProgress {
    from { transform: scaleX(1); }
    to { transform: scaleX(0); }
}

@media (max-width: 575px) {
    .site-notif {
        top: max(0.75rem, env(safe-area-inset-top, 0px));
        right: max(0.75rem, env(safe-area-inset-right, 0px));
        left: max(0.75rem, env(safe-area-inset-left, 0px));
        width: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-toast,
    .site-toast-progress {
        animation: none;
        transition: none;
    }

    .site-toast {
        opacity: 1;
        transform: none;
    }
}
