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

/* Base Styles */
body {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    line-height: 1.6;
    background-color: #000;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 44pt;
    margin-bottom: 10px;
}

h5 {
    font-size: 15pt;
    font-style: italic;
}

p {
    margin-bottom: 20px;
}

/* Buttons */
.btn-primary, .btn-dark, .btn-explore, .download-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.btn-primary {
    background-color: #a1a1a6;
    color: #333;
}

.btn-dark {
    background-color: #333;
    color: #fff;
    border: 2px solid #a1a1a6;
}

.btn-explore {
    background-color: #a1a1a6;
    color: #333;
}

.btn-primary:hover, .btn-explore:hover {
    background-color: #86868b;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.btn-dark:hover {
    background-color: #a1a1a6;
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Notification Bar */
#wpfront-notification-bar-spacer {
    position: relative;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    z-index: 10000;
}

#wpfront-notification-bar-container {
    width: 100%;
}

#wpfront-notification-bar {
    padding: 0;
}

.wpfront-message h6 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.download-btn {
    display: inline-block;
    background-color: #a1a1a6;
    color: #000;
    padding: 5px 15px;
    border-radius: 30px;
    margin-left: 15px;
    font-weight: bold;
    font-size: 14px;
}

.download-btn:hover {
    background-color: #86868b;
}

/* Header */
.header-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.branding {
    display: flex;
    align-items: center;
}

.logo-text {
    font-size: 36px;
    line-height: 1;
}

.Evan {
    font-weight: normal;
    color: #fff;
}

.king {
    font-weight: bold;
    color: #a1a1a6;
}

.main-nav ul {
    display: flex;
    list-style: none;
}

.main-nav li {
    margin-left: 25px;
}

.main-nav a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

.main-nav a:hover {
    color: #a1a1a6;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;
}

.mobile-menu-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #fff;
    transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* Hero Section */
.hero-section {
    background-image: url('../images/placeholders/hero-code.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 175px 0 140px;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
}

.hero-content {
    position: relative;
    z-index: 1;
    padding-left: 50px;
    max-width: 700px;
}

.subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 30px;
}

.hero-button {
    margin-top: 40px;
}

/* Featured Logos */
.featured-logos {
    background-color: #a1a1a6;
    background-image: url('../images/2025/02/bg-gold.png');
    background-size: cover;
    background-position: center;
    padding: 32px 0;
    text-align: center;
}

.logos-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: min(1120px, 96vw);
    margin: 0 auto;
    gap: 0;
}

.logo {
    max-height: 58px;
    height: 58px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    display: block;
    opacity: 0.95;
}

/* Video Section */
.video-section {
    padding: 0;
    background-color: #000;
}

.video-section .container {
    max-width: 100%;
    padding: 0;
}

.video-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
}

/* Books Section */
.books-section {
    padding: 80px 0;
    background-color: #fff;
    color: #000;
}

.books-section .section-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: bold;
}

