/*
Theme Name: Conecta Venezuela
Theme URI:
Author:
Author URI:
Description: Tema en blanco con header, footer y functions.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: conecta-venezuela
*/


:root {
    --navy: #14254A;
    --navy-deep: #0E1B36;
    --navy-soft: #1F3560;
    --gold: #C39A3F;
    --gold-soft: #D8B86A;
    --paper: #F7F4EE;
    --white: #FFFFFF;
    --ink: #16203A;
    --muted: #5A6276;
    --muted-light: #9AA3B5;
    --line: rgba(20, 37, 74, 0.14);
    --line-light: rgba(255, 255, 255, 0.16);
    --maxw: 1180px;
    --col: 660px;
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    /* ART DIRECTION: reemplazar por fotografía propia/licenciada cuando exista */
    --hero-photo: url('assets/hero-conecta-web.jpg');
    /* hero-conecta-web.jpg embebido — en WordPress servir como archivo + WebP */
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--sans);
    color: var(--ink);
    background: var(--paper);
    line-height: 1.7;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block
}

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

/* grain overlay */
body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: .04;
    mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* scroll progress */
.scrollbar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, var(--gold), var(--gold-soft));
    z-index: 200;
    transition: width .08s linear
}

.wrap {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 28px;
    position: relative;
    z-index: 2
}

.eyebrow {
    font-size: .74rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--gold);
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px
}

.eyebrow::before {
    content: "";
    width: 34px;
    height: 1px;
    background: var(--gold);
    transform-origin: left;
    animation: none
}

.eyebrow.center {
    justify-content: center
}

h1,
h2,
h3 {
    font-family: var(--serif);
    font-weight: 600;
    line-height: 1.08;
    color: var(--navy);
    letter-spacing: -.01em
}

h2 {
    font-size: clamp(2rem, 3.6vw, 3rem)
}

.lede {
    font-family: var(--serif);
    font-size: clamp(1.5rem, 2.6vw, 2.1rem);
    line-height: 1.35;
    color: var(--navy);
    font-weight: 500
}

p {
    color: var(--muted)
}

section {
    position: relative
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--sans);
    font-size: .95rem;
    font-weight: 600;
    letter-spacing: .01em;
    padding: 16px 30px;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: background .25s, color .25s, border-color .25s, transform .25s, box-shadow .25s;
    position: relative;
    overflow: hidden
}

.btn-gold {
    background: var(--gold);
    color: var(--navy-deep);
    box-shadow: 0 8px 24px -10px rgba(195, 154, 63, .7)
}

.btn-gold:hover {
    background: var(--gold-soft);
    transform: translateY(-3px);
    box-shadow: 0 14px 32px -10px rgba(195, 154, 63, .85)
}

.btn-outline {
    background: rgba(255, 255, 255, .04);
    color: #fff;
    border-color: var(--line-light);
    backdrop-filter: blur(4px)
}

.btn-outline:hover {
    border-color: var(--gold);
    color: var(--gold-soft);
    transform: translateY(-3px)
}

.btn-navy {
    background: var(--navy);
    color: #fff
}

.btn-navy:hover {
    background: var(--navy-deep);
    transform: translateY(-2px)
}

.btn-ghost {
    background: transparent;
    color: var(--navy);
    border-color: var(--line)
}

.btn-ghost:hover {
    border-color: var(--navy)
}

/* wordmark */
.mark {
    display: flex;
    align-items: center;
    gap: 12px
}

.mark .bird {
    width: 38px;
    height: 34px;
    flex: 0 0 auto
}

.mark .wm {
    line-height: 1
}

.mark .wm .c {
    font-family: var(--serif);
    font-weight: 600;
    font-size: 1.18rem;
    letter-spacing: .34em;
    color: var(--navy);
    display: block
}

.mark .wm .v {
    font-family: var(--sans);
    font-weight: 600;
    font-size: .6rem;
    letter-spacing: .42em;
    color: var(--gold);
    text-transform: uppercase
}

.mark.light .wm .c {
    color: #fff
}

.mark.light .wm .v {
    color: var(--gold-soft)
}

