/*
 * Tema público preservado do site Wix original.
 * O CMS e a área administrativa continuam independentes deste arquivo.
 */
@font-face {
    font-family: "GO Oswald";
    src: url("/assets/fonts/oswald.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
}
@font-face {
    font-family: "GO Trend Sans";
    src: url("/assets/fonts/trend-sans.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "GO DIN";
    src: url("/assets/fonts/din-next-light.woff2") format("woff2");
    font-style: normal;
    font-weight: 300 500;
    font-display: swap;
}
@font-face {
    font-family: "GO Futura";
    src: url("/assets/fonts/futura-book.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "GO Futura Light";
    src: url("/assets/fonts/futura-light.woff2") format("woff2");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

:root {
    --go-black: #000000;
    --go-charcoal: #2f2e2e;
    --go-purple: #523a93;
    --go-purple-deep: #300274;
    --go-purple-hover: #8040de;
    --go-lavender: #cfc8e1;
    --go-gold: #cb8c09;
    --go-gold-bar: #cc9939;
    --go-gold-light: #f7d76b;
    --go-white: #ffffff;
    --go-gray: #cccccc;
    --go-container: 980px;
}

body {
    color: var(--go-charcoal);
    background: var(--go-white);
    font-family: "GO Futura", Futura, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

.container {
    width: min(calc(100% - 36px), var(--go-container));
}

h1, h2, h3, h4 {
    font-family: "GO DIN", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}

.eyebrow {
    color: var(--go-gold);
    font-family: "GO Trend Sans", Arial, sans-serif;
    font-size: .8rem;
    font-weight: 400;
    letter-spacing: .08em;
}

.button {
    min-height: 42px;
    padding: 9px 24px;
    border-radius: 0;
    font-family: "GO Futura", Arial, sans-serif;
    font-weight: 400;
}

.button:hover {
    transform: none;
}

.button-primary {
    color: var(--go-white);
    background: var(--go-purple);
    box-shadow: none;
}

.button-primary:hover {
    color: var(--go-gold-light);
    background: var(--go-purple-hover);
}

.button-light {
    color: var(--go-purple-deep);
    background: var(--go-gold-light);
}

.button-ghost,
.button-secondary {
    color: var(--go-purple);
    background: transparent;
    border-color: var(--go-purple);
}

/* Cabeçalho original: banner ilustrado, preto e menu roxo/dourado. */
.site-header {
    position: relative;
    top: auto;
    z-index: 50;
    border: 0;
    background: var(--go-black);
    backdrop-filter: none;
}

.site-banner-wrap {
    padding: 20px 0 3px;
    background: var(--go-black);
}

.site-banner {
    display: block;
    width: min(calc(100% - 50px), 1389px);
    margin: 0 auto;
}

.site-banner img {
    width: 100%;
    height: auto;
    aspect-ratio: 1735 / 276;
    object-fit: cover;
}

.site-nav-bar {
    position: relative;
    z-index: 3;
    min-height: 60px;
    color: var(--go-gold-light);
    background: var(--go-purple-deep);
    box-shadow: 0 7px 8px rgba(25, 1, 60, .61);
}

.header-inner {
    min-height: 60px;
    justify-content: center;
}

.site-nav {
    width: 100%;
    justify-content: center;
    gap: 0;
}

.site-nav > a,
.site-nav > .nav-group > a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 0 17px;
    color: var(--go-gold-light);
    font-family: "GO Trend Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    transition: color .2s ease, background-color .2s ease;
}

.site-nav a::after {
    display: none;
}

.site-nav > a:hover,
.site-nav > .nav-group:hover > a,
.site-nav > .nav-group:focus-within > a {
    color: var(--go-white);
    background: rgba(128, 64, 222, .79);
}

.nav-group {
    position: relative;
}

.nav-submenu {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    min-width: 220px;
    padding: 4px;
    background: var(--go-purple-deep);
    box-shadow: 0 8px 12px rgba(25, 1, 60, .45);
}

.nav-submenu a {
    display: block;
    padding: 12px 14px;
    color: var(--go-gold-light);
    font-family: "GO Trend Sans", Arial, sans-serif;
    font-size: 14px;
}

.nav-submenu a:hover,
.nav-submenu a:focus {
    color: var(--go-white);
    background: var(--go-purple-hover);
}

.nav-group:hover .nav-submenu,
.nav-group:focus-within .nav-submenu {
    display: block;
}

.mobile-brand {
    display: none;
    color: var(--go-gold-light);
    font-family: "GO Trend Sans", Arial, sans-serif;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.menu-toggle > span:not(.sr-only) {
    background: var(--go-gold-light);
}

/* Home original. */
.hero {
    position: relative;
    min-height: 281px;
    display: grid;
    place-items: start center;
    overflow: hidden;
    color: var(--go-white);
    background:
        linear-gradient(rgba(0, 0, 0, .20), rgba(0, 0, 0, .20)),
        url("/assets/images/home-cosmos.jpeg") center 52% / cover no-repeat;
}

.hero-copy {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 36px), var(--go-container));
    padding-top: 31px;
    text-align: center;
}

.hero-welcome,
.hero-lead {
    max-width: none;
    margin: 0;
    color: var(--go-white);
    font-family: "GO DIN", Arial, sans-serif;
    line-height: 1.05;
    text-shadow: 3px 3px 0 rgba(10, 189, 240, .30), -3px -3px 0 rgba(254, 1, 1, .30);
}

.hero-welcome {
    font-size: 26px;
}

.hero-lead {
    font-size: 20px;
}

.hero h1 {
    max-width: none;
    margin: 15px 0 0;
    color: var(--go-black);
    font-family: "GO Oswald", Impact, sans-serif;
    font-size: clamp(2.6rem, 3.7vw, 3.4rem);
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, .65);
}

.soundwave-divider {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 72px;
}

.home-title-bar {
    min-height: 77px;
    display: flex;
    align-items: center;
    background: var(--go-white);
}

.home-title-bar h2 {
    margin: 0;
    color: var(--go-black);
    font-family: "GO Oswald", Impact, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
}

.home-posts {
    min-height: 620px;
    padding: 30px 0 70px;
    background: var(--go-lavender);
}

.home-post-grid {
    display: grid;
    grid-template-columns: repeat(5, 180px);
    gap: 20px;
}

.home-post-card {
    width: 180px;
    height: 180px;
    overflow: hidden;
    background: var(--go-purple);
}

.home-post-card .post-card-image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
}

.home-post-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease, filter .3s ease;
}

