/* ========================================================================== 
   Rhythm homepage — modern presentation layer
   Loaded after index.css to preserve the site's existing PHP and JS behavior.
   ========================================================================== */

/* Hero -------------------------------------------------------------------- */

/* Keep the homepage canvas and every bounded section centered, even when
   older index.css rules provide page-specific margins. */
body.homepage main {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

body.homepage .top-section {
    position: relative;
    min-height: 760px;
    padding: 138px 0 80px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(9, 11, 15, 0.08), rgba(9, 11, 15, 0.92)),
        radial-gradient(circle at 76% 36%, rgba(56, 229, 140, 0.09), transparent 28rem);
}

body.homepage .top-section .ellipse {
    position: absolute;
    top: -260px;
    left: -280px;
    width: 720px;
    height: 720px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(56, 229, 140, 0.12), transparent 66%);
    filter: blur(10px);
    pointer-events: none;
}

body.homepage .top-section .content {
    position: relative;
    z-index: 2;
    display: grid;
    width: min(calc(100% - 48px), var(--rhythm-content));
    max-width: none;
    min-height: 540px;
    margin: 0 auto;
    grid-template-columns: 54px minmax(0, 0.88fr) minmax(430px, 1.12fr);
    gap: clamp(26px, 4vw, 64px);
    align-items: center;
}

body.homepage .top-section .about {
    width: auto;
    max-width: 590px;
    margin: 0 auto;
    text-align: center;
}

body.homepage .top-section .about .header {
    max-width: 650px;
    margin: 0 auto;
    color: var(--rhythm-text);
    font-size: clamp(3.4rem, 6.2vw, 6.4rem);
    font-weight: 780;
    letter-spacing: -0.068em;
    line-height: 0.94;
}

body.homepage .top-section .about .header span {
    color: transparent;
    background: linear-gradient(100deg, var(--rhythm-green) 10%, var(--rhythm-cyan) 86%);
    background-clip: text;
    -webkit-background-clip: text;
}

body.homepage .top-section .about .sub-header {
    max-width: 560px;
    margin: 28px auto 0;
    color: var(--rhythm-muted);
    font-size: clamp(1rem, 1.55vw, 1.2rem);
    line-height: 1.75;
}

body.homepage .top-section .socials.top {
    position: static;
    display: flex;
    width: auto;
    flex-direction: column;
    gap: 10px;
}

body.homepage .top-section .socials a {
    display: grid;
    width: 42px;
    height: 42px;
    margin: 0;
    place-items: center;
    border: 1px solid var(--rhythm-border);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.035);
    box-shadow: none;
}

body.homepage .top-section .socials a:hover {
    border-color: rgba(56, 229, 140, 0.5);
    background: rgba(56, 229, 140, 0.08);
    transform: translateY(-2px);
}

body.homepage .top-section .socials a img,
body.homepage .top-section .socials a svg {
    width: 20px;
    height: 20px;
}

body.homepage .socials.bottom {
    display: none;
}

body.homepage .top-section .notification-container {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    margin: 28px auto 0;
    padding: 8px 13px 8px 8px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(56, 229, 140, 0.18);
    border-radius: 999px;
    background: rgba(56, 229, 140, 0.065);
}

body.homepage .top-section .notification-container p {
    margin: 0;
    color: #dce5df;
    font-size: 0.79rem;
    line-height: 1.3;
}

body.homepage .notification-container .notification,
body.homepage .notification-container .icon {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 50%;
    background: rgba(56, 229, 140, 0.16);
}

body.homepage .notification-container .sub-icon {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--rhythm-green);
    box-shadow: 0 0 14px rgba(56, 229, 140, 0.9);
}

body.homepage .notification-container .icon.red,
body.homepage .notification-container .sub-icon.red {
    background: rgba(255, 107, 122, 0.2);
}

body.homepage .notification-container .sub-icon.red {
    background: var(--rhythm-danger);
}