/* header */
header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(247, 244, 238, .82);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
    transition: box-shadow .3s
}

header.scrolled {
    box-shadow: 0 8px 30px -18px rgba(20, 37, 74, .35)
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 74px
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 34px
}

.nav-links a:not(.btn) {
    font-size: .9rem;
    font-weight: 500;
    color: var(--ink);
    opacity: .78;
    transition: opacity .2s, color .2s;
    position: relative
}

.nav-links a:not(.btn)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background: var(--gold);
    transition: width .3s
}

.nav-links a:not(.btn):hover {
    opacity: 1;
    color: var(--navy)
}

.nav-links a:not(.btn):hover::after {
    width: 100%
}

.nav .btn {
    padding: 11px 22px;
    font-size: .86rem
}

.burger {
    display: none;
    background: none;
    border: 0;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    padding: 6px
}

.burger span {
    width: 24px;
    height: 2px;
    background: var(--navy);
    display: block
}

/* ===== HERO ===== */
.hero {
    background: var(--navy);
    color: #fff;
    overflow: hidden;
    text-align: center;
    min-height: 92vh;
    display: flex;
    align-items: center
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0
}

.hero-photo {
    position: absolute;
    inset: 0;
    background-image: var(--hero-photo);
    background-size: cover;
    background-position: 32% 48%;
    opacity: .62
}

.hero-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 27, 54, .5), rgba(14, 27, 54, .22) 44%, rgba(14, 27, 54, .82)), radial-gradient(58% 52% at 50% 46%, rgba(14, 27, 54, .48), transparent 78%)
}

.hero-mesh {
    position: absolute;
    inset: -20%;
    background:
        radial-gradient(40% 50% at 22% 28%, rgba(195, 154, 63, .20), transparent 60%),
        radial-gradient(45% 55% at 80% 22%, rgba(45, 80, 150, .45), transparent 62%),
        radial-gradient(50% 60% at 60% 92%, rgba(195, 154, 63, .10), transparent 60%);
    animation: meshDrift 22s ease-in-out infinite alternate
}

@keyframes meshDrift {
    0% {
        transform: translate3d(0, 0, 0) scale(1)
    }

    100% {
        transform: translate3d(2%, -2%, 0) scale(1.06)
    }
}

#constellation {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .45
}

.hero-watermark {
    position: absolute;
    right: -6%;
    top: 8%;
    width: 46%;
    max-width: 620px;
    opacity: .05;
    z-index: 0
}

.hero-inner {
    position: relative;
    z-index: 3;
    padding: 80px 28px;
    max-width: 880px;
    margin: 0 auto;
    width: 100%
}

.hero .bird-hero {
    width: clamp(96px, 12vw, 138px);
    height: auto;
    margin: 0 auto 32px;
    animation: float 6s ease-in-out infinite
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-12px)
    }
}

.hero h1 {
    color: #fff;
    font-size: clamp(2.7rem, 6.4vw, 5.1rem);
    font-weight: 600;
    letter-spacing: -.02em
}

.hero h1 em {
    font-style: italic;
    color: var(--gold-soft)
}

.hero-sub {
    font-size: 1.12rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, .8);
    max-width: 600px;
    margin: 26px auto 38px
}

.hero-cta {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap
}

.hero-by {
    margin-top: 36px;
    font-size: .74rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5)
}

.hero-by b {
    color: var(--gold-soft);
    font-weight: 600
}

.scrollcue {
    position: absolute;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .4);
    font-size: .66rem;
    letter-spacing: .2em;
    text-transform: uppercase
}

.scrollcue .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--gold);
    animation: cue 1.8s ease-in-out infinite
}

@keyframes cue {

    0%,
    100% {
        transform: translateY(0);
        opacity: .3
    }

    50% {
        transform: translateY(7px);
        opacity: 1
    }
}

/* hero load sequence */
.hero .anim {
    opacity: 0;
    transform: translateY(24px);
    animation: heroIn .9s cubic-bezier(.2, .7, .2, 1) forwards
}

.hero .bird-hero.anim {
    animation: heroIn .9s cubic-bezier(.2, .7, .2, 1) forwards, float 6s ease-in-out 1s infinite
}