.book-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.book-content:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.book-image {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.book-image img {
    max-height: 500px;
}

.book-info {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

.book-info h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.book-info p {
    font-size: 18px;
    margin-bottom: 30px;
}

.book-retailers {
    margin-bottom: 30px;
}

.book-retailers img {
    max-width: 100%;
    height: auto;
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background-image: url('../images/2025/05/video-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
    min-height: 600px;
}

/* Removed dark overlay to show video background */

.testimonials-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.testimonial {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    padding: 30px;
    border-radius: 5px;
    text-align: center;
}

.stars {
    margin-bottom: 15px;
}

.stars img {
    height: 20px;
}

.testimonial h5 {
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.testimonial p {
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.testimonial-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #a1a1a6;
}

/* Mobile Responsive for Testimonials */
@media (max-width: 991px) {
    .testimonials-section {
        padding: 60px 20px;
    }
    
    .testimonials-wrapper {
        flex-direction: column; /* Stack vertically on mobile */
        gap: 20px;
        padding: 0;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0;
    }
    
    .testimonial {
        flex: none;
        width: 100%;
        max-width: 400px;
        padding: 25px;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 40px 15px;
    }
    
    .testimonials-wrapper {
        gap: 15px;
        width: 100%;
        margin: 0;
    }
    
    .testimonial {
        flex: none;
        width: 100%;
        max-width: 100%;
        padding: 20px;
        margin: 0;
    }
    
    .testimonial h5 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .testimonial p {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .testimonial-image {
        width: 45px;
        height: 45px;
    }
}

/* Vision Section */
.vision-section {
    padding: 80px 0;
    background-color: #a1a1a6;
    color: #000;
    background-image: url('../images/2025/02/bg-gold.png');
    background-size: cover;
    background-position: center;
}

.vision-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.vision-content h2 {
    margin-bottom: 30px;
}

.vision-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.vision-cta {
    margin-top: 40px;
}

/* Believe Section */
.believe-section {
    padding: 100px 0;
    background-color: #a1a1a6;
    background-image: url('../images/2025/02/bg-gold.png');
    background-size: cover;
    background-position: center;
    color: #000;
}

.believe-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

/* Speaking Section */
.speaking-section {
    padding: 80px 0;
    background-image: url('../images/placeholders/hero-server.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.speaking-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.speaking-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}

.speaking-info {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 30px;
}

.speaking-info h2 {
    color: #fff;
    margin-bottom: 30px;
}

.speaking-info p {
    color: #fff;
    margin-bottom: 20px;
}

/* Contact Section */
.contact-section {
    padding: 80px 0;
    background-color: #000;
}

.contact-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.contact-content h2 {
    margin-bottom: 20px;
}

.contact-content p {
    margin-bottom: 30px;
}

.section-title {
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #a1a1a6;
    margin: 20px auto 0;
}

/* Footer */
.site-footer {
    background-color: #111;
    padding: 60px 0 30px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.footer-widget {
    flex: 0 0 30%;
    max-width: 30%;
}

.footer-widget h3 {
    font-size: 18px;
    color: #a1a1a6;
    margin-bottom: 20px;
}

.footer-widget ul {
    list-style: none;
}

.footer-widget ul li {
    margin-bottom: 10px;
}

.footer-widget ul li a:hover {
    color: #a1a1a6;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: #a1a1a6;
    color: #000;
}

.copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Marquee Section */
.marquee-section {
    background-color: #a1a1a6;
    overflow: hidden;
    width: 100%;
}

.outer {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.scroller {
    font-family: "Montserrat", sans-serif;
    font-size: 5rem;
    font-weight: 500;
    color: #000000;
    padding-left: 0.5em;
    padding-top: 50px;
    padding-bottom: 50px;
}

.loop {
    white-space: nowrap;
    animation: loop-anim 25s linear infinite;
}

@keyframes loop-anim {
    0% {
        margin-left: 0%;
    }
    100% {
        margin-left: -50%;
    }
}

/* Animation classes removed for cleaner experience */

/* Responsive Styles */
@media (min-width: 992px) {
    .book-image {
        flex: 0 0 40%;
        max-width: 40%;
        margin-bottom: 0;
        text-align: right;
        padding-right: 30px;
    }
    
    .book-info {
        flex: 0 0 60%;
        max-width: 60%;
        text-align: left;
        padding-left: 30px;
    }
}

@media (max-width: 1199px) {
    .logos-container {
        width: 92vw;
        gap: 28px 36px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .logo {
        height: 44px;
        max-height: 44px;
    }
}

@media (max-width: 991px) {
    .header-bar {
        padding: 20px;
    }
    
    .scroller {
        font-size: 3rem;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .main-nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.95);
        z-index: 999;
    }
    
    .main-nav.active {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-nav ul {
        flex-direction: column;
        align-items: center;
    }
    
    .main-nav li {
        margin: 15px 0;
    }
    
    .mobile-menu-toggle {
        display: flex;
        z-index: 1000;
    }
    
    .hero-section {
        min-height: 80vh; /* Smaller height on tablets */
        padding: 100px 0 80px;
        background-attachment: scroll; /* Better mobile performance */
        background-size: cover; /* Scale up background image significantly */
        background-position: center;
        background-repeat: no-repeat;
    }
    
    h3 {
        font-size: 5.5pt; /* Half the current size (11pt → 5.5pt) */
        line-height: 1.1;
        margin-bottom: 8px;
    }
    
    .subtitle {
        font-size: 2.5pt; /* Half the current size (5pt → 2.5pt) */
        margin-bottom: 8px;
    }
    
    .hero-content {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 90%;
        text-align: left; /* Left-aligned text */
    }

    .logo-text {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        min-height: 70vh; /* Even smaller height on phones */
        padding: 60px 0 40px;
        background-size: cover; /* Scale up background image significantly */
        background-position: center;
        background-repeat: no-repeat;
    }
    
    h3 {
        font-size: 4.5pt; /* Half the current size (9pt → 4.5pt) */
        line-height: 1.1;
        margin-bottom: 6px;
    }

    .subtitle {
        font-size: 2pt; /* Half the current size (4pt → 2pt) */
        margin-bottom: 6px;
    }
    
    .hero-content {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 95%;
        text-align: left; /* Left-aligned text */
    }
    
    .btn-explore {
        padding: 12px 24px;
        font-size: 14px;
    }

    .scroller {
        font-size: 2rem !important;
        padding-left: 0.25em;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .loop {
        animation: loop-anim 20s linear infinite;
    }

    .featured-logos {
        padding: 22px 0;
    }

    .logos-container {
        width: 92vw;
        gap: 20px 28px;
    }
    
    .logo {
        height: 34px;
        max-height: 34px;
    }
}

/* Scrolling Logos Marquee */
.logos-marquee {
    background-color: #a1a1a6;
    background-image: url('../images/2025/02/bg-gold.png');
    background-size: cover;
    background-position: center;
    padding: 26px 0;
    overflow: hidden;
}

.logos-track {
    display: inline-flex;
    align-items: center;
    gap: 64px;
    white-space: nowrap;
    animation: marquee-scroll 30s linear infinite;
    will-change: transform;
    padding-left: 64px;
}

@keyframes marquee-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Coming Book Section */
.coming-book {
    padding: 80px 0;
    background-color: #fff;
    color: #000;
}

.coming-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.coming-image {
    flex: 0 0 40%;
    max-width: 40%;
    text-align: center;
}

.coming-image img {
    max-height: 520px;
}

.coming-info {
    flex: 0 0 60%;
    max-width: 60%;
}

.coming-info h2 {
    font-size: 42px;
    margin-bottom: 16px;
}

.coming-info p {
    font-size: 18px;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .logos-track {
        gap: 40px;
        padding-left: 40px;
        animation-duration: 24s;
    }

    .coming-image, .coming-info {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .coming-info {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .logos-track {
        gap: 28px;
        padding-left: 28px;
        animation-duration: 20s;
    }

    .coming-info h2 {
        font-size: 32px;
    }
}

/* About Evan Section - Full Background with Right Text Overlay */
.about-Evan-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background-image: url('../images/placeholders/about-workspace.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.about-parallax-bg {
    /* Background now handled by section itself */
    display: none;
    background-attachment: fixed;
    background-repeat: no-repeat;
    will-change: transform;
}

.about-container {
    position: relative;
    display: flex;
    min-height: 100vh;
    max-width: none;
    margin: 0;
    padding: 0;
    z-index: 2;
    justify-content: flex-end; /* Push content to right side */
}

.about-image-side {
    flex: 0 0 50%;
    position: relative;
    /* Empty space - background now fills entire section */
}

.about-text-side {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    padding: 100px 60px;
    background: linear-gradient(90deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.82) 45%, rgba(0,0,0,0.92) 100%);
    position: relative;
}

.about-content {
    max-width: 500px;
    position: relative;
    z-index: 2;
}

.about-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 44pt;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 400;
    text-shadow: 2px 2px 12px rgba(0,0,0,0.85);
}

.about-tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 20pt;
    color: #a1a1a6;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 24px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}

.about-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 16.5px;
    line-height: 1.75;
    color: rgba(255,255,255,0.94);
    margin-bottom: 40px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.75);
}

.learn-more-btn {
    display: inline-block;
    background-color: #a1a1a6;
    color: #333;
    padding: 12px 24px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    transition: all 0.3s ease;
    /* animation removed */
    transform: translateX(30px);
    opacity: 0;
}

.learn-more-btn:hover {
    background-color: #86868b;
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* Button Animation */
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .about-Evan-section {
        background-attachment: scroll;
        min-height: 100vh; /* Maintain full viewport height on mobile */
        background-size: cover;
        background-position: center;
    }
    
    .about-parallax-bg {
        display: none; /* Not needed since background is on section */
    }
    
    .about-container {
        flex-direction: column;
        min-height: 100vh;
        justify-content: center;
        align-items: center;
    }
    
    .about-image-side {
        display: none; /* Hide empty space on mobile */
    }
    
    .about-text-side {
        flex: none;
        width: 100%;
        padding: 60px 20px;
        text-align: center;
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .about-content {
        max-width: 90%;
    }
    
    .about-heading {
        font-size: 28pt; /* Responsive scaling */
        line-height: 1.1;
    }
    
    .about-tagline {
        font-size: 16pt;
    }
    
    .about-description {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .learn-more-btn {
        margin-top: 20px;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}

/* Evan King: Where Vision Meets Action Section */
.vision-action-section {
    background-color: #fff;
    padding: 100px 0;
    position: relative;
}

.vision-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.vision-header {
    text-align: center;
    margin-bottom: 50px;
}

.vision-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem; /* Larger to match original ~56px */
    line-height: 1.2;
    color: #333;
    margin-bottom: 50px;
    font-weight: 400;
}

.vision-gold {
    color: #a1a1a6;
}

.vision-white {
    color: #a1a1a6;
}

.vision-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 22pt;
    line-height: 30pt;
    color: #333;
    font-weight: 600; /* Reduced from 800 to make it less bold */
    max-width: 900px;
    margin: 0 auto 50px auto;
}

.vision-content {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
    justify-content: center;
    align-items: flex-start;
}

.vision-column {
    flex: 0 0 auto;
    max-width: 500px;
}

.vision-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
}

.vision-image.fadeInLeft {
    animation: fadeInLeft 1s ease-out;
}

.vision-image.fadeInRight {
    animation: fadeInRight 1s ease-out;
}

.vision-bottom {
    text-align: center;
    margin-bottom: 50px;
}

.vision-quote {
    font-family: 'Montserrat', sans-serif;
    font-size: 18pt; /* Reduced from 22pt to make it smaller */
    line-height: 26pt; /* Adjusted line height proportionally */
    color: #333;
    font-weight: 600; /* Reduced from 800 */
    max-width: 900px;
    margin: 0 auto 20px auto;
}

.vision-cta-btn {
    display: inline-block;
    background-color: #a1a1a6;
    color: #333;
    padding: 15px 30px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.vision-cta-btn:hover {
    background-color: #86868b;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.belief-section {
    text-align: center;
    padding: 50px 0;
}

.belief-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 44pt;
    color: #333;
    font-weight: 700;
    margin-bottom: 50px;
    animation: fadeInUp 1s ease-out;
}

.belief-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 17pt;
    line-height: 25pt;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    animation: fadeInDown 1s ease-out 0.3s both;
}

/* Mistakes Video Section */
.mistakes-video-section {
    background-image: url('../images/placeholders/hero-server.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: repeat;
    background-attachment: scroll;
    padding: 100px 0;
    position: relative;
    color: #ffffff;
    text-align: center;
}

.mistakes-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.video-thumbnail-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.video-thumbnail-wrapper:hover {
    transform: scale(1.05);
}

.video-thumbnail {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.mistakes-text-content {
    max-width: 900px;
    margin: 0 auto;
}

.intro-text {
        font-size: 24pt;
    line-height: 30pt;
    color: #ffffff;
    margin-bottom: 0;
}

.highlight-gold {
    color: #a1a1a6;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.spacer {
    height: 20px;
}

.main-message {
    font-size: 24pt;
    line-height: 30pt;
    margin: 20px 0;
}

.gold-text {
    color: #a1a1a6;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.secondary-message {
    font-size: 24pt;
    line-height: 30pt;
    color: #ffffff;
    margin: 0;
}

.final-message {
    font-family: 'Montserrat', sans-serif;
    font-size: 24pt;
    line-height: 30pt;
    color: #ffffff;
    margin: 20px 0 0 0;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .mistakes-video-section {
        background-image: url('../images/placeholders/hero-server.jpg');
        padding: 50px 0;
    }
    
    .video-thumbnail {
        max-width: 400px;
    }
    
    .intro-text,
    .main-message,
    .secondary-message,
    .final-message {
        font-size: 18pt;
        line-height: 24pt;
    }
}

@media (max-width: 768px) {
    .mistakes-video-section {
        padding: 40px 0;
    }
    
    .video-thumbnail {
        max-width: 300px;
    }
    
    .intro-text,
    .main-message,
    .secondary-message,
    .final-message {
        font-size: 16pt;
        line-height: 22pt;
    }
    
    .play-button svg {
        width: 60px;
        height: 60px;
    }
}

/* My New Book Section */
.book-section {
    background-color: #fff;
    padding: 100px 0;
    position: relative;
}

.book-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.book-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.book-image-column {
    flex: 0 0 42%; /* Similar to vc_col-sm-5 */
    text-align: center;
}

.book-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.book-text-column {
    flex: 1; /* Similar to vc_col-sm-7 */
    padding-left: 40px;
}

.book-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem; /* H2 size */
    line-height: 1.2;
    color: #333;
    margin-bottom: 20px;
    font-weight: 400;
}

.book-gold {
    color: #a1a1a6;
}

.book-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

.book-title-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

.book-cta-btn {
    display: inline-block;
    background-color: #a1a1a6;
    color: #333;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    margin-bottom: 40px;
    display: block;
    text-align: center;
    max-width: 250px;
}

.book-cta-btn:hover {
    background-color: #86868b;
    transform: translateY(-2px);
}

.book-retailers {
    margin-top: 30px;
}

.retailer-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    justify-content: flex-start;
}

.retailer-logo {
    width: 150px;
    height: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

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

/* Mobile Responsive */
@media (max-width: 991px) {
    .book-content {
        flex-direction: column;
        gap: 30px;
        text-align: center;
        padding: 0 20px;
    }
    
    .book-image-column {
        flex: none;
    }
    
    .book-image {
        max-width: 300px; /* Scale down book image */
        height: auto;
    }
    
    .book-text-column {
        flex: none;
        padding-left: 0;
    }
    
    .book-title {
        font-size: 1.8rem; /* Smaller title */
    }
    
    .book-description {
        font-size: 16px; /* Smaller description text */
        line-height: 1.5;
        margin-bottom: 20px;
    }
    
    .book-cta-btn {
        padding: 12px 24px; /* Smaller button */
        font-size: 14px;
    }
    
    .retailer-row {
        justify-content: center;
        margin-top: 20px;
    }
    
    .retailer-logo {
        width: 100px; /* Smaller logos */
    }
}

@media (max-width: 768px) {
    .book-section {
        padding: 40px 0;
    }
    
    .book-image {
        max-width: 250px; /* Even smaller on phones */
    }
    
    .book-title {
        font-size: 1.5rem; /* Smaller title on phones */
    }
    
    .book-description {
        font-size: 14px; /* Even smaller text */
        line-height: 1.4;
    }
    
    .book-cta-btn {
        padding: 10px 20px;
        font-size: 12px;
    }
    
    .retailer-row {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-top: 15px;
    }
    
    .retailer-logo {
        width: 120px; /* Reasonable size for mobile */
    }
}

/* CTA Section */
.cta-section {
    background-image: url('../images/2025/01/Evan-king-speaker-keynote-desktop-bg.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 150px 20px 250px;
    position: relative;
}

.cta-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.cta-content {
    width: 66.67%; /* 8/12 columns like original */
    max-width: 800px;
}

.cta-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 25px;
    animation: pulse 2s infinite;
}

.cta-white {
    color: #ffffff;
}

.cta-gold {
    color: #a1a1a6;
}

.cta-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 23pt;
    line-height: 33pt;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 25px;
}

.cta-form {
    margin-top: 40px;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-field {
    flex: 1;
    position: relative;
}

.form-field input {
    width: 100%;
    padding: 15px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
}

.form-field input:focus {
    outline: none;
    border-color: #a1a1a6;
    background: #fff;
}

.form-field label {
    display: block;
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif;
}

.cta-submit {
    background-color: #a1a1a6;
    color: #333;
    padding: 15px 40px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.cta-submit:hover {
    background-color: #86868b;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Connect with Evan Section */
.connect-section {
    background-image: url('../images/2025/02/bg-gold-texture-2.png');
    background-size: 100% 95%; /* Reduce height by just 5% while keeping full width */
    background-position: center top;
    background-repeat: no-repeat;
    padding: 120px 0 80px 0;
    text-align: center;
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    margin-top: -100px; /* Overlap the section above */
    margin-bottom: -50px; /* Overlap with footer to show bottom tear */
    z-index: 10; /* Ensure it sits on top */
    width: 100%;
}

.connect-container {
    max-width: 1200px;
    margin: 0 auto;
}

.connect-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 64px;
    color: #333;
    margin-bottom: 40px;
    font-weight: 400;
    text-align: center;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.social-icon {
    display: inline-block;
    color: #333;
    font-size: 70px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    color: #a1a1a6;
    transform: translateY(-5px);
}

.social-icon.facebook {
    font-size: 65px;
}

/* Animations for social icons */
.social-icon.instagram {
    animation: fadeInDown 0.6s ease-out 0.3s both;
}

.social-icon.linkedin {
    animation: fadeInRight 0.6s ease-out 0.4s both;
}

.social-icon.facebook {
    animation: fadeInUp 0.6s ease-out 0.5s both;
}

.social-icon.twitter {
    animation: fadeInLeft 0.6s ease-out 0.6s both;
}

.social-icon.youtube {
    animation: fadeInDown 0.6s ease-out 0.7s both;
}

.social-icon.tiktok {
    animation: fadeInDown 0.6s ease-out 0.8s both;
}

.connect-info {
    margin-top: 30px;
}

.connect-website {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #333;
    margin: 0;
    font-weight: 400;
}

/* Footer */
.main-footer {
    background-color: #fff;
    padding: 40px 0;
    border-top: 1px solid #e0e0e0;
    position: relative;
    z-index: 5; /* Lower than Connect section so the bottom tear shows */
}

/* Pre-Order Button in Footer */
.pre-order-btn {
    background-color: #a1a1a6 !important;
    color: #333 !important;
    padding: 12px 24px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

.pre-order-btn:hover {
    background-color: #86868b !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logo img {
    height: 31px;
    width: auto;
}

.footer-nav {
    flex: 1;
    margin-left: 40px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 30px;
}

.footer-menu li {
    margin: 0;
}

.footer-menu a {
    color: #333;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.footer-menu a:hover {
    color: #a1a1a6;
}

/* ========================================
   NEW SECTIONS — Evan King Rebuild 2026
   ======================================== */

/* Page Hero (subpages) */
.page-hero {
    background:
        linear-gradient(135deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.72) 100%),
        url('../images/placeholders/press-hero.jpg');
    background-size: cover;
    background-position: center;
    padding: 180px 0 80px;
    text-align: center;
    position: relative;
}

.page-hero-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

.page-hero-title .gold {
    color: #a1a1a6;
}

.page-hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
}

/* Stats Grid (By the Numbers) */
.stats-grid {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.stat-item {
    text-align: center;
    min-width: 160px;
}

.stat-number {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #333;
    line-height: 1.1;
    margin-bottom: 8px;
}

.stat-label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
}

/* Websites Grid */
.websites-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.website-card {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 30px;
    border-left: 4px solid #a1a1a6;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.website-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.website-card h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.website-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}

/* About Bio Section */
.about-bio-section {
    padding: 80px 0;
    background-color: #fff;
    color: #333;
}

.about-bio-content {
    max-width: 800px;
    margin: 0 auto;
}

.section-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: #333;
    font-weight: 400;
    margin-bottom: 30px;
}

.about-bio-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.about-bio-text a {
    color: #a1a1a6;
    text-decoration: underline;
    text-decoration-color: rgba(255,255,255,0.4);
}

.about-bio-text a:hover {
    color: #86868b;
}

/* Skills Grid */
.skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-top: 40px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.skill-category {
    text-align: center;
}

.skill-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px !important;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.skill-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.skill-list li {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #555;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.skill-list li:last-child {
    border-bottom: none;
}

/* Career Timeline */
.career-timeline {
    max-width: 800px;
    margin: 0 auto;
}

.career-item {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.career-item:last-child {
    border-bottom: none;
}

.career-role {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 4px;
}

.career-org {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #a1a1a6;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.career-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

/* Contact Form Section */
.contact-form-section {
    padding: 80px 0;
    background-color: #fff;
    color: #333;
}

.contact-layout {
    display: flex;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.contact-info-side {
    flex: 0 0 40%;
}

.contact-form-side {
    flex: 1;
}

.contact-detail {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
}

.contact-detail a {
    color: #a1a1a6;
    text-decoration: none;
}

.contact-detail a:hover {
    text-decoration: underline;
}

.contact-topics {
    margin-top: 30px;
}

.contact-topics h3,
.contact-social h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px !important;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

.contact-topics ul {
    list-style: none;
    padding: 0;
}

.contact-topics li {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #555;
    padding: 5px 0;
    padding-left: 16px;
    position: relative;
}

.contact-topics li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    background: #a1a1a6;
    border-radius: 50%;
}

.contact-social {
    margin-top: 30px;
}

.contact-social-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-social-links a {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #a1a1a6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-social-links a:hover {
    color: #86868b;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 6px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #333;
    background: #fafafa;
    transition: border-color 0.3s ease, background 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #a1a1a6;
    background: #fff;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-submit {
    align-self: flex-start;
}

/* Responsive: New sections */
@media (max-width: 991px) {
    .page-hero {
        padding: 140px 0 60px;
    }

    .page-hero-title {
        font-size: 36px;
    }

    .stats-grid {
        gap: 30px;
    }

    .stat-number {
        font-size: 36px;
    }

    .contact-layout {
        flex-direction: column;
        gap: 40px;
    }

    .contact-info-side {
        flex: none;
    }

    .career-role {
        font-size: 18px;
    }

    .skills-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 767px) {
    .page-hero {
        padding: 120px 0 40px;
    }

    .page-hero-title {
        font-size: 28px;
    }

    .page-hero-subtitle {
        font-size: 15px;
    }

    .stats-grid {
        gap: 20px;
    }

    .stat-number {
        font-size: 28px;
    }

    .stat-label {
        font-size: 11px;
    }

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

    .section-heading {
        font-size: 28px;
    }

    .about-bio-text {
        font-size: 15px;
    }

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

/* ========================================
   END NEW SECTIONS
   ======================================== */

/* Mobile Responsive for Vision, CTA, Connect & Footer */
@media (max-width: 991px) {
    .vision-action-section {
        padding: 50px 0;
    }
    
    .vision-title {
        font-size: 2.5rem; /* Proportionally smaller on mobile */
    }
    
    .vision-subtitle {
        font-size: 16pt;
        line-height: 22pt;
    }
    
    .vision-content {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    
    .vision-column {
        max-width: 400px;
    }
    
    .vision-quote {
        font-size: 14pt; /* Smaller on mobile */
        line-height: 20pt;
    }
    
    .belief-title {
        font-size: 28pt;
    }
    
    .belief-text {
        font-size: 14pt;
        line-height: 20pt;
    }
    
    .cta-section {
        padding: 75px 20px 100px;
        background-attachment: scroll;
    }
    
    .cta-container {
        justify-content: center;
    }
    
    .cta-content {
        width: 100%;
        text-align: center;
    }
    
    .cta-title {
        font-size: 42px;
    }
    
    .cta-subtitle {
        font-size: 18pt;
        line-height: 24pt;
    }
    
    .form-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .connect-section {
        padding: 60px 20px;
        min-height: 300px;
    }
    
    .connect-title {
        font-size: 42px;
        margin-bottom: 30px;
    }
    
    .social-icons {
        gap: 20px;
    }
    
    .social-icon {
        font-size: 35px;
    }
    
    .social-icon.facebook {
        font-size: 30px;
    }
    
    .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .footer-nav {
        margin-left: 0;
    }
    
    .footer-menu {
        justify-content: center;
        gap: 15px;
        font-size: 12px;
    }
}

/* ========================================
   SUBPAGE STYLES — About, Press, Contact
   ======================================== */

/* Solid header for subpages (not transparent) */
.header-solid {
    position: relative;
    background-color: #000;
}

/* Bio Section */
.bio-section {
    padding: 80px 0;
    background-color: #fff;
    color: #333;
}

.bio-content {
    max-width: 800px;
    margin: 0 auto;
}

.bio-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.bio-lead {
    font-size: 19px !important;
    font-weight: 500;
    color: #333 !important;
}

.section-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: #333;
    font-weight: 400;
    margin-bottom: 30px;
}

/* Skills Grid (About page) */
.skills-grid .skill-category h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px !important;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.skills-grid .skill-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.skills-grid .skill-category li {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #555;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.skills-grid .skill-category li:last-child {
    border-bottom: none;
}

/* Contact Page */
.contact-page-section {
    padding: 80px 0;
    background-color: #fff;
    color: #333;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.contact-info-card h2,
.contact-form-card h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    color: #333;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact-info-card p,
.contact-form-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.contact-detail {
    margin-bottom: 24px;
}

.contact-detail h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    margin-bottom: 6px;
}

.contact-detail p {
    margin-bottom: 0;
}

.contact-detail a {
    color: #a1a1a6;
    text-decoration: none;
    font-size: 18px;
}

.contact-detail a:hover {
    text-decoration: underline;
}

.contact-social-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-social-links a {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #a1a1a6;
    text-decoration: none;
}

.contact-social-links a:hover {
    color: #86868b;
}

/* Contact Form */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 6px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #333;
    background: #fafafa;
    transition: border-color 0.3s ease, background 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #a1a1a6;
    background: #fff;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Nav active state */
.main-nav a.active {
    color: #a1a1a6;
}

/* Responsive: Contact & Bio */
@media (max-width: 991px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .bio-section {
        padding: 60px 20px;
    }
}

@media (max-width: 767px) {
    .bio-text p {
        font-size: 15px;
    }

    .bio-lead {
        font-size: 16px !important;
    }

    .contact-page-section {
        padding: 40px 0;
    }
}

/* ========================================
   RECENT PROJECTS + PRODUCTION CREDITS
   ======================================== */

.projects-section {
    background-color: #0a0a0a;
    padding: 100px 0;
    position: relative;
}

.projects-section .vision-header {
    margin-bottom: 60px;
}

.projects-section .vision-title {
    color: #ffffff;
}

.projects-section .vision-title .vision-white {
    color: #a1a1a6;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.project-tile {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    border: 1px solid rgba(255,255,255,0.18);
    background-size: cover;
    background-position: center;
}

.project-tile::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.75) 60%, rgba(0,0,0,0.95) 100%);
    transition: opacity 0.35s ease;
    z-index: 1;
}

.project-tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(255,255,255,0.22), 0 0 0 1px rgba(255,255,255,0.5);
}

.project-tile:hover::before {
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.92) 100%);
}

/* Per-tile background images (placeholders — replace with real art later) */
.project-tile-cw { background-image: url('../images/placeholders/consumerwatchdog.jpg'); }
.project-tile-rfj { background-image: url('../images/placeholders/rageforjustice.jpg'); }
.project-tile-oil { background-image: url('../images/placeholders/oilwatchdog.jpg'); }
.project-tile-nww { background-image: url('../images/placeholders/newsomwellwatch.jpg'); }
.project-tile-google { background-image: url('../images/placeholders/insidegoogle.jpg'); }
.project-tile-pff { background-image: url('../images/placeholders/patientsforfairness.jpg'); }
.project-tile-map { background-image: url('../images/placeholders/brownvtrump.jpg'); }
.project-tile-puc { background-image: url('../images/placeholders/pucpapers.jpg'); }
.project-tile-jackson { background-image: url('../images/placeholders/jackson-browne.jpg'); }
.project-tile-jane { background-image: url('../images/placeholders/jane-fonda.jpg'); }
.project-tile-bernie { background-image: url('../images/placeholders/bernie-sanders.jpg'); }
.project-tile-link { background-image: url('../images/placeholders/link-nk.jpg'); }
.project-tile-stc { background-image: url('../images/placeholders/save-children.jpg'); }
.project-tile-anne { background-image: url('../images/placeholders/anne-frank.jpg'); }
.project-tile-mhb { background-image: url('../images/placeholders/make-her-beautiful.jpg'); }
.project-tile-dolphin { background-image: url('../images/placeholders/dolphin-outreach.jpg'); }

.project-tile-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.project-tag {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: #a1a1a6;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 2px;
    border: 1px solid rgba(255,255,255,0.4);
    margin-bottom: 16px;
    align-self: flex-start;
}

.project-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 12px 0;
    font-weight: 400;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}

.project-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255,255,255,0.75);
    margin: 0;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}

/* Production Credits Section */
.production-section {
    background-color: #0f0f0f;
    padding: 100px 0;
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.15);
}

.production-section .vision-header {
    margin-bottom: 50px;
}

.production-section .vision-title {
    color: #ffffff;
}

.production-section .vision-title .vision-white {
    color: #a1a1a6;
}

.production-subtitle {
    color: rgba(255,255,255,0.72) !important;
    font-weight: 400 !important;
    font-size: 15pt !important;
    line-height: 22pt !important;
}

.credits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    max-width: 1200px;
    margin: 0 auto;
}

.credit-card {
    background: linear-gradient(160deg, #181818 0%, #0c0c0c 100%);
    border: 1px solid rgba(255,255,255,0.15);
    border-left: 3px solid #a1a1a6;
    border-radius: 4px;
    padding: 22px 20px;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.credit-card:hover {
    border-color: rgba(255,255,255,0.5);
    transform: translateY(-3px);
}

.credit-tag {
    display: inline-block;
    color: #a1a1a6;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.credit-card h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 8px 0;
    font-weight: 400;
    line-height: 1.3;
}

.credit-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255,255,255,0.65);
    margin: 0;
}

/* Projects + Credits Responsive */
@media (max-width: 1199px) {
    .projects-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .credits-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .projects-section,
    .production-section {
        padding: 60px 0;
    }
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .credits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .project-tile {
        aspect-ratio: 3 / 4;
    }
    .project-name {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .projects-grid {
        grid-template-columns: 1fr;
    }
    .credits-grid {
        grid-template-columns: 1fr;
    }
    .project-tile {
        aspect-ratio: 16 / 10;
    }
}

/* ========================================
   FORTHCOMING BOOK SECTION
   ======================================== */

.forthcoming-section {
    background:
        linear-gradient(135deg, rgba(10,10,10,0.93) 0%, rgba(10,10,10,0.82) 100%),
        url('../images/placeholders/book-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 120px 20px;
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.15);
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.forthcoming-container {
    max-width: 1200px;
    margin: 0 auto;
}

.forthcoming-content {
    display: flex;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
}

.forthcoming-book-column {
    flex: 0 0 340px;
    display: flex;
    justify-content: center;
}

.forthcoming-text-column {
    flex: 1;
    min-width: 300px;
}

/* CSS Book Mockup */
.book-mockup {
    position: relative;
    width: 280px;
    height: 380px;
    perspective: 1200px;
    transition: transform 0.5s ease;
}

.book-mockup:hover {
    transform: rotate(-2deg) translateY(-4px);
}

.book-mockup-cover {
    position: relative;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.12) 0%, rgba(0,0,0,0) 50%),
        linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 2px 8px 8px 2px;
    box-shadow:
        0 20px 40px rgba(0,0,0,0.6),
        0 2px 0 rgba(255,255,255,0.15) inset,
        -4px 0 8px rgba(0,0,0,0.3) inset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 30px;
    text-align: center;
}

.book-mockup-spine {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 100%;
    background: linear-gradient(90deg, #000 0%, rgba(255,255,255,0.2) 50%, #000 100%);
    border-right: 1px solid rgba(255,255,255,0.25);
    border-radius: 2px 0 0 2px;
}

.book-mockup-tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 30px;
}

.book-mockup-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    line-height: 1.15;
    color: #a1a1a6;
    font-weight: 400;
    margin-bottom: 24px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.book-mockup-divider {
    display: block;
    width: 50px;
    height: 1px;
    background: rgba(255,255,255,0.4);
    margin-bottom: 24px;
}

.book-mockup-author {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: rgba(255,255,255,0.8);
}

/* Book text column */
.forthcoming-tag {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: #a1a1a6;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 2px;
    border: 1px solid rgba(255,255,255,0.4);
    margin-bottom: 20px;
}

.forthcoming-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    line-height: 1.15;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 24px;
}

.forthcoming-gold {
    color: #a1a1a6;
}

.forthcoming-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255,255,255,0.8);
    margin-bottom: 18px;
    max-width: 520px;
}