body.homepage .top-section .content-buttons {
    display: flex;
    margin-top: 24px;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

body.homepage .top-section .content-buttons button,
body.homepage .top-section .content-buttons a {
    display: inline-flex;
    min-width: 0;
    height: 50px;
    margin: 0;
    padding: 0 21px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--rhythm-border-strong);
    border-radius: 999px;
    color: var(--rhythm-text);
    background: rgba(255, 255, 255, 0.035);
    font-size: 0.88rem;
    font-weight: 750;
    text-decoration: none;
}

body.homepage .top-section .content-buttons button {
    border-color: rgba(56, 229, 140, 0.42);
    color: #07120c;
    background: linear-gradient(135deg, var(--rhythm-green), #7af2b4);
    box-shadow: 0 14px 34px rgba(56, 229, 140, 0.17);
}

body.homepage .top-section .content-buttons button:hover,
body.homepage .top-section .content-buttons a:hover {
    border-color: rgba(56, 229, 140, 0.52);
    transform: translateY(-2px);
}

body.homepage .hero-visual {
    position: relative;
    min-width: 0;
    isolation: isolate;
}

body.homepage .hero-visual::after {
    position: absolute;
    z-index: 2;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--rhythm-radius-lg);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
    content: "";
    pointer-events: none;
}

body.homepage .hero-visual > img {
    display: block;
    width: 100%;
    height: clamp(470px, 42vw, 620px);
    min-height: 470px;
    aspect-ratio: 1.42 / 1;
    border-radius: var(--rhythm-radius-lg);
    object-fit: cover;
    box-shadow: var(--rhythm-shadow);
}

body.homepage .hero-glow {
    position: absolute;
    z-index: -1;
    right: -8%;
    bottom: -12%;
    width: 80%;
    height: 70%;
    border-radius: 50%;
    background: rgba(56, 229, 140, 0.18);
    filter: blur(80px);
}

body.homepage .hero-metric {
    position: absolute;
    z-index: 3;
    display: flex;
    padding: 12px 15px;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 15px;
    color: var(--rhythm-text);
    background: rgba(12, 15, 20, 0.82);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(12px);
}

body.homepage .hero-metric strong {
    color: var(--rhythm-green);
    font-size: 1.25rem;
    font-weight: 800;
}

body.homepage .hero-metric span {
    color: #c1cad5;
    font-size: 0.76rem;
    font-weight: 650;
}

body.homepage .hero-metric-top {
    top: 24px;
    left: -24px;
}

body.homepage .hero-metric-bottom {
    right: -18px;
    bottom: 26px;
}

body.homepage .live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--rhythm-green);
    box-shadow: 0 0 0 7px rgba(56, 229, 140, 0.12), 0 0 18px rgba(56, 229, 140, 0.8);
}

/* Platform preview and mission ------------------------------------------- */

body.homepage .music-player-container {
    position: relative;
    width: min(calc(100% - 48px), var(--rhythm-content));
    margin: 0 auto;
    padding: 86px 0 124px;
}

body.homepage .music-player-container .bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 110vw;
    height: 100%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.012), rgba(255, 255, 255, 0));
    pointer-events: none;
}

body.homepage .music-player {
    position: relative;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 320px;
    margin: 0 0 38px;
    padding: clamp(30px, 5vw, 70px);
    grid-template-columns: minmax(240px, 0.85fr) minmax(260px, 1fr);
    gap: clamp(34px, 7vw, 92px);
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--rhythm-border);
    border-radius: var(--rhythm-radius-lg);
    background:
        radial-gradient(circle at 18% 50%, rgba(56, 229, 140, 0.13), transparent 28rem),
        linear-gradient(135deg, #12171e, #0d1117);
    box-shadow: var(--rhythm-shadow);
}

body.homepage .music-player .centered {
    position: static;
    transform: none;
    text-align: left;
}

body.homepage .music-player h2 {
    max-width: 560px;
    margin: 0 0 26px;
    color: var(--rhythm-text);
    font-size: clamp(2rem, 4vw, 3.8rem);
    font-weight: 760;
    letter-spacing: -0.05em;
    line-height: 1.02;
}