.home-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: end;
    padding: 16px;
    color: var(--go-white);
    background: linear-gradient(transparent 30%, rgba(29, 3, 108, .88));
    opacity: 0;
    transition: opacity .25s ease;
}

.home-card-overlay strong {
    font-family: "GO Futura", Arial, sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.25;
}

.home-post-card:hover img,
.home-post-card:focus-within img {
    transform: scale(1.04);
    filter: brightness(.72);
}

.home-post-card:hover .home-card-overlay,
.home-post-card:focus-within .home-card-overlay {
    opacity: 1;
}

.home-all-posts {
    margin-top: 30px;
    text-align: center;
}

.section {
    padding-block: 80px;
}

.section-dark {
    position: relative;
    color: var(--go-white);
    background:
        linear-gradient(120deg, rgba(29, 3, 108, .96), rgba(82, 58, 147, .88)),
        url("/assets/images/home-cosmos.jpeg") center / cover no-repeat;
}

.section-dark .eyebrow {
    color: var(--go-gold-light);
}

.feature-strip {
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
}

.feature-strip h2 {
    font-family: "GO Oswald", Impact, sans-serif;
    font-size: clamp(2.6rem, 5vw, 4.8rem);
    text-transform: uppercase;
}

.feature-image,
.feature-symbol {
    border: 1px solid var(--go-gold-light);
    border-radius: 0;
}

.manifesto {
    max-width: 820px;
}

.manifesto blockquote {
    color: var(--go-charcoal);
    font-family: "GO DIN", Arial, sans-serif;
    font-size: clamp(2.1rem, 4vw, 3.3rem);
    line-height: 1.2;
}

.manifesto > p:not(.eyebrow) {
    margin: -10px auto 30px;
    color: #605e5e;
}

/* Página inicial completa reconstruída a partir da composição Wix. */
.container-wide {
    width: min(calc(100% - 30px), 1210px);
    margin-inline: auto;
}

.wix-home-hero {
    background-image:
        linear-gradient(rgba(0, 0, 0, .20), rgba(0, 0, 0, .20)),
        var(--section-bg, url("/assets/images/home-cosmos.jpeg"));
}

