/* Theme Name: Lumikai Studio Child | Version: 2026.4 (FINAL - Video Real & Gradient Fix) */
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Inter:wght@400;500;600&display=swap');

/* === 1. VARIÁVEIS & CONFIGURAÇÕES === */
:root { --bg-body: #FDFBF7; --color-dark: #2C2C2C; --color-text-main: #4A4238; --color-text-dark: #3A3226; --color-gold: #8C7B68; --color-btn-green: #7FA090; --color-btn-sand: #B59C75; --pastel-green: #D6E2D5; --pastel-blue: #D0DEE0; --pastel-blue-light: #Dae6e8; --pastel-sand: #E6DBC5; --pastel-card-bg: #F4F6F0; --font-serif: 'Cinzel Decorative', cursive; --font-sans: 'Inter', sans-serif; }

/* === 2. GERAL & RESET === */
body { margin: 0; font-family: var(--font-sans); color: var(--color-text-main); background-color: var(--bg-body); overflow-x: hidden; scroll-behavior: smooth; }
.lumikai-main-wrapper { width: 100%; position: relative; overflow-x: hidden; }
.container-custom { max-width: 1100px; margin: 0 auto; padding: 0 5%; position: relative; z-index: 2; }
.home .site-header, .home .site-footer, .home .entry-header { display: none !important; }
.home .site-content, .home .grid-container { max-width: 100% !important; padding: 0 !important; margin: 0 !important; }

/* === 3. ANIMAÇÕES & CURSOR === */
/* === 3. ANIMAÇÕES & CURSOR === */
@media (pointer: fine) { 
    html, body { cursor: url('images/icons/cursor-pen-32.png') 0 32, auto !important; }
    a, a *, button, button *, .btn-lumikai, .btn-lumikai *, [role="button"], [role="button"] *, input, select, label { cursor: url('images/icons/cursor-pen-32-pointer.png') 0 32, pointer !important; }}
.sparkle { position: fixed; pointer-events: none; z-index: 99999; color: #FFD700; text-shadow: 0 0 4px #FFD700, 0 0 10px #FF8C00; font-size: 16px; font-family: sans-serif; animation: sparkleAnim 0.7s ease-out forwards; }
@keyframes sparkleAnim { 0% { opacity: 1; transform: scale(1) rotate(0deg); } 100% { opacity: 0; transform: scale(0.2) rotate(180deg) translateY(35px); } }
.reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s ease-out; will-change: opacity, transform; }
.reveal.active { opacity: 1; transform: translateY(0); }

/* === 4. COMPONENTES (BOTÕES & TÍTULOS) === */
.btn-lumikai { padding: 16px 38px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 1.05rem; letter-spacing: 0.5px; transition: transform 0.2s; display: inline-block; }
.btn-primary { background-color: var(--color-btn-green); color: #fff; box-shadow: 0 4px 15px rgba(127, 160, 144, 0.4); }
.btn-secondary { background-color: var(--color-btn-sand); color: #fff; }
.btn-lumikai:hover { transform: translateY(-3px); opacity: 0.95; }
.section-label { font-family: var(--font-serif); font-size: 3rem; margin-bottom: 40px; color: var(--color-text-dark); border-bottom: 1px solid #ddd; padding-bottom: 10px; display: inline-block; font-weight: 700; }
.section-heading { font-family: var(--font-serif); font-size: 1.5rem; margin-top: 0; margin-bottom: 50px; color: var(--color-text-dark); font-weight: 700; }
.project-title { font-family: var(--font-serif); font-size: 2.8rem; margin: 0 0 25px 0; color: var(--color-text-dark); font-weight: 700; }
.page-title, .post-title { display: inline-block; border-bottom: 1px solid #ddd; padding-bottom: 15px; margin-bottom: 40px; }

/* === 5. HEADER & NAVEGAÇÃO === */
.lumikai-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; padding: 20px 0; background: linear-gradient(to bottom, rgba(255, 255, 255, 0.50) 0%, rgba(250, 240, 230, 0.50) 100%); border-bottom: 1px solid rgba(255, 255, 255, 0.50); box-shadow: 0 4px 20px rgba(0,0,0,0.03); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: padding 0.3s ease; }
.lumikai-header, .lumikai-header * { cursor: url('images/icons/cursor-pen-32.png') 0 32, auto !important; }
.header-inner { display: flex; justify-content: space-between; align-items: center; }
.header-logo { font-family: var(--font-serif); font-size: 1.6rem; font-weight: 700; letter-spacing: 1px; background: linear-gradient(180deg, #8C7B68 0%, #C5A47E 100%); -webkit-background-clip: text; background-clip: text; color: transparent; display: inline-block; text-decoration: none; }
.header-nav { display: flex; align-items: center; }
.header-nav a { text-decoration: none; color: #4A4A4A; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; transition: all 0.3s ease; border-right: 1px solid rgba(0, 0, 0, 0.1); padding: 0 20px; line-height: 1; display: block; }
.header-nav a:last-of-type, .header-nav a.cta-contact, .header-nav a:nth-last-child(2) { border-right: none; }
.header-nav a:hover { color: var(--color-gold); }
.header-nav a.current-page { color: var(--color-dark); border-bottom: 2px solid var(--color-gold); padding-bottom: 3px; }
.header-nav .cta-contact { border: 1px solid #4A4A4A; border-right: 1px solid #4A4A4A !important; padding: 8px 22px; border-radius: 50px; margin-left: 20px; transition: all 0.3s ease; }
.header-nav .cta-contact:hover { background-color: var(--color-dark); color: #fff; border-color: var(--color-dark); }

/* === 6. HERO SECTION (VIDEO FIX) === */
.lumikai-hero { min-height: 100vh; position: relative; overflow: hidden; background-color: var(--bg-body); display: flex; align-items: flex-start; padding-top: 150px; padding-bottom: 50px; box-sizing: border-box; }
.hero-video-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 1; }
/* Degradê apenas nos 10% finais (borda de baixo) */
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, transparent 90%, #FDFBF7 100%); z-index: 1; pointer-events: none; }
.hero-content { max-width: 750px; margin: 0 auto; background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.05) 100%); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(140, 123, 104, 0.3); border-radius: 16px; padding: 50px 40px; text-align: center; box-shadow: 0 25px 50px rgba(0,0,0,0.1); position: relative; z-index: 2; }
.hero-title { font-family: var(--font-serif); font-size: 4rem; line-height: 1; margin: 0 0 1rem 0; font-weight: 900; background: linear-gradient(180deg, #8C7B68 0%, #C5A47E 100%); -webkit-background-clip: text; background-clip: text; color: transparent; display: inline-block; padding-bottom: 20px; }
.hero-subtitle { font-family: var(--font-sans); font-size: 1.35rem; font-weight: 500; line-height: 1.6; margin-bottom: 2.5rem; color: #3A3226; }
.hero-tagline-box { margin-bottom: 2.5rem; font-size: 1.1rem; color: #4A4238; background: transparent; padding: 0; display: block; }
.hero-tagline-box strong { color: #1a1a1a; font-weight: 700; }
.hero-buttons { display: flex; gap: 15px; justify-content: center; }

/* === 7. SEÇÕES (FEATURED, LIBRARY, PIPELINE, TEAM) === */
.lumikai-featured { padding: 80px 0 60px 0; background-color: var(--bg-body); }
.project-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 60px; align-items: center; }
.project-visual img { width: 100%; border-radius: 12px; box-shadow: 0 20px 50px rgba(0,0,0,0.15); display: block; }
.volume-tag { display: block; color: var(--color-gold); font-weight: bold; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 15px; font-size: 0.9rem; }
.project-desc { line-height: 1.8; color: #5C554B; font-size: 1.1rem; max-width: 95%; }
.lumikai-library { padding: 60px 0; background-color: var(--bg-body); }
.library-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; overflow-x: auto; padding-bottom: 20px; width: 100%; }
.lib-card { min-width: 160px; }
.lib-visual { height: 325px; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #55555590; font-weight: 500; margin-bottom: 15px; position: relative; transition: transform 0.2s; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05); }
.lib-visual:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.08); }
.lib-visual.main-cover { background-color: #94A3B8; color: white; background-size: cover; background-repeat: no-repeat; background-position: top center; }
.lib-visual.bg-green { background-color: var(--pastel-green); }
.lib-visual.bg-blue { background-color: var(--pastel-blue); }
.lib-visual.bg-blue-light { background-color: var(--pastel-blue-light); }
.lib-visual.bg-sand { background-color: var(--pastel-sand); }
.icon-star { font-size: 5rem; margin-bottom: 10px; opacity: 0.5; }
.lib-meta { text-align: center; font-size: 0.9rem; }
.lib-meta strong { display: block; margin-bottom: 5px; color: var(--color-text-dark); line-height: 1.3; min-height: 45px; }
.lumikai-pipeline { padding: 80px 0; }
.pipeline-flow { display: flex; justify-content: center; align-items: flex-start; gap: 15px; padding-bottom: 30px; counter-reset: flow-counter; flex-wrap: wrap; }
.flow-step { display: flex; flex-direction: column; align-items: center; width: 160px; position: relative; z-index: 1; margin-bottom: 20px; }
.flow-arrow { font-size: 1.5rem; color: var(--color-gold); opacity: 0.6; margin-top: 60px; }
.step-circle { width: 140px; height: 140px; border-radius: 50%; background-color: #FDFBF7; border: 4px solid #FDFBF7; box-shadow: 0 8px 15px rgba(0,0,0,0.08), inset 0 0 0 1px rgba(0,0,0,0.05); position: relative; transition: transform 0.3s ease, box-shadow 0.3s ease; margin-bottom: 25px; }
.step-circle:hover { transform: translateY(-5px); box-shadow: 0 12px 25px rgba(0,0,0,0.12), inset 0 0 0 1px var(--color-gold); border-color: #fff; }
.step-circle::after { counter-increment: flow-counter; content: counter(flow-counter); position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); width: 30px; height: 30px; background-color: #FDFBF7; border: 2px solid var(--color-gold); border-radius: 50%; display: flex; justify-content: center; align-items: center; font-family: var(--font-serif); font-weight: 700; color: var(--color-dark); font-size: 0.9rem; box-shadow: 0 4px 6px rgba(0,0,0,0.1); z-index: 5; }
.step-detail-card { background-color: #fff; border: 1px solid rgba(0,0,0,0.08); border-radius: 12px; padding: 15px 10px; width: 100%; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.03); transition: all 0.3s ease; position: relative; }
.step-detail-card::before { content: ""; position: absolute; top: -6px; left: 50%; transform: translateX(-50%) rotate(45deg); width: 12px; height: 12px; background: #fff; border-left: 1px solid rgba(0,0,0,0.08); border-top: 1px solid rgba(0,0,0,0.08); }
.step-circle:hover + .step-detail-card { transform: translateY(-5px); border-color: var(--color-gold); box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.step-circle:hover + .step-detail-card::before { border-left-color: var(--color-gold); border-top-color: var(--color-gold); transition: border-color 0.3s ease; }
.step-detail-card h4 { margin: 0 0 5px 0; font-family: var(--font-serif); font-size: 0.95rem; font-weight: 700; color: var(--color-dark); }
.step-detail-card p { margin: 0; font-size: 0.75rem; color: #666; line-height: 1.3; }
.lumikai-team { padding: 60px 0 100px 0; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.team-card { background: #fff; padding: 35px 20px; border-radius: 15px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.03); border: 1px solid rgba(0,0,0,0.04); transition: all 0.3s ease; }
.team-card:hover { transform: translateY(-7px); box-shadow: 0 15px 40px rgba(0,0,0,0.08); border-color: var(--color-gold); }
.team-avatar { width: 130px; height: 130px; margin: 0 auto 10px auto; display: flex; align-items: center; justify-content: center; border-radius: 50%; border: none; overflow: visible; background: radial-gradient(circle, rgba(140,123,104,0.25) 0%, transparent 70%); transition: background 0.3s ease, transform 0.3s ease; }
.team-avatar img { width: 100%; height: 100%; object-fit: contain; border-radius: 0; filter: drop-shadow(0 5px 5px rgba(0,0,0,0.1)); transition: transform 0.3s ease; }
.team-card:hover .team-avatar { background: radial-gradient(circle, rgba(140,123,104,0.5) 0%, transparent 80%); transform: scale(1.05); }
.team-card:hover .team-avatar img { transform: scale(1.1) translateY(-5px); filter: drop-shadow(0 8px 12px rgba(0,0,0,0.2)); }
.team-card h4 { margin: 10px 0 5px 0; font-family: var(--font-serif); font-size: 1.1rem; font-weight: 700; color: var(--color-dark); }
.team-card span { display: block; font-size: 0.85rem; color: #888; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; }

/* === RELEASE DATE BADGE === */
.release-badge { position: absolute; top: -20px; right: -20px; background-color: var(--color-dark); color: var(--color-gold); width: 90px; height: 90px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px solid #fff; box-shadow: 0 10px 20px rgba(0,0,0,0.2); z-index: 10; transform: rotate(15deg); font-family: var(--font-serif); }
.rb-month { font-size: 1rem; font-weight: 700; line-height: 1; text-transform: uppercase; }
.rb-year { font-size: 1.2rem; font-weight: 900; line-height: 1; color: #fff; }
@media (max-width: 768px) { .release-badge { width: 70px; height: 70px; top: 10px; right: 10px; transform: rotate(0deg); } .rb-month { font-size: 0.8rem; } .rb-year { font-size: 1rem; } }

/* === 8. FOOTER === */
.lumikai-footer { background-color: transparent; padding: 20px 0 60px 0; border-top: none; }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; padding: 0 10px; }
.footer-brand { justify-self: start; }
.footer-brand h3 { font-family: var(--font-serif); font-size: 1.5rem; margin: 0 0 15px 0; line-height: 1.2; font-weight: 700; }
.footer-brand p { font-size: 0.9rem; color: #666; line-height: 1.5; max-width: 250px; }
.footer-copy { justify-self: end; text-align: right; font-size: 0.8rem; color: #999; }
.footer-copy p { margin: 0 0 5px 0; }
.footer-copy a { color: #999; text-decoration: none; margin-left: 10px; transition: all 0.3s ease; }
.footer-copy a:hover { color: var(--color-gold); text-decoration: underline; text-underline-offset: 3px; }
.footer-socials { justify-self: center; display: flex; align-items: center; gap: 30px; margin-bottom: 5px; }
.footer-socials a { display: block; transition: transform 0.3s ease; opacity: 0.8; }
.footer-socials img { width: 24px; height: 24px; display: block; transition: filter 0.3s ease; }
.footer-socials a:hover { transform: translateY(-3px); opacity: 1; }
.footer-socials a:hover img { filter: invert(53%) sepia(8%) saturate(1459%) hue-rotate(352deg) brightness(96%) contrast(88%); }

/* === 9. PÁGINAS INTERNAS & POSTS === */
.entry-content { max-width: 740px; margin: 0 auto; font-size: 1.15rem; line-height: 1.8; color: #4A4238; }
.entry-content h2, .entry-content h3, .entry-content h4 { scroll-margin-top: 80px; }
.entry-content p { margin-bottom: 1.5rem; }
.entry-content img { max-width: 100%; height: auto; border-radius: 8px; margin: 20px 0; box-shadow: 0 5px 20px rgba(0,0,0,0.05); }
.entry-content h2 { font-family: var(--font-serif, serif); font-size: 2rem; color: var(--color-dark); margin-top: 50px; margin-bottom: 20px; }
.entry-content h3 { font-family: var(--font-serif, serif); font-size: 1.5rem; color: var(--color-text-dark); margin-top: 40px; }
.entry-content h4 { font-family: var(--font-serif, serif); font-size: 1.25rem; color: var(--color-text-dark); margin-top: 30px; margin-bottom: 15px; font-weight: 700; }
.entry-content blockquote { border-left: 4px solid var(--color-gold); margin: 40px 0; padding: 10px 30px; background: #fff; font-style: italic; color: #555; }
.post-navigation a { text-decoration: none; font-family: var(--font-serif); font-weight: 700; color: var(--color-dark); font-size: 1.1rem; transition: color 0.3s; }
.post-navigation a:hover { color: var(--color-gold); }
.entry-content a { color: var(--color-gold); text-decoration: none; font-weight: 600; border-bottom: 1px solid transparent; transition: all 0.2s ease; }
.entry-content a:hover { color: var(--color-dark); text-decoration: underline; text-underline-offset: 3px; }
.lumikai-page article, .lumikai-page .page-header, .lumikai-single-post article, .lumikai-single-post .post-header, .lumikai-archive article { background: transparent !important; box-shadow: none !important; border: none !important; }

/* === 10. ÍNDICE LATERAL (TOC) & NEWS GRID === */
.toc-container { position: fixed; top: 200px; right: auto; left: calc(50% + 410px); width: 200px; padding-left: 20px; border-left: 2px solid var(--color-gold); display: none; opacity: 0; transition: opacity 0.5s ease; z-index: 100; }
@media (min-width: 1250px) { .toc-container.visible { display: block; opacity: 1; } }
.toc-container h4 { margin: 0 0 15px 0; font-family: var(--font-serif); color: var(--color-gold); font-size: 0.9rem; text-transform: uppercase; letter-spacing: 2px; }
.toc-container ul { list-style: none; padding: 0; margin: 0; }
.toc-container li { margin-bottom: 12px; }
.toc-container a { text-decoration: none; font-size: 0.85rem; color: #999; transition: all 0.3s; display: block; line-height: 1.4; }
.toc-container a:hover { color: var(--color-dark); transform: translateX(5px); }

.lumikai-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 40px; }
.grid-item { background: transparent; transition: transform 0.3s ease; border-radius: 12px; overflow: hidden; }
.grid-item:hover { transform: translateY(-5px); }
.grid-visual { display: block; height: 220px; overflow: hidden; border-radius: 12px; box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.grid-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.grid-item:hover .grid-visual img { transform: scale(1.05); }
.grid-content { padding: 20px 5px; }
.grid-date { font-size: 0.8rem; color: #999; text-transform: uppercase; letter-spacing: 1px; display: block; margin-bottom: 5px; }
.grid-title { margin: 0 0 10px 0; font-family: var(--font-serif); font-size: 1.4rem; line-height: 1.2; }
.grid-title a { text-decoration: none; color: var(--color-dark); transition: color 0.3s; }
.grid-title a:hover { color: var(--color-gold); }
.grid-excerpt { font-size: 0.95rem; color: #666; line-height: 1.6; margin-bottom: 15px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.read-more { font-size: 0.85rem; font-weight: 700; color: var(--color-gold); text-decoration: none; text-transform: uppercase; letter-spacing: 1px; }
.lumikai-pagination .page-numbers { padding: 10px 15px; margin: 0 5px; text-decoration: none; color: var(--color-dark); border: 1px solid #ddd; border-radius: 50%; font-weight: 600; transition: all 0.3s; }
.lumikai-pagination .current, .lumikai-pagination .page-numbers:hover { background: var(--color-gold); color: #fff; border-color: var(--color-gold); }

/* === NEWSLETTER MODAL (CIRCULAR CLOSE BTN) === */
.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(44, 44, 44, 0.6); backdrop-filter: blur(5px); z-index: 10000; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; pointer-events: none; transition: all 0.4s ease; }
.modal-overlay.active { opacity: 1; visibility: visible; pointer-events: auto; }
.modal-content { background: #FDFBF7; width: 90%; max-width: 450px; padding: 40px 30px; border-radius: 12px; text-align: center; position: relative; box-shadow: 0 20px 60px rgba(0,0,0,0.3); border: 1px solid var(--color-gold); transform: translateY(30px); transition: transform 0.4s ease; }
.modal-overlay.active .modal-content { transform: translateY(0); }
.close-modal { position: absolute; top: 15px; right: 20px; width: 32px; height: 32px; border-radius: 50%; font-size: 1.4rem; cursor: pointer; color: #999; background: transparent; border: 1px solid #ddd; display: flex; align-items: center; justify-content: center; line-height: 1; transition: all 0.3s ease; }
.close-modal:hover { background-color: var(--color-dark); color: #fff; border-color: var(--color-dark); transform: rotate(90deg); }
.modal-header h3 { font-family: var(--font-serif); font-size: 1.8rem; margin: 10px 0; color: var(--color-dark); }
.modal-header p { font-size: 0.95rem; color: #666; line-height: 1.5; margin-bottom: 25px; }
.newsletter-form-inner input[type="email"] { width: 100%; padding: 15px; margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; font-family: var(--font-sans); font-size: 1rem; box-sizing: border-box; background: #fff; }
.newsletter-form-inner input[type="submit"] { width: 100%; padding: 15px; background-color: var(--color-dark); color: #fff; border: none; border-radius: 50px; font-weight: 600; font-size: 1rem; cursor: pointer; text-transform: uppercase; letter-spacing: 1px; transition: background 0.3s; }
.newsletter-form-inner input[type="submit"]:hover { background-color: var(--color-gold); }
.wpcf7-response-output { font-size: 0.85rem; margin-top: 15px !important; border-radius: 5px; }
/* Mensagens de Sucesso/Erro do CF7 */
.wpcf7-response-output { font-size: 0.85rem; margin-top: 15px !important; border-radius: 5px; }

/* === SOCIALS NO MODAL (MODERNO) === */
.modal-socials-wrapper { margin-top: 25px; padding-top: 20px; border-top: 1px solid rgba(44,44,44,0.1); text-align: center; width: 100%; }
.modal-socials-text { font-family: 'Cormorant Garamond', serif; font-size: 0.9rem; font-style: italic; color: #666; margin-bottom: 15px; }
.modal-socials-icons { display: flex; justify-content: center; gap: 20px; }
.modal-socials-icons a img { width: 22px; height: auto; opacity: 0.6; transition: all 0.3s ease; filter: brightness(0); }
.modal-socials-icons a:hover img { opacity: 1; transform: translateY(-3px); filter: none; }

/* === 11. RESPONSIVE (MOBILE OTIMIZADO C/ SCROLL) === */
.mobile-menu-toggle { display: none !important; background: transparent; border: none; cursor: pointer; flex-direction: column; gap: 5px; z-index: 1001; }
.mobile-menu-toggle span { width: 25px; height: 3px; background-color: #2C2C2C; transition: all 0.3s; }

@media (max-width: 1024px) { .pipeline-flow { gap: 10px; } .flow-step { width: 140px; } .team-grid { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 900px) { 
    .footer-inner { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 40px; } .footer-brand p { margin: 0 auto; } .footer-copy { text-align: center; } 
    /* SCROLLS HORIZONTAIS */
    .library-grid, .pipeline-flow, .team-grid { display: flex; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 25px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; gap: 20px; }
    /* Config Library */
    .lib-card { min-width: 200px; scroll-snap-align: center; }
    /* Config Pipeline */
    .pipeline-flow { align-items: flex-start; justify-content: flex-start; } .flow-step { min-width: 220px; width: auto; scroll-snap-align: center; margin: 0; } .flow-arrow { transform: none; min-width: 20px; align-self: center; margin: 0; }
    /* Config Team (2 Linhas) */
    .team-grid { display: grid; grid-template-columns: none; grid-template-rows: repeat(2, auto); grid-auto-flow: column; grid-auto-columns: 240px; gap: 15px; } .team-member { scroll-snap-align: start; width: 100%; margin: 0; }
}

@media (max-width: 768px) { 
    .lumikai-hero { align-items: center; padding-top: 80px; } .hero-video-bg { object-position: center center; } .hero-content { padding: 30px 20px; margin: 0 15px; width: auto; max-width: 100%; } .hero-title { font-size: 2.4rem; padding-bottom: 10px; } .hero-subtitle { font-size: 1rem; margin-bottom: 1.5rem; } .hero-tagline-box { font-size: 0.95rem; margin-bottom: 1.5rem; } .lumikai-header { padding: 15px; } .hero-buttons { flex-direction: column; width: 100%; } .btn-lumikai { width: 100%; text-align: center; box-sizing: border-box; } .project-grid { grid-template-columns: 1fr; gap: 40px; } 
    .mobile-menu-toggle { display: flex !important; } .header-nav { position: fixed; top: 0; right: -100%; width: 75%; height: 100vh; background-color: #FDFBF7; flex-direction: column; align-items: flex-start; justify-content: center; padding: 40px; box-shadow: -5px 0 15px rgba(0,0,0,0.1); transition: right 0.4s ease; z-index: 1000; display: flex; } .header-nav.active { right: 0; } .header-nav a { font-size: 1.2rem; margin: 15px 0; border-right: none; border-bottom: none; width: 100%; display: block; } 
    .mobile-menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 6px); } .mobile-menu-toggle.active span:nth-child(2) { opacity: 0; } .mobile-menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -6px); } 
    .release-badge { width: 70px; height: 70px; top: 10px; right: 10px; transform: rotate(0deg); } .rb-month { font-size: 0.8rem; } .rb-year { font-size: 1rem; } 
}