@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@1,500;1,600&display=swap');

:where([hidden]) {
    display: none !important
}

:root {
    --ink: #10101a;
    --paper: #f3f0ea;
    --blue: #1217aa;
    --coral: #ff4f5e;
    --line: #10101a29
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: 'DM Sans', Arial, sans-serif
}

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

button,
input,
select {
    font: inherit
}

button {
    color: inherit
}

.section {
    max-width: 1280px;
    margin: auto;
    padding: 120px 48px
}

.eyebrow {
    font-size: 12px;
    letter-spacing: .22em;
    font-weight: 700;
    color: #fff;
    margin: 0 0 28px
}

.eyebrow.dark {
    color: var(--blue)
}

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

h2 {
    font-size: clamp(42px, 6vw, 82px);
    line-height: .98;
    letter-spacing: -.045em;
    margin: 0
}

em {
    font-family: 'Playfair Display', serif;
    font-weight: 500
}

.site-header {
    position: fixed;
    z-index: 30;
    inset: 0 0 auto;
    height: 82px;
    display: flex;
    align-items: center;
    padding: 0 4vw;
    color: #fff;
    border-bottom: 1px solid #ffffff40;
    background: linear-gradient(#08080ea3, transparent)
}

.brand,
.footer-brand {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -.08em
}

.brand i,
.footer-brand i {
    width: 1px;
    height: 27px;
    background: currentColor;
    transform: rotate(22deg);
    opacity: .55
}

.site-header nav {
    margin: auto;
    display: flex;
    gap: 2.4vw
}

.site-header nav a {
    font-size: 13px
}

.header-cta {
    font-size: 13px;
    border: 1px solid #ffffff80;
    padding: 12px 17px;
    border-radius: 99px
}

.arrow {
    font-family: Arial;
    margin-left: 10px;
    display: inline-block;
    transition: .2s
}

.header-cta:hover .arrow,
.button:hover .arrow,
.association-card a:hover .arrow,
.event-list button:hover .arrow {
    transform: translateX(5px)
}

.menu-button {
    display: none;
    background: none;
    border: 0
}

.hero {
    height: 100svh;
    min-height: 700px;
    position: relative;
    background: #05050a;
    color: #fff;
    overflow: hidden
}

.hero>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 62%
}

.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #05050cdb, #05050c59 52%, #05050c14), linear-gradient(0deg, #05050cb3, transparent 50%)
}

.hero-content {
    position: absolute;
    left: 7vw;
    top: 52%;
    transform: translateY(-43%);
    width: min(760px, 86vw)
}

h1 {
    font-size: clamp(58px, 8.2vw, 126px);
    line-height: .82;
    letter-spacing: -.065em;
    margin: 0 0 36px;
    font-weight: 500
}

.hero-copy {
    font-size: 18px;
    line-height: 1.6;
    max-width: 590px;
    color: #ffffffc7
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 38px
}

.button {
    display: inline-flex;
    padding: 16px 22px;
    border-radius: 99px;
    align-items: center;
    font-size: 14px;
    font-weight: 600
}

.button.light {
    background: #fff;
    color: var(--ink)
}

.text-link {
    font-size: 14px;
    border-bottom: 1px solid #ffffff80;
    padding-bottom: 6px
}

.scroll-note {
    position: absolute;
    right: 4vw;
    bottom: 46px;
    font-size: 10px;
    letter-spacing: .2em;
    display: flex;
    align-items: center;
    gap: 12px;
    transform: rotate(90deg);
    transform-origin: right
}

.scroll-note span {
    width: 50px;
    height: 1px;
    background: #fff
}

.section-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 76px
}

.associations {
    padding-bottom: 150px
}

.association-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.association-card {
    min-height: 590px;
    padding: 44px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    color: #fff
}

.association-card:after {
    content: '';
    position: absolute;
    width: 360px;
    height: 360px;
    border: 1px solid #ffffff38;
    border-radius: 50%;
    right: -140px;
    bottom: -140px
}