.forthcoming-meta {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .forthcoming-section {
        padding: 70px 20px;
    }
    .forthcoming-content {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }
    .forthcoming-text-column {
        width: 100%;
    }
    .forthcoming-title {
        font-size: 36px;
    }
    .forthcoming-description {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 600px) {
    .forthcoming-title {
        font-size: 28px;
    }
    .book-mockup {
        width: 220px;
        height: 300px;
    }
    .book-mockup-title {
        font-size: 24px;
    }
    .forthcoming-description {
        font-size: 15px;
    }
}

/* ============================================================
   SCROLLING QUOTES MARQUEE
   ============================================================ */

.quotes-section {
    background: linear-gradient(180deg, #050505 0%, #0a0a0a 100%);
    padding: clamp(60px, 10vw, 120px) 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.12);
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.quotes-marquee {
    overflow: hidden;
    mask-image: linear-gradient(
        90deg,
        transparent 0,
        #000 8%,
        #000 92%,
        transparent 100%
    );
    -webkit-mask-image: linear-gradient(
        90deg,
        transparent 0,
        #000 8%,
        #000 92%,
        transparent 100%
    );
}

.quotes-track {
    display: flex;
    gap: clamp(16px, 2vw, 28px);
    width: max-content;
    animation: quotes-scroll 60s linear infinite;
    will-change: transform;
}

.quotes-section:hover .quotes-track {
    animation-play-state: paused;
}

@keyframes quotes-scroll {
    from { transform: translate3d(0, 0, 0); }
    to   { transform: translate3d(-50%, 0, 0); }
}

.quote-card {
    flex: 0 0 auto;
    width: clamp(260px, 80vw, 440px);
    padding: clamp(22px, 3vw, 34px);
    background: linear-gradient(160deg, rgba(255,255,255,0.04) 0%, rgba(20,20,20,0.6) 100%);
    border: 1px solid rgba(255,255,255,0.18);
    border-left: 3px solid #a1a1a6;
    border-radius: 6px;
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 240px;
}

.quote-card::before {
    content: "\201C";
    position: absolute;
    top: 8px;
    left: 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 72px;
    line-height: 1;
    color: rgba(255,255,255,0.18);
    pointer-events: none;
}

.quote-card blockquote {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(14px, 1.6vw, 16.5px);
    line-height: 1.55;
    color: rgba(255,255,255,0.92);
    margin: 0 0 20px 0;
    font-style: italic;
    position: relative;
    z-index: 1;
}

.quote-card figcaption {
    display: flex;
    flex-direction: column;
    gap: 2px;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 14px;
}

.quote-card figcaption cite {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #a1a1a6;
    font-style: normal;
    letter-spacing: 0.5px;
}

.quote-card figcaption span {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,0.55);
}

/* Respect reduced-motion */
@media (prefers-reduced-motion: reduce) {
    .quotes-track,
    .logos-track {
        animation: none;
    }
    .quotes-marquee,
    .logos-marquee {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* ============================================================
   MOBILE-FIRST RESPONSIVE OVERRIDES
   Default styles above are mostly desktop-first legacy from
   the original template. These overrides below scale things
   DOWN gracefully on smaller viewports and use fluid typography
   via clamp() so everything reads cleanly on any screen.
   ============================================================ */

html, body {
    max-width: 100vw;
    overflow-x: hidden;
}

img, video {
    max-width: 100%;
    height: auto;
}

/* Fluid hero titles: 28px on 320px → 56px on 1400px+ */
.hero-content h3 {
    font-size: clamp(26px, 5.5vw, 44pt) !important;
    line-height: 1.1 !important;
    margin-bottom: clamp(4px, 0.8vw, 10px) !important;
}
.hero-content h3 span,
.hero-content h3 span span {
    font-size: inherit !important;
}
.hero-content .subtitle,
.hero-content .subtitle span {
    font-size: clamp(13px, 2vw, 20pt) !important;
    line-height: 1.4 !important;
}

/* Hero content padding and alignment on mobile */
@media (max-width: 767px) {
    .hero-section {
        min-height: 100vh;
        padding: 120px 20px 80px;
        background-attachment: scroll;
    }
    .hero-content {
        padding-left: 0;
        max-width: 100%;
        text-align: left;
    }
    .hero-button .btn-explore {
        padding: 12px 22px;
        font-size: 13px;
    }
}

/* Universal section spacing via clamp */
.about-Evan-section,
.projects-section,
.production-section,
.forthcoming-section,
.quotes-section,
.mistakes-video-section,
.vision-action-section,
.cta-section,
.connect-section {
    padding-left: clamp(16px, 4vw, 40px);
    padding-right: clamp(16px, 4vw, 40px);
}

/* Forthcoming book section — stack on mobile, keep text readable */
.forthcoming-section {
    padding-top: clamp(60px, 10vw, 120px);
    padding-bottom: clamp(60px, 10vw, 120px);
}
.forthcoming-title {
    font-size: clamp(28px, 5vw, 48px) !important;
    line-height: 1.2 !important;
}
.forthcoming-description {
    font-size: clamp(14px, 1.6vw, 17px) !important;
}

/* Projects grid — mobile first: 1 col → 2 → 3 → 4 */
.projects-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(14px, 2vw, 20px);
}
@media (min-width: 560px)  { .projects-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px)  { .projects-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1200px) { .projects-grid { grid-template-columns: repeat(4, 1fr); } }

/* Make project tiles landscape on small screens, portrait on large */
.project-tile {
    aspect-ratio: 16 / 10;
}
@media (min-width: 560px) {
    .project-tile { aspect-ratio: 4 / 5; }
}
.project-name {
    font-size: clamp(17px, 2.1vw, 22px) !important;
}
.project-desc {
    font-size: clamp(12px, 1.3vw, 13.5px) !important;
}

/* About-Evan section: mobile-first stacked, desktop split */
.about-Evan-section {
    min-height: auto;
}
@media (max-width: 991px) {
    .about-text-side {
        padding: clamp(50px, 8vw, 80px) clamp(20px, 5vw, 40px);
    }
}
.about-heading {
    font-size: clamp(30px, 5.5vw, 44pt) !important;
}
.about-tagline {
    font-size: clamp(16px, 2.2vw, 20pt) !important;
}
.about-description {
    font-size: clamp(14px, 1.5vw, 16.5px) !important;
}

/* Expertise section text sizes */
.mistakes-video-section {
    padding-top: clamp(60px, 10vw, 100px);
    padding-bottom: clamp(60px, 10vw, 100px);
}
.intro-text,
.main-message,
.secondary-message,
.final-message {
    font-size: clamp(16px, 2.8vw, 24pt) !important;
    line-height: 1.35 !important;
}

/* Vision / Projects / Production titles */
.vision-title {
    font-size: clamp(28px, 5vw, 3.5rem) !important;
}
.vision-subtitle,
.production-subtitle {
    font-size: clamp(14px, 1.7vw, 18pt) !important;
    line-height: 1.5 !important;
}

/* CTA section */
.cta-section {
    padding-top: clamp(60px, 10vw, 150px);
    padding-bottom: clamp(80px, 12vw, 250px);
    background-attachment: scroll;
}
.cta-title {
    font-size: clamp(32px, 6vw, 64px) !important;
    line-height: 1.1 !important;
}
.cta-subtitle {
    font-size: clamp(15px, 2vw, 23pt) !important;
    line-height: 1.45 !important;
}
@media (max-width: 767px) {
    .cta-container { justify-content: center; }
    .cta-content  { width: 100%; text-align: center; }
}

/* Connect section — fits any screen */
.connect-section {
    padding: clamp(60px, 12vw, 120px) 0 clamp(60px, 10vw, 80px);
    margin-top: 0;
    margin-bottom: 0;
    min-height: auto;
}
.connect-title {
    font-size: clamp(32px, 6vw, 64px) !important;
    margin-bottom: clamp(24px, 4vw, 40px) !important;
}
.social-icons {
    gap: clamp(18px, 4vw, 50px);
    flex-wrap: wrap;
    justify-content: center;
}
.social-icon {
    font-size: clamp(32px, 6vw, 70px) !important;
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Logos marquee — still readable on mobile */
.logos-marquee {
    padding: clamp(14px, 3vw, 26px) 0;
}
.logos-track {
    gap: clamp(24px, 5vw, 64px);
    padding-left: clamp(24px, 5vw, 64px);
}
.logo {
    height: clamp(28px, 5vw, 58px) !important;
    max-height: clamp(28px, 5vw, 58px) !important;
}

/* Header nav — mobile-first */
.header-bar {
    padding: clamp(14px, 3vw, 20px) clamp(16px, 4vw, 50px);
}
.logo-text {
    font-size: clamp(22px, 4vw, 36px);
}

/* Main nav tap targets */
.main-nav a {
    padding: 10px 0;
    display: inline-block;
    min-height: 44px;
    line-height: 1.4;
}

/* Footer mobile-friendly */
.main-footer {
    padding: clamp(24px, 5vw, 40px) 0;
}
.footer-container {
    padding: 0 clamp(16px, 4vw, 20px);
    gap: clamp(14px, 3vw, 20px);
}
.footer-menu {
    gap: clamp(10px, 2vw, 30px);
}
.footer-menu a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

/* Bio section (about.html) */
.bio-section {
    padding: clamp(50px, 8vw, 80px) clamp(20px, 5vw, 40px);
}
.bio-lead {
    font-size: clamp(16px, 2vw, 19px) !important;
}
.bio-text p {
    font-size: clamp(14px, 1.6vw, 17px) !important;
}

/* Page hero (subpages) */
.page-hero {
    padding: clamp(120px, 20vw, 180px) clamp(16px, 4vw, 20px) clamp(40px, 8vw, 80px);
}
.page-hero-title {
    font-size: clamp(36px, 7vw, 56px) !important;
}

/* Contact page */
.contact-page-section {
    padding: clamp(40px, 7vw, 80px) clamp(16px, 4vw, 20px);
}
.contact-grid {
    grid-template-columns: 1fr;
    gap: clamp(30px, 5vw, 60px);
}
@media (min-width: 768px) {
    .contact-grid { grid-template-columns: 1fr 1fr; }
}

/* Skills grid on about page */
.skills-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: clamp(20px, 3vw, 40px);
}

/* Hover-pause doesn't apply on touch — already handled by :hover selector */

/* Small phones */
@media (max-width: 380px) {
    .hero-content h3 { font-size: 22px !important; }
    .logo-text       { font-size: 18px; }
    .main-nav ul     { gap: 10px; }
}

/* ============================================================
   SITE-CLOSE (merged Connect + Footer)
   Editorial-style closing block. Warm tone, minimal.
   ============================================================ */

.site-close {
    background: linear-gradient(180deg, #000000 0%, #0a0a0a 100%);
    border-top: 1px solid rgba(255,255,255,0.18);
    padding: clamp(60px, 10vw, 110px) clamp(20px, 5vw, 60px) clamp(40px, 6vw, 60px);
    text-align: center;
    color: #f5f5f7;
}

.site-close-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(20px, 3vw, 32px);
}

.site-close-wordmark {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(42px, 8vw, 88px);
    letter-spacing: 0.04em;
    line-height: 1;
    font-weight: 400;
}
.site-close-wordmark .sc-evan { color: #f5f5f7; margin-right: 0.25em; font-weight: 300; }
.site-close-wordmark .sc-king { color: #a1a1a6; font-weight: 400; }

.site-close-locale {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(12px, 1.5vw, 14px);
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(234,228,215,0.55);
    margin: 0;
}
.site-close-locale a {
    color: rgba(234,228,215,0.78);
    text-decoration: none;
    transition: color 0.2s ease;
}
.site-close-locale a:hover { color: #a1a1a6; }

.site-close-socials {
    display: flex;
    gap: clamp(14px, 2vw, 24px);
    flex-wrap: wrap;
    justify-content: center;
}
.site-close-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(42px, 5vw, 52px);
    height: clamp(42px, 5vw, 52px);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    color: #a1a1a6;
    font-size: clamp(16px, 2vw, 19px);
    text-decoration: none;
    transition: all 0.25s ease;
    background: transparent;
}
.site-close-socials a:hover {
    background: rgba(255,255,255,0.08);
    border-color: #a1a1a6;
    color: #f5f5f7;
    transform: translateY(-2px);
}

.site-close-nav {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(14px, 2vw, 28px);
    justify-content: center;
    padding-top: clamp(16px, 2vw, 24px);
    border-top: 1px solid rgba(234,228,215,0.08);
    width: 100%;
    max-width: 600px;
    margin-top: clamp(12px, 2vw, 20px);
}
.site-close-nav a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(234,228,215,0.6);
    text-decoration: none;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}
.site-close-nav a:hover { color: #a1a1a6; }

.site-close-copy {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(234,228,215,0.3);
    margin: 0;
}

/* ============================================================
   LA EDITORIAL PALETTE WARMING
   Warm the pure blacks to charcoals with subtle warmth,
   kill bright-yellow texture overlays that screamed halloween.
   ============================================================ */

body {
    background-color: #000000;
}

.hero-section::before {
    background: linear-gradient(90deg, rgba(14,12,10,0.78) 0%, rgba(14,12,10,0.35) 100%);
}

/* Logos marquee: drop the bright gold texture image, use solid warm brass */
.logos-marquee {
    background-color: #a1a1a6 !important;
    background-image: none !important;
}

/* Kill remaining bright gold texture overlays from old sections */
.believe-section,
.vision-section {
    background-image: none !important;
}

.projects-section   { background-color: #000000; }
.production-section { background-color: #000000; }

.forthcoming-section {
    background:
        linear-gradient(135deg, rgba(16,13,10,0.94) 0%, rgba(16,13,10,0.85) 100%),
        url('../images/placeholders/book-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.quotes-section {
    background: #000;
}

/* ============================================================
   APPLE-DIRECTOR POLISH PASS
   Minimalism, thin display type, outlined buttons, no clutter.
   These overrides come last so they win the cascade.
   ============================================================ */

body {
    background: #000;
    color: #f5f5f7;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.005em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    letter-spacing: -0.02em;
}

/* Header wordmark: clean, no color distinction between EVAN + KING */
.logo-text .evan,
.logo-text .king {
    color: #f5f5f7 !important;
    font-weight: 500 !important;
}

/* Hero: thin big titles, wider kerning adjustment */
.hero-content h3 {
    font-weight: 200 !important;
    letter-spacing: -0.035em !important;
    line-height: 1.0 !important;
    margin-bottom: 4px !important;
}
.hero-content h3:last-of-type {
    margin-bottom: clamp(16px, 2.5vw, 28px) !important;
}
.hero-content .subtitle,
.hero-content .subtitle span {
    font-size: clamp(10px, 1.2vw, 13px) !important;
    font-weight: 500 !important;
    letter-spacing: 0.32em !important;
    text-transform: uppercase !important;
    font-style: normal !important;
    color: rgba(255,255,255,0.45) !important;
}
.hero-content .subtitle em {
    font-style: normal !important;
}

/* Pill button, outlined — Apple style */
.btn-primary,
.btn-explore,
.btn-dark {
    background: transparent !important;
    color: #f5f5f7 !important;
    border: 1px solid rgba(255,255,255,0.35) !important;
    border-radius: 999px !important;
    padding: 14px 32px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease !important;
}

.btn-primary:hover,
.btn-explore:hover,
.btn-dark:hover {
    background: #f5f5f7 !important;
    color: #000 !important;
    border-color: #f5f5f7 !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Logo ticker: solid dark background, network logos show natural colors */
.logos-marquee {
    background-color: #0a0a0a !important;
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: clamp(20px, 3vw, 30px) 0;
}
.logo {
    filter: none !important;
    opacity: 1 !important;
}
/* Dark-on-transparent source images → invert to white for unified monochrome ticker */
.logo.logo-invert {
    filter: brightness(0) invert(1) !important;
    opacity: 0.92 !important;
}

/* More logos in the ticker — slow the scroll to keep the pace readable */
.logos-track {
    animation-duration: 55s !important;
}

/* Sections that used to be bright gold fill: pure dark */
.believe-section,
.vision-section,
.vision-action-section,
.projects-section,
.production-section {
    background-color: #000 !important;
    color: #f5f5f7;
}

/* About-Evan text adjusted (on image bg) */
.about-heading {
    font-weight: 200 !important;
    letter-spacing: -0.03em !important;
}
.about-tagline {
    color: #f5f5f7 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}
.about-description {
    font-weight: 300 !important;
    color: rgba(255,255,255,0.78) !important;
}

/* Recent projects section titles */
.vision-title {
    font-weight: 200 !important;
    letter-spacing: -0.03em !important;
    color: #f5f5f7 !important;
}
.vision-title .vision-white {
    color: rgba(255,255,255,0.45) !important;
}
.vision-subtitle {
    color: rgba(255,255,255,0.55) !important;
    font-weight: 300 !important;
}

/* Project tiles: zero border, cleaner tag */
.project-tile {
    border: none !important;
    border-radius: 2px !important;
    box-shadow: none;
}
.project-tile:hover {
    box-shadow: 0 20px 60px rgba(0,0,0,0.5) !important;
    transform: translateY(-4px);
}
.project-tile::before {
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 70%, rgba(0,0,0,0.96) 100%) !important;
}
.project-tag {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 12px !important;
    color: rgba(255,255,255,0.5) !important;
    font-weight: 500 !important;
    font-size: 10px !important;
    letter-spacing: 0.22em !important;
}
.project-name {
    font-weight: 300 !important;
    letter-spacing: -0.02em !important;
    color: #f5f5f7 !important;
    text-shadow: none !important;
}
.project-desc {
    color: rgba(255,255,255,0.6) !important;
    font-weight: 400 !important;
    text-shadow: none !important;
}

/* Expertise block: quieter */
.intro-text,
.main-message,
.secondary-message,
.final-message {
    font-weight: 200 !important;
    letter-spacing: -0.02em !important;
}
.main-message.gold-text,
.gold-text,
.highlight-gold {
    color: rgba(255,255,255,0.45) !important;
    font-weight: 300 !important;
}

/* Book section: minimal mockup */
.forthcoming-section {
    background: #000 !important;
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.book-mockup-cover {
    border: 1px solid rgba(255,255,255,0.08) !important;
    background: #0f0f0f !important;
    box-shadow: 0 30px 60px rgba(0,0,0,0.8), 0 0 0 1px rgba(255,255,255,0.03) inset !important;
}
.book-mockup-spine {
    background: rgba(255,255,255,0.04) !important;
    border-right: 1px solid rgba(255,255,255,0.08) !important;
}
.book-mockup-tagline {
    color: rgba(255,255,255,0.35) !important;
    letter-spacing: 0.35em !important;
}
.book-mockup-title {
    color: #f5f5f7 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 200 !important;
    letter-spacing: -0.02em !important;
}
.book-mockup-divider {
    background: rgba(255,255,255,0.15) !important;
}
.book-mockup-author {
    color: rgba(255,255,255,0.45) !important;
}
.forthcoming-tag {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    color: rgba(255,255,255,0.7) !important;
    letter-spacing: 0.25em !important;
    padding: 6px 14px !important;
}
.forthcoming-title {
    font-weight: 200 !important;
    color: #f5f5f7 !important;
    letter-spacing: -0.03em !important;
}
.forthcoming-gold {
    color: rgba(255,255,255,0.5) !important;
}
.forthcoming-description {
    color: rgba(255,255,255,0.7) !important;
    font-weight: 300 !important;
}
.forthcoming-meta {
    color: rgba(255,255,255,0.35) !important;
}

/* Quotes marquee: quieter */
.quote-card {
    background: #0a0a0a !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-left-width: 1px !important;
}
.quote-card blockquote {
    font-family: 'Montserrat', sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    color: rgba(255,255,255,0.85) !important;
}
.quote-card::before {
    color: rgba(255,255,255,0.06) !important;
}
.quote-card figcaption {
    border-top-color: rgba(255,255,255,0.08) !important;
}
.quote-card figcaption cite {
    color: #f5f5f7 !important;
    font-weight: 500 !important;
}
.quote-card figcaption span {
    color: rgba(255,255,255,0.45) !important;
}

/* Page hero subpages: thin display title */
.page-hero-title {
    font-weight: 200 !important;
    letter-spacing: -0.03em !important;
    color: #f5f5f7 !important;
}
.page-hero-title .gold {
    color: rgba(255,255,255,0.5) !important;
}

/* Bio content */
.bio-lead {
    color: #f5f5f7 !important;
    font-weight: 300 !important;
}
.bio-text p {
    color: rgba(255,255,255,0.75) !important;
    font-weight: 300 !important;
}
.section-heading {
    color: #f5f5f7 !important;
    font-weight: 200 !important;
    letter-spacing: -0.02em !important;
}

/* Skills grid */
.skills-grid .skill-category h3 {
    color: rgba(255,255,255,0.5) !important;
    font-weight: 500 !important;
    letter-spacing: 0.2em !important;
    font-size: 11px !important;
}
.skills-grid .skill-category li {
    color: rgba(255,255,255,0.75) !important;
    border-bottom-color: rgba(255,255,255,0.06) !important;
    font-weight: 300 !important;
}

/* Contact page tone */
.contact-info-card h2,
.contact-form-card h2 {
    color: #f5f5f7 !important;
    font-weight: 200 !important;
    letter-spacing: -0.02em !important;
}
.contact-info-card p,
.contact-form-card p {
    color: rgba(255,255,255,0.7) !important;
}
.contact-detail h4 {
    color: rgba(255,255,255,0.4) !important;
}
.contact-detail a {
    color: #f5f5f7 !important;
    font-weight: 300 !important;
}
.contact-social-links a {
    color: rgba(255,255,255,0.6) !important;
}
.contact-social-links a:hover {
    color: #f5f5f7 !important;
}
.form-group label {
    color: rgba(255,255,255,0.6) !important;
}
.form-group input,
.form-group textarea {
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    color: #f5f5f7 !important;
}
.form-group input:focus,
.form-group textarea:focus {
    background: rgba(255,255,255,0.07) !important;
    border-color: rgba(255,255,255,0.3) !important;
}

/* Contact & bio sections: dark */
.bio-section,
.contact-page-section {
    background: #000 !important;
}

/* Site-close footer adjustments */
.site-close {
    background: #000 !important;
    border-top: 1px solid rgba(255,255,255,0.08) !important;
}
.site-close-wordmark .sc-evan,
.site-close-wordmark .sc-king {
    color: #f5f5f7 !important;
    font-weight: 200 !important;
}
.site-close-wordmark {
    letter-spacing: -0.02em !important;
}
.site-close-locale {
    color: rgba(255,255,255,0.4) !important;
}
.site-close-locale a {
    color: rgba(255,255,255,0.65) !important;
}
.site-close-socials a {
    color: rgba(255,255,255,0.55) !important;
    border-color: rgba(255,255,255,0.15) !important;
}
.site-close-socials a:hover {
    color: #f5f5f7 !important;
    border-color: #f5f5f7 !important;
    background: transparent !important;
}
.site-close-nav a {
    color: rgba(255,255,255,0.45) !important;
}
.site-close-nav a:hover {
    color: #f5f5f7 !important;
}
.site-close-copy {
    color: rgba(255,255,255,0.2) !important;
}

/* Main nav (header): refined */
.main-nav a {
    color: rgba(255,255,255,0.7) !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}
.main-nav a:hover,
.main-nav a.active {
    color: #f5f5f7 !important;
}

.header-bar {
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}
.header-solid {
    background: #000 !important;
}

/* ============================================================
   FEATURED WORK (3 big blocks under hero)
   ============================================================ */

.featured-work {
    background: #000;
    padding: clamp(60px, 10vw, 120px) clamp(20px, 5vw, 60px);
    position: relative;
}

.featured-work-header {
    max-width: 1400px;
    margin: 0 auto clamp(40px, 5vw, 64px);
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: clamp(24px, 4vw, 60px);
    flex-wrap: wrap;
    padding-bottom: clamp(24px, 3vw, 40px);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.featured-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    margin: 0;
}

.featured-headline {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: clamp(24px, 3.5vw, 42px);
    letter-spacing: -0.03em;
    color: #f5f5f7;
    margin: 0;
    max-width: 720px;
}

.featured-work-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(14px, 1.8vw, 20px);
}

@media (min-width: 900px) {
    .featured-work-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.featured-block {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border: none;
    border-radius: 2px;
    background: #0a0a0a;
    color: inherit;
    font: inherit;
    text-decoration: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    text-align: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}

@media (min-width: 900px) {
    .featured-block { aspect-ratio: 3 / 4; }
}

.featured-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}

.featured-block-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.featured-block:hover .featured-block-bg {
    transform: scale(1.04);
}

.featured-block-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0.2) 0%,
        rgba(0,0,0,0.4) 45%,
        rgba(0,0,0,0.88) 100%
    );
    transition: background 0.4s ease;
}

.featured-block:hover .featured-block-overlay {
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0.15) 0%,
        rgba(0,0,0,0.3) 40%,
        rgba(0,0,0,0.92) 100%
    );
}

.featured-block-content {
    position: absolute;
    inset: 0;
    padding: clamp(22px, 3vw, 38px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
}

.featured-block-tag {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.65);
    margin-bottom: clamp(10px, 1.5vw, 14px);
    text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}

.featured-block-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: clamp(22px, 2.6vw, 30px);
    letter-spacing: -0.025em;
    line-height: 1.15;
    color: #f5f5f7;
    margin: 0 0 clamp(8px, 1.5vw, 14px);
    text-shadow: 0 2px 10px rgba(0,0,0,0.7);
}

.featured-block-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: clamp(13px, 1.3vw, 14.5px);
    line-height: 1.55;
    color: rgba(255,255,255,0.75);
    margin: 0 0 clamp(18px, 2.5vw, 24px);
    text-shadow: 0 1px 6px rgba(0,0,0,0.6);
}

.featured-block-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #f5f5f7;
    text-shadow: 0 1px 4px rgba(0,0,0,0.6);
    transition: gap 0.25s ease;
}