.section-background {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.wix-divider {
    position: absolute;
    z-index: 4;
    left: 0;
    width: 100%;
    max-width: none;
    pointer-events: none;
}

.wix-divider-top {
    top: -1px;
}

.wix-divider-bottom {
    bottom: -1px;
}

.hero-divider {
    height: 72px;
}

.wix-articles-section {
    position: relative;
    min-height: 700px;
    padding: 30px 0 125px;
}

.articles-divider {
    height: 58px;
    object-fit: fill;
}

.wix-outline-button,
.wix-filled-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 42px;
    padding: 6px 24px;
    border: 1px solid var(--go-purple);
    color: var(--go-purple);
    background: var(--go-white);
    font-family: "GO Futura", Arial, sans-serif;
    font-size: 1.05rem;
    letter-spacing: .08em;
    transition: color .2s ease, background-color .2s ease;
}

.wix-outline-button:hover,
.wix-outline-button:focus {
    color: var(--go-white);
    background: var(--go-purple);
}

.wix-filled-button {
    color: var(--go-white);
    background: linear-gradient(105deg, #2f136e, #5e43a9, #321078);
}

.visions-heading {
    position: relative;
    min-height: 230px;
    padding: 85px 0 25px;
    color: var(--go-charcoal);
    background: var(--go-white);
    text-align: center;
}

.visions-divider {
    height: 55px;
    object-fit: fill;
}

.visions-heading h2,
.about-reference-copy > h2,
.home-contact-inner > h2 {
    margin: 0;
    color: var(--go-charcoal);
    font-family: "GO Futura Light", "Times New Roman", serif;
    font-size: clamp(4.2rem, 6.1vw, 5.5rem);
    font-weight: 300;
    line-height: .98;
}

.visions-heading p {
    margin: 24px 0 0;
    font-family: "GO Futura Light", Arial, sans-serif;
    font-size: 1rem;
    letter-spacing: .09em;
}

.visions-gallery-section {
    min-height: 660px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 15px 0 55px;
    overflow: hidden;
    background: var(--go-white);
}

.honeycomb-gallery {
    width: min(calc(100% - 28px), 1216px);
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    grid-auto-rows: 65px;
    column-gap: 12px;
    margin: 0 auto 42px;
    padding: 18px 0 45px;
}

.honeycomb-item {
    position: relative;
    height: 104px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
    background: var(--go-purple);
}

.honeycomb-item:nth-child(n + 11):nth-child(-n + 20),
.honeycomb-item:nth-child(n + 31):nth-child(-n + 40),
.honeycomb-item:nth-child(n + 51):nth-child(-n + 60) {
    transform: translateX(50%);
}

.honeycomb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter .25s ease, transform .25s ease;
}

.honeycomb-item span {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 12px;
    color: var(--go-white);
    background: rgba(49, 16, 120, .70);
    font-family: "GO Futura", Arial, sans-serif;
    font-size: .64rem;
    line-height: 1.2;
    opacity: 0;
    text-align: center;
    transition: opacity .25s ease;
}

.honeycomb-item:hover img,
.honeycomb-item:focus img {
    filter: saturate(.72) brightness(.8);
    transform: scale(1.06);
}

.honeycomb-item:hover span,
.honeycomb-item:focus span {
    opacity: 1;
}

.home-transition {
    position: relative;
    overflow: hidden;
    background: var(--go-white);
}

.transition-foreground {
    position: absolute;
    z-index: 3;
    pointer-events: none;
}

.library-transition {
    height: 377px;
}

.library-transition .wix-divider {
    height: 78px;
    object-fit: fill;
}

.library-character {
    left: max(7px, calc(50% - 590px));
    bottom: 7px;
    width: min(31vw, 450px);
    max-height: 350px;
    object-fit: contain;
    object-position: bottom left;
}

.reference-carousel-section {
    color: var(--go-black);
    background: var(--go-white);
    text-align: center;
}

.reference-carousel-section h2 {
    margin: 0;
    font-family: "GO Oswald", Impact, sans-serif;
    font-size: clamp(2.6rem, 4.2vw, 3.45rem);
    font-weight: 500;
    text-align: left;
}

.library-section {
    min-height: 655px;
    padding: 18px 0 80px;
}

.reference-grid {
    display: grid;
    gap: 14px;
    margin: 35px 0 58px;
}

.reference-grid-library {
    grid-template-columns: repeat(7, 1fr);
}

.reference-grid-artifacts {
    grid-template-columns: repeat(6, 1fr);
}

.reference-grid figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: #eeeeee;
    aspect-ratio: 1;
}

.reference-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter .25s ease, transform .25s ease;
}

.reference-grid figcaption {
    position: absolute;
    inset: auto 0 0;
    padding: 28px 9px 9px;
    overflow: hidden;
    color: var(--go-white);
    background: linear-gradient(transparent, rgba(29, 3, 108, .86));
    font-size: .68rem;
    line-height: 1.2;
    opacity: 0;
    text-overflow: ellipsis;
    transition: opacity .25s ease;
}

