.landing-hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:7rem var(--pad) 4rem;overflow:hidden}.landing-hero-inner{position:relative;z-index:2;max-width:700px}.landing-hero-ctas{display:flex;gap:1rem;justify-content:center;margin-top:2rem;opacity:0;animation:fadeIn .6s ease .7s forwards}.hub-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.hub-card{position:relative;background:var(--bg-card);border:1px solid rgba(45,27,14,0.06);border-radius:var(--radius);overflow:hidden;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease;box-shadow:0 2px 12px rgba(45,27,14,0.04);display:flex;flex-direction:column;text-decoration:none;color:inherit}.hub-card:hover{transform:translateY(-4px);border-color:rgba(45,27,14,0.10);box-shadow:0 8px 30px rgba(45,27,14,0.08)}.hub-card--portfolio{grid-column:1 / -1;min-height:280px;display:grid;grid-template-columns:1fr 1fr}.hub-card-bg{position:relative;overflow:hidden}.hub-card-bg img{width:100%;height:100%;object-fit:cover;object-position:top left;transition:transform .5s ease}.hub-card:hover .hub-card-bg img{transform:scale(1.03)}.hub-card-content{padding:2rem 2.5rem;display:flex;flex-direction:column;justify-content:center;gap:.5rem}.hub-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;border-radius:12px;margin-bottom:.5rem}.hub-card-icon--accent{color:var(--accent);background:var(--accent-soft)}.hub-card-icon--coral{color:var(--coral);background:var(--coral-soft)}.hub-card-icon--amber{color:var(--amber);background:var(--amber-soft)}.hub-card-icon--blue{color:var(--blue);background:var(--blue-soft)}.hub-card h3{font-family:var(--font-display);font-size:1.5rem;font-weight:700;letter-spacing:-0.01em}.hub-card p{font-size:.88rem;color:var(--text-2);line-height:1.7}.hub-card-arrow{margin-top:auto;padding-top:.75rem;color:var(--accent);font-size:1rem;transition:transform .3s ease}.hub-card:hover .hub-card-arrow{transform:translateX(6px)}.hub-card--veille:hover .hub-card-arrow,.hub-card--about:hover .hub-card-arrow{transform:translateY(4px)}.veille-intro{font-size:.95rem;color:var(--text-2);line-height:1.7;max-width:550px;margin-top:.75rem}.veille-filters{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.veille-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.veille-card{background:var(--bg-card);border:1px solid rgba(45,27,14,0.06);border-radius:var(--radius);padding:1.75rem;display:flex;flex-direction:column;gap:.75rem;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease;box-shadow:0 2px 12px rgba(45,27,14,0.04);text-decoration:none;color:inherit}.veille-card:hover{transform:translateY(-4px);border-color:rgba(45,27,14,0.10);box-shadow:0 8px 30px rgba(45,27,14,0.08)}.veille-card-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.veille-card-date{font-family:var(--font-mono);font-size:.65rem;color:var(--text-3);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.veille-card-tags{display:flex;gap:.3rem;flex-wrap:wrap}.veille-card-title{font-family:var(--font-display);font-size:1.1rem;font-weight:600;line-height:1.3;letter-spacing:-0.01em}.veille-card-desc{font-size:.82rem;color:var(--text-2);line-height:1.65}.veille-card-source{margin-top:auto;display:flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:500;color:var(--accent);transition:color .2s}.veille-card:hover .veille-card-source{color:var(--text)}.about-hub-content{max-width:700px}.about-hub-ctas{display:flex;gap:1rem;margin-top:1.5rem}@media(max-width:900px){.hub-card--portfolio{grid-template-columns:1fr;min-height:auto}.hub-card-bg{max-height:200px}.veille-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.hub-grid{grid-template-columns:1fr}.veille-grid{grid-template-columns:1fr}.landing-hero-ctas{flex-direction:column;align-items:center}.about-hub-ctas{flex-direction:column}.hub-card-content{padding:1.5rem}}