@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&family=Outfit:wght@300;400;600&display=swap');

.about-us-view {
    font-family: 'Outfit', sans-serif;
    color: #333;
}

.eyebrow {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #e64a19;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.section-title {
    font-family: 'Tenor Sans', sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    color: #4a1d1d;
    margin-bottom: 25px;
}

.section-title em {
    font-style: italic;
    color: #e64a19;
}

/* Hero Section */
.about-hero {
    padding: 100px 0;
    background: #fbf9f6;
}

.hero-title {
    font-family: 'Tenor Sans', sans-serif;
    font-size: clamp(40px, 6vw, 64px);
    color: #4a1d1d;
    margin-bottom: 30px;
}

.hero-title em {
    font-style: italic;
    color: #e64a19;
}

.about-hero p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.btn-primary-about {
    display: inline-block;
    padding: 15px 40px;
    background: linear-gradient(90deg, #e5533d 0%, #d83b3b 100%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-top: 20px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-primary-about:hover {
    background: #4a1d1d;
    color: #fff;
    transform: translateY(-2px);
}

.rounded-shadow {
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.hero-img-wrap {
    position: relative;
}

.floating-badge {
    position: absolute;
    bottom: -30px;
    left: -30px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    max-width: 200px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.floating-badge span {
    font-size: 32px;
    font-weight: 700;
    color: #e64a19;
}

.floating-badge p {
    font-size: 11px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

/* Purpose Section */
.purpose-section {
    padding: 100px 0;
    background: #4a1d1d;
    color: #fff;
}

.purpose-quote {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
    border-left: 3px solid #e64a19;
    padding-left: 25px;
    margin: 30px 0;
}

.section-desc {
    font-size: 16px;
    opacity: 0.8;
}

.value-points {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.point-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.point-icon {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e64a19;
    font-size: 18px;
    flex-shrink: 0;
}

.point-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

.point-text p {
    font-size: 14px;
    opacity: 0.7;
    margin: 0;
}

/* History Section */
.history-section {
    padding: 100px 0;
    background: #fff;
}

.timeline-grid {
    margin-top: 60px;
}

.timeline-item {
    position: relative;
    padding-top: 30px;
    padding-left: 0;
}

.timeline-dot {
    width: 12px;
    height: 12px;
    background: #e64a19;
    border-radius: 50%;
    margin-bottom: 20px;
}

.timeline-item::after {
    content: '';
    position: absolute;
    top: 35px;
    left: 12px;
    right: -100px;
    height: 1px;
    background: #eee;
    z-index: 0;
}

.timeline-item:last-child::after {
    display: block;
    right: 0;
}

.timeline-item h3 {
    font-size: 18px;
    font-weight: 700;
    color: #4a1d1d;
    margin-bottom: 15px;
}

.timeline-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

/* Values Grid */
.values-grid-section {
    padding: 100px 0;
    background: #fdfaf7;
}

.intro-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 40px;
}

.value-card {
    background: #fff;
    padding: 40px 30px;
    height: 100%;
    border-radius: 12px;
    transition: 0.3s;
    border: 1px solid transparent;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    border-color: #fcece8;
}

.v-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.v-icon.red-bg {
    background: #e64a19;
}

.v-icon.orange-bg {
    background: #ff9800;
}

.v-icon.pink-bg {
    background: #e91e63;
}

.value-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #4a1d1d;
    margin-bottom: 15px;
}

.value-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #777;
    margin: 0;
}

/* Stories Section */
.stories-section {
    padding: 100px 0;
}

.story-row {
    margin-bottom: 100px;
    align-items: flex-start;
    /* Better for long text */
}

.story-row:last-child {
    margin-bottom: 0;
}

.story-title {
    font-size: 24px;
    font-weight: 700;
    color: #4a1d1d;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.story-list {
    padding-left: 20px;
    margin-top: 20px;
}

.story-list li {
    margin-bottom: 12px;
    font-size: 15px;
    color: #555;
    list-style-type: disc;
}

.author {
    font-size: 13px;
    color: #e64a19;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.story-img-frame {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    position: sticky;
    top: 100px;
    /* Sticky image for long text flow */
}

/* CTA Banner */
.cta-banner {
    padding: 80px 0;
    background: linear-gradient(135deg, #e64a19 0%, #d84315 100%);
    color: #fff;
}

.cta-title {
    font-family: 'Tenor Sans', sans-serif;
    font-size: clamp(24px, 4vw, 36px);
    margin-bottom: 35px;
}

.btn-cta {
    display: inline-block;
    padding: 15px 45px;
    background: #fff;
    color: #e64a19;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
}

.btn-cta:hover {
    background: #4a1d1d;
    color: #fff;
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .story-img-frame {
        margin-bottom: 30px;
        position: static;
    }

    .story-row {
        margin-bottom: 60px;
    }

    .hero-img-wrap {
        margin-bottom: 50px !important;
        /* Ensure space for the badge */
    }

    .floating-badge {
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        max-width: 280px;
        padding: 15px;
        justify-content: center;
        text-align: center;
    }

    /* Adjust text alignment for mobile hero */
    .hero-title {
        font-size: 36px;
        text-align: center;
    }

    .about-hero {
        text-align: center;
        padding: 60px 0;
    }

    .eyebrow {
        text-align: center;
    }
}

@media (max-width: 767px) {

    /* Timeline Vertical Layout for Mobile Only */
    .timeline-grid {
        padding-left: 15px;
        /* Add side gap */
    }

    .timeline-item {
        margin-bottom: 0;
        padding-bottom: 40px;
        /* Space between items */
        padding-left: 35px;
        /* Space for line and dot */
        border-left: none;
        position: relative;
    }

    /* Vertical Line using pseudo-element */
    .timeline-item::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 2px;
        height: 100%;
        background: #eee;
    }

    /* First Item: Start line at dot (remove line above) */
    .timeline-item:first-child::before {
        top: 30px;
        height: calc(100% - 30px);
    }

    /* Last Item: Extend line fully */
    .timeline-item:last-child::before {
        height: 100%;
    }

    .timeline-item:last-child {
        padding-bottom: 0;
    }

    .timeline-item::after {
        display: none !important;
        /* Hide horizontal desktop line */
    }

    .timeline-dot {
        position: absolute;
        left: -5px;
        /* Center dot on line */
        top: 30px;
        margin-bottom: 0;
    }
}