.reference-grid figure:hover img {
    filter: brightness(.78);
    transform: scale(1.04);
}

.reference-grid figure:hover figcaption {
    opacity: 1;
}

.saga-transition {
    height: 347px;
}

.saga-transition .wix-divider {
    height: 75px;
    object-fit: fill;
}

.saga-character {
    left: max(8px, calc(50% - 590px));
    bottom: -5px;
    width: min(35vw, 500px);
    max-height: 325px;
    object-fit: contain;
    object-position: bottom left;
}

.saga-transition h2 {
    position: relative;
    z-index: 5;
    width: min(calc(100% - 36px), 850px);
    margin: 0 auto;
    padding-top: 155px;
    color: #180672;
    font-family: "GO Futura", Arial, sans-serif;
    font-size: clamp(2.6rem, 4vw, 4rem);
    line-height: 1;
    text-align: right;
    text-shadow: 2px 2px 0 rgba(227, 31, 31, .48);
}

.saga-content-section {
    min-height: 693px;
    overflow: hidden;
    background: var(--go-white);
}

.saga-content-layout {
    position: relative;
    width: min(100%, 1450px);
    min-height: 693px;
    display: grid;
    grid-template-columns: minmax(120px, 190px) minmax(460px, 690px) minmax(310px, 450px) minmax(120px, 190px);
    margin: 0 auto;
}

.saga-copy {
    position: relative;
    z-index: 3;
    padding: 20px 4px 60px;
    color: var(--go-black);
    font-family: "GO Futura", Arial, sans-serif;
    font-size: .84rem;
    line-height: 1.45;
}

.saga-copy p {
    margin: 0 0 18px;
}

.saga-copy strong {
    color: var(--go-purple);
}

.saga-link {
    color: #281487;
    font-family: "GO Futura", Arial, sans-serif;
    font-size: clamp(1.45rem, 2.25vw, 2.15rem);
    text-decoration: underline;
    text-shadow: 2px 2px 0 rgba(227, 31, 31, .35);
}

.saga-side {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.saga-side-left {
    object-position: right center;
}

.saga-side-right {
    object-position: left center;
}

.saga-montage {
    position: relative;
    min-height: 693px;
    overflow: hidden;
}

.saga-center-art {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 30px;
    width: 72%;
    transform: rotate(-18deg);
}

.saga-book-art {
    position: absolute;
    z-index: 2;
    right: -5px;
    top: 68px;
    width: 78%;
    border: 2px solid var(--go-black);
    transform: rotate(-1.5deg);
}

.artifacts-transition {
    height: 329px;
}

.artifacts-transition .wix-divider-top {
    height: 55px;
    object-fit: fill;
}

.artifacts-transition .wix-divider-bottom {
    height: 75px;
    object-fit: fill;
}

.artifacts-character {
    right: max(8px, calc(50% - 540px));
    bottom: -2px;
    width: min(38vw, 540px);
    max-height: 310px;
    object-fit: contain;
    object-position: bottom right;
}

.artifacts-section {
    min-height: 570px;
    padding: 22px 0 78px;
}

.artifacts-section h2 {
    text-align: center;
}

.artifacts-section .reference-grid {
    margin-block: 25px 42px;
}

.about-transition {
    height: 383px;
}

.about-transition .wix-divider {
    height: 82px;
    object-fit: fill;
}

.about-reference-section {
    min-height: 690px;
    padding: 20px 0 85px;
    background: var(--go-white);
}

.about-reference-copy {
    color: var(--go-charcoal);
    font-family: "GO Futura", Arial, sans-serif;
    font-size: .9rem;
    line-height: 1.55;
}

.about-reference-copy > h2 {
    margin-bottom: 52px;
    text-align: center;
}

.about-reference-copy strong {
    color: var(--go-purple);
    font-size: 1.15rem;
}

.contact-transition {
    height: 554px;
}

.contact-transition .wix-divider {
    height: 150px;
    object-fit: fill;
}

.home-contact-section {
    min-height: 980px;
    padding: 35px 0 90px;
    background: var(--go-white);
}

.home-contact-inner {
    width: min(calc(100% - 36px), 640px);
    margin: 0 auto;
    color: var(--go-charcoal);
    text-align: center;
}

.home-contact-inner > p {
    margin: 20px 0 45px;
    font-family: "GO Futura Light", Arial, sans-serif;
    font-size: 1rem;
    letter-spacing: .08em;
}

.wix-contact-form {
    display: grid;
    gap: 6px;
}

.wix-contact-form label {
    margin: 0;
}

.wix-contact-form input,
.wix-contact-form textarea,
.wix-newsletter-form input {
    width: 100%;
    padding: 7px 24px;
    border: 1px solid var(--go-charcoal);
    border-radius: 0;
    color: var(--go-charcoal);
    background: var(--go-white);
    font-family: "GO Futura", Arial, sans-serif;
    font-size: .82rem;
}

.wix-contact-form input {
    height: 32px;
}

.wix-contact-form textarea {
    min-height: 126px;
    resize: vertical;
}

.wix-contact-form button,
.wix-newsletter-form button {
    justify-self: end;
    min-width: 91px;
    min-height: 32px;
    padding: 5px 15px;
    border: 0;
    color: var(--go-white);
    background: var(--go-charcoal);
    font-family: "GO Futura Light", Arial, sans-serif;
    font-size: .9rem;
}

.wix-newsletter-form {
    margin-top: 70px;
}

.wix-newsletter-form h3 {
    margin-bottom: 28px;
    font-family: "GO Futura Light", Arial, sans-serif;
    font-size: 1rem;
}

.wix-newsletter-form > div {
    display: grid;
    grid-template-columns: 1fr 130px;
    gap: 10px;
}

.wix-newsletter-form label {
    margin: 0;
}

.wix-newsletter-form input {
    height: 32px;
}

/* Blog Oculto e artigos. */
.blog-hero {
    position: relative;
    min-height: 370px;
    display: flex;
    align-items: end;
    overflow: hidden;
    background:
        linear-gradient(rgba(204, 204, 204, .12), rgba(204, 204, 204, .12)),
        url("/assets/images/blog-cosmos.jpeg") center 55% / cover no-repeat;
}

.blog-hero::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0 0 auto;
    height: 120px;
    background: url("/assets/images/wave-lines.svg") center top / 100% 120px no-repeat;
}