body.homepage .music-player a {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 0 18px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(56, 229, 140, 0.3);
    border-radius: 999px;
    color: var(--rhythm-green);
    background: rgba(56, 229, 140, 0.07);
    font-size: 0.86rem;
    font-weight: 750;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transform: none;
}

body.homepage .music-player a:hover {
    border-color: rgba(56, 229, 140, 0.6);
    background: rgba(56, 229, 140, 0.12);
}

body.homepage .player-art {
    position: relative;
    display: grid;
    min-height: 220px;
    place-items: center;
}

body.homepage .player-disc {
    width: min(250px, 70%);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background:
        radial-gradient(circle, #0d1117 0 8%, var(--rhythm-cyan) 8.5% 10%, transparent 10.5% 25%, rgba(255, 255, 255, 0.08) 25.5% 26%, transparent 26.5% 44%, rgba(255, 255, 255, 0.07) 44.5% 45%, transparent 45.5%),
        conic-gradient(from 120deg, #090b0f, #263441, #0c1117, rgba(167, 139, 250, 0.65), #0a0d12, rgba(56, 229, 140, 0.7), #090b0f);
    box-shadow: 0 36px 60px rgba(0, 0, 0, 0.44), 0 0 55px rgba(56, 229, 140, 0.12);
    transform: rotate(-12deg);
}

body.homepage .player-wave {
    position: absolute;
    display: flex;
    height: 110px;
    align-items: center;
    gap: 10px;
    transform: rotate(-8deg);
}

body.homepage .player-wave span {
    width: 7px;
    border-radius: 999px;
    background: linear-gradient(var(--rhythm-cyan), var(--rhythm-green));
    box-shadow: 0 0 16px rgba(56, 229, 140, 0.5);
}

body.homepage .player-wave span:nth-child(1),
body.homepage .player-wave span:nth-child(5) { height: 34px; }
body.homepage .player-wave span:nth-child(2),
body.homepage .player-wave span:nth-child(4) { height: 68px; }
body.homepage .player-wave span:nth-child(3) { height: 104px; }

body.homepage .comparison-container {
    display: grid;
    width: 100%;
    max-width: none;
    margin: 0;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    gap: clamp(40px, 7vw, 92px);
    align-items: center;
}

body.homepage .mission-visual {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--rhythm-border);
    border-radius: var(--rhythm-radius-lg);
    background: var(--rhythm-surface-solid);
    box-shadow: var(--rhythm-shadow);
}

body.homepage .mission-visual img {
    display: block;
    width: 100%;
    height: clamp(430px, 45vw, 560px);
    min-height: 430px;
    object-fit: cover;
}

body.homepage .mission {
    position: static;
    width: auto;
    margin: 0;
}

body.homepage .mission h2 {
    margin: 0 0 24px;
    color: var(--rhythm-text);
    font-size: clamp(2.4rem, 4.8vw, 4.7rem);
    font-weight: 760;
    letter-spacing: -0.06em;
    line-height: 0.98;
}

body.homepage .mission p {
    margin: 0 0 17px;
    color: var(--rhythm-muted);
    font-size: 1rem;
    line-height: 1.8;
}

body.homepage .mission .text-link {
    display: inline-flex;
    margin-top: 12px;
    gap: 8px;
}

/* Product family ---------------------------------------------------------- */

body.homepage .products {
    width: min(calc(100% - 48px), var(--rhythm-content));
    max-width: none;
    margin: 0 auto;
    padding: 120px 0;
}

body.homepage .products > h1 {
    margin: 0 0 48px;
    color: var(--rhythm-text);
    font-size: clamp(2.7rem, 5vw, 4.8rem);
    font-weight: 760;
    letter-spacing: -0.055em;
    line-height: 1;
    text-align: center;
}

body.homepage .products > .eyebrow {
    text-align: center;
}

body.homepage .products > .flex {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: clamp(32px, 6vw, 76px);
}

body.homepage .products .info {
    width: auto;
    min-height: 430px;
    margin: 0;
    padding: clamp(28px, 5vw, 54px);
    border: 1px solid var(--rhythm-border);
    border-radius: var(--rhythm-radius-lg);
    background:
        linear-gradient(145deg, rgba(56, 229, 140, 0.045), transparent 35%),
        var(--rhythm-surface-solid);
    box-shadow: var(--rhythm-shadow);
}

body.homepage .products .product-line {
    align-items: center;
    gap: 18px;
}

body.homepage .products .info h2 {
    margin: 0;
    color: var(--rhythm-text);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 750;
    letter-spacing: -0.035em;
}

body.homepage .products .info .beta {
    min-height: 34px;
    padding: 5px 10px;
    align-items: center;
    border: 1px solid var(--rhythm-border);
    border-radius: 999px;
    color: var(--rhythm-muted);
    background: rgba(255, 255, 255, 0.025);
    font-size: 0.75rem;
}

body.homepage .products .info p,
body.homepage .products .info li {
    color: var(--rhythm-muted);
    font-size: 0.98rem;
    line-height: 1.8;
}

body.homepage .products .info a,
body.homepage .products .info span {
    color: var(--rhythm-green);
}

body.homepage .products .images {
    display: grid;
    width: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body.homepage .products .images > .flex {
    display: contents;
}

body.homepage .images .item {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 190px;
    margin: 0;
    padding: 26px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border: 1px solid var(--rhythm-border);
    border-radius: var(--rhythm-radius-md);
    background: rgba(255, 255, 255, 0.025);
    cursor: pointer;
}

body.homepage .images .item:hover,
body.homepage .images .item.active {
    border-color: rgba(56, 229, 140, 0.38);
    background: rgba(56, 229, 140, 0.07);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

body.homepage .images .item img {
    width: min(160px, 86%);
    height: 120px;
    object-fit: contain;
}

body.homepage .images .product-icon {
    display: grid;
    width: 66px;
    height: 66px;
    place-items: center;
    border: 1px solid rgba(56, 229, 140, 0.22);
    border-radius: 20px;
    color: var(--rhythm-green);
    background:
        linear-gradient(145deg, rgba(56, 229, 140, 0.13), rgba(87, 215, 255, 0.04)),
        #11171d;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

body.homepage .images .product-icon i {
    font-size: 1.45rem;
}

body.homepage .images .product-label {
    max-width: 170px;
    color: var(--rhythm-text);
    font-size: 0.92rem;
    font-weight: 740;
    line-height: 1.35;
    text-align: left;
}

/* Utility cards ----------------------------------------------------------- */

body.homepage .tokenomics {
    display: grid;
    width: min(calc(100% - 48px), var(--rhythm-content));
    max-width: none;
    min-height: 0;
    margin: 0 auto 120px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

body.homepage .tokenomics .item {
    width: auto;
    min-height: 250px;
    margin: 0;
    padding: 28px 22px;
    border: 1px solid var(--rhythm-border);
    border-radius: var(--rhythm-radius-md);
    background: rgba(255, 255, 255, 0.025);
}

body.homepage .tokenomics .item:hover {
    border-color: rgba(56, 229, 140, 0.28);
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-4px);
}

body.homepage .tokenomics .item div {
    width: 100%;
    height: 145px;
    margin: 0;
}

body.homepage .tokenomics .item div img {
    width: 130px;
    height: 130px;
    object-fit: contain;
}

body.homepage .tokenomics .item p {
    margin: 16px 0 0;
    color: var(--rhythm-text);
    font-size: 0.95rem;
    font-weight: 700;
}

/* Team (original portraits preserved) ------------------------------------ */

body.homepage .team {
    position: relative;
    margin: 0;
    padding: 110px 0 126px;
    overflow: hidden;
    border-top: 1px solid var(--rhythm-border);
    border-bottom: 1px solid var(--rhythm-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.006));
}

body.homepage .team-ellipse {
    top: -260px;
    left: -330px;
    width: 720px;
    height: 720px;
    background: radial-gradient(circle, rgba(56, 229, 140, 0.12), transparent 65%);
}

body.homepage .team-container {
    width: min(calc(100% - 48px), var(--rhythm-content));
    max-width: none;
    margin: 0 auto;
}

body.homepage .team-header {
    position: relative;
    justify-content: center;
    margin: 0 0 42px;
    align-items: center;
    text-align: center;
}

body.homepage .team-container h1 {
    margin: 0;
    color: var(--rhythm-text);
    font-size: clamp(2.7rem, 5vw, 4.8rem);
    font-weight: 760;
    letter-spacing: -0.055em;
    line-height: 1;
}

body.homepage .team .arrows {
    position: absolute;
    right: 0;
    gap: 10px;
}

body.homepage .team .arrows button {
    display: grid;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    place-items: center;
    border: 1px solid var(--rhythm-border);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.035);
}

body.homepage .team .arrows button:first-child {
    margin: 0;
}

body.homepage .team .arrows img {
    width: 32px;
}

body.homepage .team .shadow {
    display: none;
}

body.homepage .team .it {
    position: relative !important;
    display: flex;
    width: 100%;
    height: 450px;
    padding: 42px 30px 32px;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--rhythm-border);
    border-radius: var(--rhythm-radius-md);
    background: rgba(255, 255, 255, 0.028) !important;
    z-index: 1;
}

body.homepage .team .it .profile {
    position: static;
    width: 154px !important;
    height: 154px !important;
    margin: 0 0 30px;
    border: 4px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    object-fit: cover;
    transform: none;
}

body.homepage .team .it h2,
body.homepage .team .it .role,
body.homepage .team .it .links {
    position: static;
    transform: none;
}

body.homepage .team .it h2 {
    margin: 0 0 9px;
    color: var(--rhythm-text);
    font-size: 1.38rem;
    font-weight: 750;
    line-height: 1.2;
}

body.homepage .team .it .role {
    min-height: 42px;
    margin: 0;
    color: var(--rhythm-muted);
    font-size: 0.9rem;
    line-height: 1.4;
}

body.homepage .team .it .links {
    display: flex;
    margin-top: auto;
    gap: 6px;
}

body.homepage .team .it .links a,
body.homepage .team .it .links img {
    width: 34px;
    height: 34px;
    margin: 0;
}

/* Listings, roadmap, and partners ---------------------------------------- */

body.homepage .listing-wrapper {
    display: grid;
    width: min(calc(100% - 48px), var(--rhythm-content));
    height: auto;
    margin: 110px auto 0;
    padding: 24px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    align-items: center;
    border: 1px solid var(--rhythm-border);
    border-radius: var(--rhythm-radius-md);
    background: rgba(255, 255, 255, 0.025);
}

body.homepage .listing-item {
    display: grid;
    min-height: 92px;
    margin: 0;
    padding: 14px;
    place-items: center;
    border-radius: var(--rhythm-radius-sm);
}

body.homepage .listing-item:hover {
    background: rgba(255, 255, 255, 0.04);
}

body.homepage .listing-item img {
    width: 100%;
    max-width: 150px;
    height: 42px;
    object-fit: contain;
    filter: grayscale(1) brightness(1.4);
    opacity: 0.75;
}

body.homepage .listing-item:hover img {
    filter: none;
    opacity: 1;
}

body.homepage > main > .roadmap {
    width: min(calc(100% - 48px), var(--rhythm-content));
    max-width: none !important;
    min-height: 0;
    margin: 0 auto;
    padding: 126px 0;
}

body.homepage .roadmap-header {
    width: auto;
    max-width: 680px;
    margin: 0 auto 48px;
    text-align: center;
}

body.homepage .roadmap-header h1 {
    margin: 0 0 18px;
    color: var(--rhythm-text);
    font-size: clamp(2.7rem, 5vw, 4.8rem);
    font-weight: 760;
    letter-spacing: -0.055em;
    line-height: 1;
}

body.homepage .roadmap-header p:not(.eyebrow) {
    color: var(--rhythm-muted);
}

body.homepage .roadmap-header a,
body.homepage .roadmap a {
    color: var(--rhythm-green);
}

body.homepage .roadmap-scroller .roadmap-item {
    width: 100%;
    min-height: 650px;
    padding: 38px;
    border: 1px solid var(--rhythm-border);
    border-radius: var(--rhythm-radius-md);
    background: var(--rhythm-surface-solid);
}

body.homepage .roadmap-item .title {
    position: static;
    margin: 0 0 20px;
}

body.homepage .roadmap-item .title::after {
    display: none;
}

body.homepage .roadmap-item .title h3 {
    margin: 0;
    color: var(--rhythm-text);
    font-size: 1.35rem;
    font-weight: 750;
}

body.homepage .roadmap-item .roadmap {
    width: auto;
    min-height: 0;
    margin: 0;
}

body.homepage .roadmap-item .complete {
    display: grid;
    margin: 0 0 14px;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    color: var(--rhythm-muted);
}

body.homepage .roadmap-item .complete span,
body.homepage .roadmap-item .complete a {
    font-size: 0.92rem;
    line-height: 1.62;
}

body.homepage .slidecontainer {
    width: 100%;
    margin: 36px auto 0;
}

body.homepage .slider {
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
}

body.homepage .slider::-webkit-slider-thumb {
    width: 22px;
    height: 22px;
    border: 5px solid #15231c;
    border-radius: 50%;
    background: var(--rhythm-green);
    box-shadow: 0 0 0 1px rgba(56, 229, 140, 0.45);
}

body.homepage .partners {
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 116px max(24px, calc((100% - var(--rhythm-content)) / 2));
    border-top: 1px solid var(--rhythm-border);
    background: rgba(255, 255, 255, 0.015);
}

body.homepage .partners-header {
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center;
}

body.homepage .partners h1 {
    margin: 0 0 18px;
    color: var(--rhythm-text);
    font-size: clamp(2.6rem, 5vw, 4.6rem);
    font-weight: 760;
    letter-spacing: -0.055em;
}

body.homepage .partners .email {
    color: var(--rhythm-muted);
}

body.homepage .partners-container {
    display: grid;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

body.homepage .partner {
    width: auto;
    min-height: 154px;
    margin: 0;
    padding: 22px;
    border: 1px solid var(--rhythm-border);
    border-radius: var(--rhythm-radius-md);
    background: rgba(255, 255, 255, 0.025);
}

body.homepage .partner:hover {
    border-color: rgba(56, 229, 140, 0.3);
    transform: translateY(-3px);
}

body.homepage .partner .profile {
    width: 64px;
    height: 64px;
    padding: 5px;
    border: 1px solid var(--rhythm-border);
    background: rgba(255, 255, 255, 0.95);
    object-fit: contain;
}

body.homepage .partner .details h2 {
    color: var(--rhythm-text);
    font-size: 1rem;
    font-weight: 750;
}

body.homepage .partner .details p {
    color: var(--rhythm-muted);
    font-size: 0.78rem;
}

/* FAQ and newsletter ------------------------------------------------------ */

body.homepage .faq {
    position: relative;
    min-height: 0;
    padding: 124px max(24px, calc((100% - var(--rhythm-content)) / 2));
    overflow: hidden;
    border-top: 1px solid var(--rhythm-border);
    background: var(--rhythm-bg);
}

body.homepage .faq .square {
    top: -220px;
    right: -240px;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(87, 215, 255, 0.09), transparent 68%);
}

body.homepage .faq-header {
    max-width: 780px;
    margin: 0 auto 52px;
    text-align: center;
}

body.homepage .faq-header h1 {
    margin: 0;
    color: var(--rhythm-text);
    font-size: clamp(2.6rem, 5vw, 4.6rem);
    font-weight: 760;
    letter-spacing: -0.055em;
    line-height: 1;
}

body.homepage .answers {
    display: grid;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 14px;
}

body.homepage .answer {
    width: 100%;
    max-width: none;
    margin: 0;
    align-self: start;
    border: 1px solid var(--rhythm-border);
    border-radius: var(--rhythm-radius-sm);
    background: rgba(255, 255, 255, 0.025);
}

body.homepage .accordion {
    display: grid;
    width: 100%;
    min-height: 92px;
    padding: 24px 26px;
    grid-template-columns: 24px 1fr;
    gap: 12px;
    align-items: center;
    border: 0;
    border-radius: var(--rhythm-radius-sm);
    color: var(--rhythm-text);
    background: transparent;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
}

body.homepage .accordion:hover,
body.homepage .accordion.active {
    color: var(--rhythm-green);
    background: rgba(56, 229, 140, 0.045);
}

body.homepage .accordion .fa-plus {
    margin: 0;
    color: var(--rhythm-green) !important;
}

body.homepage .accordion.active .fa-plus {
    transform: rotate(45deg);
}

body.homepage .panel {
    display: none;
    width: 100%;
    max-width: none;
    padding: 0 28px 28px 62px;
    color: var(--rhythm-muted);
    background: transparent;
}

body.homepage .panel.visible {
    display: block;
}

body.homepage .panel p {
    color: var(--rhythm-muted);
    line-height: 1.72;
}

body.homepage .panel a {
    color: var(--rhythm-green);
}

body.homepage .embedded-video {
    min-height: 320px !important;
    border: 0;
    border-radius: var(--rhythm-radius-sm);
}

body.homepage .email-container {
    display: grid;
    width: min(calc(100% - 48px), var(--rhythm-content));
    min-height: 0;
    margin: 0 auto 120px;
    padding: clamp(42px, 7vw, 82px);
    place-items: center;
    border: 1px solid rgba(56, 229, 140, 0.2);
    border-radius: var(--rhythm-radius-lg);
    background:
        radial-gradient(circle at 82% 25%, rgba(87, 215, 255, 0.1), transparent 20rem),
        radial-gradient(circle at 20% 80%, rgba(56, 229, 140, 0.12), transparent 25rem),
        var(--rhythm-surface-solid);
    box-shadow: var(--rhythm-shadow);
    text-align: center;
}

body.homepage .email-container h1 {
    margin: 0;
    color: var(--rhythm-text);
    font-size: clamp(2.3rem, 4.5vw, 4.2rem);
    font-weight: 760;
    letter-spacing: -0.05em;
}

body.homepage .email-container .msg {
    margin: 15px 0 30px;
    color: var(--rhythm-muted);
}

body.homepage .email-container > div {
    width: 100%;
    max-width: 900px;
}

body.homepage .email-form {
    width: 100%;
}

body.homepage .email-form form {
    display: grid;
    width: min(100%, 840px);
    margin: 0 auto;
    max-width: none;
    grid-template-columns: minmax(180px, 0.9fr) minmax(240px, 1.25fr) auto;
    gap: 10px;
    align-items: center;
}

body.homepage .email-form br {
    display: none;
}

body.homepage #email-form input {
    display: block;
    width: 100%;
    min-width: 0;
    height: 54px;
    margin: 0;
    padding: 0 17px;
    border: 1px solid var(--rhythm-border);
    border-radius: 999px;
    color: var(--rhythm-text);
    background: rgba(8, 11, 15, 0.7);
}

