:root {
    --ink: #111312;
    --paper: #f2f0e9;
    --acid: #d8ff36
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

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

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

.nav {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 clamp(24px, 5vw, 76px);
    border-bottom: 1px solid #ffffff24;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 900;
    font-size: 12px;
    line-height: 1.02;
    letter-spacing: .04em
}

.brand-mark {
    width: 38px;
    height: 38px;
    border: 2px solid var(--acid);
    display: grid;
    place-items: center;
    color: var(--acid);
    font-size: 22px;
    transform: skew(-7deg)
}

.nav-links {
    display: flex;
    gap: 36px;
    font-size: 13px;
    font-weight: 700
}

.nav-links a:hover {
    color: var(--acid)
}

.nav-cta,
.primary {
    background: var(--acid);
    color: var(--ink);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em
}

.nav-cta {
    padding: 14px 20px;
    font-size: 11px
}

.hero {
    min-height: 780px;
    height: 100vh;
    display: grid;
    grid-template-columns: 55% 45%;
    position: relative;
    overflow: hidden
}

.hero-copy {
    padding: clamp(150px, 18vh, 190px) clamp(24px, 5vw, 76px) 100px;
    z-index: 1
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 11px;
    font-weight: 800;
    color: #c8c9c3;
    margin: 0 0 26px
}

.eyebrow span {
    width: 26px;
    height: 2px;
    background: var(--acid)
}

h1,
h2 {
    margin: 0;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: .86
}

h1 {
    font-size: clamp(64px, 8.1vw, 126px)
}

h1 em {
    color: var(--acid);
    font-style: normal
}

.lead {
    max-width: 580px;
    margin: 34px 0 0;
    color: #b8bab3;
    font-size: clamp(16px, 1.4vw, 20px);
    line-height: 1.55
}

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

.primary {
    padding: 19px 23px;
    font-size: 12px
}

.primary span {
    padding-left: 20px;
    font-size: 17px
}

.text-link {
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #5a5b57;
    padding-bottom: 6px
}

.hero-visual {
    position: relative;
    background: url(assets/foto_comunidade.jpg)no-repeat center center/cover;
    overflow: hidden
}

.hero-visual:before {
    content: "";
    position: absolute;
    inset: 12% -18% -12% 10%;
    border: 120px solid #ffffff08;
    transform: rotate(-15deg)
}

.visual-grid {
    position: absolute;
    inset: 0;
    opacity: .14;
    background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg, #fff 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(to bottom, transparent, #000 25%, #000)
}

.photo-note {
    position: absolute;
    inset: 44% auto auto 50%;
    transform: translate(-50%, -50%) rotate(-7deg);
    color: #ffffff40;
    border: 2px solid #ffffff25;
    padding: 42px;
    font-weight: 900;
    font-size: 22px;
    text-align: center;
    letter-spacing: .06em
}

.stat-card {
    position: absolute;
    left: 0;
    bottom: 14%;
    background: var(--acid);
    color: var(--ink);
    padding: 22px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    transform: translateX(-24px)
}

.stat-card strong {
    font-size: 34px
}

.stat-card span {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.25
}

.vertical-label {
    position: absolute;
    top: 120px;
    right: 24px;
    writing-mode: vertical-rl;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .25em;
    color: #ffffff70
}

.scroll-cue {
    position: absolute;
    bottom: 28px;
    left: clamp(24px, 5vw, 76px);
    font-size: 9px;
    letter-spacing: .2em;
    font-weight: 800;
    color: #777a74
}

.scroll-cue span {
    margin-left: 12px;
    color: var(--acid)
}

.method {
    background: var(--paper);
    color: var(--ink);
    display: grid;
    grid-template-columns: 42% 58%;
    padding: 110px clamp(24px, 5vw, 76px);
    gap: 7vw
}

.eyebrow.dark {
    color: #666963
}

.section-intro h2 {
    font-size: clamp(58px, 6.5vw, 100px)
}

.section-intro>p:last-child {
    max-width: 480px;
    color: #666963;
    line-height: 1.6;
    font-size: 16px;
    margin-top: 28px
}

.method-list article {
    display: grid;
    grid-template-columns: 60px 150px 1fr;
    align-items: baseline;
    border-top: 1px solid #c8c7c1;
    padding: 30px 0
}

.method-number {
    font: 700 11px monospace;
    color: #7d7f78
}

.method-list h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 21px
}