.blog-hero::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: -2%;
    right: -2%;
    bottom: -1px;
    height: 92px;
    background: linear-gradient(175deg, transparent 0 39%, rgba(255, 255, 255, .50) 40% 49%, rgba(255, 255, 255, .72) 50% 59%, #f6f6f6 60%);
}

.blog-hero .container {
    position: relative;
    z-index: 2;
}

.blog-hero h1,
.blog-hero h2 {
    position: relative;
    z-index: 3;
    margin: 0 0 29px;
    color: var(--go-black);
    font-family: "GO Oswald", Impact, sans-serif;
    font-size: clamp(3.4rem, 6.2vw, 5.3rem);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 5px 5px 0 rgba(47, 46, 46, .30);
}

.blog-hero-small {
    min-height: 315px;
}

.category-strip {
    position: relative;
    z-index: 3;
    color: var(--go-charcoal);
    background: var(--go-gold-bar);
}

.category-strip-inner {
    display: flex;
    align-items: center;
    min-height: 80px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.category-strip a {
    flex: 0 0 auto;
    padding: 30px 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    white-space: nowrap;
}

.category-strip a:first-child {
    color: var(--go-purple);
}

.category-strip a:hover,
.category-strip a:focus {
    color: var(--go-purple);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.archive-section {
    min-height: 680px;
    padding-top: 35px;
    background: var(--go-lavender);
}

.filter-bar {
    grid-template-columns: minmax(240px, 1fr) minmax(210px, .55fr) auto auto;
    border: 1px solid var(--go-purple);
    border-radius: 0;
    background: rgba(255, 255, 255, .86);
}

input, textarea, select {
    border-color: #a09f9f;
    border-radius: 0;
    font-family: Arial, Helvetica, sans-serif;
}

input:focus, textarea:focus, select:focus {
    border-color: var(--go-purple);
    box-shadow: 0 0 0 2px rgba(82, 58, 147, .13);
}

.post-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.post-card {
    border: 1px solid var(--go-purple);
    border-radius: 0;
    background: var(--go-white);
    box-shadow: none;
}

.post-card:hover {
    transform: none;
    box-shadow: 6px 6px 0 rgba(82, 58, 147, .25);
}

.post-card-image {
    aspect-ratio: 1;
    background: var(--go-gray);
}

.post-card-body {
    padding: 22px;
}

.post-card-body h2,
.post-card-body h3 {
    font-family: "GO DIN", Arial, sans-serif;
    font-size: 1.45rem;
}

.post-meta span,
.card-link,
.text-link {
    color: var(--go-purple);
}

.pagination a {
    border-color: var(--go-purple);
    border-radius: 0;
}

.pagination a[aria-current="page"] {
    background: var(--go-purple);
    border-color: var(--go-purple);
}

.article-stage {
    padding: 20px 0 75px;
    background: var(--go-lavender);
}

.article-card {
    width: min(calc(100% - 40px), 940px);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid var(--go-purple);
    background: #fbfafd;
}

.article-header {
    padding: 66px 99px 40px;
}

.article-header-inner {
    max-width: none;
}

.article-header h1 {
    max-width: none;
    margin-top: 28px;
    color: var(--go-charcoal);
    font-family: "GO DIN", Arial, sans-serif;
    font-size: clamp(2.5rem, 4.2vw, 3.5rem);
    line-height: 1.14;
}

.article-deck {
    color: #605e5e;
    font-family: "GO Futura", Arial, sans-serif;
    font-size: 1rem;
}

.article-byline {
    margin-top: 0;
    color: var(--go-charcoal);
    font-family: Arial, Helvetica, sans-serif;
    font-size: .82rem;
}

.article-byline span + span::before,
.article-byline time::before {
    content: "·";
    color: var(--go-charcoal);
}

.back-link {
    color: var(--go-purple);
}

.article-cover {
    width: auto;
    max-height: none;
    margin: 0 99px;
    border: 1px solid #777;
    border-radius: 0;
}

.article-cover img {
    width: 100%;
    max-height: 680px;
    object-fit: contain;
    background: var(--go-white);
}

.article-layout {
    grid-template-columns: minmax(0, 610px);
    justify-content: center;
    gap: 40px;
    padding: 60px 0 80px;
}

.article-body.prose,
.page-prose.prose {
    color: var(--go-charcoal);
    font-family: "GO Futura", Arial, sans-serif;
    font-size: 1.05rem;
    line-height: 1.7;
}

.prose h2,
.prose h3,
.prose h4 {
    font-family: "GO DIN", Arial, sans-serif;
}

.prose a {
    color: var(--go-purple);
}

.article-aside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.aside-card,
.aside-card + .aside-card {
    position: static;
    margin: 0;
    border: 1px solid var(--go-purple);
    border-radius: 0;
}

.related-section {
    background: var(--go-white);
}

.related-grid a {
    border-color: var(--go-purple);
    border-radius: 0;
}

/* Páginas editoriais e galeria no mesmo universo visual. */
.page-hero {
    position: relative;
    padding-block: 95px;
    color: var(--go-white);
    background:
        linear-gradient(105deg, rgba(29, 3, 108, .88), rgba(0, 0, 0, .34)),
        url("/assets/images/home-cosmos.jpeg") center / cover no-repeat;
}

.page-hero.compact {
    padding-block: 75px;
}

.page-hero h1 {
    color: var(--go-white);
    font-family: "GO Oswald", Impact, sans-serif;
    font-size: clamp(3.2rem, 6vw, 5.5rem);
    text-transform: uppercase;
    text-shadow: 4px 4px 0 rgba(0, 0, 0, .45);
}

.page-hero p:not(.eyebrow) {
    color: var(--go-white);
}

.page-hero .eyebrow {
    color: var(--go-gold-light);
}

.page-hero-grid img {
    border: 1px solid var(--go-gold-light);
    border-radius: 0;
}

.page-prose {
    max-width: 780px;
}

.gallery-section,
.gallery-page main,
.gallery-index-grid {
    background: var(--go-lavender);
}

.masonry-gallery {
    column-gap: 16px;
}

.gallery-item {
    margin-bottom: 16px;
    border: 1px solid var(--go-purple);
    border-radius: 0;
    background: var(--go-gray);
}

.gallery-index-card {
    border: 1px solid var(--go-purple);
    border-radius: 0;
    box-shadow: none;
}

.gallery-index-card span {
    color: var(--go-purple);
}

.lightbox {
    background: rgba(29, 3, 108, .96);
}

/* Contato: painel roxo e formulário branco do layout original. */
.contact-stage {
    background: var(--go-white);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    width: 100%;
    min-height: 680px;
}

.contact-copy {
    padding: 75px max(65px, calc((100vw - var(--go-container)) / 2 + 70px));
    color: var(--go-white);
    background: var(--go-purple);
}

.contact-copy.prose {
    color: var(--go-white);
    font-family: "GO DIN", Arial, sans-serif;
}

.contact-copy .eyebrow {
    display: none;
}

.contact-copy h1 {
    margin: 0 0 38px;
    color: var(--go-white);
    font-family: "GO DIN", Arial, sans-serif;
    font-size: 3.5rem;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, .45);
}

.contact-copy h2,
.contact-copy h3 {
    color: var(--go-white);
}

.contact-copy p {
    max-width: 500px;
}

.contact-copy .contact-intro {
    color: var(--go-gold-light);
    font-size: 1.25rem;
    line-height: 1.65;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, .55);
}

