/* ===================================
   El Paso Verse - Minimalistic Website
   Western/Vintage Theme
   =================================== */

/* Screen reader only - visually hidden but accessible */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* CSS Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: Georgia, 'Times New Roman', serif;
    background: #f4ead5;
    overflow-x: hidden;
    background-image:
        repeating-linear-gradient(0deg, transparent, transparent 1px, rgba(139, 69, 19, 0.015) 1px, rgba(139, 69, 19, 0.015) 2px),
        repeating-linear-gradient(90deg, transparent, transparent 1px, rgba(139, 69, 19, 0.015) 1px, rgba(139, 69, 19, 0.015) 2px),
        radial-gradient(circle at 20% 50%, rgba(139, 69, 19, 0.02) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(139, 69, 19, 0.02) 0%, transparent 50%);
    color: #1a1a1a;
    line-height: 1.8;
    font-size: 18px;
}

/* Container */
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Sections */
.section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7rem 0;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cinzel', Georgia, serif;
    font-weight: 700;
    color: #3A2820;
    letter-spacing: 0.03em;
}

h1 {
    font-size: 4.5rem;
    margin-bottom: 1rem;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

p {
    margin-bottom: 1.5rem;
    text-align: justify;
}

/* Hero Section */
.hero {
    text-align: center;
    background-image: url('assets/canyon-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

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

.hero-portal-link {
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: #C9A961;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    z-index: 10;
    transition: color 0.3s ease;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.hero-portal-link:hover {
    color: #F5E6D3;
}

.hero-title {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #F5E6D3;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.hero-logo {
    max-width: 700px;
    width: 90%;
    height: auto;
    margin: 0 auto 2rem auto;
    display: block;
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.9));
}

.hero-subtitle {
    font-size: 1.4rem;
    font-style: italic;
    color: #C9A961;
    margin-bottom: 3rem;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

/* Ornaments */
.ornament-top,
.ornament-bottom {
    width: 120px;
    height: 2px;
    background: linear-gradient(to right, transparent, #C9A961, transparent);
    margin: 2rem auto;
    position: relative;
}

.ornament-top::after,
.ornament-bottom::after {
    content: '★';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #C9A961;
    font-size: 1rem;
    background-color: transparent;
    padding: 0 0.5rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

/* Divider */
.divider {
    width: 60px;
    height: 2px;
    background-color: #C9A961;
    margin: 0 auto 2.5rem;
}

/* Call to Action Button */
.cta-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: transparent;
    color: #F5E6D3;
    border: 2px solid #C9A961;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-top: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.cta-button:hover {
    background-color: #C9A961;
    color: #3A2820;
    border-color: #C9A961;
    text-shadow: none;
}

.cta-button-secondary {
    background-color: #C9A961;
    color: #3A2820;
    border-color: #C9A961;
    text-shadow: none;
    font-weight: 600;
}

.cta-button-secondary:hover {
    background-color: transparent;
    color: #F5E6D3;
    border-color: #C9A961;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

/* Vision Section */
.vision {
    background-color: #F5E6D3;
}

.vision-intro {
    text-align: center;
    margin: 2rem 0 3rem 0;
}

.vision-lead {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.3rem;
    font-style: italic;
    color: #8B4513;
    text-align: center !important;
    margin-bottom: 2rem;
}

.vision-content {
    max-width: 700px;
    margin: 0 auto;
}

.vision-content p {
    text-align: left;
    margin-bottom: 1.8rem;
    line-height: 1.9;
    font-size: 1.05rem;
}

.vision-content p em {
    font-style: italic;
    color: #3A2820;
    font-weight: 700;
}

.vision-content p strong {
    color: #3A2820;
    font-weight: 700;
}

.vision-closing {
    margin-top: 2.5rem !important;
    font-style: normal;
}

.vision-signature {
    text-align: right !important;
    font-family: 'Cinzel', Georgia, serif;
    font-size: 1.2rem;
    color: inherit;
    margin-top: 2rem !important;
    font-style: normal;
}

.vision-content {
    position: relative;
}

.vision-content::after {
    content: '';
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to bottom, rgba(245, 230, 211, 0) 0%, rgba(245, 230, 211, 0.4) 20%, rgba(245, 230, 211, 0.7) 40%, rgba(245, 230, 211, 0.9) 60%, rgba(245, 230, 211, 1) 80%);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.vision-content:has(.vision-more.expanded)::after {
    opacity: 0;
}

.vision-more {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.vision-more.expanded {
    max-height: 2000px;
}

.vision-read-more {
    display: block;
    margin: 1.5rem auto 0 auto;
    padding: 0.5rem 1rem;
    background-color: transparent;
    color: #8B4513;
    border: none;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    z-index: 10;
}

.vision-read-more::after {
    content: ' ▼';
    display: inline-block;
    font-size: 0.7rem;
    color: #C9A961;
    margin-left: 0.3rem;
    transition: transform 0.3s ease;
}

.vision-read-more:hover {
    color: #C9A961;
}

.vision-read-more:hover::after {
    color: #C9A961;
}

.vision-read-more.expanded::after {
    transform: rotate(180deg);
}

.vision-read-more.expanded:hover::after {
    transform: rotate(180deg);
}

.vision-link-section {
    text-align: center;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #C9A961;
}

.vision-link {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: transparent;
    color: #3A2820;
    border: 2px solid #C9A961;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.vision-link:hover {
    background-color: #C9A961;
    color: #3A2820;
    border-color: #C9A961;
}

/* About Section */
.about {
    background-image: url('assets/not-virtual-bg.jpg');
    background-size: cover;
    background-position: center 40%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

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

.about h2 {
    font-size: 2.2rem;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9);
    color: #F5E6D3;
}

.about .divider {
    margin-bottom: 2rem;
}

.about p {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    color: #F5E6D3;
}

.tagline-emphasis {
    text-align: center !important;
    margin-top: 3rem;
}

/* Four Pillars Section */
.pillars {
    background-color: #F5E6D3;
}

.pillars-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.pillar-card {
    position: relative;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2.5rem;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
}

.pillar-card.expanded {
    min-height: 600px;
}

.pillar-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.5));
    z-index: 1;
}

.pillar-card:hover::before {
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.6));
}

/* Text Box with Opacity Background */
.pillar-text-box {
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.85) 100%);
    backdrop-filter: blur(8px);
    padding: 2.5rem;
    border: 2px solid rgba(201, 169, 97, 0.4);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(201, 169, 97, 0.2);
    max-width: 100%;
    transition: all 0.3s ease;
}