.method-list p {
    color: #666963;
    line-height: 1.5;
    margin: 0;
    max-width: 300px
}

@media(max-width:800px) {
    .nav {
        height: 74px
    }

    .nav-links {
        display: none
    }

    .nav-cta {
        padding: 12px
    }

    .hero {
        height: auto;
        min-height: 0;
        grid-template-columns: 1fr
    }

    .hero-copy {
        padding-top: 130px;
        padding-bottom: 70px
    }

    .hero-visual {
        height: 390px
    }

    .scroll-cue {
        display: none
    }

    .method {
        grid-template-columns: 1fr;
        padding-top: 78px
    }

    .method-list article {
        grid-template-columns: 42px 1fr;
        gap: 6px
    }

    .method-list p {
        grid-column: 2
    }

    .actions {
        align-items: flex-start;
        flex-direction: column
    }
}

.training {
    padding: 110px clamp(24px, 5vw, 76px);
    background: #161917
}

.training-head {
    margin-bottom: 68px
}

.training h2 {
    font-size: clamp(58px, 6.5vw, 100px)
}

.training h2 em,
.start h2 em {
    font-style: normal;
    color: var(--acid)
}

.training-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1.12fr;
    border-top: 1px solid #ffffff2c
}

.training-grid article {
    min-height: 300px;
    padding: 34px;
    border-right: 1px solid #ffffff2c;
    display: flex;
    flex-direction: column
}

.training-grid article>span {
    font: 700 11px monospace;
    color: var(--acid)
}

.training-grid h3 {
    font-size: 26px;
    text-transform: uppercase;
    margin: auto 0 15px
}

.training-grid article>p {
    color: #aeb0aa;
    line-height: 1.55;
    margin: 0
}

.community-card {
    background: var(--acid);
    justify-content: end
}

.community-card p {
    font-size: 25px;
    color: var(--ink) !important;
    line-height: 1.25 !important
}

.start {
    background: var(--paper);
    color: var(--ink);
    text-align: center;
    padding: 120px 24px
}

.start .eyebrow {
    justify-content: center
}

.start h2 {
    font-size: clamp(56px, 7.5vw, 112px)
}

.start>p {
    color: #666963;
    max-width: 580px;
    line-height: 1.6;
    margin: 30px auto 42px
}

.start .primary {
    display: inline-block;
    background: var(--ink);
    color: var(--paper)
}

.start small {
    display: block;
    color: #8b8c87;
    margin-top: 20px
}

footer {
    min-height: 150px;
    padding: 42px clamp(24px, 5vw, 76px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ffffff24;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #989a95
}

footer .brand {
    color: var(--paper);
    letter-spacing: .04em
}

@media(max-width:800px) {
    .training-grid {
        grid-template-columns: 1fr
    }

    .training-grid article {
        min-height: 240px;
        border-right: 0;
        border-bottom: 1px solid #ffffff2c
    }

    .start {
        padding: 85px 24px
    }

    footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 32px
    }
}

.more {
    background: var(--paper);
    color: var(--ink);
    padding: 110px clamp(24px, 5vw, 76px)
}

.more-intro {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 6vw;
    align-items: end;
    margin-bottom: 70px
}

.more-intro .eyebrow {
    grid-column: 1/-1;
    margin-bottom: 0
}

.more h2,
.faq h2,
.contact h2 {
    font-size: clamp(58px, 6.5vw, 100px)
}

.more h2 em,
.faq h2 em,
.contact h2 em {
    font-style: normal
}

.more-intro h2 em {
    color: #8aa900
}

.more-intro>p:last-child {
    color: #666963;
    line-height: 1.65;
    max-width: 500px
}

.more-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2px;
}