.contact-copy a {
    color: var(--go-gold-light);
}

.contact-form {
    align-self: stretch;
    padding: 90px max(65px, calc((100vw - var(--go-container)) / 2 + 70px));
    border: 0;
    border-radius: 0;
    background: var(--go-white);
    box-shadow: none;
}

.contact-name-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contact-form label {
    color: var(--go-charcoal);
    font-family: Arial, Helvetica, sans-serif;
    font-size: .85rem;
    font-weight: 400;
}

.contact-form input,
.contact-form textarea {
    padding: 12px 3px;
    border: 0;
    border-bottom: 1px solid var(--go-charcoal);
    box-shadow: none;
}

.contact-form textarea {
    min-height: 110px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--go-purple);
    box-shadow: none;
}

.contact-form .button {
    min-width: 140px;
}

/* Rodapé derivado do Wix, sem links comerciais. */
.site-footer {
    padding-top: 0;
    color: var(--go-charcoal);
    background: var(--go-white);
}

.footer-links-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 84px;
    border-top: 1px solid var(--go-charcoal);
}

.footer-nav,
.social-links {
    display: flex;
    align-items: center;
    gap: 0;
}

.footer-nav a {
    padding: 4px 24px;
    border-right: 1px solid #605e5e;
    font-family: "GO Futura", Arial, sans-serif;
    font-size: .85rem;
}