.association-card.adeixa {
    background: var(--blue)
}

.association-card.fronteiras {
    background: var(--coral)
}

.card-number {
    position: absolute;
    right: 34px;
    top: 32px;
    font-size: 12px;
    letter-spacing: .2em;
    opacity: .65
}

.association-mark {
    font-size: 36px;
    font-weight: 700;
    line-height: .88;
    letter-spacing: -.06em;
    margin-bottom: auto
}

.association-card h3 {
    font-size: 28px;
    max-width: 470px;
    margin: 80px 0 20px
}

.association-card p {
    line-height: 1.7;
    color: #ffffffcc;
    max-width: 520px
}

.association-card a {
    margin-top: 36px;
    border-top: 1px solid #ffffff59;
    padding-top: 22px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    z-index: 2
}

.manifesto {
    overflow: hidden;
    background: var(--ink);
    color: #fff;
    padding: 28px 0
}

.marquee {
    display: flex;
    width: max-content;
    animation: marquee 22s linear infinite
}

.marquee span {
    font-size: 56px;
    font-weight: 300;
    white-space: nowrap
}

@keyframes marquee {
    to {
        transform: translateX(-50%)
    }
}

.events {
    padding-bottom: 140px
}

.event-list {
    border-top: 1px solid var(--line)
}

.event-list button {
    width: 100%;
    display: grid;
    grid-template-columns: 70px 1fr 1fr 50px;
    align-items: center;
    text-align: left;
    background: none;
    border: 0;
    border-bottom: 1px solid var(--line);
    padding: 24px 8px;
    cursor: pointer;
    transition: .25s
}

.event-list button:hover,
.event-list button.active {
    background: #fff;
    padding-left: 20px
}

.event-list span {
    font-size: 12px;
    opacity: .5
}

.event-list strong {
    font-size: 25px
}

.event-list small {
    opacity: .55
}

.event-feature {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    background: var(--ink);
    color: #fff;
    margin-top: 34px;
    min-height: 430px
}

.event-feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 430px
}

.event-feature div {
    padding: 52px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.event-feature div p {
    color: #7d88ff;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 700
}

.event-feature h3 {
    font-size: 43px;
    line-height: 1;
    margin-bottom: 24px
}

.event-feature div span {
    line-height: 1.7;
    color: #ffffffb3
}

.calendar-section {
    background: var(--blue);
    color: #fff
}

.calendar-wrap {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 90px
}

.calendar-note {
    line-height: 1.7;
    color: #ffffffb3;
    max-width: 420px;
    margin-top: 32px
}

.timeline {
    border-top: 1px solid #ffffff40
}

.timeline button {
    width: 100%;
    display: grid;
    grid-template-columns: 110px 20px 1fr 30px;
    gap: 18px;
    align-items: center;
    padding: 25px 0;
    border: 0;
    border-bottom: 1px solid #ffffff40;
    background: none;
    color: #fff;
    text-align: left;
    cursor: pointer
}

.timeline time {
    font-size: 12px;
    letter-spacing: .16em
}

.timeline button>span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--coral)
}

.timeline strong,
.timeline small {
    display: block
}

.timeline strong {
    font-size: 18px
}

.timeline small {
    opacity: .6;
    margin-top: 5px
}

.liana {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8vw;
    align-items: center
}

.liana-image {
    position: relative
}

.liana-image img {
    width: 100%;
    height: 720px;
    object-fit: cover
}

.quote {
    position: absolute;
    right: -35px;
    bottom: 55px;
    width: 230px;
    padding: 28px;
    background: var(--coral);
    color: #fff;
    font-family: 'Playfair Display';
    font-size: 26px;
    font-style: italic
}

.liana-copy h2 {
    color: var(--blue);
    margin-bottom: 26px
}

.liana-copy h3 {
    font-size: 24px;
    max-width: 480px
}