.more-grid article {
    padding: 28px 22px 10px;
    border: 1px solid #c8c7c1;
    min-height: 250px;
    display: flex;
    flex-direction: column
}

.more-grid article>span {
    font: 700 11px monospace;
    color: #8aa900
}

.more-grid h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: auto 0 14px
}

.more-grid p {
    color: #666963;
    line-height: 1.5;
    margin: 0;
    font-size: 14px
}

.faq {
    padding: 110px clamp(24px, 5vw, 76px);
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 8vw
}

.faq h2 em,
.contact h2 em {
    color: var(--acid)
}

.faq-list {
    border-top: 1px solid #ffffff35
}

.faq-list details {
    border-bottom: 1px solid #ffffff35;
    padding: 0 4px
}

.faq-list summary {
    list-style: none;
    cursor: pointer;
    padding: 25px 0;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    gap: 30px
}

.faq-list summary::-webkit-details-marker {
    display: none
}

.faq-list summary span {
    color: var(--acid);
    font-size: 22px;
    transition: transform .2s
}

.faq-list details[open] summary span {
    transform: rotate(45deg)
}

.faq-list details p {
    color: #aeb0aa;
    line-height: 1.6;
    margin: -6px 45px 24px 0
}

.contact {
    padding: 110px clamp(24px, 5vw, 76px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8vw;
    background: #171a18;
    border-top: 1px solid #ffffff20
}

.contact-card {

    border-top: 1px solid #ffffff35
}

.contact-card-line {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: baseline;
    padding: 20px 0;
    border-bottom: 1px solid #ffffff25
}

.contact-label {
    color: #858781;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .14em;
    margin: 0
}

.contact-card strong {
    font-size: 20px
}

.contact-card small {
    grid-column: 2;
    color: #858781;
    padding-top: 0;
    margin-top: -14px
}

@media(max-width:1000px) {
    .more-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    /* .more-grid article {
        //border-bottom: 1px solid #c8c7c1
    } */
}

@media(max-width:800px) {

    .more-intro,
    .faq,
    .contact {
        grid-template-columns: 1fr
    }

    .more-intro .eyebrow {
        grid-column: auto
    }

    .more-grid {
        grid-template-columns: 1fr
    }

    .more-grid article {
        min-height: 190px;
        /* border-right: 0 */
    }

    .faq,
    .contact,
    .more {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .contact-card {
        grid-template-columns: 105px 1fr
    }
}

.social-links {
    display: flex;
    gap: 24px
}

.social-links a {
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: 800
}

.social-links img {
    width: 20px;
    height: 20px
}

.map {
    grid-column: 1/-1;
    height: 420px;
    border: 1px solid #ffffff25;
    overflow: hidden;
    position: relative
}

.map>a {
    position: absolute;
    right: 18px;
    bottom: 18px;
    background: var(--acid);
    color: var(--ink);
    padding: 13px 16px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em
}

.map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(1) contrast(1.05)
}

@media(max-width:800px) {
    .social-links {
        flex-direction: column;
        gap: 14px
    }

    .map {
        height: 340px
    }
}

:root {
    --acid: #98DD2C;
    --orange: #FF9700
}

.brand img {
    display: block;
    width: 150px;
    height: auto
}

.nav .brand img {
    width: 138px
}

.nav-cta,
.primary {
    background: var(--orange)
}

.stat-card,
.community-card {
    background: var(--orange)
}

.more-intro h2 em,
.more-grid article>span {
    color: var(--acid)
}

.map>a {
    background: var(--orange)
}

footer .brand img {
    width: 168px
}

@media(max-width:800px) {
    .nav .brand img {
        width: 112px
    }

    .nav-cta {
        font-size: 9px
    }

    .brand img {
        width: 130px
    }
}

.schedule {
    background: #0d0f0e;
    padding: 110px clamp(24px, 5vw, 76px);
    gap: 7vw;
    overflow: hidden
}

.schedule-head {
    padding: 0 clamp(24px, 5vw, 76px);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 55px
}

.schedule h2 {
    font-size: clamp(58px, 6.5vw, 100px)
}

.schedule h2 em {
    font-style: normal;
    color: var(--acid)
}

.schedule-arrows {
    display: flex;
    gap: 10px
}

.schedule-arrows button {
    width: 54px;
    height: 54px;
    border: 1px solid #ffffff45;
    background: transparent;
    color: #fff;
    font-size: 24px;
    cursor: pointer
}

.schedule-arrows button:hover,
.schedule-arrows button:focus-visible {
    background: var(--orange);
    color: var(--ink);
    border-color: var(--orange)
}

.schedule-track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 0 clamp(24px, 5vw, 76px) 12px
}

