:root {
    --bg: #f0f0f0;
    --ink: #0a0a0a;
    --muted: #5c5c5c;
    --dark: #0a0a0a;
    --cream: #fafafa;
    --gray-light: #e8e8e8;
    --gray-mid: #a3a3a3;
    --gray-dark: #2a2a2a;
    --accent: #1a1a1a;
    --eventi: #e9ecef;
    --panel-bg: #e9ecef;
    --section-light: #f8f9fa;
    --glow-light: rgba(255, 255, 255, 0.12);
    --glow-mid: rgba(255, 255, 255, 0.06);
    --circle-size: min(30vw, 140px);
    --radius: 32px;
    --shadow: 0 22px 70px rgba(0, 0, 0, 0.18);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

.block {
    min-height: 44vh;
    padding: 68px max(24px, calc((100vw - 1120px) / 2)) 48px;
}

.block-dark {
    background: #212529;
    color: #fff;
}

.block-light {
    min-height: 34vh;
    background: var(--section-light);
}

.splash {
    position: relative;
    width: 100%;
    min-height: calc(var(--circle-size) + 48px);
    overflow: visible;
    padding: 16px 24px 24px;
    background: #212529;
}

.splash .glow {
    display: none;
}

.splash.block {
    min-height: calc(var(--circle-size) + 48px);
    padding: 16px 24px 24px;
}

.content-blocks {
    scroll-margin-top: 0;
}

[hidden] {
    display: none !important;
}

.ambient {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    animation: drift 14s ease-in-out infinite alternate;
}

.glow-one {
    top: 12%;
    left: 10%;
    width: 42vw;
    height: 42vw;
    background: var(--glow-light);
}

.glow-two {
    right: 8%;
    bottom: 10%;
    width: 38vw;
    height: 38vw;
    background: var(--glow-mid);
    animation-delay: -4s;
}

.social-bar {
    position: absolute;
    top: 50%;
    right: 48px;
    left: auto;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    transform: translateY(-50%);
}

.social-bar a {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transition: background 0.2s ease, transform 0.2s ease;
}

.social-bar a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.social-bar img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.logo-orbit {
    position: absolute;
    top: 50%;
    left: 48px;
    z-index: 2;
    display: grid;
    place-items: center;
    padding: 12px;
    transform: translateY(-50%);
}

.ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 6s ease-in-out infinite;
    pointer-events: none;
}

.ring-one {
    width: calc(var(--circle-size) + 40px);
    height: calc(var(--circle-size) + 40px);
}

.ring-two {
    width: calc(var(--circle-size) + 72px);
    height: calc(var(--circle-size) + 72px);
    animation-delay: -2s;
    opacity: 0.5;
}

.filter-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: flex;
    width: max-content;
    max-width: calc(100% - var(--circle-size) - 80px);
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    transform: translate(-50%, -50%);
}

.filter-btn {
    min-height: 42px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: #fff;
    color: var(--ink);
    font-family: inherit;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.filter-btn:hover {
    transform: translateY(-1px);
}

.filter-btn.is-active {
    border-color: var(--dark);
    background: var(--dark);
    color: #fff;
}

.filter-btn[data-filter="lavora-con-noi"] {
    border-color: #890620;
    background: #890620;
    color: #fff;
}

.filter-btn[data-filter="lavora-con-noi"].is-active {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

#lavora-con-noi.split-block {
    padding: 0;
}

#lavora-con-noi .visual-panel-lavora {
    min-height: 38vh;
    padding: 0;
    background: var(--gray-light);
    overflow: hidden;
}

#lavora-con-noi .visual-panel-lavora img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
}

#lavora-con-noi .content-panel-lavora {
    min-height: 38vh;
    background: #890620;
    color: #fff;
}

#lavora-con-noi .content-panel-lavora .eyebrow,
#lavora-con-noi .content-panel-lavora p {
    color: rgba(255, 255, 255, 0.85);
}

#lavora-con-noi .content-panel-lavora h2 {
    color: #fff;
}

.logo-circle {
    display: grid;
    width: var(--circle-size);
    height: var(--circle-size);
    place-items: center;
    padding: 18%;
    border-radius: 50%;
    background: #fff;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.5),
        0 28px 90px rgba(0, 0, 0, 0.45),
        0 0 120px rgba(255, 255, 255, 0.08);
    animation: rise 1.1s cubic-bezier(0.22, 1, 0.36, 1) both, float 5s ease-in-out infinite;
}

