/* Our Story Page Styles */

/* Hero Video Banner */
.story-hero {
    margin-top: -80px;
    padding-top: 80px;
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: #000;
}

.hero-video-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.hero-banner {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.hero-banner-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Banner always visible */
.hero-banner {
    display: block;
}

/* Story Content */
.story-content {
    background-color: #000;
    color: #fff;
    padding: 0;
    padding-top: 60px;
}

/* Full Width Story Section */
.story-section-full {
    display: grid;
    grid-template-columns: 30% 70%;
    max-width: 100%;
    background-color: #000;
    align-items: stretch;
}

.section-image {
    position: relative;
    overflow: hidden;
    max-height: 400px;
}

.section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.section-text {
    padding: 40px 60px 40px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-text h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 0.3px;
    line-height: 1.4;
}

.section-text p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 8px;
    color: #ccc;
    font-weight: 300;
}

.section-text p:first-of-type {
    margin-top: 0;
}

.section-text .highlight {
    color: #d4af37;
    font-weight: 400;
}

/* Spark Section - Text Left, Image Right */
.spark-section {
    grid-template-columns: 45% 55%;
    margin-top: 60px;
    align-items: center;
}

/* Founder Section - Same as First Section */
.founder-section {
    margin-top: 60px;
}

/* Philosophy Section - Text Left, Image Right */
.philosophy-section {
    grid-template-columns: 45% 55%;
    margin-top: 60px;
    align-items: center;
}

.philosophy-text {
    padding: 40px 40px 40px 50px;
}

.philosophy-image {
    max-height: 450px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.philosophy-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.spark-text {
    padding: 40px 30px 40px 50px;
}

.spark-title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #fff;
    letter-spacing: 0.3px;
}

.spark-quote-wrapper {
    margin-bottom: 30px;
    line-height: 1.6;
}

.spark-quote-italic {
    font-size: 35px;
    font-style: italic;
    font-weight: 500;
    color: #fff;
    display: inline;
}

.spark-quote-text {
    font-size: 26px;
    font-weight: 300;
    color: #fff;
    display: inline;
}

.spark-description {
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 0;
    color: #ccc;
    font-weight: 300;
}

.spark-image {
    max-height: none;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.spark-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.story-section {
    max-width: 1200px;
    margin: 0 auto 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 0 40px;
}

.story-section.reverse {
    grid-template-columns: 1fr 1fr;
}

.story-section.reverse .story-text {
    order: 2;
}

.story-section.reverse .story-image {
    order: 1;
}

.story-text h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #d4af37;
    letter-spacing: 1px;
}

.story-text p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #ccc;
}

.story-text p strong {
    color: #d4af37;
    font-weight: 500;
}

.story-text p em {
    font-style: italic;
    color: #fff;
    font-size: 18px;
}

.story-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
}

/* Second Banner Section */
.story-second-banner {
    width: 100%;
    background-color: #000;
    position: relative;
    border-top: 1px solid #333;
}

.story-second-banner-container {
    width: 100%;
}

.story-second-banner-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Third Banner Section */
.story-third-banner {
    width: 100%;
    background-color: #000;
    position: relative;
    border-top: 1px solid #333;
}

.story-third-banner-container {
    width: 100%;
}

.story-third-banner-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Fourth Banner Section */
.story-fourth-banner {
    width: 100%;
    background-color: #000;
    position: relative;
    border-top: 1px solid #333;
}

.story-fourth-banner-container {
    width: 100%;
}

.story-fourth-banner-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Fifth Banner Section */
.story-fifth-banner {
    width: 100%;
    background-color: #000;
    position: relative;
    border-top: 1px solid #333;
}

.story-fifth-banner-container {
    width: 100%;
}

.story-fifth-banner-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Sixth Banner Section */
.story-sixth-banner {
    width: 100%;
    background-color: #000;
    position: relative;
    border-top: 1px solid #333;
}

.story-sixth-banner-container {
    width: 100%;
}

.story-sixth-banner-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Responsive Design */

/* Portrait Mode - Remove min-height to prevent blank space */
@media (orientation: portrait) and (max-width: 1200px) {
    .story-hero {
        min-height: auto !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .hero-banner {
        object-fit: contain !important;
    }
}

@media (max-width: 1024px) {
    .story-hero {
        min-height: auto;
    }
    
    .hero-banner-container {
        min-height: auto;
    }
    
    .hero-banner {
        object-fit: contain;
    }
    
    .story-second-banner-image {
        object-fit: contain;
    }
    
    .story-third-banner-image {
        object-fit: contain;
    }
    
    .story-fourth-banner-image {
        object-fit: contain;
    }
    
    .story-fifth-banner-image {
        object-fit: contain;
    }
    
    .story-sixth-banner-image {
        object-fit: contain;
    }
    
    .story-section-full {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .section-image {
        min-height: 400px;
    }

    .section-text {
        padding: 40px 30px;
    }

    .section-text h3 {
        font-size: 22px;
    }

    .section-text p {
        font-size: 14px;
    }

    .spark-section {
        grid-template-columns: 1fr;
    }

    .spark-text {
        padding: 40px 30px;
        order: 1;
    }

    .spark-image {
        min-height: 400px;
        order: 2;
    }

    .spark-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .spark-quote-italic {
        font-size: 20px;
    }

    .spark-quote-text {
        font-size: 15px;
    }

    .spark-description {
        font-size: 12px;
    }

    .philosophy-section {
        grid-template-columns: 1fr;
    }

    .philosophy-text {
        padding: 40px 30px;
        order: 1;
    }

    .philosophy-image {
        min-height: 400px;
        order: 2;
    }

    .story-section {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 30px;
    }

    .story-section.reverse .story-text,
    .story-section.reverse .story-image {
        order: unset;
    }
}

@media (max-width: 768px) {
    .story-hero {
        margin-top: 0;
        padding-top: 70px;
    }

    .story-content {
        padding-top: 40px;
    }

    .section-image {
        min-height: 300px;
    }

    .section-text {
        padding: 30px 20px;
    }

    .section-text h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .section-text p {
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 1.5;
    }

    .spark-text {
        padding: 30px 20px;
    }

    .spark-image {
        min-height: 300px;
    }

    .spark-title {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .spark-quote-italic {
        font-size: 18px;
    }

    .spark-quote-text {
        font-size: 14px;
    }

    .spark-description {
        font-size: 11px;
    }

    .philosophy-text {
        padding: 30px 20px;
    }

    .philosophy-image {
        min-height: 300px;
    }

    .story-section {
        margin-bottom: 60px;
        padding: 0 20px;
        gap: 30px;
    }

    .story-text h3 {
        font-size: 22px;
    }

    .story-text p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .story-hero {
        padding-top: 55px;
    }

    .story-content {
        padding-top: 30px;
    }

    .section-image {
        min-height: 250px;
    }

    .section-text {
        padding: 25px 15px;
    }

    .section-text h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .section-text p {
        font-size: 13px;
        margin-bottom: 7px;
        line-height: 1.5;
    }

    .spark-text {
        padding: 25px 15px;
    }

    .spark-image {
        min-height: 250px;
    }

    .spark-title {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .spark-quote-italic {
        font-size: 16px;
    }

    .spark-quote-text {
        font-size: 13px;
    }

    .spark-description {
        font-size: 11px;
    }

    .philosophy-text {
        padding: 25px 15px;
    }

    .philosophy-image {
        min-height: 250px;
    }

    .story-section {
        padding: 0 15px;
        gap: 25px;
    }

    .story-text h3 {
        font-size: 20px;
    }

    .story-text p {
        font-size: 14px;
        line-height: 1.6;
    }
}
