/*
Theme Name: Nova Geek Theme
Theme URI: https://www.geekandchill.com/
Author: NovaWeb Solutions
Description: Theme editorial clair pour Geek and Chill, concu pour les plugins Nova et les CPT reviews.
Version: 1.0.8
Requires at least: 6.2
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: nova-geek-theme
*/

:root {
    --nova-bg: #fbfbff;
    --nova-paper: #ffffff;
    --nova-cream: #f4f7ff;
    --nova-ink: #101527;
    --nova-text: rgba(0, 0, 0, 0.5);
    --nova-muted: rgba(0, 0, 0, 0.5);
    --nova-dim: #8a94ad;
    --nova-line: rgba(19, 30, 57, 0.12);
    --nova-line-strong: rgba(35, 136, 255, 0.28);
    --nova-blue: #2388ff;
    --nova-cyan: #1ed7ff;
    --nova-violet: #7a3cff;
    --nova-pink: #e94bff;
    --nova-yellow: #f9ca2c;
    --nova-shadow: 0 22px 58px rgba(20, 28, 54, 0.11);
    --nova-shadow-soft: 0 12px 32px rgba(20, 28, 54, 0.08);
    --nova-radius-lg: 34px;
    --nova-radius-md: 24px;
    --nova-radius-sm: 16px;
    --nova-site-width: 1180px;
    --nova-font-display: "Bahnschrift", "Aptos Display", "Trebuchet MS", sans-serif;
    --nova-font-body: "Merriweather", "Georgia", serif;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: rgba(0, 0, 0, 0.5);
    background:
        radial-gradient(circle at 12% 8%, rgba(30, 215, 255, 0.18), transparent 22rem),
        radial-gradient(circle at 88% 10%, rgba(233, 75, 255, 0.14), transparent 24rem),
        linear-gradient(180deg, #ffffff 0%, #f7f9ff 48%, #ffffff 100%);
    font-family: var(--nova-font-body);
    font-size: 18px;
    line-height: 1.72;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    opacity: 0.58;
    background-image:
        linear-gradient(rgba(35, 136, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(233, 75, 255, 0.045) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, black, transparent 78%);
}

body::after {
    content: "";
    position: fixed;
    inset: auto 0 0;
    z-index: -1;
    height: 32vh;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.96));
}

#wpadminbar {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 255, 0.98)) !important;
    border-bottom: 1px solid rgba(35, 136, 255, 0.14);
}

#wpadminbar .ab-item,
#wpadminbar a.ab-item,
#wpadminbar > #wp-toolbar span.ab-label,
#wpadminbar > #wp-toolbar span.noticon {
    color: var(--nova-ink) !important;
}

#wpadminbar .quicklinks .menupop ul.ab-sub-wrapper,
#wpadminbar .quicklinks .menupop.hover ul.ab-sub-wrapper,
#wpadminbar.nojq .quicklinks .menupop:hover ul.ab-sub-wrapper,
#wpadminbar .ab-top-menu > li.menupop > .ab-sub-wrapper,
#wpadminbar .ab-top-menu > li.hover > .ab-sub-wrapper {
    background: #fff !important;
    border: 1px solid rgba(35, 136, 255, 0.14);
    box-shadow: 0 18px 36px rgba(20, 28, 54, 0.14);
    border-radius: 18px;
}

#wpadminbar ul.ab-submenu,
#wpadminbar ul.ab-submenu li,
#wpadminbar .quicklinks .menupop ul.ab-sub-wrapper .ab-item,
#wpadminbar .quicklinks .menupop ul.ab-sub-wrapper a,
#wpadminbar .ab-sub-wrapper .ab-item,
#wpadminbar .ab-sub-wrapper a {
    background: #fff !important;
    color: var(--nova-ink) !important;
}

#wpadminbar .ab-top-menu > li:hover > .ab-item,
#wpadminbar .ab-top-menu > li.hover > .ab-item,
#wpadminbar .ab-top-menu > li > .ab-item:focus {
    background: linear-gradient(135deg, rgba(35, 136, 255, 0.12), rgba(233, 75, 255, 0.12)) !important;
    color: var(--nova-ink) !important;
}