.hero .d1 {
    animation-delay: .1s
}

.hero .d2 {
    animation-delay: .28s
}

.hero .d3 {
    animation-delay: .46s
}

.hero .d4 {
    animation-delay: .62s
}

.hero .d5 {
    animation-delay: .78s
}

@keyframes heroIn {
    to {
        opacity: 1;
        transform: none
    }
}

.flightpath {
    stroke-dasharray: 160;
    stroke-dashoffset: 160;
    animation: draw 1.4s ease .5s forwards
}

@keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

/* decorative parallax flight-lines between sections */
.deco-line {
    position: absolute;
    height: 1.5px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: .4;
    z-index: 0;
    pointer-events: none
}

/* manifesto */
.manifesto {
    padding: clamp(72px, 10vw, 140px) 0;
    overflow: hidden
}

.manifesto .wrap {
    max-width: var(--col)
}

.manifesto .bg-bird {
    position: absolute;
    left: -8%;
    top: 50%;
    transform: translateY(-50%);
    width: 38%;
    opacity: .045;
    z-index: 0
}

.manifesto .lede {
    margin-bottom: 30px
}

.manifesto .lede .hl {
    color: var(--gold);
    font-style: italic;
    position: relative
}

.manifesto p {
    font-size: 1.06rem
}

/* about navy */
.about {
    background: var(--navy);
    color: #fff;
    padding: clamp(64px, 9vw, 118px) 0;
    overflow: hidden
}

.about::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 80% at 85% 50%, rgba(45, 80, 150, .35), transparent 60%);
    z-index: 0
}

.about h2 {
    color: #fff;
    max-width: 13ch;
    margin-bottom: 26px
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 54px;
    align-items: start
}

.about-grid p {
    color: rgba(255, 255, 255, .76);
    font-size: 1.06rem
}

.about-grid p+p {
    margin-top: 18px
}

.gold-rule {
    width: 46px;
    height: 2px;
    background: var(--gold);
    margin-bottom: 30px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .8s ease
}

.in .gold-rule {
    transform: scaleX(1)
}

/* who */
.who {
    padding: clamp(64px, 9vw, 116px) 0;
    text-align: center;
    overflow: hidden
}

.who .wrap {
    max-width: 840px
}

.who h2 {
    margin-bottom: 34px
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 30px
}

.tag {
    border: 1px solid var(--line);
    border-radius: 40px;
    padding: 11px 24px;
    font-size: .96rem;
    font-weight: 500;
    color: var(--navy);
    background: #fff;
    transition: transform .25s, border-color .25s, color .25s, background .25s;
    opacity: 0;
    transform: translateY(14px)
}

.in .tag {
    opacity: 1;
    transform: none
}

.tag:hover {
    border-color: var(--gold);
    color: var(--gold);
    transform: translateY(-3px)
}

.who p {
    max-width: 560px;
    margin: 0 auto;
    font-size: 1.04rem
}

/* expect cards */
.expect {
    background: #fff;
    padding: clamp(64px, 9vw, 118px) 0
}

.expect .head {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 56px
}

.expect .head p {
    margin-top: 14px
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px
}

.card {
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 38px 30px;
    background: linear-gradient(180deg, var(--paper), #fff);
    transition: transform .35s, box-shadow .35s, border-color .35s;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(26px)
}

.in .card {
    opacity: 1;
    transform: none
}

.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold-soft));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 60px -32px rgba(20, 37, 74, .5);
    border-color: transparent
}

.card:hover::before {
    transform: scaleX(1)
}

.card .num {
    font-family: var(--serif);
    font-size: 1.05rem;
    color: var(--gold);
    font-weight: 600;
    letter-spacing: .1em
}

.card h3 {
    font-size: 1.5rem;
    margin: 14px 0 12px
}

.card p {
    font-size: .98rem
}

.card .icn {
    width: 30px;
    height: 2px;
    background: var(--gold);
    margin-top: 22px;
    transition: width .35s
}

.card:hover .icn {
    width: 54px
}