.logo-circle img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--gray-dark);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h2 {
    max-width: 760px;
    margin-bottom: 16px;
    font-size: clamp(2rem, 4vw, 3.5rem);
    letter-spacing: -0.075em;
    line-height: 0.95;
}

h3 {
    margin-bottom: 12px;
    font-size: 1.45rem;
    letter-spacing: -0.05em;
}

p {
    color: var(--muted);
    font-size: clamp(0.95rem, 1.35vw, 1.05rem);
    line-height: 1.6;
}

.block-dark p {
    color: rgba(255, 255, 255, 0.72);
}

.block-dark .eyebrow {
    color: rgba(255, 255, 255, 0.55);
}

.button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 999px;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-primary {
    background: #fff;
    color: var(--dark);
    box-shadow: 0 18px 38px rgba(255, 255, 255, 0.14);
}

.split-block {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding: 0;
}

.split-block-reverse {
    background: #fff;
}

.visual-panel,
.content-panel {
    min-height: 38vh;
    padding: 52px max(24px, calc((100vw - 1120px) / 2)) 52px 42px;
}

.content-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--panel-bg);
}

.content-panel-link {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.35s ease;
}

.content-panel-link::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(125deg, rgba(255, 255, 255, 0.7) 0%, transparent 55%);
    opacity: 0;
    transition: opacity 0.45s ease;
    content: "";
    pointer-events: none;
}

.content-panel-link::after {
    position: absolute;
    right: 42px;
    bottom: 52px;
    color: var(--ink);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(10px);
    transition:
        opacity 0.35s ease,
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    content: "Scopri di più";
    pointer-events: none;
}

.content-panel-link:hover {
    background: #f1f3f5;
    transform: translateY(-6px);
    box-shadow:
        0 24px 48px rgba(0, 0, 0, 0.1),
        0 8px 20px rgba(0, 0, 0, 0.05);
}

.content-panel-link:hover::before {
    opacity: 1;
}

.content-panel-link:hover::after {
    opacity: 1;
    transform: translateY(0);
}

.content-panel-link h2 {
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.content-panel-link:hover h2 {
    transform: translateX(8px);
}

.content-panel-link:focus-visible {
    outline: 2px solid var(--ink);
    outline-offset: -4px;
}

.split-block-reverse .content-panel {
    padding-left: max(24px, calc((100vw - 1120px) / 2));
    padding-right: 42px;
}

.visual-panel {
    position: relative;
    display: grid;
    overflow: hidden;
    place-items: center;
}

.visual-panel-light {
    background:
        linear-gradient(135deg, rgba(0, 0, 0, 0.06) 25%, transparent 25%) 0 0 / 64px 64px,
        var(--gray-light);
}

#vision .visual-panel-eventi,
#method .visual-panel-ritiro,
#sumup-store .visual-panel-sumup {
    min-height: 38vh;
    padding: 0;
    background: var(--gray-light);
    overflow: hidden;
}

#sumup-store .visual-panel-sumup img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

#vision .eventi-carousel,
#method .ritiro-carousel {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    border-radius: 0;
}

.eventi-carousel img,
.ritiro-carousel img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0;
    transition: opacity 0.9s ease;
}

.eventi-carousel img.is-active,
.ritiro-carousel img.is-active {
    opacity: 1;
}

#vision .content-panel {
    background: var(--eventi);
}

#vision .content-panel.content-panel-link:hover,
.eventi-list-item .content-panel.content-panel-link:hover {
    background: #f1f3f5;
}

.eventi-list-item--past .content-panel.content-panel-link:hover {
    background: #e2e6ea;
}

#vision .content-panel:not(.content-panel-link),
.eventi-list-item .content-panel:not(.content-panel-link) {
    cursor: default;
}

.eventi-list-page {
    padding: 0;
    background: var(--section-light);
}

.eventi-list-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.eventi-list-item {
    width: 100%;
    overflow: hidden;
}

.eventi-list-item .visual-panel-eventi {
    min-height: 38vh;
    padding: 0;
    background: var(--gray-light);
    overflow: hidden;
}

.eventi-list-item .visual-panel-eventi img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.eventi-list-item .content-panel {
    min-height: 38vh;
    background: var(--eventi);
}

.eventi-list-item--past .content-panel {
    background: #d6d8db;
    color: #495057;
}