.featured-block:hover .featured-block-action {
    gap: 14px;
}

.featured-block-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}

/* Reel block: add a large semi-transparent play icon overlay */
.featured-block-reel::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(64px, 9vw, 88px);
    height: clamp(64px, 9vw, 88px);
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    pointer-events: none;
    transition: all 0.35s ease;
    background:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M8 5v14l11-7z'/></svg>")
        center/40% no-repeat;
}

.featured-block-reel:hover::after {
    border-color: #ffffff;
    background-color: rgba(255,255,255,0.08);
    transform: translate(-50%, -50%) scale(1.08);
}

/* ============================================================
   VIDEO LIGHTBOX MODAL
   ============================================================ */

.video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.92);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(20px, 5vw, 80px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.video-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.video-modal-inner {
    position: relative;
    width: 100%;
    max-width: 1280px;
    transform: scale(0.96);
    transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}

.video-modal.is-open .video-modal-inner {
    transform: scale(1);
}

.video-modal-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    box-shadow: 0 30px 80px rgba(0,0,0,0.6);
}

.video-modal-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-modal-close {
    position: absolute;
    top: clamp(14px, 3vw, 28px);
    right: clamp(14px, 3vw, 28px);
    width: clamp(40px, 4vw, 48px);
    height: clamp(40px, 4vw, 48px);
    background: transparent;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.25s ease;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.video-modal-close:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
    transform: rotate(90deg);
}