.pillar-card:hover .pillar-text-box {
    border-color: rgba(201, 169, 97, 0.6);
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.6),
        inset 0 1px 0 rgba(201, 169, 97, 0.3);
    transform: translateY(-2px);
}

.pillar-text-box::before,
.pillar-text-box::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(201, 169, 97, 0.6);
}

.pillar-text-box::before {
    top: -2px;
    left: -2px;
    border-right: none;
    border-bottom: none;
}

.pillar-text-box::after {
    bottom: -2px;
    right: -2px;
    border-left: none;
    border-top: none;
}

.pillar-text-box h3 {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 2rem;
    color: #FFFFFF;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 900;
    text-align: left;
}

.pillar-subtitle {
    color: #F5E6D3;
    font-size: 0.85rem;
    line-height: 1.6;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    transition: margin 0.4s ease;
}

.pillar-card.expanded .pillar-subtitle {
    margin-bottom: 1.25rem;
}

.pillar-description {
    color: #EDD9C0;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    text-align: left;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    margin-top: 0;
}

.pillar-card.expanded .pillar-description {
    max-height: 200px;
    opacity: 1;
    margin-top: 1.25rem;
}

.pillar-description:last-child {
    margin-bottom: 0;
}

/* Pillar Background Images */
.pillar-story {
    background-image: url('assets/story-pillar-bg.jpg');
}

.pillar-token {
    background-image: url('assets/paso-coin-sepia.jpg');
    background-color: #3A2820;
}

.pillar-participation {
    background-image: url('assets/pillar-participation-new.jpg');
}