body.homepage #email-form input::placeholder {
    color: #697584;
}

body.homepage #email-form #submitButton {
    width: 138px;
    min-width: 130px;
    height: 54px;
    margin: 0;
    border-color: rgba(56, 229, 140, 0.42);
    color: #07120c;
    background: var(--rhythm-green);
    font-weight: 800;
    cursor: pointer;
}

/* Responsive homepage ---------------------------------------------------- */

@media (max-width: 1120px) {
    body.homepage .top-section .content {
        grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
    }

    body.homepage .top-section .socials.top {
        display: none;
    }

    body.homepage .products > .flex,
    body.homepage .comparison-container {
        grid-template-columns: 1fr 1fr;
    }

    body.homepage .tokenomics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.homepage .listing-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 850px) {
    body.homepage .top-section {
        padding-top: 118px;
    }

    body.homepage .top-section .content,
    body.homepage .comparison-container,
    body.homepage .products > .flex,
    body.homepage .music-player {
        grid-template-columns: 1fr;
    }

    body.homepage .top-section .about {
        max-width: 690px;
    }

    body.homepage .hero-visual {
        margin-top: 18px;
    }

    body.homepage .hero-visual > img {
        height: 460px;
        min-height: 390px;
    }

    body.homepage .music-player {
        text-align: center;
    }

    body.homepage .music-player .centered {
        text-align: center;
    }

    body.homepage .music-player a {
        justify-content: center;
    }

    body.homepage .mission-visual img {
        min-height: 0;
    }

    body.homepage .partners-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.homepage .answers {
        grid-template-columns: 1fr;
    }

    body.homepage .email-form form {
        grid-template-columns: 1fr 1fr;
    }

    body.homepage #email-form #submitButton {
        width: 100%;
        grid-column: 1 / -1;
    }
}