/* editorial band */
.band {
    position: relative;
    min-height: clamp(360px, 58vh, 580px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    background: var(--navy-deep)
}

.band-img {
    position: absolute;
    inset: 0;
    background-image: url('assets/banda-conecta-web.jpg');
    background-size: cover;
    background-position: center
}

.band-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(14, 27, 54, .8), rgba(14, 27, 54, .32) 48%, rgba(14, 27, 54, .7)), linear-gradient(180deg, rgba(14, 27, 54, .55), transparent 38%, rgba(14, 27, 54, .6))
}

.band-inner {
    position: relative;
    z-index: 2;
    max-width: 780px;
    padding: 80px 28px
}

.band .eyebrow {
    justify-content: center;
    color: var(--gold-soft);
    margin-bottom: 18px
}

.band .eyebrow::before {
    background: var(--gold-soft)
}

.band h2 {
    color: #fff;
    font-style: italic;
    font-size: clamp(1.8rem, 3.4vw, 2.9rem);
    font-weight: 500;
    line-height: 1.28;
    max-width: 18ch;
    margin: 0 auto
}

@media(max-width:640px) {
    .band {
        min-height: 64vh
    }
}

/* founder */
.founder {
    padding: clamp(72px, 10vw, 130px) 0;
    overflow: hidden
}

.founder::before {
    content: "";
    position: absolute;
    right: -10%;
    top: 10%;
    width: 40%;
    height: 80%;
    background: radial-gradient(circle, rgba(195, 154, 63, .07), transparent 70%);
    z-index: 0
}

.founder-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 64px;
    align-items: start
}

.portrait-frame {
    position: relative
}

.portrait-frame::before,
.portrait-frame::after {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    border-color: var(--gold);
    z-index: 3
}

.portrait-frame::before {
    top: -12px;
    left: -12px;
    border-top: 2px solid var(--gold);
    border-left: 2px solid var(--gold)
}

.portrait-frame::after {
    bottom: -12px;
    right: -12px;
    border-bottom: 2px solid var(--gold);
    border-right: 2px solid var(--gold)
}

.portrait {
    aspect-ratio: 4/5;
    background: linear-gradient(160deg, var(--navy-soft), var(--navy-deep));
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgba(255, 255, 255, .5);
    position: relative;
    overflow: hidden
}

.portrait::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 35%, rgba(195, 154, 63, .2), transparent 60%)
}

.portrait .ph {
    position: relative;
    font-size: .72rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    padding: 0 22px;
    line-height: 1.8
}

.portrait .ph svg {
    width: 40px;
    height: 40px;
    margin: 0 auto 14px;
    opacity: .6
}

.founder-body .lede {
    margin-bottom: 24px
}

.founder-body p {
    font-size: 1.05rem
}

.founder-body p+p {
    margin-top: 16px
}

.founder-quote {
    font-family: var(--serif);
    font-style: italic;
    font-size: 1.4rem;
    color: var(--navy);
    line-height: 1.42;
    border-left: 2px solid var(--gold);
    padding-left: 26px;
    margin: 32px 0;
    position: relative
}

.signature {
    margin-top: 30px
}

.signature .name {
    font-family: var(--serif);
    font-size: 1.8rem;
    color: var(--navy);
    font-weight: 600
}

.signature .role {
    font-size: .86rem;
    color: var(--muted);
    letter-spacing: .04em;
    margin-top: 2px
}

.signature .ln {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    font-size: .9rem;
    font-weight: 600;
    color: var(--navy);
    border-bottom: 1px solid var(--gold);
    padding-bottom: 3px;
    transition: gap .25s
}

.signature .ln:hover {
    gap: 13px
}

.signature .ln span.dummy {
    color: var(--muted-light);
    font-weight: 500;
    font-size: .78rem
}

.founder-by {
    margin-top: 26px;
    font-size: .74rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--muted)
}

.founder-by b {
    color: var(--navy);
    font-weight: 600
}

/* how */
.how {
    background: var(--navy);
    color: #fff;
    padding: clamp(64px, 9vw, 118px) 0;
    overflow: hidden
}