.schedule-track::-webkit-scrollbar {
    display: none
}

.day-card {
    flex: 0 0 320px;
    min-height: 430px;
    border: 1px solid #ffffff32;
    background: #171a18;
    padding: 28px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column
}

.day-card header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff32;
    padding-bottom: 22px
}

.day-card header span {
    font: 700 11px monospace;
    color: var(--acid)
}

.day-card h3 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 0
}

.day-sessions {
    margin-top: auto
}

.session {
    border-top: 1px solid #ffffff22;
    padding: 18px 0
}

.session:first-child {
    border-top: 0
}

.session strong {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    color: var(--orange);
    letter-spacing: .08em;
    margin-bottom: 8px
}

.session time {
    font: 700 16px monospace;
    color: #d7d8d3
}

.closed {
    background: var(--orange);
    color: var(--ink);
    border-color: var(--orange)
}

.closed header {
    border-color: #11131240
}

.closed header span {
    color: var(--ink)
}

.closed-message {
    margin: auto 0 0
}

.closed-message>span {
    font-size: 45px
}

.closed-message strong {
    display: block;
    font-size: 25px;
    text-transform: uppercase;
    margin: 12px 0
}

.closed-message p {
    margin: 0
}

.schedule-note {
    margin: 18px clamp(24px, 5vw, 76px) 0;
    color: #777a74;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .13em
}

@media(max-width:800px) {
    .schedule {
        padding-top: 80px
    }

    .schedule-head {
        align-items: flex-start;
        flex-direction: column
    }

    .schedule-arrows {
        align-self: flex-end
    }

    .day-card {
        flex-basis: 82vw;
        min-height: 410px
    }

    .schedule-note {
        line-height: 1.5
    }
}

/* Footer & Legal Modal Styles */
.footer-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    color: #777a74;
}

.footer-legal a {
    color: #989a95;
    transition: color 0.2s ease;
}

.footer-legal a:hover {
    color: var(--orange);
}

dialog.legal-modal {
    border: 1px solid #ffffff33;
    border-radius: 12px;
    background: #171a18;
    color: var(--paper);
    max-width: 760px;
    width: 90vw;
    max-height: 85vh;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.8);
    position: fixed;
    inset: 0;
    margin: auto;
}

dialog.legal-modal::backdrop {
    background: rgba(10, 12, 11, 0.85);
    backdrop-filter: blur(6px);
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 30px;
    background: #111312;
    border-bottom: 1px solid #ffffff20;
}

.modal-header h3 {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--paper);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: .02em;
}

.modal-close {
    background: transparent;
    border: none;
    color: #aeb0aa;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    padding: 0 6px;
    transition: color 0.2s ease;
}

.modal-close:hover {
    color: var(--orange);
}

.modal-body {
    padding: 30px;
    overflow-y: auto;
    max-height: calc(85vh - 80px);
    line-height: 1.6;
    color: #d7d8d3;
    font-size: 15px;
}

.modal-body [style*="color"] {
    color: inherit !important;
}

.modal-body h2,
.modal-body h3 {
    color: var(--paper);
    margin-top: 24px;
    margin-bottom: 12px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 0.02em;
}

.modal-body a {
    color: var(--orange);
    text-decoration: underline;
}

.modal-body ul,
.modal-body ol {
    padding-left: 22px;
    margin: 16px 0;
}

.modal-body li {
    margin-bottom: 8px;
}

#stcm-icon {
    display: none !important;
}