:root {
    --paideia-black: #a94f19;
    --paideia-charcoal: #78340f;
    --paideia-card: #b85d22;
    --paideia-card-soft: rgba(255, 244, 214, 0.16);
    --paideia-green: #42501f;
    --paideia-green-bright: #ffe08a;
    --paideia-cream: #fff4dd;
    --paideia-muted: #f4d9b2;
    --paideia-line: rgba(255, 244, 221, 0.24);
    --paideia-shadow: 0 24px 70px rgba(93, 36, 5, 0.34);
    --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-serif: Georgia, "Times New Roman", serif;
    --radius-lg: 28px;
    --radius-md: 18px;
    --wrap: 1180px;
}
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--paideia-cream);
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 224, 138, 0.34), transparent 34rem),
        radial-gradient(circle at 92% 12%, rgba(66, 80, 31, 0.26), transparent 30rem),
        linear-gradient(160deg, #b85b1d 0%, #a94f19 46%, #833914 100%);
    font-family: var(--font-sans);
    font-size: 18px;
    line-height: 1.65;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(rgba(255, 244, 221, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 244, 221, 0.045) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.1));
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

p {
    margin: 0 0 1.1rem;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    line-height: 1.05;
    letter-spacing: -0.035em;
}

h1 {
    font-size: clamp(3rem, 6.7vw, 6.7rem);
    max-width: 820px;
}

h2 {
    font-size: clamp(2.2rem, 4.5vw, 4.8rem);
}

h3 {
    font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.wrap {
    width: min(calc(100% - 2rem), var(--wrap));
    margin-inline: auto;
}

.narrow {
    max-width: 820px;
}

.section {
    padding: clamp(2.4rem, 4.6vw, 4.8rem) 0;
}

.intro-section {
    padding-bottom: clamp(1.4rem, 2.8vw, 3rem);
}

.projects-section {
    padding-top: clamp(1.4rem, 2.8vw, 3rem);
    padding-bottom: clamp(2.2rem, 4vw, 4.2rem);
}

.manifesto-section {
    padding-top: clamp(1.6rem, 3vw, 3.4rem);
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.screen-reader-text:focus {
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 9999;
    width: auto;
    height: auto;
    padding: 0.75rem 1rem;
    clip: auto;
    background: var(--paideia-cream);
    color: var(--paideia-black);
    border-radius: 0.6rem;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid var(--paideia-line);
    background: rgba(121, 52, 15, 0.82);
    backdrop-filter: blur(18px);
}

.site-header__inner {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--paideia-cream);
    text-decoration: none;
}

.site-brand__logo {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.site-brand__text {
    display: grid;
    line-height: 1.05;
}

.site-brand__kicker {
    color: var(--paideia-muted);
    font-size: 0.73rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.site-brand__name {
    color: var(--paideia-green-bright);
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.primary-navigation .menu,
.ucp-fallback-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: clamp(0.7rem, 2vw, 1.4rem);
}

.primary-navigation a {
    color: var(--paideia-muted);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 700;
    transition: color 180ms ease, opacity 180ms ease;
}

.primary-navigation a:hover,
.primary-navigation a:focus {
    color: var(--paideia-cream);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--paideia-line);
    border-radius: 999px;
    background: rgba(255, 244, 221, 0.12);
    color: var(--paideia-cream);
    cursor: pointer;
}

.nav-toggle span:not(.screen-reader-text) {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: currentColor;
}

.hero-section {
    position: relative;
    min-height: calc(100vh - 86px);
    display: grid;
    align-items: center;
    overflow: hidden;
    padding: clamp(4rem, 8vw, 8rem) 0;
}

.hero-section__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.88fr);
    gap: clamp(2rem, 5vw, 6rem);
    align-items: center;
}

.hero-section__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.hero-section__lead {
    max-width: 640px;
    color: var(--paideia-muted);
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    margin-top: 1.6rem;
}

.eyebrow {
    color: var(--paideia-green-bright);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 800;
    font-size: 0.78rem;
    margin-bottom: 1rem;
}

.hero-section__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2.1rem;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.85rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    line-height: 1.1;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button--primary {
    background: var(--paideia-green-bright);
    color: var(--paideia-black);
}

.button--secondary {
    background: rgba(255, 244, 221, 0.13);
    border-color: var(--paideia-line);
    color: var(--paideia-cream);
}

.hero-section__visual {
    position: relative;
    min-height: 560px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: clamp(1.25rem, 3vw, 2.6rem);
}



.hero-logo {
    position: relative;
    z-index: 1;
    width: min(100%, 390px);
    opacity: 0.96;
    padding: 0;
    filter: drop-shadow(0 26px 44px rgba(93,36,5,0.28));
}

