.home{min-height:100vh;background:var(--color-bg);color:var(--color-text)}.home-hero{max-width:1100px;margin:0 auto;padding:6rem 1.5rem 2rem;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.home-hero__kicker{font-family:var(--font-display);font-size:.9rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent)}.home-hero__title{font-family:var(--font-display);font-size:clamp(2.75rem,8vw,5rem);font-weight:700;letter-spacing:-.03em;line-height:1.05;color:var(--color-text)}.home-hero__wave{display:inline-block;animation:wave-home .6s ease-in-out .8s 6 alternate;transform-origin:70% 70%}.home-hero__subtitle{font-size:clamp(1.1rem,2.5vw,1.35rem);line-height:1.6;color:var(--color-text-muted);max-width:640px;text-wrap:pretty}.home-hero__ctas{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}@keyframes wave-home{0%{transform:rotate(0deg)}to{transform:rotate(14deg)}}.home-about__grid{display:grid;grid-gap:2.5rem;gap:2.5rem;align-items:center;margin-top:2.5rem}@media screen and (min-width:768px){.home-about__grid{grid-template-columns:3fr 2fr}}.home-about__text{display:grid;grid-gap:1rem;gap:1rem;font-size:1.05rem;line-height:1.75}.home-about__text a{color:var(--color-accent);font-weight:600;-webkit-text-decoration-color:var(--color-accent-softer);text-decoration-color:var(--color-accent-softer);text-underline-offset:3px}.home-about__text a:hover{color:var(--color-accent-strong)}.home-about__photo-wrap{justify-self:center}.home-about__photo{display:block;width:min(400px,100%);border-radius:16px;box-shadow:var(--shadow-card-hover)}.home-talks__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));grid-gap:2rem;gap:2rem;margin-top:2.5rem}.home-talks__more{display:flex;justify-content:center;margin-top:2.5rem}.workshop-cta{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding:3rem clamp(1.5rem,5vw,3.5rem);color:#fff;background:var(--color-accent);border-radius:20px}.workshop-cta__title{font-family:var(--font-display);font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700;letter-spacing:-.02em;color:#fff}.workshop-cta__text{max-width:600px;line-height:1.7;opacity:.92}.home-testimonials__grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}@media screen and (min-width:640px){.home-testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.home-testimonials__grid{grid-template-columns:repeat(3,1fr)}}.home-testimonials .react-tweet-theme{margin:0 auto;--tweet-container-margin:0;--tweet-bg-color:var(--color-surface);--tweet-bg-color-hover:var(--color-surface-raised);--tweet-quoted-bg-color-hover:var(--color-accent-tint);--tweet-border:1px solid var(--color-border);--tweet-font-color:var(--color-text);--tweet-font-color-secondary:var(--color-text-muted);--tweet-color-blue-primary:var(--color-accent);--tweet-color-blue-secondary:var(--color-accent);--tweet-color-blue-secondary-hover:var(--color-accent-tint);--tweet-color-green-primary:var(--color-accent);--tweet-skeleton-gradient:linear-gradient(270deg,var(--color-surface),var(--color-surface-raised),var(--color-surface-raised),var(--color-surface));--tweet-body-font-size:1rem}.home-testimonials .react-tweet-theme [class^=tweet-actions_actions],.home-testimonials .react-tweet-theme [class^=tweet-replies_replies]{display:none}.home-testimonials .react-tweet-theme [class^=tweet-header_authorLinkText],.home-testimonials .react-tweet-theme [class^=tweet-header_authorVerified],.home-testimonials .react-tweet-theme [class^=tweet-header_follow],.home-testimonials .react-tweet-theme [class^=tweet-header_username]{padding:.25rem;font-size:1rem}.home-testimonials .react-tweet-theme [class^=tweet-header_brand]{padding-left:.5rem}@media screen and (max-width:355px){.home-testimonials .react-tweet-theme [class^=tweet-header_authorLinkText],.home-testimonials .react-tweet-theme [class^=tweet-header_authorVerified],.home-testimonials .react-tweet-theme [class^=tweet-header_follow],.home-testimonials .react-tweet-theme [class^=tweet-header_username]{font-size:1rem}}@media(prefers-reduced-motion:reduce){.home-hero__wave{animation:none}}