.how::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(50% 60% at 15% 30%, rgba(45, 80, 150, .3), transparent 60%);
    z-index: 0
}

.how .head {
    max-width: 620px;
    margin-bottom: 58px
}

.how .head h2 {
    color: #fff;
    margin-bottom: 16px
}

.how .head p {
    color: rgba(255, 255, 255, .74);
    font-size: 1.06rem
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative
}

.steps::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: var(--line-light);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 1.1s ease
}

.in .steps::before {
    transform: scaleX(1)
}

.step {
    position: relative;
    padding-top: 26px;
    opacity: 0;
    transform: translateY(20px)
}

.in .step {
    opacity: 1;
    transform: none
}

.step::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 34px;
    height: 2px;
    background: var(--gold)
}

.step .n {
    font-family: var(--serif);
    font-size: 1.1rem;
    color: var(--gold);
    font-weight: 600;
    letter-spacing: .1em;
    margin-bottom: 14px
}

.step h3 {
    color: #fff;
    font-size: 1.32rem;
    margin-bottom: 10px
}

.step p {
    color: rgba(255, 255, 255, .68);
    font-size: .95rem
}

.confidential {
    margin-top: 54px;
    display: flex;
    align-items: center;
    gap: 18px;
    background: linear-gradient(120deg, var(--navy-soft), rgba(31, 53, 96, .4));
    border: 1px solid var(--line-light);
    border-radius: 6px;
    padding: 26px 30px;
    backdrop-filter: blur(4px)
}

.confidential svg {
    flex: 0 0 auto
}

.confidential p {
    color: rgba(255, 255, 255, .88);
    font-size: 1rem;
    margin: 0
}

.confidential b {
    color: var(--gold-soft);
    font-weight: 600
}

/* form */
.join {
    padding: clamp(64px, 9vw, 118px) 0;
    background: var(--paper);
    position: relative;
    overflow: hidden
}

.join::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    width: 1px;
    height: 90px;
    background: linear-gradient(var(--gold), transparent)
}

.join .head {
    text-align: center;
    max-width: 580px;
    margin: 0 auto 46px
}

.join .head p {
    margin-top: 14px
}

.form-card {
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: clamp(30px, 4vw, 54px);
    box-shadow: 0 40px 90px -55px rgba(20, 37, 74, .6);
    position: relative
}

.form-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(195, 154, 63, .5), transparent 40%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none
}

.progress {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 34px
}

.progress .bar {
    flex: 1;
    height: 4px;
    background: var(--line);
    border-radius: 4px;
    overflow: hidden
}

.progress .bar i {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--gold), var(--gold-soft));
    width: 50%;
    transition: width .4s ease;
    border-radius: 4px
}

.progress .lab {
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .08em;
    color: var(--muted);
    text-transform: uppercase;
    white-space: nowrap
}

.fstep {
    display: none
}

.fstep.active {
    display: block;
    animation: fade .4s ease
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fstep h3 {
    font-size: 1.7rem;
    margin-bottom: 6px
}

.fstep .sublab {
    font-size: .95rem;
    color: var(--muted);
    margin-bottom: 28px
}

.grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.field {
    margin-bottom: 18px
}

.field.full {
    grid-column: 1/-1
}

label {
    display: block;
    font-size: .84rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 7px
}

label .opt {
    color: var(--muted-light);
    font-weight: 400
}

input,
select {
    width: 100%;
    font-family: var(--sans);
    font-size: .98rem;
    color: var(--ink);
    padding: 13px 15px;
    border: 1px solid var(--line);
    border-radius: 3px;
    background: #fff;
    transition: border-color .2s, box-shadow .2s
}

input::placeholder {
    color: var(--muted-light)
}

input:focus,
select:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(195, 154, 63, .16)
}

.upload {
    border: 1.5px dashed var(--line);
    border-radius: 5px;
    padding: 26px;
    text-align: center;
    cursor: pointer;
    transition: border-color .2s, background .2s
}

.upload:hover {
    border-color: var(--gold);
    background: rgba(195, 154, 63, .05)
}

.upload .t {
    font-weight: 600;
    color: var(--navy);
    font-size: .95rem
}