.hero-extra-image {
    position: relative;
    z-index: 1;
    display: block;
    width: min(82%, 380px);
    max-height: 420px;
    object-fit: contain;
    border-radius: 14px;
    box-shadow: 0 24px 60px rgba(93,36,5,0.26);
}

.hero-shorts-video {
    position: relative;
    z-index: 1;
    width: min(72%, 330px);
    aspect-ratio: 9 / 16;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(95, 37, 8, 0.34);
    border: 1px solid rgba(255, 244, 221, 0.28);
    box-shadow: 0 28px 72px rgba(93,36,5,0.28);
}

.hero-shorts-video iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.hero-section__glow {
    position: absolute;
    width: 60vw;
    aspect-ratio: 1;
    right: -18vw;
    top: 4vw;
    background: radial-gradient(circle, rgba(255, 224, 138, 0.26), transparent 62%);
    filter: blur(10px);
    pointer-events: none;
}

.intro-section__inner {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: clamp(1.5rem, 5vw, 5rem);
    align-items: start;
    padding: clamp(1.8rem, 4vw, 3.4rem);
    border: 1px solid var(--paideia-line);
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, rgba(255,244,221,0.16), rgba(255,244,221,0.07));
    box-shadow: var(--paideia-shadow);
}

.intro-section__inner p:last-child {
    color: var(--paideia-muted);
    font-size: clamp(1.1rem, 2vw, 1.4rem);
}

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

.section-heading > p:not(.eyebrow) {
    color: var(--paideia-muted);
    font-size: 1.15rem;
    margin-top: 1rem;
}

.section-heading--row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    max-width: none;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.project-card {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    padding: clamp(1.25rem, 2.4vw, 2rem);
    border: 1px solid var(--paideia-line);
    border-radius: var(--radius-md);
    background:
        radial-gradient(circle at top right, rgba(255, 224, 138, 0.18), transparent 42%),
        rgba(255, 244, 221, 0.12);
    box-shadow: 0 20px 55px rgba(93, 36, 5, 0.22);
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.project-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 224, 138, 0.62);
    background:
        radial-gradient(circle at top right, rgba(255, 224, 138, 0.28), transparent 42%),
        rgba(255, 244, 221, 0.16);
}

.project-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: auto;
}

.project-card__label,
.project-card__status {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0.35rem 0.75rem;
    border: 1px solid var(--paideia-line);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.project-card__label {
    color: var(--paideia-muted);
}

.project-card__status {
    color: var(--paideia-black);
    background: var(--paideia-green-bright);
    border-color: transparent;
}

.project-card.is-coming .project-card__status {
    color: var(--paideia-cream);
    background: rgba(255, 244, 221, 0.16);
    border-color: var(--paideia-line);
}

.project-card h3 {
    margin-top: 3rem;
}

.project-card p {
    color: var(--paideia-muted);
    margin: 1rem 0 1.5rem;
}

.project-card__link {
    margin-top: auto;
    color: var(--paideia-green-bright);
    text-decoration: none;
    font-weight: 900;
}

.project-card__link span {
    transition: transform 180ms ease;
    display: inline-block;
}

.project-card__link:hover span {
    transform: translateX(4px);
}

.project-card__link--muted {
    color: var(--paideia-muted);
}

.manifesto-card,
.contact-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(1.5rem, 5vw, 4rem);
    padding: clamp(2rem, 5vw, 4rem);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(135deg, rgba(66, 80, 31, 0.38), rgba(255, 224, 138, 0.14)),
        var(--paideia-charcoal);
    border: 1px solid rgba(255, 224, 138, 0.38);
    box-shadow: var(--paideia-shadow);
}

.manifesto-card p,
.contact-card p {
    color: var(--paideia-muted);
    font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.news-grid,
.content-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.news-card {
    padding: 1.5rem;
    border-radius: var(--radius-md);
    border: 1px solid var(--paideia-line);
    background: rgba(255, 244, 221, 0.12);
}

.news-card time {
    display: block;
    color: var(--paideia-green-bright);
    font-size: 0.86rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.news-card h2,
.news-card h3 {
    font-size: 1.45rem;
    margin-bottom: 0.85rem;
}

.news-card h2 a,
.news-card h3 a {
    color: var(--paideia-cream);
    text-decoration: none;
}

.news-card h2 a:hover,
.news-card h3 a:hover {
    color: var(--paideia-green-bright);
}

.news-card p {
    color: var(--paideia-muted);
}

.news-card__image {
    display: block;
    margin: -1.5rem -1.5rem 1.25rem;
    overflow: hidden;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
}

.news-card__image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.text-link {
    color: var(--paideia-green-bright);
    font-weight: 900;
    text-decoration: none;
}

.text-link:hover,
.text-link:focus {
    text-decoration: underline;
}

.empty-news {
    padding: 2rem;
    border: 1px dashed rgba(255, 244, 221, 0.34);
    border-radius: var(--radius-md);
    color: var(--paideia-muted);
    background: rgba(255, 244, 221, 0.08);
}

.contact-card {
    grid-template-columns: 1.25fr auto;
}

.site-footer {
    padding: 4rem 0 2rem;
    border-top: 1px solid var(--paideia-line);
    background: rgba(95, 37, 8, 0.24);
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.7fr 0.7fr;
    gap: 2rem;
}

.site-footer__logo {
    width: 120px;
    height: 120px;
    object-fit: contain;
    opacity: 0.9;
}

.site-footer h2 {
    font-size: 1rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--paideia-green-bright);
    margin-bottom: 1rem;
}

.site-footer p,
.site-footer a {
    color: var(--paideia-muted);
}

.site-footer a {
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--paideia-cream);
}