#wpadminbar .quicklinks .menupop ul.ab-sub-wrapper .ab-item:hover,
#wpadminbar .quicklinks .menupop ul.ab-sub-wrapper .ab-item:focus,
#wpadminbar .quicklinks .menupop ul.ab-sub-wrapper a:hover,
#wpadminbar .quicklinks .menupop ul.ab-sub-wrapper a:focus,
#wpadminbar .ab-sub-wrapper .ab-item:hover,
#wpadminbar .ab-sub-wrapper .ab-item:focus,
#wpadminbar .ab-sub-wrapper a:hover,
#wpadminbar .ab-sub-wrapper a:focus {
    background: linear-gradient(135deg, rgba(35, 136, 255, 0.12), rgba(233, 75, 255, 0.12)) !important;
    color: var(--nova-ink) !important;
}

img,
svg,
video,
iframe {
    max-width: 100%;
}

img {
    height: auto;
}

a {
    color: inherit;
}

button,
input,
select,
textarea {
    font: inherit;
}

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

.skip-link:focus {
    z-index: 9999;
    top: 16px;
    left: 16px;
    width: auto;
    height: auto;
    clip: auto;
    padding: 10px 14px;
    border-radius: 999px;
    background: var(--nova-ink);
    color: #fff;
}

.nova-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 14px max(18px, env(safe-area-inset-left));
    background: rgba(255, 255, 255, 0.82);
    border-bottom: 1px solid transparent;
    backdrop-filter: blur(18px);
    transition: padding 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.admin-bar .nova-site-header {
    top: 32px;
}

.nova-site-header.is-scrolled {
    padding-block: 9px;
    border-bottom-color: var(--nova-line);
    box-shadow: 0 12px 35px rgba(20, 28, 54, 0.08);
}

.nova-site-header__inner {
    width: min(100%, var(--nova-site-width));
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.nova-brand {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--nova-ink);
    text-decoration: none;
}

.nova-brand__logo {
    display: inline-flex;
    align-items: center;
    max-width: min(370px, 46vw);
}

.nova-brand__logo img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 76px;
}

.nova-brand__logo--bundled {
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.nova-primary-nav {
    display: flex;
    align-items: center;
}

.nova-menu,
.nova-footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nova-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.nova-menu a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 13px;
    border-radius: 999px;
    color: #26314f;
    font-weight: 850;
    font-size: 0.88rem;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nova-menu a:hover,
.nova-menu .current-menu-item > a,
.nova-menu .current_page_item > a {
    background: linear-gradient(135deg, rgba(35, 136, 255, 0.12), rgba(233, 75, 255, 0.12));
    color: #111827;
    transform: translateY(-1px);
}

.nova-menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid var(--nova-line);
    border-radius: 15px;
    background: #fff;
    color: var(--nova-ink);
    box-shadow: var(--nova-shadow-soft);
}

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

.nova-main {
    width: min(100% - 32px, var(--nova-site-width));
    margin: 0 auto;
    padding: 42px 0 84px;
}

.nova-main--full {
    width: 100%;
    max-width: none;
    padding-inline: 0;
}

.nova-hero {
    position: relative;
    isolation: isolate;
    min-height: clamp(500px, 72vh, 690px);
    display: grid;
    align-items: center;
    padding: clamp(34px, 7vw, 86px);
    overflow: hidden;
    border: 1px solid var(--nova-line);
    border-radius: clamp(28px, 5vw, 52px);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 255, 0.84)),
        radial-gradient(circle at 16% 12%, rgba(30, 215, 255, 0.22), transparent 18rem),
        radial-gradient(circle at 92% 70%, rgba(233, 75, 255, 0.16), transparent 22rem);
    box-shadow: var(--nova-shadow);
}

.nova-hero--compact {
    min-height: 380px;
}

.nova-hero::before {
    content: "";
    position: absolute;
    inset: 18px;
    z-index: -1;
    border: 1px solid rgba(35, 136, 255, 0.1);
    border-radius: inherit;
    background:
        linear-gradient(90deg, transparent 0 48%, rgba(30, 215, 255, 0.18) 49% 50%, transparent 51%),
        linear-gradient(0deg, transparent 0 48%, rgba(233, 75, 255, 0.12) 49% 50%, transparent 51%);
    background-size: 150px 150px;
    opacity: 0.72;
}

.nova-hero__content {
    position: relative;
    z-index: 1;
    max-width: 805px;
}

.nova-hero h1,
.nova-page-header h1,
.nova-single-hero h1,
.nova-section__head h2 {
    margin: 0;
    font-family: var(--nova-font-display);
    line-height: 0.98;
    letter-spacing: -0.055em;
    color: var(--nova-ink);
}

.nova-hero h1 {
    max-width: 900px;
    margin-top: 18px;
    font-size: clamp(3rem, 8vw, 6.7rem);
}