/* ============================================================
   RECENT WORK TIMELINE
   ============================================================ */

.recent-work {
    background: #000;
    padding: clamp(60px, 10vw, 120px) clamp(20px, 5vw, 60px);
    border-top: 1px solid rgba(255,255,255,0.06);
}

.recent-work-container {
    max-width: 1100px;
    margin: 0 auto;
}

.recent-work-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: clamp(24px, 4vw, 60px);
    flex-wrap: wrap;
    margin-bottom: clamp(40px, 5vw, 64px);
    padding-bottom: clamp(24px, 3vw, 40px);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.recent-work-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.recent-work-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: clamp(22px, 3vw, 32px) 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    transition: padding 0.3s ease;
}

.recent-work-item:last-child {
    border-bottom: none;
}

@media (min-width: 700px) {
    .recent-work-item {
        grid-template-columns: 140px 120px 1fr;
        gap: clamp(20px, 3vw, 40px);
        align-items: start;
    }
}

.rw-date {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    padding-top: 4px;
}

.rw-kind {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #f5f5f7;
    padding-top: 6px;
    display: inline-block;
}

@media (min-width: 700px) {
    .rw-kind {
        padding-top: 6px;
        padding-left: 0;
    }
}

.rw-body {
    margin-top: 4px;
}

.rw-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: clamp(18px, 2vw, 22px);
    letter-spacing: -0.015em;
    color: #f5f5f7;
    margin: 0 0 6px;
    line-height: 1.3;
}