.footer-menu,
.site-footer .menu,
.site-footer .ucp-fallback-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.5rem;
}

.site-footer__bottom {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--paideia-line);
    font-size: 0.9rem;
}

.page-hero {
    padding: clamp(5rem, 9vw, 8rem) 0 clamp(3rem, 6vw, 5rem);
    border-bottom: 1px solid var(--paideia-line);
}

.page-hero p {
    color: var(--paideia-muted);
    max-width: 720px;
    font-size: 1.15rem;
}

.page-hero--center {
    min-height: 70vh;
    display: grid;
    place-items: center;
    text-align: center;
}

.single-content {
    color: var(--paideia-cream);
}

.single-content .wrap > * + * {
    margin-top: 1.2rem;
}

.single-content p,
.single-content li {
    color: #fff0d0;
}

.single-content a {
    color: var(--paideia-green-bright);
    font-weight: 700;
}

.single-content blockquote {
    margin: 2rem 0;
    padding: 1.3rem 1.5rem;
    border-left: 4px solid var(--paideia-green-bright);
    background: rgba(255, 244, 221, 0.12);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.featured-image {
    margin: 0 0 2rem;
    overflow: hidden;
    border-radius: var(--radius-lg);
    border: 1px solid var(--paideia-line);
}

.featured-image img {
    display: block;
    width: 100%;
}

.pagination-wrap {
    grid-column: 1 / -1;
    margin-top: 2rem;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.nav-links a,
.nav-links span {
    display: inline-flex;
    min-width: 42px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    border: 1px solid var(--paideia-line);
    text-decoration: none;
}

.nav-links .current {
    color: var(--paideia-black);
    background: var(--paideia-green-bright);
    border-color: transparent;
    font-weight: 900;
}

.search-form {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.search-field {
    min-height: 48px;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid var(--paideia-line);
    color: var(--paideia-cream);
    background: rgba(255, 244, 221, 0.12);
}

.search-submit {
    min-height: 48px;
    border: 0;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: var(--paideia-green-bright);
    color: var(--paideia-black);
    font-weight: 900;
    cursor: pointer;
}

@media (max-width: 980px) {
    h1 {
        font-size: clamp(2.75rem, 11vw, 5.4rem);
        max-width: 100%;
    }

    .hero-section__inner {
        grid-template-columns: 1fr;
        grid-template-areas:
            "logo"
            "content"
            "photo";
        gap: 2rem;
    }

    .hero-section__content {
        grid-area: content;
        max-width: 720px;
    }

    .hero-section__visual {
        display: contents;
        min-height: auto;
    }

    .hero-logo {
        grid-area: logo;
        justify-self: center;
        width: min(76vw, 320px);
        padding: 0;
    }

    .hero-extra-image,
    .hero-shorts-video {
        grid-area: photo;
        justify-self: center;
        width: min(74vw, 330px);
        max-height: 420px;
    }

    .intro-section__inner,
    .manifesto-card,
    .contact-card,
    .site-footer__grid {
        grid-template-columns: 1fr;
    }

    .projects-grid,
    .news-grid,
    .content-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    body {
        font-size: 16px;
    }

    .site-header__inner {
        min-height: 72px;
    }

    .site-brand__logo {
        width: 48px;
        height: 48px;
    }

    .site-brand__kicker {
        font-size: 0.64rem;
    }

    .site-brand__name {
        font-size: 1.25rem;
    }

    .nav-toggle {
        display: block;
        flex-shrink: 0;
    }

    .primary-navigation {
        position: fixed;
        top: 72px;
        left: 1rem;
        right: 1rem;
        transform: translateY(-12px);
        opacity: 0;
        pointer-events: none;
        transition: opacity 180ms ease, transform 180ms ease;
        padding: 1rem;
        border: 1px solid var(--paideia-line);
        border-radius: 18px;
        background: rgba(121, 52, 15, 0.96);
        box-shadow: var(--paideia-shadow);
    }

    body.nav-open .primary-navigation {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .primary-navigation .menu,
    .primary-navigation .ucp-fallback-menu {
        display: grid;
        gap: 0.2rem;
    }

    .primary-navigation a {
        display: block;
        padding: 0.75rem;
        border-radius: 12px;
    }

    .primary-navigation a:hover,
    .primary-navigation a:focus {
        background: rgba(255, 244, 221, 0.16);
    }

    .hero-section {
        min-height: auto;
        padding-top: 2rem;
        padding-bottom: 2.4rem;
    }

    .section {
        padding: 2.4rem 0;
    }

    .intro-section {
        padding-bottom: 1.2rem;
    }

    .projects-section {
        padding-top: 1.2rem;
    }

    .manifesto-section {
        padding-top: 1.4rem;
    }

    .hero-logo {
        width: min(74vw, 280px);
    }

    .hero-extra-image,
    .hero-shorts-video {
        width: min(78vw, 300px);
        max-height: 390px;
    }

    .hero-section__lead {
        font-size: 1.07rem;
    }

    .button {
        width: 100%;
    }

    .projects-grid,
    .news-grid,
    .content-grid {
        grid-template-columns: 1fr;
    }

    .project-card {
        min-height: 260px;
    }

    .section-heading--row {
        align-items: start;
        flex-direction: column;
    }

    .contact-card {
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}


/* v1.9: spațiere foarte compactă între secțiunile homepage */
.home .section {
    padding-top: clamp(1rem, 2vw, 2rem);
    padding-bottom: clamp(1rem, 2vw, 2rem);
}

.home .hero-section {
    min-height: auto;
    padding-top: clamp(2.2rem, 5vw, 4.5rem);
    padding-bottom: clamp(1.4rem, 3vw, 2.4rem);
}

.home .intro-section {
    padding-top: clamp(1rem, 2vw, 1.8rem);
    padding-bottom: 0.75rem;
}

.home .projects-section {
    padding-top: 0.75rem;
    padding-bottom: 1rem;
}

.home .manifesto-section,
.home .news-section,
.home .contact-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.home .intro-section__inner,
.home .manifesto-card,
.home .contact-card {
    padding: clamp(1.4rem, 3vw, 2.6rem);
}

.home .section-heading {
    margin-bottom: 1.15rem;
}

.home .section-heading > p:not(.eyebrow) {
    margin-top: 0.6rem;
    margin-bottom: 0;
}

.home .projects-grid,
.home .news-grid,
.home .content-grid {
    gap: 0.75rem;
}

.home .project-card {
    min-height: 245px;
    padding: clamp(1rem, 1.8vw, 1.45rem);
}

.home .project-card h3 {
    margin-top: 2rem;
}

.home .project-card p {
    margin: 0.65rem 0 1rem;
}

.home .eyebrow {
    margin-bottom: 0.55rem;
}

@media (max-width: 760px) {
    .home .section {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .home .hero-section {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .home .intro-section,
    .home .projects-section,
    .home .manifesto-section,
    .home .news-section,
    .home .contact-section {
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
    }

    .home .intro-section__inner,
    .home .manifesto-card,
    .home .contact-card {
        padding: 1.25rem;
    }

    .home .project-card {
        min-height: auto;
    }
}


/* v2.0: buton fix Înapoi sus, vizibil pe toată derularea */
.floating-back-to-top {
    position: fixed;
    right: clamp(1rem, 2vw, 1.6rem);
    bottom: clamp(1rem, 2vw, 1.6rem);
    z-index: 999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 244, 221, 0.44);
    background: rgba(255, 244, 221, 0.92);
    color: #8a3b13;
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 18px 45px rgba(93,36,5,0.28);
    backdrop-filter: blur(14px);
    transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.floating-back-to-top:hover,
.floating-back-to-top:focus {
    transform: translateY(-3px);
    background: #fff4dd;
    box-shadow: 0 22px 56px rgba(93,36,5,0.34);
}

@media (max-width: 760px) {
    .floating-back-to-top {
        right: 0.85rem;
        bottom: 0.85rem;
        min-height: 42px;
        padding: 0.68rem 0.85rem;
        font-size: 0.82rem;
    }
}


/* v2.1: butonul plutitor este doar săgeata sus */
.floating-back-to-top {
    width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    border-radius: 50%;
    font-size: 1.45rem;
    line-height: 1;
}

.floating-back-to-top span {
    display: block;
    transform: translateY(-1px);
}

@media (max-width: 760px) {
    .floating-back-to-top {
        width: 44px;
        height: 44px;
        min-height: 44px;
        padding: 0;
        font-size: 1.3rem;
    }
}