.eventi-list-item--past .eyebrow,
.eventi-list-item--past h2,
.eventi-list-item--past p {
    color: #495057;
}

.eventi-list-date {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 700;
}

.eventi-list-empty .content-panel {
    background: var(--eventi);
}

.eventi-side {
    display: flex;
    min-height: 38vh;
    flex-direction: column;
    background: var(--eventi);
}

.eventi-side .content-panel {
    flex: 1;
    min-height: 0;
}

#vision .eventi-controls {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0 42px 24px;
    background: var(--eventi);
}

.eventi-controls-btn {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    background: #fff;
    color: var(--ink);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.eventi-controls-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.eventi-controls-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.eventi-controls-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.18);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.eventi-controls-dot.is-active {
    background: var(--ink);
    transform: scale(1.15);
}

#method .content-panel {
    background: var(--panel-bg);
}

#method .content-panel p,
#method .content-panel .check-list li {
    color: rgba(10, 10, 10, 0.78);
}

.visual-panel-gray {
    background:
        radial-gradient(circle at 24% 22%, rgba(255, 255, 255, 0.7), transparent 18%),
        #d4d4d4;
}

.orb {
    position: absolute;
    border-radius: 50%;
    box-shadow: var(--shadow);
}

.orb-one {
    width: 150px;
    height: 150px;
    background: var(--gray-dark);
}

.orb-two {
    right: 18%;
    bottom: 22%;
    width: 92px;
    height: 92px;
    background: #fff;
    opacity: 0.86;
}

.floating-label {
    position: relative;
    z-index: 1;
    padding: 14px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    font-weight: 900;
    letter-spacing: -0.05em;
    box-shadow: var(--shadow);
}

.section-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

.services,
.recensioni {
    padding: 0;
    background: transparent;
}

#services .section-heading.content-panel-link,
#recensioni .section-heading.content-panel-link {
    display: flex;
    width: 100%;
    max-width: none;
    min-height: 34vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 68px max(24px, calc((100vw - 1120px) / 2)) 48px;
    background: var(--section-light);
    text-align: center;
}

.services .section-heading,
.recensioni .section-heading {
    margin-bottom: 0;
}

.services .section-heading h2,
.services .section-heading p,
.recensioni .section-heading h2,
.recensioni .section-heading p {
    margin-left: auto;
    margin-right: auto;
}

.services .section-heading p,
.recensioni .section-heading p {
    max-width: 680px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.service-card {
    min-height: 190px;
    padding: 22px;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

.service-card span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 50%;
    background: #fff;
    color: #050505;
    font-weight: 800;
}

.service-card h3 {
    color: #fff;
}

.service-card p {
    color: rgba(255, 255, 255, 0.72);
}

.pattern-card {
    display: grid;
    width: min(240px, 60vw);
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    transform: rotate(-6deg);
}

.pattern-card span {
    aspect-ratio: 1;
    border-radius: 28px;
    background:
        radial-gradient(circle at 34% 34%, var(--gray-dark) 0 16%, transparent 17%),
        radial-gradient(circle at 66% 66%, var(--gray-mid) 0 16%, transparent 17%),
        #fff;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
}

.check-list {
    display: grid;
    gap: 14px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 34px;
    color: var(--muted);
    font-weight: 700;
}

.check-list li::before {
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--dark);
    color: #fff;
    content: "+";
    font-size: 0.8rem;
    line-height: 22px;
    text-align: center;
}

.marketplace-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--section-light);
}

.marketplace-block h2 {
    max-width: 680px;
}

.marketplace-block.block {
    padding-left: 12px;
    padding-right: 12px;
}

.marketplace-links {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: min(100%, calc(100vw - 24px));
    max-width: none;
    gap: 12px;
    margin-top: 24px;
}