.rw-note {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: clamp(13px, 1.3vw, 14px);
    color: rgba(255,255,255,0.55);
    margin: 0;
    line-height: 1.5;
}

/* ============================================================
   FEATURED IN — press logo strip
   ============================================================ */

.featured-in {
    background: #000;
    padding: clamp(50px, 8vw, 80px) clamp(20px, 5vw, 60px);
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.featured-in-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    margin: 0 0 clamp(24px, 3vw, 36px);
}

.featured-in-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: clamp(28px, 5vw, 64px);
    max-width: 1200px;
    margin: 0 auto;
}

.featured-in-logos img {
    height: clamp(18px, 2.5vw, 28px);
    width: auto;
    max-width: 140px;
    filter: brightness(0) invert(1);
    opacity: 0.35;
    transition: opacity 0.3s ease;
}

.featured-in-logos img:hover {
    opacity: 0.85;
}

/* ============================================================
   PRESS CTA (on press.html)
   ============================================================ */

.press-cta {
    background: #000;
    padding: clamp(60px, 10vw, 120px) clamp(20px, 5vw, 60px);
    border-top: 1px solid rgba(255,255,255,0.08);
}

.press-cta-inner {
    max-width: 900px;
    margin: 0 auto;
}

.press-cta-block {
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 2px;
    padding: clamp(32px, 5vw, 56px);
    text-align: center;
    background: linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0) 100%);
}