@media (max-width: 600px) {
    body.homepage .top-section .content,
    body.homepage .music-player-container,
    body.homepage .products,
    body.homepage .tokenomics,
    body.homepage .team-container,
    body.homepage .listing-wrapper,
    body.homepage > main > .roadmap,
    body.homepage .email-container {
        width: min(calc(100% - 32px), var(--rhythm-content));
    }

    body.homepage .top-section {
        min-height: 0;
        padding-bottom: 58px;
    }

    body.homepage .top-section .about .header {
        font-size: clamp(3rem, 16vw, 4.2rem);
    }

    body.homepage .top-section .content-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    body.homepage .top-section .content-buttons button {
        grid-column: 1 / -1;
    }

    body.homepage .top-section .content-buttons button,
    body.homepage .top-section .content-buttons a {
        width: 100%;
        padding: 0 14px;
    }

    body.homepage .hero-visual > img {
        height: 330px;
        min-height: 330px;
        aspect-ratio: 1 / 1;
    }

    body.homepage .mission-visual img {
        height: 320px;
        min-height: 320px;
    }

    body.homepage .hero-metric-top {
        top: 14px;
        left: 12px;
    }

    body.homepage .hero-metric-bottom {
        right: 12px;
        bottom: 14px;
    }

    body.homepage .music-player-container,
    body.homepage .products,
    body.homepage .team,
    body.homepage > main > .roadmap,
    body.homepage .partners,
    body.homepage .faq {
        padding-top: 88px;
        padding-bottom: 88px;
    }

    body.homepage .music-player {
        padding: 30px 22px;
    }

    body.homepage .products .images,
    body.homepage .tokenomics,
    body.homepage .partners-container {
        grid-template-columns: 1fr;
    }

    body.homepage .images .item {
        min-height: 150px;
    }

    body.homepage .tokenomics {
        margin-bottom: 88px;
    }

    body.homepage .team-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    body.homepage .team-header .arrows {
        position: static;
        margin-top: 20px;
    }

    body.homepage .listing-wrapper {
        margin-top: 78px;
        padding: 14px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.homepage .roadmap-header {
        margin: 0 auto 38px;
        text-align: center;
    }

    body.homepage .faq,
    body.homepage .partners {
        padding-right: 16px;
        padding-left: 16px;
    }

    body.homepage .panel {
        padding-left: 20px;
    }

    body.homepage .email-container {
        margin-bottom: 88px;
        padding: 42px 18px;
    }

    body.homepage .email-form form,
    body.homepage #email-form input,
    body.homepage #email-form #submitButton {
        width: 100%;
    }

    body.homepage .email-form form {
        grid-template-columns: 1fr;
    }

    body.homepage #email-form #submitButton {
        grid-column: auto;
    }
}