.marketplace-banner {
    display: block;
    grid-column: span 2;
    aspect-ratio: 3000 / 600;
    overflow: hidden;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    line-height: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.marketplace-banner:nth-child(4) {
    grid-column: 2 / span 2;
}

.marketplace-banner:nth-child(5) {
    grid-column: 4 / span 2;
}

.marketplace-banner:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

.marketplace-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.marketplace-banner--card-trader {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.marketplace-banner--card-trader img {
    width: 68%;
    height: auto;
    max-height: 58%;
    object-fit: contain;
    transform: none;
}

.marketplace-link {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.marketplace-link:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 0, 0, 0.18);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

.marketplace-link:nth-child(even) {
    flex-direction: row-reverse;
}

.marketplace-link:nth-child(even) .marketplace-label {
    text-align: right;
}

.marketplace-logo {
    display: grid;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    place-items: center;
}

.marketplace-logo svg {
    width: 100%;
    height: 100%;
}

.marketplace-label {
    flex: 1;
    color: var(--ink);
    font-size: clamp(0.74rem, 1.35vw, 0.84rem);
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.35;
    text-transform: uppercase;
}

.contact {
    display: flex;
    min-height: 36vh;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.contact p {
    max-width: 650px;
}

.site-footer {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 24px max(24px, calc((100vw - 1120px) / 2));
    background: var(--dark);
    color: rgba(255, 255, 255, 0.72);
    font-weight: 700;
}

.site-footer-links {
    display: flex;
    align-items: center;
    gap: 18px;
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(24px) scale(0.94);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

@keyframes pulse {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.45;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.04);
        opacity: 0.75;
    }
}

@keyframes drift {
    from {
        transform: translate(0, 0) scale(1);
    }

    to {
        transform: translate(24px, -18px) scale(1.08);
    }
}

@media (max-width: 860px) {
    .eventi-list-container {
        gap: 20px;
    }

    .eventi-list-item {
        grid-template-columns: 1fr;
    }

    .eventi-list-item .visual-panel-eventi,
    .eventi-list-item .content-panel {
        min-height: 36vh;
        padding: 40px 24px;
    }

    .eventi-list-item .visual-panel-eventi {
        padding: 0;
    }

    .marketplace-links {
        grid-template-columns: repeat(2, 1fr);
    }

    .marketplace-banner,
    .marketplace-banner:nth-child(4),
    .marketplace-banner:nth-child(5) {
        grid-column: span 1;
    }

    .split-block,
    .contact {
        grid-template-columns: 1fr;
    }

    .block {
        min-height: auto;
        padding-top: 76px;
        padding-bottom: 42px;
    }

    .splash,
    .splash.block {
        min-height: calc(var(--circle-size) + 100px);
        padding: 12px 16px 20px;
    }

    .social-bar {
        top: auto;
        bottom: 12px;
        right: 28px;
        left: auto;
        gap: 8px;
        transform: none;
    }

    .social-bar a {
        width: 40px;
        height: 40px;
    }

    .social-bar img {
        width: 24px;
        height: 24px;
    }

    .logo-orbit {
        top: 12px;
        left: 28px;
        transform: none;
    }

    .filter-bar {
        top: auto;
        bottom: 12px;
        left: 50%;
        width: 100%;
        max-width: none;
        transform: translateX(-50%);
    }

    .visual-panel,
    .content-panel,
    .split-block-reverse .content-panel {
        min-height: 30vh;
        padding: 40px 24px;
    }

    .content-panel-link::after {
        right: 24px;
        bottom: 40px;
    }

    #services .section-heading.content-panel-link,
    #recensioni .section-heading.content-panel-link {
        min-height: auto;
        padding: 76px 24px 42px;
    }

    #vision .visual-panel-eventi,
    #method .visual-panel-ritiro,
    #sumup-store .visual-panel-sumup,
    #lavora-con-noi .visual-panel-lavora {
        min-height: 36vh;
        padding: 0;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: auto;
    }

    .service-card span {
        margin-bottom: 20px;
    }

    .contact {
        display: grid;
        align-items: start;
    }
}

@media (max-width: 560px) {
    h2 {
        font-size: clamp(2rem, 11vw, 3.2rem);
    }

    .marketplace-links {
        grid-template-columns: 1fr;
    }

    .marketplace-link,
    .marketplace-link:nth-child(even) {
        flex-direction: column;
        border-radius: 0;
        padding: 18px 16px;
        text-align: center;
    }

    .marketplace-link:nth-child(even) .marketplace-label {
        text-align: center;
    }

    .button {
        width: 100%;
    }

    .site-footer {
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .glow,
    .ring,
    .logo-orbit,
    .logo-circle,
    .reveal,
    .content-panel-link,
    .content-panel-link h2,
    .content-panel-link::before,
    .content-panel-link::after {
        animation: none;
        transition: none;
    }

    .reveal,
    .content-panel-link:hover {
        opacity: 1;
        transform: none;
    }

    .content-panel-link::after,
    .content-panel-link:hover::after {
        opacity: 1;
        transform: none;
    }
}