.press-cta-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: clamp(28px, 4.5vw, 44px);
    letter-spacing: -0.03em;
    color: #f5f5f7;
    margin: 16px 0 18px;
}

.press-cta-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: clamp(14px, 1.6vw, 16px);
    color: rgba(255,255,255,0.68);
    max-width: 560px;
    margin: 0 auto 32px;
    line-height: 1.6;
}

.press-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(16px, 3vw, 28px);
    justify-content: center;
    align-items: center;
}

.press-cta-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.25s ease;
}

.press-cta-link:hover {
    color: #f5f5f7;
}

/* ============================================================
   PRESS KIT PAGE (press-kit.html)
   ============================================================ */

.kit-section {
    background: #000;
    padding: clamp(40px, 7vw, 80px) clamp(20px, 5vw, 60px) clamp(60px, 10vw, 120px);
}

.kit-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(30px, 5vw, 60px);
}

@media (min-width: 900px) {
    .kit-grid {
        grid-template-columns: 1.7fr 1fr;
    }
}

.kit-block {
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding-bottom: clamp(24px, 3vw, 36px);
    margin-bottom: clamp(24px, 3vw, 36px);
}

.kit-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.kit-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    margin: 0 0 clamp(12px, 1.5vw, 18px);
}

.kit-bio {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
    margin: 0 0 14px;
}

.kit-bio:last-child { margin-bottom: 0; }

.kit-credits {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kit-credits li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: rgba(255,255,255,0.78);
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
}

.kit-credits li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 1px;
    background: rgba(255,255,255,0.4);
}

.kit-column-side {
    display: flex;
    flex-direction: column;
}

.kit-asset-thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #0a0a0a;
    border: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: rgba(255,255,255,0.35);
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.kit-asset-placeholder::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0, rgba(255,255,255,0.02) 1px, transparent 1px, transparent 20px);
    pointer-events: none;
}

.kit-asset-placeholder {
    position: relative;
}

.kit-asset-wordmark {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: clamp(26px, 4vw, 36px);
    letter-spacing: -0.02em;
    color: #f5f5f7;
    aspect-ratio: 2 / 1;
}
.kit-asset-wordmark .evan,
.kit-asset-wordmark .king {
    color: #f5f5f7;
}

.kit-dl {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    padding: 12px 18px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 999px;
    transition: all 0.25s ease;
}

.kit-dl:hover {
    color: #f5f5f7;
    border-color: #f5f5f7;
    background: rgba(255,255,255,0.03);
}

.kit-dl-primary {
    color: #000;
    background: #f5f5f7;
    border-color: #f5f5f7;
}

.kit-dl-primary:hover {
    background: #fff;
    color: #000;
}

.kit-asset-note {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    line-height: 1.55;
    margin: 0 0 16px;
}

.kit-contact-line {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 4px;
}
.kit-contact-line a {
    color: #f5f5f7;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 2px;
    transition: border-color 0.25s ease;
}
.kit-contact-line a:hover {
    border-bottom-color: #f5f5f7;
}

.kit-contact-loc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    margin: 8px 0 0;
}

/* ============================================================
   BLOG / JOURNAL
   ============================================================ */

/* Blog index list */
.blog-list {
    background: #000;
    padding: clamp(40px, 6vw, 80px) clamp(20px, 5vw, 60px) clamp(80px, 12vw, 140px);
}

.blog-list-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3vw, 32px);
}

.blog-row {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: clamp(20px, 3vw, 32px);
}

.blog-row:last-of-type {
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding-bottom: clamp(20px, 3vw, 32px);
}

.blog-row-link {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(16px, 3vw, 32px);
    text-decoration: none;
    color: inherit;
    padding: clamp(12px, 2vw, 20px) 0;
    transition: opacity 0.25s ease;
}

.blog-row-link:hover { opacity: 0.92; }

@media (min-width: 700px) {
    .blog-row-link {
        grid-template-columns: 280px 1fr;
        align-items: center;
    }
}

.blog-row-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 2px;
    filter: grayscale(0.1);
}