.pillar-land {
    background-image: url('assets/land-bg.jpg');
}

/* El Paso Verse Land Section */
.el-paso-verse {
    background-image: url('assets/land-bg-new.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.el-paso-verse::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(245, 230, 211, 0.75);
    z-index: 1;
}

.el-paso-verse .container {
    position: relative;
    z-index: 2;
}

.el-paso-verse p {
    text-align: justify;
}

.land-race-link {
    color: #C9A961;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    transition: all 0.3s ease;
}

.land-race-link:hover {
    color: #D4A745;
    text-decoration-thickness: 3px;
}

/* Collection Section */
/* Motion Prints Section */
.collection {
    background-color: #1a1a1a;
    background-image: url('assets/film-crew-silhouette.png');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 4rem 0 5rem 0;
    position: relative;
}

.collection::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(10, 10, 10, 0.7), rgba(26, 26, 26, 0.8), rgba(10, 10, 10, 0.7));
    z-index: 0;
}

.collection .container {
    position: relative;
    z-index: 1;
}

.collection h2 {
    color: #EDD9C0;
    text-align: center;
    font-family: 'Cinzel', Georgia, serif;
    font-size: 2.5rem;
    font-weight: 700;
}

.collection .divider {
    width: 60px;
    height: 2px;
    background-color: #C9A961;
    margin: 0 auto 2.5rem auto;
}

.collection-intro {
    text-align: center;
    color: #C9A961;
    font-size: 1.1rem;
    margin-bottom: 4rem;
    line-height: 1.8;
}

.collection-intro strong {
    color: #EDD9C0;
}

/* Films showcase */
.films-showcase {
    margin: 0 0 3rem 0;
}

/* Film Gallery - Clean Festival Style */
.films-gallery {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 3rem auto;
    max-width: 1200px;
    flex-wrap: wrap;
}

.film-poster-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    width: 280px;
}

.film-poster-card a {
    display: block;
    transition: opacity 0.3s ease;
}

.film-poster-card a:hover {
    opacity: 0.85;
}

.film-caption {
    color: #EDD9C0;
    font-size: 0.95rem;
    font-style: italic;
    margin-top: 0.75rem;
    text-align: center;
    letter-spacing: 0.05em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    width: 100%;
}

.film-poster {
    position: relative;
    width: 100%;
}

.film-poster img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.film-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
    padding: 1.5rem 1rem;
}

.film-poster-title {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 1.3rem;
    color: #F5E6D3;
    margin-bottom: 0.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.film-tagline {
    color: #C9A961;
    font-size: 0.9rem;
    font-style: italic;
    margin-bottom: 0.5rem;
}

.film-meta {
    font-size: 0.75rem;
    color: #8B7355;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.film-meta span {
    display: block;
    margin-bottom: 0.15rem;
}

@media (max-width: 640px) {
    .films-gallery {
        gap: 1.5rem;
    }

    .film-poster-card {
        width: 150px;
    }

    .film-caption {
        font-size: 0.8rem;
    }
}

/* Collection action */
.collection-action {
    text-align: center;
    margin-top: 3rem;
}

.collection-cta {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: transparent;
    color: #F5E6D3;
    border: 2px solid #C9A961;
    text-decoration: none;
    font-family: 'Avenir Next Condensed', 'Avenir Next', Avenir, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.collection-cta:hover {
    background-color: #C9A961;
    color: #3A2820;
    text-shadow: none;
    transform: translateY(-2px);
}

.land-race-cta {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: transparent;
    color: #3A2820;
    border: 2px solid #C9A961;
    text-decoration: none;
    font-family: 'Avenir Next Condensed', 'Avenir Next', Avenir, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.land-race-cta:hover {
    background-color: #C9A961;
    color: #3A2820;
    transform: translateY(-2px);
}

/* PASO Token Section */
.paso-token {
    background-color: #F5E6D3;
}

.paso-intro {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    align-items: center;
    margin: 3rem 0;
}

.paso-token-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.paso-token-image img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
    transition: transform 0.3s ease;
}

.paso-token-image img:hover {
    transform: scale(1.05);
}

.paso-description p {
    text-align: left;
    margin-bottom: 1rem;
}

.paso-description p:last-child {
    margin-bottom: 0;
}

.paso-header {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 2.2rem;
    color: #3A2820;
    margin: 3rem 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-align: center;
    font-weight: 900;
    position: relative;
    padding-bottom: 1.5rem;
}

.paso-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, transparent, #C9A961, transparent);
}

/* PASO Phases */
.paso-phases {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 3rem 0 4rem 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.paso-phases .phase-card:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 1rem);
    margin: 0 auto;
}