.footer-nav a:first-child {
    padding-left: 0;
}

.footer-nav a:hover,
.social-links a:hover {
    color: var(--go-purple);
}

.social-links {
    gap: 16px;
}

.social-links a {
    color: var(--go-purple);
    font-size: .8rem;
}

.footer-cosmic {
    position: relative;
    overflow: hidden;
    color: var(--go-white);
    background-image:
        radial-gradient(circle at 80% 100%, rgba(128, 121, 255, .95), transparent 35%),
        var(--footer-bg, linear-gradient(125deg, #2f2e2e, #523a93));
    background-position: center;
    background-size: cover;
}

.footer-bg-image {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-bottom {
    position: relative;
    z-index: 1;
    min-height: 146px;
    align-items: center;
    justify-content: center;
    border: 0;
    color: var(--go-white);
    font-family: "GO Futura", Arial, sans-serif;
    text-align: center;
}

.footer-bottom > div {
    display: grid;
    gap: 8px;
    max-width: 600px;
}

.footer-bottom a {
    color: var(--go-white);
}

.footer-reference-copy {
    display: block;
    max-width: 680px;
    font-size: .7rem;
    line-height: 1.35;
}

.footer-reference-copy p {
    margin: 2px 0;
}

.flash {
    border-radius: 0;
}

@media (max-width: 1040px) {
    .site-nav > a,
    .site-nav > .nav-group > a {
        padding-inline: 11px;
        font-size: 13px;
    }

    .home-post-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .home-post-card {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }

    .honeycomb-gallery {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .honeycomb-item:nth-child(n) {
        transform: none;
    }

    .reference-grid-library {
        grid-template-columns: repeat(5, 1fr);
    }

    .reference-grid-artifacts {
        grid-template-columns: repeat(4, 1fr);
    }

    .saga-content-layout {
        grid-template-columns: 125px minmax(430px, 1fr) 330px 125px;
    }

    .article-layout {
        padding-inline: 50px;
    }

    .contact-copy,
    .contact-form {
        padding-inline: 55px;
    }
}

@media (max-width: 760px) {
    .site-banner-wrap {
        padding: 0;
    }

    .site-banner {
        width: 100%;
        overflow: hidden;
    }

    .site-banner img {
        width: auto;
        max-width: none;
        height: 145px;
        aspect-ratio: auto;
        transform: translateX(calc((100vw - 910px) / 2));
    }

    .site-nav-bar,
    .header-inner {
        min-height: 56px;
    }

    .header-inner {
        justify-content: space-between;
    }

    .mobile-brand {
        display: block;
    }

    .menu-toggle {
        display: block;
    }

    .site-nav {
        left: 0;
        right: 0;
        top: 56px;
        padding: 5px;
        border: 0;
        border-radius: 0;
        background: var(--go-purple-deep);
        box-shadow: 0 8px 14px rgba(25, 1, 60, .55);
    }

    .site-nav > a,
    .site-nav > .nav-group > a {
        justify-content: start;
        min-height: 44px;
        padding: 0 15px;
        color: var(--go-gold-light);
        font-size: 14px;
    }

    .nav-submenu {
        position: static;
        display: grid;
        padding-left: 18px;
        box-shadow: none;
    }

    .hero {
        min-height: 300px;
    }

    .hero-copy {
        padding-top: 38px;
    }

    .hero-welcome {
        font-size: 19px;
    }

    .hero-lead {
        font-size: 15px;
    }

    .hero h1 {
        font-size: 2.65rem;
    }

    .soundwave-divider {
        height: 58px;
    }

    .home-title-bar {
        min-height: 72px;
    }

    .home-title-bar h2 {
        font-size: 23px;
    }

    .home-post-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .home-card-overlay {
        opacity: 1;
        padding: 12px;
    }

    .home-card-overlay strong {
        font-size: .78rem;
    }

    .visions-heading {
        min-height: 200px;
        padding-top: 75px;
    }

    .visions-heading h2,
    .about-reference-copy > h2,
    .home-contact-inner > h2 {
        font-size: 3.7rem;
    }

    .visions-gallery-section {
        min-height: 1080px;
    }

    .honeycomb-gallery {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-auto-rows: 64px;
        column-gap: 8px;
        margin-bottom: 30px;
    }

    .honeycomb-item {
        height: 102px;
    }

    .library-transition,
    .saga-transition,
    .artifacts-transition,
    .about-transition {
        height: 300px;
    }

    .contact-transition {
        height: 390px;
    }

    .library-character,
    .saga-character {
        width: 62vw;
    }

    .artifacts-character {
        width: 72vw;
    }

    .reference-grid-library,
    .reference-grid-artifacts {
        grid-template-columns: repeat(2, 1fr);
    }

    .reference-grid {
        gap: 10px;
    }

    .reference-carousel-section h2 {
        font-size: 2.4rem;
        text-align: center;
    }

    .saga-transition h2 {
        padding-top: 125px;
        font-size: 2.35rem;
        text-align: center;
    }

    .saga-content-layout {
        display: block;
        min-height: auto;
    }

    .saga-side {
        display: none;
    }

    .saga-copy {
        padding: 35px 24px;
        font-size: .9rem;
    }

    .saga-montage {
        min-height: 540px;
    }

    .saga-center-art {
        left: 4%;
        width: 58%;
    }

    .saga-book-art {
        right: 5%;
        width: 56%;
    }

    .about-reference-copy {
        font-size: .9rem;
    }

    .wix-newsletter-form > div {
        grid-template-columns: 1fr;
    }

    .wix-newsletter-form button {
        justify-self: stretch;
    }

    .feature-strip,
    .post-grid {
        grid-template-columns: 1fr;
    }

    .blog-hero {
        min-height: 290px;
    }

    .blog-hero-small {
        min-height: 245px;
    }

    .blog-hero h1,
    .blog-hero h2 {
        margin-bottom: 34px;
        font-size: 3rem;
    }

    .category-strip-inner {
        width: 100%;
        min-height: 60px;
        padding-inline: 4px;
    }

    .category-strip a {
        padding: 21px 14px;
        font-size: 13px;
    }

    .filter-bar {
        grid-template-columns: 1fr;
    }

    .article-card {
        width: calc(100% - 24px);
    }

    .article-header {
        padding: 42px 24px 28px;
    }

    .article-cover {
        margin-inline: 24px;
    }

    .article-layout {
        padding: 40px 24px 60px;
    }

    .article-aside {
        grid-template-columns: 1fr;
    }

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

    .contact-copy,
    .contact-form {
        padding: 55px 25px;
    }

    .contact-copy h1 {
        font-size: 3rem;
    }

    .contact-name-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .footer-links-row,
    .footer-nav,
    .footer-bottom {
        align-items: start;
        flex-direction: column;
    }

    .footer-links-row {
        gap: 25px;
        padding-block: 30px;
    }

    .footer-nav {
        gap: 11px;
    }

    .footer-nav a {
        padding: 0;
        border: 0;
    }

    .footer-bottom {
        justify-content: center;
        gap: 18px;
        padding-block: 35px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-post-card img,
    .home-card-overlay {
        transition: none;
    }
}