.liana-copy>p {
    line-height: 1.75;
    color: #575765
}

.signature {
    font-family: 'Playfair Display';
    font-size: 32px;
    font-style: italic;
    margin-top: 38px
}

.signature span {
    display: block;
    font-family: 'DM Sans';
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-style: normal;
    margin-top: 8px;
    color: #777
}

.enrollment {
    background: var(--ink);
    color: #fff
}

.enrollment-wrap {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 8vw
}

.enrollment-copy>p {
    color: #ffffffa8;
    line-height: 1.7;
    max-width: 460px;
    margin-top: 30px
}

.enrollment-copy ul {
    list-style: none;
    padding: 0;
    margin-top: 38px
}

.enrollment-copy li {
    border-top: 1px solid #ffffff33;
    padding: 14px 0;
    font-size: 13px
}

.enrollment form,
.form-success {
    background: #fff;
    color: var(--ink);
    padding: 44px
}

.enrollment label {
    font-size: 12px;
    font-weight: 700;
    display: block
}

.enrollment input,
.enrollment select {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #bbb;
    background: transparent;
    padding: 12px 0 14px;
    margin-bottom: 28px;
    border-radius: 0;
    outline: 0
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px
}

.check {
    display: flex !important;
    align-items: center;
    font-weight: 400 !important;
    gap: 8px;
    color: #555
}

.check input {
    width: auto;
    margin: 0
}

.submit {
    width: 100%;
    border: 0;
    background: var(--blue);
    color: #fff;
    padding: 17px;
    margin-top: 26px;
    cursor: pointer;
    font-weight: 700
}

.enrollment form>small {
    display: block;
    margin-top: 14px;
    color: #777
}

.form-success {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.form-success>span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 28px
}

.form-success h3 {
    font-size: 34px;
    margin: 25px 0 10px
}

.form-success button {
    border: 0;
    background: none;
    color: var(--blue);
    font-weight: 700;
    padding: 12px 0
}

footer {
    background: #08080e;
    color: #fff;
    padding: 80px 5vw 30px;
    text-align: center
}

.footer-brand {
    justify-content: center;
    font-size: 40px
}

.footer-brand i {
    height: 42px
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 35px;
    margin: 42px 0 70px;
    font-size: 13px
}

.footer-bottom {
    border-top: 1px solid #ffffff26;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #ffffff8c
}

.footer-bottom strong {
    color: #fff
}

.reveal {
    opacity: 0;
    transform: translateY(25px);
    transition: .7s
}

.reveal.visible {
    opacity: 1;
    transform: none
}

@media(max-width:900px) {
    .site-header {
        height: 70px;
        padding: 0 22px
    }

    .site-header nav {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: var(--ink);
        padding: 25px;
        flex-direction: column;
        gap: 22px
    }

    .site-header nav.open {
        display: flex
    }

    .menu-button {
        display: flex;
        margin-left: auto;
        width: 42px;
        height: 42px;
        flex-direction: column;
        justify-content: center;
        gap: 7px
    }

    .menu-button b {
        width: 24px;
        height: 1px;
        background: #fff
    }

    .header-cta {
        display: none
    }

    .section {
        padding: 86px 22px
    }

    .hero {
        min-height: 640px
    }

    .hero-content {
        left: 22px
    }

    .hero>img {
        object-position: 58% center
    }

    .hero-copy {
        font-size: 15px;
        max-width: 440px
    }

    .scroll-note {
        display: none
    }

    .association-grid,
    .calendar-wrap,
    .liana,
    .enrollment-wrap {
        grid-template-columns: 1fr
    }

    .association-card {
        min-height: 500px;
        padding: 30px
    }

    .event-list button {
        grid-template-columns: 45px 1fr 35px
    }

    .event-list small {
        display: none
    }

    .event-feature {
        grid-template-columns: 1fr
    }

    .event-feature img {
        min-height: 300px;
        height: 300px
    }

    .event-feature div {
        padding: 32px
    }

    .calendar-wrap {
        gap: 20px
    }

    .liana {
        gap: 70px
    }

    .liana-image img {
        height: 550px
    }

    .quote {
        right: 15px
    }

    .footer-bottom {
        flex-direction: column;
        gap: 12px
    }
}