@media (max-width: 768px) {
    .paso-phases {
        grid-template-columns: 1fr;
    }

    .paso-phases .phase-card:last-child {
        max-width: 100%;
    }
}

.phase-card {
    background: linear-gradient(135deg, #F5E6D3 0%, #E8D5C0 100%);
    border: 3px solid #C9A961;
    padding: 2.5rem 2rem 2rem 2rem;
    position: relative;
    transition: all 0.4s ease;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(139, 69, 19, 0.15);
}

.phase-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(139, 69, 19, 0.25);
}

.phase-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #C9A961 0%, #C9A961 100%);
    color: #1a1a1a;
    font-family: 'Avenir Next Condensed', 'Avenir Next', Avenir, sans-serif;
    font-weight: 900;
    font-size: 0.75rem;
    padding: 0.5rem 1.5rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(139, 69, 19, 0.3);
    white-space: nowrap;
}

.phase-card h4 {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 1.65rem;
    color: #3A2820;
    margin: 0.5rem 0 1.25rem 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 900;
    line-height: 1.3;
}

.phase-card p {
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #8B4513;
}

.phase-card ul {
    list-style: none;
    padding: 0;
}

.phase-card ul li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: #3A2820;
    line-height: 1.6;
}

.phase-card ul li:before {
    content: '★';
    position: absolute;
    left: 0;
    color: #C9A961;
    font-size: 0.9rem;
}

/* Active Phase Card - Gold Theme */
.phase-card.active {
    border: 4px solid #D4A745;
    background: linear-gradient(135deg, #FFF8E7 0%, #FFEFC9 100%);
    box-shadow: 0 10px 30px rgba(212, 167, 69, 0.35);
    position: relative;
}

.phase-card.active::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 8px;
    background: linear-gradient(135deg, #D4A745, #C9A961, #D4A745);
    opacity: 0.3;
    z-index: -1;
    filter: blur(8px);
}

.phase-card.active:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(212, 167, 69, 0.45);
}