.blog-row-link:hover .blog-row-image {
    transform: scale(1.02);
    filter: grayscale(0);
}

.blog-row-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-row-meta {
    display: flex;
    gap: 14px;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
}

.blog-row-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: clamp(22px, 3vw, 32px);
    line-height: 1.18;
    letter-spacing: -0.03em;
    color: #f5f5f7;
    margin: 4px 0 6px;
}

.blog-row-excerpt {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: clamp(13px, 1.5vw, 15px);
    line-height: 1.55;
    color: rgba(255,255,255,0.65);
    margin: 0 0 6px;
}

.blog-row-cta {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    transition: color 0.25s ease, letter-spacing 0.25s ease;
}

.blog-row-link:hover .blog-row-cta {
    color: #f5f5f7;
    letter-spacing: 0.3em;
}

.blog-list-note {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: rgba(255,255,255,0.35);
    text-align: center;
    margin: clamp(30px, 5vw, 50px) 0 0;
    letter-spacing: 0.1em;
}

/* Blog post page */
.post {
    background: #000;
    color: #f5f5f7;
}

.post-header {
    background: #000;
    padding: clamp(140px, 20vw, 200px) clamp(20px, 5vw, 60px) clamp(40px, 6vw, 60px);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.post-header-inner {
    max-width: 780px;
    margin: 0 auto;
}

.post-kicker {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin: 0 0 24px;
}

.post-kicker a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 2px;
    transition: color 0.25s ease, border-color 0.25s ease;
}

.post-kicker a:hover {
    color: #f5f5f7;
    border-bottom-color: #f5f5f7;
}

.post-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: clamp(32px, 6vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    color: #f5f5f7;
    margin: 0 0 24px;
}

.post-sub {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.45;
    color: rgba(255,255,255,0.72);
    margin: 0 0 28px;
    max-width: 680px;
}

.post-meta {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin: 0;
    display: flex;
    gap: 12px;
    align-items: center;
}

.post-hero-image {
    width: 100%;
    aspect-ratio: 21 / 9;
    background-size: cover;
    background-position: center;
    background-color: #111;
}

.post-body {
    max-width: 700px;
    margin: 0 auto;
    padding: clamp(40px, 6vw, 80px) clamp(20px, 5vw, 40px) clamp(40px, 6vw, 80px);
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: 1.75;
    color: rgba(255,255,255,0.82);
}

.post-body p {
    margin: 0 0 1.4em;
}

.post-body p:last-child { margin-bottom: 0; }

.post-lead {
    font-size: clamp(18px, 2.1vw, 21px) !important;
    line-height: 1.55 !important;
    color: rgba(255,255,255,0.92) !important;
    margin-bottom: 1.8em !important;
    font-weight: 300 !important;
}

.post-body h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: clamp(22px, 2.8vw, 28px);
    letter-spacing: -0.02em;
    color: #f5f5f7;
    margin: 2em 0 0.7em;
    line-height: 1.25;
}

.post-body h2:first-of-type {
    margin-top: 1em;
}

.post-body h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: clamp(16px, 1.8vw, 18px);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
    margin: 1.6em 0 0.5em;
}

.post-body ul,
.post-body ol {
    margin: 0 0 1.4em;
    padding-left: 1.5em;
}

.post-body li {
    margin-bottom: 0.5em;
    color: rgba(255,255,255,0.82);
}

.post-body strong {
    color: #f5f5f7;
    font-weight: 500;
}

.post-body a {
    color: #f5f5f7;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    transition: border-color 0.2s ease;
}

.post-body a:hover {
    border-bottom-color: #f5f5f7;
}

.post-body blockquote {
    border-left: 2px solid rgba(255,255,255,0.3);
    margin: 1.8em 0;
    padding: 0.2em 0 0.2em 1.5em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: italic;
    color: rgba(255,255,255,0.75);
}

.post-footer-cta {
    margin: 3em 0 0;
    padding-top: 2em;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.post-footer {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 40px) clamp(40px, 6vw, 80px);
}

.post-back {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    transition: color 0.25s ease;
    display: inline-block;
}

.post-back:hover {
    color: #f5f5f7;
}

/* ============================================================
   STICKY HEADER + MOBILE HAMBURGER
   ============================================================ */

.header-bar {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    transition: background 0.3s ease, backdrop-filter 0.3s ease, border-color 0.3s ease;
    border-bottom: 1px solid transparent;
}

.header-bar.is-scrolled {
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: saturate(180%) blur(16px);
    -webkit-backdrop-filter: saturate(180%) blur(16px);
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

/* Solid page-hero-header variant always has background */
.header-solid {
    background: rgba(0, 0, 0, 0.9) !important;
    backdrop-filter: saturate(180%) blur(16px);
    -webkit-backdrop-filter: saturate(180%) blur(16px);
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

/* ---------- Mobile hamburger: show on mobile, hide desktop nav ---------- */

@media (max-width: 900px) {
    /* Hide desktop nav list by default on mobile */
    .header-bar .main-nav {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.98);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        z-index: 999;
        padding: 100px 32px 40px;
        overflow-y: auto;
    }

    .header-bar .main-nav.is-open {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        animation: mobilenav-in 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }

    .header-bar .main-nav ul {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 4px;
        padding: 0;
        margin: 0;
    }

    .header-bar .main-nav li {
        margin: 0;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .header-bar .main-nav li:last-child {
        border-bottom: none;
    }

    .header-bar .main-nav a {
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 200 !important;
        font-size: clamp(28px, 7vw, 44px) !important;
        letter-spacing: -0.02em !important;
        text-transform: none !important;
        color: #f5f5f7 !important;
        padding: 18px 0 !important;
        display: block !important;
        width: 100%;
        min-height: 0;
    }

    .header-bar .main-nav a:hover,
    .header-bar .main-nav a.active {
        color: #a1a1a6 !important;
    }

    /* Hamburger toggle — always visible on mobile, above the menu */
    .mobile-menu-toggle {
        display: flex !important;
        width: 26px;
        height: 20px;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        z-index: 1001;
        position: relative;
        background: transparent;
        border: none;
        padding: 0;
    }

    .mobile-menu-toggle span {
        display: block;
        width: 100%;
        height: 1.5px;
        background: #f5f5f7;
        transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s ease;
        transform-origin: center;
    }

    .mobile-menu-toggle.active span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle.active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    /* When menu is open, lock background scrolling */
    body.menu-open {
        overflow: hidden;
    }
}

@media (min-width: 901px) {
    /* Desktop: hide hamburger, show nav */
    .mobile-menu-toggle {
        display: none !important;
    }

    .header-bar .main-nav {
        display: block !important;
        position: static !important;
        background: transparent !important;
        padding: 0 !important;
    }
}

@keyframes mobilenav-in {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Extra padding on hero so content isn't hidden under fixed header
   (only needed on non-index pages where content starts at the top) */
.page-template .page-hero {
    padding-top: clamp(130px, 20vw, 200px) !important;
}

/* ============================================================
   FLOURISHES & POLISH
   ============================================================ */

/* ---- 1. FILM GRAIN OVERLAY (pure CSS SVG noise, very subtle) ---- */

body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9998;
    opacity: 0.035;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.85 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
    background-size: 180px 180px;
}
@media (prefers-reduced-motion: reduce) {
    body::before { display: none; }
}

/* ---- 2. SCROLL PROGRESS BAR ---- */

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.4) 100%);
    z-index: 9999;
    pointer-events: none;
    transition: width 0.1s linear;
}

/* ---- 3. SCROLL REVEAL ---- */

[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1),
        transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: opacity, transform;
}
[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}
[data-reveal][data-reveal-delay="1"].is-visible { transition-delay: 0.08s; }
[data-reveal][data-reveal-delay="2"].is-visible { transition-delay: 0.16s; }
[data-reveal][data-reveal-delay="3"].is-visible { transition-delay: 0.24s; }
[data-reveal][data-reveal-delay="4"].is-visible { transition-delay: 0.32s; }
[data-reveal][data-reveal-delay="5"].is-visible { transition-delay: 0.40s; }

@media (prefers-reduced-motion: reduce) {
    [data-reveal] {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* ---- 4. LIVE LA DATELINE ---- */

.site-close-time {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.38);
    margin: 0 0 clamp(10px, 2vw, 14px);
}
.site-close-time::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #34c759;
    box-shadow: 0 0 10px rgba(52, 199, 89, 0.6);
    animation: pulse-dot 2.2s ease-in-out infinite;
}
@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%      { opacity: 0.55; transform: scale(0.85); }
}

/* ---- 5. CURSOR SPOTLIGHT on featured blocks ---- */

.featured-block { --mx: 50%; --my: 50%; }

.featured-block .featured-block-overlay {
    background:
        radial-gradient(
            circle 400px at var(--mx) var(--my),
            rgba(255,255,255,0) 0%,
            rgba(255,255,255,0) 100%
        ),
        linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.88) 100%) !important;
    transition: background 0.25s ease;
}
.featured-block:hover .featured-block-overlay {
    background:
        radial-gradient(
            circle 380px at var(--mx) var(--my),
            rgba(255,255,255,0.14) 0%,
            rgba(255,255,255,0) 60%
        ),
        linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.3) 40%, rgba(0,0,0,0.92) 100%) !important;
}

/* ---- 6. ANIMATED LINK UNDERLINES ---- */

.main-nav a,
.site-close-nav a {
    position: relative;
    overflow: visible;
}
.main-nav a::after,
.site-close-nav a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.5;
}
.main-nav a:hover::after,
.site-close-nav a:hover::after,
.main-nav a.active::after {
    transform: scaleX(1);
}

@media (max-width: 900px) {
    .header-bar .main-nav a::after { display: none; }
}

/* ---- 7. TERMINAL CURSOR after hero subtitle ---- */

.term-cursor {
    display: inline-block;
    width: 0.5ch;
    height: 0.9em;
    background: #f5f5f7;
    vertical-align: text-bottom;
    margin-left: 6px;
    animation: term-blink 1.05s steps(2, jump-none) infinite;
    box-shadow: 0 0 8px rgba(255,255,255,0.35);
}
@keyframes term-blink {
    0%, 49%   { opacity: 1; }
    50%, 100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
    .term-cursor { animation: none; opacity: 1; }
}