.nova-hero p {
    max-width: 700px;
    margin: 24px 0 0;
    color: var(--nova-muted);
    font-size: clamp(1.06rem, 2vw, 1.28rem);
}

.nova-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1666d8;
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.nova-kicker::before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--nova-blue), var(--nova-pink));
}

.nova-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.nova-button,
.wp-block-button__link,
.nova-search-form .search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 20px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--nova-blue), var(--nova-violet) 56%, var(--nova-pink));
    color: #fff;
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 18px 34px rgba(35, 136, 255, 0.22);
}

.nova-button--ghost {
    border: 1px solid var(--nova-line);
    background: #fff;
    color: var(--nova-ink);
    box-shadow: var(--nova-shadow-soft);
}

.nova-hero__orb {
    position: absolute;
    width: clamp(180px, 28vw, 340px);
    aspect-ratio: 1;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(4px);
}

.nova-hero__orb--blue {
    top: 12%;
    right: 11%;
    background: radial-gradient(circle, rgba(30, 215, 255, 0.2), transparent 68%);
}

.nova-hero__orb--pink {
    right: 3%;
    bottom: -6%;
    background: radial-gradient(circle, rgba(233, 75, 255, 0.16), transparent 70%);
}

.nova-home-focus {
    display: grid;
    gap: 20px;
    width: min(100% - 32px, var(--nova-site-width));
    margin-inline: auto;
}

.nova-section__head--compact {
    margin-bottom: 0;
}

.nova-home-focus__slider {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-inline: auto;
    border: 1px solid var(--nova-line);
    border-radius: clamp(28px, 5vw, 42px);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--nova-shadow);
    overflow: hidden;
}

.nova-home-focus__slider .naslider {
    margin: 0;
}

.nova-home-focus__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.nova-home-focus__stat {
    min-width: 0;
    padding: 18px 20px;
    border: 1px solid rgba(35, 136, 255, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--nova-shadow-soft);
}

.nova-home-focus__stat strong,
.nova-home-focus__stat small {
    display: block;
}

.nova-home-focus__stat strong {
    color: var(--nova-ink);
    font-family: var(--nova-font-display);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    letter-spacing: -0.05em;
}

.nova-home-focus__stat small {
    margin-top: 6px;
    color: var(--nova-muted);
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nova-section--home-message {
    margin-top: 24px;
}

.nova-home-message {
    width: min(100% - 32px, var(--nova-site-width));
    margin: 0 auto;
    padding: 24px 28px;
    border: 1px solid rgba(35, 136, 255, 0.14);
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 255, 0.96)),
        radial-gradient(circle at 0 0, rgba(30, 215, 255, 0.12), transparent 12rem);
    box-shadow: var(--nova-shadow-soft);
}

.nova-home-message__text {
    max-width: 92ch;
    color: var(--nova-text);
    font-size: 1.04rem;
    line-height: 1.9;
}

.nova-home-message__text > :first-child {
    margin-top: 0;
}

.nova-home-message__text > :last-child {
    margin-bottom: 0;
}

.nova-home-lead {
    display: grid;
    grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
    gap: 26px;
    align-items: stretch;
    padding: 28px;
    border: 1px solid var(--nova-line);
    border-radius: clamp(28px, 5vw, 48px);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 255, 0.92)),
        radial-gradient(circle at 10% 10%, rgba(30, 215, 255, 0.16), transparent 18rem),
        radial-gradient(circle at 88% 88%, rgba(233, 75, 255, 0.12), transparent 20rem);
    box-shadow: var(--nova-shadow);
}

.nova-home-lead__brand,
.nova-home-lead__content {
    border-radius: 28px;
}

.nova-home-lead__brand {
    display: grid;
    place-items: center;
    min-height: 240px;
    padding: 28px;
    background:
        linear-gradient(155deg, rgba(35, 136, 255, 0.08), rgba(233, 75, 255, 0.08)),
        #fff;
    border: 1px solid rgba(35, 136, 255, 0.12);
}

.nova-home-lead__logo-image {
    display: block;
    width: min(100%, 420px);
    height: auto;
}

.nova-home-lead__content {
    display: grid;
    align-content: center;
    gap: 18px;
    min-height: 240px;
    padding: clamp(26px, 4vw, 42px);
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(35, 136, 255, 0.1);
}