.phase-card.active .phase-number {
    background: linear-gradient(135deg, #D4A745 0%, #C9A961 100%);
    color: #1a1a1a;
    font-weight: 900;
    box-shadow: 0 4px 15px rgba(212, 167, 69, 0.5);
}

.phase-card.active .phase-number:after {
    content: ' • ACTIVE NOW';
    font-size: 0.65rem;
    letter-spacing: 0.08em;
}

.phase-card.active h4 {
    color: #C9A961;
}

.phase-card.active p {
    color: #8B4513;
}

/* Inactive Phase Card */
.phase-card.inactive {
    border: 3px solid #C9A961;
    background: linear-gradient(135deg, #E8D5C0 0%, #d9c7b0 100%);
    box-shadow: 0 4px 15px rgba(139, 69, 19, 0.1);
    opacity: 0.85;
}

.phase-card.inactive .phase-number {
    background: linear-gradient(135deg, #8B7355 0%, #8B7355 100%);
    color: #EDD9C0;
    box-shadow: 0 4px 12px rgba(139, 69, 19, 0.2);
}

.phase-card.inactive .phase-number:after {
    content: ' • COMING';
    font-size: 0.65rem;
    letter-spacing: 0.08em;
}

.phase-card.inactive h4 {
    color: #8B7355;
}

.phase-card.inactive p {
    color: #8B7355;
}

.phase-card.inactive ul li {
    color: #8B7355;
}

.phase-card.inactive ul li:before {
    color: #C9A961;
}

.phase-card.inactive:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(139, 69, 19, 0.15);
    opacity: 0.9;
}

/* Mobile Optimization for Phase Cards */
@media (max-width: 768px) {
    .paso-phases {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0;
        max-width: 100%;
    }

    .phase-card {
        padding: 2rem 1.5rem 1.75rem 1.5rem;
        max-width: 100%;
        box-sizing: border-box;
    }

    .phase-card h4 {
        font-size: 1.4rem;
    }

    .phase-card p {
        font-size: 0.9rem;
    }

    .phase-number {
        font-size: 0.7rem;
        padding: 0.45rem 1.2rem;
    }

    .paso-intro {
        max-width: 100%;
    }

    .paso-description {
        max-width: 100%;
    }

    .paso-description p {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

/* PASO Distribution */
.paso-distribution {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0 3rem 0;
}

.distribution-item {
    background-color: #EDD9C0;
    border-left: 4px solid #C9A961;
    padding: 2rem 1.5rem;
    text-align: center;
    flex: 0 1 calc(33.333% - 1.5rem);
    min-width: 220px;
    max-width: 350px;
}

.distribution-stat {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 3rem;
    font-weight: 700;
    color: #8B4513;
    margin-bottom: 0.5rem;
}

.distribution-item p {
    font-size: 1rem;
    color: #3A2820;
    text-align: center;
    margin: 0;
    line-height: 1.6;
}

.distribution-item span {
    display: block;
    font-size: 0.9rem;
    color: #8B4513;
    font-style: italic;
    margin-top: 0.5rem;
}

/* PASO Actions */
.paso-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    margin: 2rem 0;
    background-color: #EDD9C0;
    padding: 2.5rem;
    border: 2px solid #8B4513;
}

.action-section {
    flex: 0 1 calc(50% - 1.5rem);
    min-width: 300px;
}

.action-section h4 {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 1.6rem;
    color: #8B4513;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.action-section ul {
    list-style: none;
    padding: 0;
}

.action-section ul li {
    padding: 0.6rem 0 0.6rem 1.8rem;
    position: relative;
    color: #3A2820;
    line-height: 1.6;
}

.action-section ul li:before {
    content: '→';
    position: absolute;
    left: 0;
    color: #C9A961;
    font-weight: 700;
}

.paso-note {
    text-align: center !important;
    font-style: italic;
    color: #8B4513;
    font-size: 1rem;
    margin-top: 3rem;
    padding: 1.5rem;
    background-color: rgba(201, 169, 97, 0.1);
    border-left: 3px solid #C9A961;
}

/* PASO Reveal Functionality */
.paso-more {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.6s ease, opacity 0.6s ease, margin-top 0.6s ease;
}

.paso-more.expanded {
    max-height: 3000px;
    opacity: 1;
    margin-top: 2rem;
}

.paso-read-more {
    display: block;
    margin: 1rem auto 0;
    padding: 0.5rem 1rem;
    background: transparent;
    color: #8B4513;
    border: none;
    font-family: 'Avenir Next Condensed', 'Avenir Next', Avenir, sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.paso-read-more:hover {
    color: #C9A961;
}

.paso-read-more::after {
    content: ' ▼';
    font-size: 0.7rem;
    color: #C9A961;
    transition: transform 0.3s ease;
    display: inline-block;
    margin-left: 0.3rem;
}

.paso-read-more:hover::after {
    color: #C9A961;
}

.paso-read-more.expanded::after {
    transform: rotate(180deg);
}

/* Contact Section */
.contact {
    background-color: #EDD9C0;
}

.contact-signup-box {
    max-width: 600px;
    margin: 3rem auto;
    padding: 3rem 2.5rem;
    background: linear-gradient(135deg, #F5E6D3 0%, #EDD9C0 100%);
    border: 3px solid #C9A961;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(139, 69, 19, 0.15);
}

.contact-coin {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem auto;
    display: block;
    filter: drop-shadow(0 4px 12px rgba(201, 169, 97, 0.4));
}

.contact-signup-box h3 {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 2rem;
    color: #3A2820;
    margin-bottom: 1rem;
    font-weight: 700;
}

.contact-signup-box p {
    color: #8B4513;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    text-align: center;
}

.contact-email-form {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.contact-email-input {
    flex: 1;
    min-width: 250px;
    padding: 1rem 1.25rem;
    border: 2px solid #C9A961;
    background-color: white;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1rem;
    color: #3A2820;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.contact-email-input:focus {
    outline: none;
    border-color: #D4A745;
    box-shadow: 0 0 0 3px rgba(212, 167, 69, 0.2);
}

.contact-email-input::placeholder {
    color: #8B7355;
}

.contact-email-submit {
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #D4A745 0%, #C9A961 100%);
    color: #1a1a1a;
    border: none;
    border-radius: 6px;
    font-family: 'Avenir Next Condensed', 'Avenir Next', Avenir, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(212, 167, 69, 0.4);
}

.contact-email-submit:hover {
    background: linear-gradient(135deg, #E5B856 0%, #D4A745 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 167, 69, 0.6);
}

.contact-email-submit:active {
    transform: translateY(0);
}

.contact-signup-note {
    font-size: 0.85rem !important;
    color: #8B7355 !important;
    font-style: italic;
    margin-bottom: 0 !important;
}

.contact-portal {
    text-align: center;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid #C9A961;
}

.contact-portal p {
    font-size: 1rem;
    color: #8B4513;
    margin-bottom: 1rem;
    text-align: center;
}

.community-portal-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: transparent;
    color: #3A2820;
    border: 2px solid #C9A961;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.community-portal-button:hover {
    background-color: #C9A961;
    color: #3A2820;
}

/* Instagram Section */
.instagram-section {
    min-height: auto;
    padding: 4rem 0;
    background: #F5E6D3;
}

/* Social Media Icons */
.instagram-section a svg {
    transition: fill 0.3s ease;
}

.instagram-section a:hover svg {
    fill: #C9A961;
}

.instagram-feed {
    max-width: 1200px;
    margin: 0 auto;
}

.instagram-feed iframe {
    width: 100%;
    border: none;
    min-height: 600px;
}

/* Footer */
.footer {
    background-color: #3A2820;
    color: #F5E6D3;
    text-align: center;
    padding: 2rem 0;
}

.footer p {
    margin: 0;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    text-align: center;
}

.footer-credits {
    margin-top: 1rem !important;
    text-align: center;
}

.footer-logo {
    height: 20px;
    width: auto;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.footer-logo:hover {
    opacity: 1;
}

/* Email Capture Bar - Sticky Bottom Bar */
.email-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: linear-gradient(135deg, #2d2416 0%, #3a2820 100%);
    border-top: 3px solid #C9A961;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.5);
    animation: slideUp 0.5s ease-out;
}

.email-bar.show {
    display: block;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.email-bar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    position: relative;
}

.email-bar-content {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.email-bar-coin {
    width: 45px;
    height: 45px;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(201, 169, 97, 0.6));
}

.email-bar-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.email-bar-text strong {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 1.1rem;
    color: #F5E6D3;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.email-bar-text span {
    font-size: 0.85rem;
    color: #C9A961;
}

.email-bar-form {
    display: flex;
    gap: 0.75rem;
    flex: 1;
    max-width: 500px;
}

.email-bar-input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 2px solid #C9A961;
    background-color: rgba(245, 230, 211, 0.95);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.95rem;
    color: #3A2820;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.email-bar-input:focus {
    outline: none;
    background-color: #F5E6D3;
    border-color: #D4A745;
    box-shadow: 0 0 0 3px rgba(212, 167, 69, 0.2);
}

.email-bar-input::placeholder {
    color: #8B7355;
}

.email-bar-submit {
    padding: 0.75rem 1.75rem;
    background: linear-gradient(135deg, #D4A745 0%, #C9A961 100%);
    color: #1a1a1a;
    border: none;
    border-radius: 6px;
    font-family: 'Avenir Next Condensed', 'Avenir Next', Avenir, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 3px 12px rgba(212, 167, 69, 0.4);
}

.email-bar-submit:hover {
    background: linear-gradient(135deg, #E5B856 0%, #D4A745 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 18px rgba(212, 167, 69, 0.6);
}

.email-bar-submit:active {
    transform: translateY(0);
}

.email-bar-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: transparent;
    border: none;
    font-size: 1.75rem;
    color: #C9A961;
    cursor: pointer;
    line-height: 1;
    transition: all 0.2s ease;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.email-bar-close:hover {
    color: #F5E6D3;
    transform: scale(1.1);
}

/* Mobile responsiveness for email bar */
@media (max-width: 768px) {
    .email-bar-container {
        flex-direction: column;
        padding: 1.25rem 1rem;
        gap: 1rem;
    }

    .email-bar-content {
        width: 100%;
        justify-content: center;
    }

    .email-bar-form {
        width: 100%;
        max-width: none;
        flex-direction: column;
        gap: 0.75rem;
    }

    .email-bar-input {
        width: 100%;
    }

    .email-bar-submit {
        width: 100%;
        padding: 0.85rem 1.5rem;
    }

    .email-bar-coin {
        width: 40px;
        height: 40px;
    }

    .email-bar-text strong {
        font-size: 1rem;
    }

    .email-bar-text span {
        font-size: 0.8rem;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    h2 {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .about h2 {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
        line-height: 1.6;
    }

    .hero-logo {
        max-width: 400px;
    }

    .hero-portal-link {
        top: 1.5rem;
        right: 1.5rem;
        font-size: 0.9rem;
    }

    body {
        font-size: 17px;
        line-height: 1.75;
    }

    .section {
        min-height: 100vh;
        padding: 3rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero {
        min-height: 100vh;
        padding: 2rem 0;
    }

    .container,
    .container-wide {
        padding: 0 1.75rem;
    }

    p {
        text-align: left;
        font-size: 0.95rem;
    }

    .divider {
        margin: 1.5rem auto;
    }

    .paso-token {
        min-height: 100vh;
        padding: 3rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow-x: hidden;
    }

    .paso-token .container {
        max-width: 100%;
        overflow-x: hidden;
        padding: 0 1.75rem;
    }

    .paso-intro {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
        max-width: 100%;
    }

    .paso-token-image {
        display: flex;
        justify-content: center;
    }

    .paso-token-image img {
        max-width: 280px;
    }

    .paso-description {
        text-align: left;
    }

    .paso-description p {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .paso-actions {
        padding: 2rem 1.75rem;
    }

    .action-section {
        flex: 1 1 100%;
        padding: 1.75rem;
    }

    .paso-header {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }

    .phase-card {
        padding: 1.5rem;
    }

    .phase-card h4 {
        font-size: 1.2rem;
    }

    .phase-card p {
        font-size: 0.9rem;
    }

    .about {
        min-height: 100vh;
        padding: 3rem 0;
        background-attachment: scroll;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tagline-emphasis {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-top: 2rem;
    }

    .el-paso-verse {
        min-height: 100vh;
        padding: 3rem 0;
        background-attachment: scroll;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .el-paso-verse p {
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 1.25rem;
    }

    .vision-content {
        max-width: 100%;
    }

    .vision-content p {
        text-align: left;
        font-size: 1rem;
        line-height: 1.8;
    }

    .vision-lead {
        font-size: 1.1rem;
    }

    .vision-signature {
        font-size: 1.1rem;
    }

    .vision-read-more {
        padding: 0.8rem 1.8rem;
        font-size: 0.95rem;
        min-height: 48px;
    }

    .pillars-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .pillar-card {
        min-height: 400px;
        padding: 2rem 1.5rem;
        background-size: cover;
        background-position: center;
    }

    .pillar-text-box {
        padding: 2rem 1.5rem;
    }

    .pillar-text-box::before,
    .pillar-text-box::after {
        width: 15px;
        height: 15px;
    }

    .pillar-text-box h3 {
        font-size: 1.8rem;
        margin-bottom: 0.5rem;
    }

    .pillar-subtitle {
        font-size: 0.75rem;
        margin-bottom: 1rem;
    }

    .pillar-description {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .collection {
        min-height: 100vh;
        padding: 3rem 0 4rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .collection h2 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .collection-intro {
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 3rem;
        padding: 0 1rem;
    }

    .films-gallery {
        gap: 1.5rem;
    }

    .films-gallery {
        gap: 1rem;
    }

    .film-poster-card {
        width: 150px;
    }

    .film-title {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }

    .film-frame-card {
        border-width: 6px;
    }

    .cta-button {
        padding: 0.9rem 2rem;
        font-size: 0.95rem;
        min-height: 48px;
    }

    .instagram-section {
        min-height: 100vh;
        padding: 3rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .instagram-section h2 {
        font-size: 1.8rem;
    }

    .instagram-section p {
        font-size: 0.95rem;
        padding: 0 1rem;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 2rem;
        line-height: 1.2;
    }

    h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .hero-portal-link {
        top: 1rem;
        right: 1.5rem;
        font-size: 0.85rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        line-height: 1.6;
        padding: 0 0.5rem;
    }

    .hero-logo {
        max-width: 300px;
    }

    .container,
    .container-wide {
        padding: 0 1.5rem;
    }

    .cta-button {
        padding: 0.85rem 1.75rem;
        font-size: 0.9rem;
        width: 100%;
        max-width: 300px;
    }

    .tagline-emphasis {
        font-size: 0.9rem;
        margin-top: 2rem;
    }

    .pillar-card {
        min-height: 350px;
        padding: 1.5rem 1.25rem;
    }

    .pillar-text-box {
        padding: 1.5rem 1.5rem;
    }

    .pillar-text-box::before,
    .pillar-text-box::after {
        width: 12px;
        height: 12px;
    }

    .pillar-text-box h3 {
        font-size: 1.5rem;
    }

    .pillar-description {
        font-size: 0.9rem;
    }

    .collection h2 {
        font-size: 1.5rem;
    }

    .collection-intro {
        font-size: 0.95rem;
    }

    .paso-token-image img {
        max-width: 250px;
    }

    .distribution-stat {
        font-size: 2.5rem;
    }

    .paso-header {
        font-size: 1.5rem;
    }

    .phase-card h4,
    .action-section h4 {
        font-size: 1.3rem;
    }

    .vision-link {
        padding: 0.8rem 2rem;
        font-size: 0.9rem;
    }

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

    .pillar-card {
        height: 350px;
    }

    .pillar-card h3 {
        font-size: 1rem;
    }

    .pillar-subtitle {
        font-size: 0.6rem;
    }

    .film-strip {
        width: 95%;
        max-width: 280px;
    }

    .film-title-card h3 {
        font-size: 1.3rem;
        letter-spacing: 0.18em;
    }

    .film-frame {
        height: auto;
    }


    .collection-info p {
        font-size: 0.9rem;
    }

    .collection h2 {
        font-size: 1.6rem;
    }

    .collection-intro {
        font-size: 1rem;
        margin-bottom: 3rem;
    }

    .film-poster-title {
        font-size: 1.4rem;
        letter-spacing: 0.1em;
    }

    .film-frame-card {
        border-width: 5px;
    }

    .film-frame-card::after {
        font-size: 7px;
        bottom: 5px;
        right: 7px;
    }

    .collection-cta {
        padding: 0.8rem 1.5rem;
        font-size: 0.85rem;
    }

    .land-race-cta {
        padding: 0.8rem 1.5rem;
        font-size: 0.85rem;
    }

    .paso-token-image img {
        max-width: 200px;
    }

    .instagram-section h2 {
        font-size: 1.4rem;
    }

    .instagram-section p {
        font-size: 0.9rem;
    }


    .contact-signup-box {
        padding: 2rem 1.5rem;
    }

    .contact-signup-box h3 {
        font-size: 1.6rem;
    }

    .contact-email-form {
        flex-direction: column;
        gap: 1rem;
    }

    .contact-email-input {
        min-width: 100%;
    }

    .contact-email-submit {
        width: 100%;
    }
}