@media(max-width:560px) {
    h1 {
        font-size: 58px
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px
    }

    .association-card h3 {
        margin-top: 60px
    }

    .marquee span {
        font-size: 36px
    }

    .event-feature h3 {
        font-size: 34px
    }

    .timeline button {
        grid-template-columns: 76px 12px 1fr 18px;
        gap: 10px
    }

    .timeline small {
        font-size: 10px
    }

    .liana-image img {
        height: 430px
    }

    .quote {
        width: 200px;
        font-size: 22px
    }

    .form-row {
        grid-template-columns: 1fr
    }

    .enrollment form {
        padding: 28px 20px
    }

    .footer-links {
        flex-wrap: wrap;
        gap: 20px
    }

    .section {
        padding-top: 76px;
        padding-bottom: 76px
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    .marquee {
        animation: none
    }

    .reveal {
        opacity: 1;
        transform: none
    }
}

/* Direcionamento no padrão visual das landing pages */
.section-intro {
    max-width: 540px;
    margin: 30px 0 0;
    color: #62626e;
    line-height: 1.7
}

.destination-grid {
    gap: 18px
}

.destination-cardA {
    min-height: 660px;
    background-image: linear-gradient(180deg, rgba(7, 7, 15, .18), rgba(7, 7, 15, .94)), url(./assets/image-section2.jpg);
    background-size: cover;
    background-position: center;
    padding: 38px;
    transition: transform .45s ease, filter .45s ease
}

.destination-cardD {
    min-height: 660px;
    background-image: linear-gradient(180deg, rgba(7, 7, 15, .18), rgba(7, 7, 15, .94)), url(./assets/dance-sem-fronteiras.jpeg);
    background-size: cover;
    background-position: center;
    padding: 38px;
    transition: transform .45s ease, filter .45s ease
}

.destination-cardD:nth-child(2) {
    background-position: 70% center
}

.destination-cardD:hover {
    transform: translateY(-8px);
    filter: saturate(1.08)
}

.destination-cardD:after {
    inset: 0;
    width: auto;
    height: auto;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 0;
    pointer-events: none
}

.destination-cardD .association-mark {
    font-size: 112px;
    font-weight: 500;
    opacity: .88;
    margin: 25px 0 auto
}

.destination-cardA:nth-child(2) {
    background-position: 70% center
}

.destination-cardA:hover {
    transform: translateY(-8px);
    filter: saturate(1.08)
}

.destination-cardA:after {
    inset: 0;
    width: auto;
    height: auto;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 0;
    pointer-events: none
}

.destination-cardA .association-mark {
    font-size: 112px;
    font-weight: 500;
    opacity: .88;
    margin: 25px 0 auto
}

.destination-kicker {
    font-size: 10px;
    letter-spacing: .18em;
    font-weight: 700;
    color: rgba(255, 255, 255, .72);
    padding-right: 85px
}

.destination-content {
    position: relative;
    z-index: 2
}

.destination-content p {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .14em;
    margin-bottom: 12px
}

.destination-content h3 {
    font-size: clamp(34px, 4vw, 57px);
    line-height: .88;
    letter-spacing: -.055em;
    margin: 0 0 20px
}

.destination-content>span {
    display: block;
    line-height: 1.65;
    color: rgba(255, 255, 255, .75);
    max-width: 480px
}

.destination-content a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px
}

.destination-content .arrow {
    font-size: 22px
}

/* Galeria interativa */
.photo-story {
    background: #10101a;
    color: #fff;
    overflow: hidden
}

