.home{--radius: 16px;color:var(--ink);background:var(--bg);font-family:"Source Sans 3",ui-sans-serif,system-ui,sans-serif;line-height:1.5}.home *{box-sizing:border-box}.home a{color:inherit;text-decoration:none}.home img{max-width:100%}.home .wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}.home .reveal{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1)}.home .reveal.in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.home .reveal{opacity:1;transform:none;transition:none}}.home .hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:120px 0 60px;overflow:hidden;color:#fff;isolation:isolate}.home .hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.home .hero-scrim{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#0a081047,#0a081014 34%,#08070eb8),linear-gradient(90deg,#08070e80,#08070e00 55%)}.home .hero-inner{position:relative}.home .kicker{display:inline-flex;align-items:center;gap:9px;font-size:12.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#ffffffd9;margin-bottom:22px}.home .kicker:before{content:"";width:26px;height:1px;background:#fff9}.home h1{font-size:clamp(40px,7.2vw,84px);line-height:1;letter-spacing:-.025em;font-weight:900;margin:0;max-width:15ch;text-wrap:balance;text-shadow:0 2px 30px rgba(0,0,0,.3)}.home h1 em{font-style:normal;color:#ffd089}.home .sub{font-size:clamp(16px,2.3vw,20px);color:#ffffffe6;margin:20px 0 0;max-width:44ch;text-shadow:0 1px 12px rgba(0,0,0,.35)}.home .kathe{margin-top:38px;max-width:640px;background:#ffffff1a;border:1px solid rgba(255,255,255,.22);border-radius:22px;padding:8px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:var(--shadow-lg)}.home .kathe-input{display:flex;align-items:center;gap:10px;background:#fff;border-radius:16px;padding:6px 6px 6px 18px}.home .kathe-input .dot{width:9px;height:9px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 4px #3b63fb33;flex:none}.home .kathe-input input{flex:1;border:0;outline:0;font-family:inherit;font-size:16.5px;color:var(--ink);padding:12px 0;background:transparent}.home .kathe-input input::placeholder{color:#676e7c}.home .kathe-send{flex:none;background:var(--blue);color:#fff;border:0;border-radius:12px;width:44px;height:44px;font-size:18px;cursor:pointer;transition:background .2s}.home .kathe-send:hover{background:var(--blue-deep)}.home .chips{display:flex;flex-wrap:wrap;gap:8px;padding:12px 8px 6px}.home .chip{font-size:13.5px;font-weight:600;color:#fff;background:#ffffff26;border:1px solid rgba(255,255,255,.2);padding:8px 13px;border-radius:999px;cursor:pointer;transition:background .2s}.home .chip:hover{background:#ffffff47}.home .hero-hint{margin-top:16px;font-size:13.5px;color:#ffffffe6;text-shadow:0 1px 8px rgba(0,0,0,.55)}.home .chatlog{margin-top:16px;max-width:640px;display:flex;flex-direction:column;gap:12px}.home .bubble{border-radius:16px;padding:14px 16px;font-size:15.5px;line-height:1.55}.home .bubble.me{align-self:flex-end;background:var(--blue);color:#fff;border-bottom-right-radius:5px;max-width:80%}.home .bubble.k{align-self:flex-start;background:#fffffff5;color:var(--ink);border-bottom-left-radius:5px;box-shadow:var(--shadow-lg);max-width:92%}.home .bubble.k b{color:var(--blue-press)}.home .thinking{display:flex;gap:5px;align-items:center}.home .thinking span{width:7px;height:7px;border-radius:50%;background:var(--blue);animation:kblink 1.2s infinite both}.home .thinking span:nth-child(2){animation-delay:.2s}.home .thinking span:nth-child(3){animation-delay:.4s}@keyframes kblink{0%,80%,to{opacity:.25}40%{opacity:1}}.home .rec{display:flex;gap:12px;margin-top:12px;flex-wrap:wrap}.home .rec-card{flex:1;min-width:170px;background:#fff;border-radius:14px;overflow:hidden;box-shadow:var(--shadow-sm);color:var(--ink)}.home .rec-card .ph{height:82px;background-size:cover;background-position:center}.home .rec-card .rc-body{padding:11px 13px}.home .rec-card .rc-name{font-weight:700;font-size:15px}.home .rec-card .rc-meta{font-size:12.5px;color:var(--muted);margin-top:2px}.home .open-k{display:flex;width:fit-content;align-items:center;gap:8px;margin-top:14px;font-size:14px;font-weight:700;color:var(--blue);background:color-mix(in oklab,var(--blue) 8%,#fff);border:1px solid color-mix(in oklab,var(--blue) 35%,#fff);padding:10px 16px;border-radius:999px;cursor:pointer;transition:background .2s,border-color .2s}.home .open-k:hover{background:color-mix(in oklab,var(--blue) 16%,#fff);border-color:var(--blue)}.home section{padding:100px 0}.home .sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:36px;flex-wrap:wrap}.home .sec-head h2{font-size:clamp(28px,4vw,44px);letter-spacing:-.02em;font-weight:900;margin:0;max-width:16ch;text-wrap:balance}.home .eyebrow{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--blue);margin:0 0 12px}.home .sec-head p{color:var(--muted);margin:8px 0 0;max-width:52ch;font-size:16px}.home .see-all{font-weight:700;color:var(--blue);white-space:nowrap;font-size:15px}.home .narrative .q{font-size:clamp(26px,4.4vw,46px);font-weight:900;letter-spacing:-.02em;line-height:1.12;max-width:20ch;text-wrap:balance}.home .narrative .q span{color:var(--muted)}.home .barrios{background:var(--panel)}.home .barrio-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.home .barrio{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:4/5;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;padding:18px;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease}.home .barrio:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.home .barrio .b-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:transform .5s ease}.home .barrio:hover .b-img{transform:scale(1.05)}.home .barrio:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000 38%,#000000b8);z-index:1}.home .barrio .b-name{position:relative;z-index:2;font-size:22px;font-weight:900;letter-spacing:-.01em}.home .barrio .b-tag{position:relative;z-index:2;font-size:13.5px;color:#ffffffe0;margin-top:2px}@media(max-width:900px){.home .barrio-grid{grid-template-columns:repeat(2,1fr)}}.home .do-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.home .tile{border:1px solid var(--line);border-radius:var(--radius);padding:26px;background:var(--card);transition:border-color .25s,transform .25s,box-shadow .25s}.home .tile:hover{border-color:var(--blue);transform:translateY(-4px);box-shadow:var(--shadow-sm)}.home .tile .ic{width:46px;height:46px;border-radius:12px;background:var(--panel-2);display:grid;place-items:center;margin-bottom:16px;color:var(--blue-press)}.home .tile .ic svg{width:24px;height:24px}.home .tile h3{margin:0;font-size:19px;font-weight:800}.home .tile p{margin:6px 0 0;color:var(--muted);font-size:14.5px}@media(max-width:760px){.home .do-grid{grid-template-columns:1fr}}.home .events{background:var(--panel);overflow:hidden}.home .events .head-center{text-align:center;max-width:620px;margin:0 auto 40px}.home .eyebrow-pill{display:inline-block;background:var(--card);border:1px solid var(--line);color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;padding:7px 15px;border-radius:999px;margin-bottom:18px}.home .events .head-center h2{font-size:clamp(28px,4vw,44px);font-weight:900;letter-spacing:-.02em;margin:0;text-wrap:balance}.home .events .head-center .sub{color:var(--muted);margin:12px 0 0;font-size:16.5px;text-shadow:none}.home .carousel{position:relative}.home .carousel-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:10px 4px 22px;scrollbar-width:none;-ms-overflow-style:none}.home .carousel-track::-webkit-scrollbar{display:none}.home .ev-card{scroll-snap-align:center;flex:0 0 clamp(290px,33%,380px);background:var(--card);border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.home .ev-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.home .ev-cover{position:relative;aspect-ratio:16/10;background-size:cover;background-position:center}.home .ev-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000000a,#00000057)}.home .ev-tag{position:absolute;top:12px;left:12px;z-index:2;background:var(--card);color:var(--ink);font-size:11.5px;font-weight:800;padding:5px 12px;border-radius:999px;box-shadow:var(--shadow-sm)}.home .ev-tag.free{background:var(--blue);color:#fff}.home .ev-body{padding:18px;display:flex;flex-direction:column;flex:1}.home .ev-cat{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:8px}.home .ev-title{font-size:20px;font-weight:800;letter-spacing:-.01em;line-height:1.2;margin:0 0 14px}.home .ev-meta{display:flex;flex-direction:column;gap:9px;margin-bottom:18px}.home .ev-meta .row{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:14px;font-weight:600}.home .ev-meta .row svg{width:16px;height:16px;color:var(--blue);flex:none}.home .ev-btn{margin-top:auto;align-self:flex-start;background:var(--panel-2);color:var(--blue-press);font-weight:700;font-size:13.5px;letter-spacing:.02em;padding:11px 20px;border-radius:999px;transition:background .2s,color .2s}.home .ev-card:hover .ev-btn{background:var(--blue);color:#fff}.home .carousel-arrow{position:absolute;top:calc(50% - 60px);z-index:5;width:46px;height:46px;border-radius:50%;background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow-sm);cursor:pointer;display:grid;place-items:center;color:var(--ink);transition:background .2s,transform .1s}.home .carousel-arrow:hover{background:var(--panel-2);border-color:var(--blue)}.home .carousel-arrow:active{transform:scale(.94)}.home .carousel-arrow svg{width:15px;height:15px}.home .carousel-arrow.left{left:-8px}.home .carousel-arrow.right{right:-8px}.home .view-all{display:flex;justify-content:center;margin-top:18px}.home .view-all a{background:var(--blue);color:#fff;font-weight:800;padding:14px 28px;border-radius:999px;font-size:15px;transition:background .2s}.home .view-all a:hover{background:var(--blue-deep)}@media(max-width:640px){.home .ev-card{flex:0 0 84%}.home .carousel-arrow{display:none}}.home .blog{background:var(--bg)}.home .blog .sec-head{margin-bottom:40px}.home .plan{background:var(--panel)}.home .plan-card{background:linear-gradient(120deg,var(--blue-press),var(--blue));border-radius:26px;padding:56px;color:#fff;overflow:hidden}.home .plan-card h2{font-size:clamp(28px,4vw,44px);font-weight:900;letter-spacing:-.02em;margin:0;max-width:18ch}.home .plan-card p{color:#ffffffe0;margin:14px 0 26px;max-width:46ch;font-size:17px}.home .plan-card .cta{display:inline-flex;align-items:center;gap:9px;background:#fff;color:var(--blue-press);font-weight:800;padding:14px 24px;border-radius:999px;font-size:16px}