.upload .s {
    font-size: .82rem;
    color: var(--muted);
    margin-top: 4px
}

.upload input {
    display: none
}

.contrib {
    display: grid;
    gap: 12px
}

.opt-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    border: 1px solid var(--line);
    border-radius: 5px;
    padding: 16px 18px;
    cursor: pointer;
    transition: border-color .2s, background .2s, transform .2s
}

.opt-card:hover {
    border-color: var(--gold);
    transform: translateX(3px)
}

.opt-card input {
    width: auto;
    margin-top: 4px;
    accent-color: var(--gold)
}

.opt-card .ct strong {
    display: block;
    color: var(--navy);
    font-size: .96rem;
    margin-bottom: 2px
}

.opt-card .ct span {
    font-size: .88rem;
    color: var(--muted);
    line-height: 1.5
}

.opt-card .badge {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .1em;
    color: var(--gold);
    text-transform: uppercase
}

.consent {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    margin: 24px 0 4px;
    font-size: .86rem;
    color: var(--muted)
}

.consent input {
    width: auto;
    margin-top: 3px;
    accent-color: var(--gold)
}

.consent a {
    color: var(--navy);
    border-bottom: 1px solid var(--gold)
}

.reassure {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: .82rem;
    color: var(--muted);
    margin-top: 22px;
    padding: 14px 16px;
    background: var(--paper);
    border-radius: 5px
}

.reassure b {
    color: var(--navy)
}

.form-actions {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-top: 30px
}

.form-actions .btn {
    flex: 0 0 auto
}

.form-actions.end {
    justify-content: flex-end
}

.success {
    display: none;
    text-align: center;
    padding: 24px 10px
}

.success.show {
    display: block;
    animation: fade .5s ease
}

.success .ok {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: rgba(195, 154, 63, .16);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    animation: pop .5s cubic-bezier(.2, .8, .2, 1.2)
}

@keyframes pop {
    from {
        transform: scale(.6);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.success h3 {
    font-size: 1.9rem;
    margin-bottom: 10px
}

.success p {
    max-width: 420px;
    margin: 0 auto
}

/* closing */
.closing {
    background: var(--navy);
    color: #fff;
    text-align: center;
    padding: clamp(72px, 10vw, 130px) 0;
    overflow: hidden
}

.closing::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(50% 70% at 50% 0%, rgba(195, 154, 63, .14), transparent 60%);
    z-index: 0
}

.closing .bird-c {
    width: 64px;
    margin: 0 auto 28px;
    opacity: .9
}

.closing h2 {
    color: #fff;
    font-size: clamp(2.1rem, 4vw, 3.2rem);
    max-width: 16ch;
    margin: 0 auto 30px
}

.closing-ways {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 0;
    max-width: 680px;
    margin: 0 auto 36px;
    color: rgba(255, 255, 255, .72)
}

.closing-ways span {
    padding: 0 20px;
    font-size: 1.02rem;
    position: relative
}

.closing-ways span:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: var(--line-light)
}

.closing .last {
    font-family: var(--serif);
    font-style: italic;
    font-size: 1.55rem;
    color: var(--gold-soft);
    margin-bottom: 36px
}

/* footer */
footer {
    background: var(--navy-deep);
    color: rgba(255, 255, 255, .6);
    padding: 56px 0 30px
}

.foot-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 36px;
    padding-bottom: 34px;
    border-bottom: 1px solid var(--line-light)
}

.foot-links {
    display: flex;
    gap: 30px;
    flex-wrap: wrap
}

.foot-links a {
    font-size: .9rem;
    transition: color .2s
}

.foot-links a:hover {
    color: var(--gold-soft)
}

.foot-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 24px;
    font-size: .8rem;
    color: rgba(255, 255, 255, .4)
}

.foot-bottom .by b {
    color: var(--gold-soft);
    font-weight: 600
}

/* reveal base */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .8s ease, transform .8s ease
}

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