.nova-home-lead__content h1 {
    margin: 0;
    max-width: 12ch;
    font-family: var(--nova-font-display);
    font-size: clamp(2.7rem, 5.4vw, 5rem);
    line-height: 0.94;
    letter-spacing: -0.05em;
}

.nova-home-lead__content p {
    max-width: 58ch;
    margin: 0;
    color: var(--nova-muted);
    font-size: 1.02rem;
}

.nova-home-lead__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.nova-home-lead__stat {
    min-width: 112px;
    padding: 12px 14px;
    border: 1px solid rgba(35, 136, 255, 0.12);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--nova-shadow-soft);
}

.nova-home-lead__stat strong,
.nova-home-lead__stat small {
    display: block;
}

.nova-home-lead__stat strong {
    color: var(--nova-ink);
    font-family: var(--nova-font-display);
    font-size: 1.5rem;
    letter-spacing: -0.04em;
}

.nova-home-lead__stat small {
    color: var(--nova-muted);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nova-home-lead__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.nova-section {
    margin-top: clamp(52px, 8vw, 88px);
}

.nova-section__head {
    margin-bottom: 24px;
}

.nova-section__head h2,
.nova-page-header h1 {
    margin-top: 10px;
    font-size: clamp(2.2rem, 4.8vw, 4.2rem);
}

.nova-section__head--split {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}

.nova-text-link {
    color: #1666d8;
    font-weight: 950;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}

.nova-hub-grid,
.nova-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.nova-hub {
    position: relative;
    min-height: 218px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 24px 24px 24px 28px;
    border: 1px solid var(--nova-line);
    border-radius: var(--nova-radius-md);
    background:
        linear-gradient(145deg, #fff, #f5f8ff),
        radial-gradient(circle at 18% 16%, rgba(30, 215, 255, 0.16), transparent 12rem);
    color: var(--nova-ink);
    text-decoration: none;
    box-shadow: var(--nova-shadow-soft);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.nova-hub__icon {
    position: absolute;
    top: 8px;
    left: 4px;
    z-index: 0;
    width: auto;
    height: auto;
    color: rgba(35, 136, 255, 0.085);
    pointer-events: none;
    font-size: 126px;
    line-height: 1;
}

.nova-hub__icon::before {
    display: block;
    width: 1em;
    height: 1em;
    font-size: inherit;
}

.nova-hub:hover {
    transform: translateY(-4px);
    border-color: var(--nova-line-strong);
    box-shadow: var(--nova-shadow);
}

.nova-hub::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 5px;
    background: linear-gradient(90deg, var(--nova-blue), var(--nova-pink));
}

.nova-hub__count {
    position: absolute;
    top: 16px;
    right: 18px;
    color: rgba(35, 136, 255, 0.12);
    font-family: var(--nova-font-display);
    font-size: clamp(2.8rem, 8vw, 5.6rem);
    font-weight: 950;
    line-height: 1;
}

.nova-hub strong {
    position: relative;
    z-index: 1;
    display: block;
    font-family: var(--nova-font-display);
    font-size: 1.5rem;
    letter-spacing: -0.035em;
}

.nova-section--home-streams {
    margin-top: clamp(56px, 8vw, 92px);
}

.nova-home-streams {
    display: grid;
    gap: 22px;
}

.nova-home-streams__duo {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.nova-home-stream {
    padding: 20px;
    border: 1px solid var(--nova-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--nova-shadow-soft);
}

.nova-home-stream__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.nova-home-stream__author {
    display: flex;
    gap: 14px;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.nova-home-stream__avatar {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(35, 136, 255, 0.12), rgba(233, 75, 255, 0.12));
    border: 1px solid rgba(35, 136, 255, 0.14);
}

.nova-home-stream__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nova-home-stream__avatar > span {
    color: var(--nova-ink);
    font-family: var(--nova-font-display);
    font-size: 1.8rem;
}

.nova-home-stream__head h3 {
    margin: 0;
    font-family: var(--nova-font-display);
    font-size: 1.65rem;
    letter-spacing: -0.04em;
}

.nova-home-stream__featured {
    display: grid;
    gap: 14px;
    margin-bottom: 14px;
}

.nova-home-stream__featured-media {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(35, 136, 255, 0.12), rgba(233, 75, 255, 0.12));
    min-height: 220px;
}

.nova-home-stream__featured-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 44%;
    background: linear-gradient(180deg, transparent, rgba(16, 21, 39, 0.78));
    pointer-events: none;
}

.nova-home-stream__featured-media img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.nova-home-stream__score {
    position: absolute;
    display: inline-grid;
    place-items: center;
    top: 14px;
    right: 14px;
    width: 86px;
    height: 86px;
    z-index: 2;
    border: 3px solid transparent;
    border-radius: 50%;
    background:
        linear-gradient(rgba(32, 37, 52, 0.94), rgba(32, 37, 52, 0.94)) padding-box,
        linear-gradient(135deg, #2388ff 0%, #7a3cff 58%, #e94bff 100%) border-box;
    box-shadow: 0 16px 34px rgba(20, 28, 54, 0.24);
    backdrop-filter: blur(10px);
}

.nova-home-stream__score-ring {
    display: none;
}

.nova-home-stream__score-value {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 8px 18px rgba(2, 6, 23, 0.46);
}

.nova-home-stream__score-value small {
    font-size: 0.7rem;
    color: #fff;
    opacity: 0.8;
}

.nova-home-stream__featured-copy {
    position: absolute;
    inset: auto 22px 22px;
    z-index: 2;
    display: flex;
    width: calc(100% - 44px);
    justify-content: center;
    pointer-events: none;
}

.nova-home-stream__featured-title {
    position: relative;
    display: block;
    max-width: min(100%, 18ch);
    margin: 0 auto;
    color: #fff;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: clamp(1.35rem, 2.2vw, 2.1rem);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.04em;
    text-align: center;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.64);
}

.nova-home-stream__featured-title::after {
    content: "";
    display: block;
    width: min(320px, 72%);
    height: 2px;
    margin: 18px auto 0;
    background: linear-gradient(90deg, transparent, #1ed7ff, transparent);
}

.nova-home-stream__featured-copy h4,
.nova-home-evergreen__copy h4 {
    margin: 6px 0 0;
    font-family: var(--nova-font-display);
    font-size: 1.4rem;
    letter-spacing: -0.04em;
}

.nova-home-stream__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.nova-home-stream__list li a {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 18px;
    background: var(--nova-cream);
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.nova-home-stream__list-media {
    width: 82px;
    height: 82px;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(35, 136, 255, 0.12), rgba(233, 75, 255, 0.12));
}

.nova-home-stream__list-media img,
.nova-home-stream__list-media > span {
    display: block;
    width: 100%;
    height: 100%;
}

.nova-home-stream__list-media img {
    object-fit: cover;
}

.nova-home-stream__list-media > span {
    display: grid;
    place-items: center;
    color: rgba(16, 21, 39, 0.45);
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nova-home-stream__list-copy {
    min-width: 0;
    display: grid;
    gap: 5px;
}

.nova-home-stream__list li a:hover,
.nova-home-evergreen__item:hover {
    transform: translateY(-2px);
    box-shadow: var(--nova-shadow-soft);
}

.nova-home-stream__type,
.nova-home-evergreen__tag {
    color: #1666d8;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nova-home-stream__list strong {
    color: var(--nova-ink);
    font-size: 1rem;
}

.nova-home-stream__list time,
.nova-home-evergreen__copy time {
    color: var(--nova-muted);
    font-size: 0.85rem;
}

.nova-home-evergreen {
    padding: 20px;
    border: 1px solid var(--nova-line);
    border-radius: 28px;
    background: linear-gradient(145deg, #fff, #f7f9ff);
    box-shadow: var(--nova-shadow-soft);
}

.nova-home-evergreen__head {
    margin-bottom: 16px;
}

.nova-home-evergreen__head h3 {
    margin: 10px 0 0;
    font-family: var(--nova-font-display);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    letter-spacing: -0.04em;
}

.nova-home-evergreen__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.nova-home-evergreen__item {
    display: grid;
    gap: 12px;
    padding: 14px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(35, 136, 255, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.nova-home-evergreen__media {
    display: block;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(35, 136, 255, 0.12), rgba(233, 75, 255, 0.12));
    min-height: 160px;
}

.nova-home-evergreen__media img {
    display: block;
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.nova-home-evergreen__copy {
    display: grid;
    gap: 4px;
}

.nova-hub span:not(.nova-hub__count) {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 8px;
    color: var(--nova-muted);
}

.nova-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--nova-line);
    border-radius: var(--nova-radius-md);
    background: #fff;
    box-shadow: var(--nova-shadow-soft);
}

.nova-card__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #eef4ff, #fff);
    color: var(--nova-ink);
    text-decoration: none;
}

.nova-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease, filter 0.35s ease;
}

.nova-card:hover .nova-card__media img {
    transform: scale(1.045);
    filter: saturate(1.08);
}

.nova-card__placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: rgba(16, 21, 39, 0.28);
    font-family: var(--nova-font-display);
    font-size: 2.2rem;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nova-card__score {
    position: absolute;
    top: 14px;
    right: 14px;
    min-width: 64px;
    min-height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px solid transparent;
    border-radius: 999px;
    background:
        linear-gradient(rgba(32, 37, 52, 0.94), rgba(32, 37, 52, 0.94)) padding-box,
        linear-gradient(135deg, #2388ff 0%, #7a3cff 58%, #e94bff 100%) border-box;
    color: #fff;
    font-family: var(--nova-font-display);
    font-size: 1.18rem;
    font-weight: 950;
    box-shadow: 0 14px 32px rgba(20, 28, 54, 0.2);
    backdrop-filter: blur(12px);
}

.nova-card__score small {
    margin-left: 2px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.68rem;
}

.nova-card__body {
    padding: 20px;
}

.nova-card__meta,
.nova-single-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    color: var(--nova-dim);
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.nova-card h3 {
    margin: 12px 0 0;
    font-family: var(--nova-font-display);
    font-size: clamp(1.28rem, 2vw, 1.68rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.nova-card h3 a {
    color: var(--nova-ink);
    text-decoration: none;
}

.nova-card h3 a:hover {
    color: #1666d8;
}

.nova-card p {
    margin: 12px 0 0;
    color: var(--nova-muted);
}

.nova-page-header {
    max-width: 900px;
    margin: 0 0 34px;
    padding: clamp(28px, 5vw, 50px);
    border: 1px solid var(--nova-line);
    border-radius: var(--nova-radius-lg);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--nova-shadow-soft);
}

.nova-page-header p,
.nova-page-header__description {
    margin-top: 16px;
    color: var(--nova-muted);
    font-size: 1.08rem;
}

.nova-page-shell,
.nova-single-shell {
    min-width: 0;
}

.nova-page-shell--full {
    width: 100%;
}

.nova-home-editable > * + * {
    margin-top: 0;
}

.nova-home-editable,
.nova-fullwidth-content {
    width: 100%;
}

.nova-home-editable .wp-block-group,
.nova-home-editable .wp-block-cover,
.nova-home-editable .wp-block-columns,
.nova-home-editable .wp-block-shortcode,
.nova-home-editable .wp-block-heading,
.nova-home-editable .wp-block-paragraph,
.nova-home-editable .wp-block-buttons,
.nova-fullwidth-content .wp-block-group,
.nova-fullwidth-content .wp-block-cover,
.nova-fullwidth-content .wp-block-columns,
.nova-fullwidth-content .wp-block-shortcode,
.nova-fullwidth-content .wp-block-heading,
.nova-fullwidth-content .wp-block-paragraph,
.nova-fullwidth-content .wp-block-buttons {
    margin-top: 0;
    margin-bottom: 0;
}

.nova-home-editable .wp-block-shortcode + .wp-block-shortcode,
.nova-home-editable .wp-block-group + .wp-block-shortcode,
.nova-home-editable .wp-block-shortcode + .wp-block-group,
.nova-fullwidth-content .wp-block-shortcode + .wp-block-shortcode,
.nova-fullwidth-content .wp-block-group + .wp-block-shortcode,
.nova-fullwidth-content .wp-block-shortcode + .wp-block-group {
    margin-top: 0;
}

.nova-main--front .nova-home-editable > .nova-hero,
.nova-main--front .nova-home-editable > .wp-block-shortcode > .nova-hero {
    width: 100%;
    max-width: none;
    border-inline: 0;
    border-radius: 0;
}

.nova-main--front .nova-home-editable > .nova-section,
.nova-main--front .nova-home-editable > .wp-block-shortcode > .nova-section,
.nova-page-shell--full > .nova-section,
.nova-fullwidth-content > .nova-section,
.nova-fullwidth-content > .wp-block-shortcode > .nova-section,
.nova-fullwidth-content > .nova-hero,
.nova-fullwidth-content > .wp-block-shortcode > .nova-hero {
    width: min(100% - 32px, var(--nova-site-width));
    margin-inline: auto;
}

.nova-fullwidth-content > * + *,
.nova-home-editable > * + * {
    margin-top: 56px;
}

.nova-main--front .nova-home-editable > :first-child,
.nova-main--front .nova-home-editable > .wp-block-shortcode:first-child > .nova-hero,
.nova-fullwidth-content > :first-child {
    margin-top: 0;
}

.nova-fullwidth-content .alignwide,
.nova-home-editable .alignwide {
    width: min(100% - 32px, calc(var(--nova-site-width) + 180px));
    max-width: none;
    margin-inline: auto;
}

.nova-fullwidth-content .alignfull,
.nova-home-editable .alignfull {
    width: 100%;
    max-width: none;
    margin-inline: auto;
}

.nova-single-shell--nova {
    padding-top: 0;
}

.nova-single-hero {
    position: relative;
    min-height: min(70vh, 680px);
    display: grid;
    align-items: end;
    overflow: hidden;
    padding: clamp(30px, 7vw, 74px);
    border: 1px solid var(--nova-line);
    border-radius: var(--nova-radius-lg);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.94)),
        var(--single-image, linear-gradient(135deg, #eaf3ff, #fff)) center / cover;
    box-shadow: var(--nova-shadow);
}

.nova-single-hero__content {
    max-width: 850px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--nova-shadow-soft);
    backdrop-filter: blur(14px);
}

.nova-single-hero h1 {
    margin-top: 12px;
    font-size: clamp(2.8rem, 7vw, 6.1rem);
}

.nova-single-hero p {
    max-width: 740px;
    margin: 18px 0 0;
    color: var(--nova-muted);
    font-size: clamp(1.05rem, 2vw, 1.26rem);
}

.nova-single-hero__meta {
    margin-top: 24px;
}

.nova-entry-content {
    width: min(100%, 880px);
    margin: 34px auto 0;
    padding: clamp(24px, 5vw, 46px);
    border: 1px solid var(--nova-line);
    border-radius: var(--nova-radius-md);
    background: #fff;
    color: var(--nova-text);
    box-shadow: var(--nova-shadow-soft);
}

.nova-entry-content > *:first-child {
    margin-top: 0;
}

.nova-entry-content > *:last-child {
    margin-bottom: 0;
}

.nova-entry-content a {
    color: #165bd8;
    font-weight: 850;
}

.nova-entry-content h2,
.nova-entry-content h3,
.nova-entry-content h4,
.novareview__body h2,
.novareview__section h2 {
    color: var(--nova-ink);
    font-family: var(--nova-font-display);
    letter-spacing: -0.035em;
}

.nova-entry-content h2 {
    display: table;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 1rem;
    font-size: clamp(1.3rem, 2.1vw, 1.7rem);
    background: linear-gradient(90deg, var(--nova-blue), #7a3cff 58%, var(--nova-pink));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nova-entry-content h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    margin-top: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--nova-blue), var(--nova-pink));
}

.nova-search-form,
.search-form {
    display: flex;
    gap: 10px;
    align-items: center;
}

.nova-search-form .search-field,
.search-form .search-field,
.nova-entry-content input[type="search"] {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--nova-line);
    border-radius: 14px;
    padding: 0 14px;
    background: #fff;
    color: var(--nova-ink);
}

.nova-pagination {
    margin-top: 34px;
}

.nova-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.nova-pagination a,
.nova-pagination span {
    display: inline-grid;
    min-width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--nova-line);
    border-radius: 999px;
    background: #fff;
    color: var(--nova-ink);
    text-decoration: none;
    box-shadow: var(--nova-shadow-soft);
}

.nova-pagination .current {
    background: linear-gradient(135deg, var(--nova-blue), var(--nova-pink));
    color: #fff;
}

.nova-empty {
    padding: 34px;
    border: 1px solid var(--nova-line);
    border-radius: var(--nova-radius-md);
    background: #fff;
    box-shadow: var(--nova-shadow-soft);
}

.nova-empty h2 {
    margin-top: 0;
    font-family: var(--nova-font-display);
}

.nova-site-footer {
    margin-top: 50px;
    padding: 48px 18px 34px;
    border-top: 1px solid var(--nova-line);
    background:
        radial-gradient(circle at 12% 0%, rgba(30, 215, 255, 0.12), transparent 22rem),
        #ffffff;
}

.nova-site-footer__inner {
    width: min(100%, var(--nova-site-width));
    margin-inline: auto;
}

.nova-site-footer__brand {
    display: flex;
    gap: 16px;
    align-items: center;
}

.nova-footer-logo {
    display: inline-flex;
    max-width: 300px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.nova-footer-logo img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 64px;
}

.nova-site-footer__brand strong {
    display: block;
    color: var(--nova-ink);
    font-family: var(--nova-font-display);
    font-size: 1.3rem;
}

.nova-site-footer__brand p {
    margin: 2px 0 0;
    color: var(--nova-muted);
}

.nova-footer-hubs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.nova-footer-hubs a,
.nova-footer-menu a {
    color: var(--nova-muted);
    font-weight: 850;
    text-decoration: none;
}

.nova-footer-hubs a {
    padding: 8px 12px;
    border: 1px solid var(--nova-line);
    border-radius: 999px;
    background: #fff;
}

.nova-site-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    color: var(--nova-dim);
    font-size: 0.9rem;
}

.nova-footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.naslider,
.novasearch,
.novareview,
.nla-list {
    font-family: var(--nova-font-body);
}

.naslider {
    max-width: 100%;
}

.novareview {
    width: 100%;
}

.nla-list {
    display: grid;
    gap: 16px;
}

.nla-card {
    border-color: var(--nova-line) !important;
    background: #fff !important;
    box-shadow: var(--nova-shadow-soft) !important;
}

.novasearch {
    border-radius: var(--nova-radius-md);
}

@media (max-width: 980px) {
    .admin-bar .nova-site-header {
        top: 46px;
    }

    .nova-menu-toggle {
        display: inline-grid;
        place-items: center;
    }

    .nova-primary-nav {
        position: fixed;
        inset: 96px 16px auto;
        display: none;
        padding: 14px;
        border: 1px solid var(--nova-line);
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: var(--nova-shadow);
        backdrop-filter: blur(18px);
    }

    .admin-bar .nova-primary-nav {
        top: 136px;
    }

    .nova-primary-nav.is-open {
        display: block;
    }

    .nova-menu {
        display: grid;
        justify-content: stretch;
    }

    .nova-menu a {
        width: 100%;
        justify-content: center;
    }

    .nova-home-lead {
        grid-template-columns: 1fr;
    }

    .nova-home-focus__stats {
        grid-template-columns: 1fr;
    }

    .nova-home-message {
        width: min(100% - 32px, var(--nova-site-width));
    }

    .nova-home-streams__duo,
    .nova-home-evergreen__list {
        grid-template-columns: 1fr;
    }

    .nova-hub-grid,
    .nova-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nova-hub__icon {
        font-size: 108px;
    }
}

@media (max-width: 700px) {
    body {
        font-size: 15px;
    }

    .nova-main {
        width: min(100% - 20px, var(--nova-site-width));
        padding-top: 22px;
    }

    .nova-main--full {
        width: 100%;
    }

    .nova-site-header {
        padding-inline: 10px;
    }

    .nova-brand__logo {
        max-width: min(250px, 66vw);
    }

    .nova-brand__logo img {
        max-height: 58px;
    }

    .nova-hero {
        min-height: 500px;
        padding: 28px;
        border-radius: 30px;
    }

    .nova-home-lead {
        padding: 16px;
        border-radius: 26px;
    }

    .nova-home-message {
        width: min(100% - 20px, var(--nova-site-width));
        padding: 20px;
        border-radius: 22px;
    }

    .nova-home-lead__brand,
    .nova-home-lead__content,
    .nova-home-stream,
    .nova-home-evergreen {
        border-radius: 22px;
    }

    .nova-home-stream__head {
        flex-direction: column;
    }

    .nova-home-stream__list li a {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 12px;
    }

    .nova-home-stream__list-media {
        width: 64px;
        height: 64px;
        border-radius: 16px;
    }

    .nova-main--front .nova-home-editable > .nova-hero,
    .nova-main--front .nova-home-editable > .wp-block-shortcode > .nova-hero {
        border-radius: 0;
    }

    .nova-hero h1 {
        font-size: clamp(2.6rem, 16vw, 4rem);
    }

    .nova-section__head--split {
        align-items: start;
        flex-direction: column;
    }

    .nova-hub-grid,
    .nova-card-grid {
        grid-template-columns: 1fr;
    }

    .nova-hub__icon {
        top: 12px;
        left: 6px;
        font-size: 92px;
    }

    .nova-page-header {
        padding: 26px;
    }

    .nova-single-hero {
        min-height: 500px;
        padding: 18px;
        border-radius: 28px;
    }

    .nova-single-hero__content {
        padding: 20px;
    }

    .nova-entry-content {
        padding: 24px;
    }

    .nova-search-form,
    .search-form {
        align-items: stretch;
        flex-direction: column;
    }

    .nova-site-footer__brand {
        align-items: start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