.photo-story-wrap {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 70px;
    align-items: center
}

.photo-story-copy>p:not(.eyebrow) {
    color: rgba(255, 255, 255, .65);
    line-height: 1.75;
    max-width: 430px;
    margin-top: 30px
}

.gallery-controls {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 46px
}

.gallery-controls button {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: .25s
}

.gallery-controls button:hover {
    background: #fff;
    color: #10101a
}

.gallery-controls span {
    font-size: 11px;
    letter-spacing: .18em;
    color: rgba(255, 255, 255, .6)
}

.gallery-stage {
    position: relative;
    height: 650px
}

.gallery-photo {
    position: absolute;
    border: 0;
    background: none;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    transition: transform .65s cubic-bezier(.2, .8, .2, 1), opacity .5s, filter .5s;
    box-shadow: 0 24px 55px rgba(0, 0, 0, .28)
}

.gallery-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

.gallery-photo span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 45px 22px 20px;
    text-align: left;
    color: #fff;
    font-size: 12px;
    background: linear-gradient(transparent, rgba(0, 0, 0, .8));
    opacity: 0;
    transition: .35s
}

.gallery-photo:nth-child(1) {
    width: 66%;
    height: 76%;
    left: 0;
    top: 4%;
    z-index: 4
}

.gallery-photo:nth-child(2) {
    width: 42%;
    height: 47%;
    right: 0;
    top: 0;
    z-index: 3
}

.gallery-photo:nth-child(3) {
    width: 42%;
    height: 45%;
    right: 3%;
    bottom: 0;
    z-index: 2
}

.gallery-photo:nth-child(4) {
    width: 47%;
    height: 34%;
    left: 8%;
    bottom: 0;
    z-index: 1
}

.gallery-photo:not(.active) {
    filter: brightness(.48) grayscale(.2);
    transform: scale(.94)
}

.gallery-photo.active {
    filter: none;
    transform: scale(1.03);
    z-index: 6
}

.gallery-photo.active span {
    opacity: 1
}

/* Redes sociais */
.social-links {
    max-width: 800px;
    margin: 0 auto 70px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(255, 255, 255, .18);
    border-bottom: 1px solid rgba(255, 255, 255, .18)
}

.social-links a {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px;
    text-align: left;
    padding: 24px 28px;
    position: relative;
    transition: .25s
}

.social-links a:first-child {
    border-right: 1px solid rgba(255, 255, 255, .18)
}

.social-links a:hover {
    background: #fff;
    color: #10101a
}

.social-links span {
    font-size: 9px;
    letter-spacing: .19em;
    text-transform: uppercase;
    opacity: .58
}

.social-links strong {
    grid-column: 1;
    font-size: 17px
}

.social-links b {
    grid-column: 2;
    grid-row: 1/3;
    align-self: center;
    font-size: 22px;
    font-weight: 400
}

@media(max-width:900px) {
    .photo-story-wrap {
        grid-template-columns: 1fr;
        gap: 45px
    }

    .gallery-stage {
        height: 580px
    }

    .destination-card {
        min-height: 570px
    }

    .destination-card .association-mark {
        font-size: 82px
    }

    .social-links {
        grid-template-columns: 1fr
    }

    .social-links a:first-child {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .18)
    }
}

@media(max-width:560px) {
    .gallery-stage {
        height: 500px
    }

    .gallery-photo:nth-child(1) {
        width: 78%;
        height: 62%
    }

    .gallery-photo:nth-child(2) {
        width: 48%;
        height: 35%
    }

    .gallery-photo:nth-child(3) {
        width: 49%;
        height: 36%
    }

    .gallery-photo:nth-child(4) {
        width: 58%;
        height: 28%;
        left: 3%
    }

    .destination-card {
        min-height: 520px;
        padding: 26px
    }

    .destination-content h3 {
        font-size: 38px
    }

    .destination-card .association-mark {
        font-size: 68px
    }
}