/* responsive */
@media(max-width:900px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

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

    .founder-grid {
        grid-template-columns: 1fr;
        gap: 42px;
        max-width: 560px;
        margin: 0 auto
    }

    .portrait {
        max-width: 300px
    }

    .portrait-frame {
        max-width: 300px
    }

    .steps {
        grid-template-columns: 1fr 1fr;
        gap: 40px 30px
    }

    .steps::before {
        display: none
    }

    .hero-watermark {
        display: none
    }
}

@media(max-width:640px) {
    body {
        font-size: 16px
    }

    .hero {
        min-height: 88vh
    }

    .nav-links {
        display: none
    }

    .nav-links.open {
        display: flex;
        position: absolute;
        top: 74px;
        left: 0;
        right: 0;
        flex-direction: column;
        background: var(--paper);
        padding: 22px 28px;
        gap: 18px;
        border-bottom: 1px solid var(--line)
    }

    .nav-links.open .btn {
        align-self: flex-start
    }

    .burger {
        display: flex
    }

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

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

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

    .hero-cta {
        flex-direction: column
    }

    .hero-cta .btn {
        width: 100%
    }

    .closing-ways span:not(:last-child)::after {
        display: none
    }

    .form-actions {
        flex-direction: column-reverse
    }

    .form-actions .btn {
        width: 100%
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important
    }

    .reveal,
    .hero .anim,
    .card,
    .tag,
    .step,
    .gold-rule,
    .flightpath {
        opacity: 1 !important;
        transform: none !important;
        stroke-dashoffset: 0 !important
    }

    #constellation,
    .hero-mesh {
        display: none
    }
}

/* ===== v5: elevacion premium ===== */
.scrollbar {
    display: none
}

.reveal {
    filter: blur(6px);
    transition: opacity .9s cubic-bezier(.2, .7, .2, 1), transform .9s cubic-bezier(.2, .7, .2, 1), filter .9s ease
}

.reveal.in {
    filter: blur(0)
}

.clip {
    clip-path: inset(0 0 100% 0);
    transition: clip-path 1.25s cubic-bezier(.65, 0, .18, 1)
}

.clip.shown {
    clip-path: inset(0 0 0 0)
}

.hero-title {
    color: #fff;
    font-family: var(--serif);
    font-weight: 600;
    font-size: clamp(2.7rem, 6.4vw, 5.1rem);
    letter-spacing: -.02em;
    line-height: 1.06
}

.hero-title .line {
    display: block;
    overflow: hidden;
    padding-bottom: .05em
}

.hero-title .line>span {
    display: inline-block;
    transform: translateY(118%);
    filter: blur(10px);
    opacity: 0;
    animation: lineUp 1s cubic-bezier(.2, .7, .2, 1) forwards
}

.hero-title .line:nth-child(1)>span {
    animation-delay: .2s
}

.hero-title .line:nth-child(2)>span {
    animation-delay: .4s
}

.hero-title em {
    font-style: italic;
    color: var(--gold-soft)
}

@keyframes lineUp {
    to {
        transform: none;
        filter: blur(0);
        opacity: 1
    }
}

.flightline {
    position: fixed;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 2px;
    z-index: 60;
    pointer-events: none
}

.flightline .fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(var(--gold-soft), var(--gold));
    border-radius: 2px;
    box-shadow: 0 0 8px rgba(195, 154, 63, .5)
}

.flightline .node {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold-soft);
    box-shadow: 0 0 14px 3px rgba(216, 184, 106, .7)
}

@media(max-width:1100px) {
    .flightline {
        display: none
    }
}

.btn-gold {
    position: relative;
    overflow: hidden
}

.btn-gold::after {
    content: "";
    position: absolute;
    top: 0;
    left: -140%;
    width: 55%;
    height: 100%;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .5), transparent);
    transform: skewX(-18deg);
    transition: left .65s ease
}

.btn-gold:hover::after {
    left: 140%
}

@media(prefers-reduced-motion:reduce) {
    .clip {
        clip-path: none !important
    }

    .reveal {
        filter: none !important
    }

    .hero-title .line>span {
        transform: none !important;
        filter: none !important;
        opacity: 1 !important;
        animation: none !important
    }

    .flightline {
        display: none !important
    }

    .btn-gold::after {
        display: none
    }
}