/* css/pc/family-banner.css */
.family-banner-section {
    padding: 3rem 2rem 6rem;
    background-color: #faf5eb;
    font-family: 'Outfit', sans-serif;
}

.fb-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.fb-container {
    background-color: #FAF5ED;
    border-radius: 32px;
    padding: 3rem;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
}

.fb-content-wrap {
    display: flex;
    align-items: center;
    gap: 4rem;
    position: relative;
}

.family-banner-section.reverse .fb-content-wrap {
    flex-direction: row-reverse;
}

.fb-left-col {
    flex: 1;
}

.fb-family-img {
    width: 100%;
    max-width: 480px;
    display: block;
    margin: 0 auto;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.fb-family-img:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.fb-right-col {
    flex: 1;
    padding-right: 2rem;
}

.family-banner-section.reverse .fb-right-col {
    padding-right: 0;
    padding-left: 2rem;
}

.fb-logo-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.fb-logo {
    height: 40px;
}

.fb-tagline {
    font-size: 0.85rem;
    letter-spacing: 2px;
    color: #4A2063;
    font-weight: 500;
}

.fb-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    line-height: 1.1;
    color: #0A2342;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.fb-title span {
    color: #4A2063;
}

.fb-desc {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    max-width: 90%;
}

.fb-features-marquee-wrap {
    overflow: visible !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    opacity: 1 !important;
    transform: none !important;
    margin-bottom: 3rem !important;
    width: auto !important;
}

@keyframes fbFeatScroll { from {} to {} }

.fb-features-grid {
    display: flex !important;
    flex-direction: row !important;
    gap: 1.5rem !important;
    width: auto !important;
    animation: none !important;
    transform: none !important;
    margin-bottom: 0 !important;
}

.fb-feature-item[aria-hidden="true"] {
    display: none !important;
}

.fb-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    width: 80px;
}

.fb-icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #B98B2C;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    position: relative;
    overflow: visible;
}

.fb-feature-text {
    font-size: 0.8rem;
    color: #0A2342;
    font-weight: 500;
    line-height: 1.3;
}

.fb-explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #4A2063;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.3s ease;
}

.fb-explore-btn:hover {
    background-color: #311444;
    transform: scale(1.08);
}

.fb-bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 1.5rem 3rem;
    margin-top: 2rem;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
}

.fb-bottom-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.fb-b-icon {
    font-size: 1.8rem;
    color: #4A2063;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #FAF5ED;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fb-b-text {
    display: flex;
    flex-direction: column;
}

.fb-b-text strong {
    font-size: 0.95rem;
    color: #0A2342;
    font-weight: 600;
}

.fb-b-text span {
    font-size: 0.8rem;
    color: #666;
}

.fb-b-divider {
    width: 1px;
    height: 40px;
    background-color: rgba(0,0,0,0.08);
}

/* ── PC override: reset mobile marquee on bottom bar ── */
.fb-bottom-bar {
    overflow: visible !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    opacity: 1 !important;
    transform: none !important;
}

@keyframes fbBarScroll { from {} to {} }

.fb-bottom-track {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    animation: none !important;
    transform: none !important;
    gap: 0 !important;
}

.fb-bottom-item[aria-hidden="true"] {
    display: none !important;
}

/* ===== PAINT TRUCK SCENE ===== */
.truck-scene {
    position: relative;
    width: 100%;
    height: 170px;
    background: #f5f0e6;
    overflow: hidden;
}

/* Scrolling road at the bottom */
.ts-road {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, #c8bfa8 0%, #b8af9a 100%);
}

.ts-marks {
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    height: 4px;
    background: repeating-linear-gradient(
        to right,
        rgba(255,255,255,0.65) 0, rgba(255,255,255,0.65) 52px,
        transparent 52px, transparent 104px
    );
    /* road is static — no animation */
}

/* Truck slides left → right */
.ts-truck-wrap {
    position: absolute;
    bottom: 36px;
    will-change: transform;
    animation: ts-drive 14s linear infinite;
}

@keyframes ts-drive {
    from { transform: translateX(-640px); }
    to   { transform: translateX(calc(100vw + 80px)); }
}

.ts-svg {
    width: 590px;
    height: auto;
    display: block;
    filter: drop-shadow(0 6px 16px rgba(0,0,0,0.12));
}


/* Wheel spoke rotation — counter-clockwise (truck moves left→right) */
.ts-spokes-front {
    transform-origin: 520px 152px;
    animation: ts-wheel-spin 0.7s linear infinite;
}
.ts-spokes-rear1 {
    transform-origin: 87px 152px;
    animation: ts-wheel-spin 0.7s linear infinite;
}
.ts-spokes-rear2 {
    transform-origin: 134px 152px;
    animation: ts-wheel-spin 0.7s linear infinite;
}

@keyframes ts-wheel-spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(-360deg); }
}

/* Location ticker strip below truck */
.loc-ticker-wrap {
    width: 100%;
    background: #060f1e;
    overflow: hidden;
    padding: 10px 0;
}

.loc-ticker-track {
    display: flex;
    align-items: center;
    gap: 28px;
    width: max-content;
    animation: loc-scroll 18s linear infinite;
}

@keyframes loc-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

.loc-tick-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.loc-tick-item i {
    color: #c49553;
    font-size: 1rem;
}

.loc-tick-sep {
    color: rgba(196,149,83,0.6);
    font-size: 1.1rem;
    font-weight: 700;
}

