@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{--ink:#152936;--muted:#607484;--line:#dbe8ef;--paper:#f5f9fc;--white:#ffffff;--blue:#4b89b6;--color-eyebrow-blue:#4b89b6;--blue-dark:#14394f;--sky:#dceff8;--soft:#eaf4f9;--shadow:0 18px 52px rgba(18,58,80,0.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;color:var(--ink);background:var(--paper);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body.katena-splash-active{overflow:hidden}section{scroll-margin-top:96px}img{display:block;max-width:100%}a{color:inherit}.splash-screen{position:fixed;z-index:999;inset:0;display:flex;align-items:center;justify-content:center;padding:28px;background:radial-gradient(circle at 50% 32%,rgba(181,222,241,.88),rgba(181,222,241,0) 38%),linear-gradient(180deg,#eef8fd,#dceff8);transition:opacity .48s ease,transform .56s ease}.splash-screen.is-exiting{opacity:0;transform:translateY(-12px);pointer-events:none}.splash-brand{display:grid;justify-items:center;grid-gap:16px;gap:16px}.splash-logo{width:clamp(82px,18vw,112px);height:clamp(82px,18vw,112px);border:1px solid rgba(75,137,182,.24);border-radius:999px;object-fit:cover;-webkit-clip-path:circle(47% at 50% 53%);clip-path:circle(47% at 50% 53%);box-shadow:0 18px 42px rgba(18,58,80,.13);animation:splashLogoIn .64s cubic-bezier(.2,.8,.2,1) both}.splash-brand span{color:var(--blue-dark);font-size:clamp(1.45rem,6vw,2.2rem);font-weight:800;line-height:1;animation:splashTextIn .52s ease .26s both}.site-header{position:-webkit-sticky;position:sticky;z-index:20;top:12px;width:min(1160px,calc(100% - 36px));min-height:64px;display:flex;justify-content:space-between;gap:18px;margin:12px auto -76px;padding:10px 12px 10px 18px;background:rgba(255,255,255,.88);border:1px solid rgba(75,137,182,.16);border-radius:999px;box-shadow:0 14px 40px rgba(7,35,46,.1);-webkit-backdrop-filter:blur(18px) saturate(1.15);backdrop-filter:blur(18px) saturate(1.15)}.brand,.site-header{align-items:center;color:var(--ink)}.brand{min-width:0;display:inline-flex;gap:10px;font-weight:800;text-decoration:none;white-space:nowrap}.brand img{width:42px;height:42px;border:1px solid rgba(75,137,182,.24);border-radius:999px;object-fit:cover;-webkit-clip-path:circle(47% at 50% 53%);clip-path:circle(47% at 50% 53%)}.header-navigation{flex-shrink:0;display:flex;align-items:center;gap:12px}.desktop-nav{display:flex;align-items:center;gap:4px;padding:4px;border:1px solid rgba(75,137,182,.12);border-radius:999px;background:rgba(255,255,255,.5);font-size:.86rem;font-weight:700}.desktop-nav a{padding:9px 12px;border-radius:999px;text-decoration:none;opacity:.84;transition:color .18s ease,background .18s ease,opacity .18s ease}.desktop-nav a:focus-visible,.desktop-nav a:hover{color:var(--blue-dark);background:rgba(220,239,248,.75);opacity:1}.header-cta{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:10px 17px;border-radius:999px;color:var(--white);background:var(--blue);box-shadow:0 10px 24px rgba(12,98,131,.22);font-size:.9rem;font-weight:900;text-decoration:none;white-space:nowrap;transition:transform .18s ease,background .18s ease}.header-cta-mobile{display:none}.header-cta:focus-visible,.header-cta:hover{background:var(--blue-dark);transform:translateY(-1px)}.mobile-menu{position:relative;z-index:22;display:none}.mobile-menu summary{width:42px;height:42px;display:grid;place-content:center;grid-gap:4px;gap:4px;border:1px solid rgba(8,67,92,.16);border-radius:999px;background:rgba(255,255,255,.82);cursor:pointer;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{width:16px;height:2px;display:block;border-radius:999px;background:var(--blue-dark)}.mobile-menu nav{position:absolute;z-index:23;top:calc(100% + 10px);right:0;min-width:min(260px,calc(100vw - 32px));display:grid;grid-gap:6px;gap:6px;padding:10px;border:1px solid rgba(75,137,182,.18);border-radius:16px;background:rgba(255,255,255,.96);box-shadow:0 18px 44px rgba(7,35,46,.14);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-menu nav a{min-height:42px;display:flex;align-items:center;padding:10px 12px;border-radius:10px;color:var(--ink);font-weight:800;text-decoration:none}.mobile-menu nav a:focus-visible,.mobile-menu nav a:hover{background:var(--sky)}.mobile-menu-overlay{position:fixed;z-index:19;inset:0;border:0;padding:0;background:rgba(21,41,54,.08);cursor:default}.hero{min-height:670px;display:flex;align-items:center;padding:120px 0 60px;overflow:hidden;background:radial-gradient(circle at 85% 20%,rgba(220,239,248,.6),rgba(220,239,248,0) 45%),radial-gradient(circle at 15% 80%,rgba(234,244,249,.8),rgba(234,244,249,0) 50%),linear-gradient(180deg,#fbfdff,#f4f9fc)}.hero-container{width:min(1040px,calc(100% - 36px));margin:0 auto;display:grid;grid-template-columns:1.12fr .88fr;align-items:center;grid-gap:clamp(24px,5vw,52px);gap:clamp(24px,5vw,52px)}.hero-content,.hero-visual{position:relative;z-index:1}body.katena-splash-active .hero-content h1,body.katena-splash-active .hero-lead,body.katena-splash-active .hero-photo-card{opacity:0}body.katena-splash-complete .hero-content h1{animation:heroTitleIn .56s ease backwards}body.katena-splash-complete .hero-lead{animation:heroTextIn .56s ease .11s backwards}body.katena-splash-complete .hero-photo-card{animation:heroPhotoIn .64s ease .19s backwards}.eyebrow{margin:0 0 12px;color:var(--color-eyebrow-blue);font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:760px;margin-bottom:20px;font-size:clamp(4.1rem,8.4vw,7.8rem);line-height:.88}h1,h2{letter-spacing:0}h2{margin-bottom:0;font-size:clamp(1.8rem,3.4vw,3rem);line-height:1.02}h3{margin-bottom:10px;font-size:1.12rem}.booking-cta p,.feature-card p,.footer-main>p,.hero-lead,.image-placeholder p,.kstretch-section>div>p,.section-title>p,.text-panel p{color:var(--muted);line-height:1.65}.hero-lead{max-width:600px;margin-bottom:0;font-size:clamp(1.08rem,2vw,1.28rem);color:#496777}.hero-visual{display:flex;align-items:center;justify-content:center;width:100%}.hero-image-composition{position:relative;width:clamp(340px,32vw,430px);display:grid;justify-items:center;grid-gap:14px;gap:14px}.hero-photo-card{position:relative;width:380px;max-width:100%;aspect-ratio:3/4;min-height:500px;border-radius:20px;overflow:hidden;background:var(--white);border:8px solid var(--white);box-shadow:0 20px 48px rgba(18,58,80,.1);transition:transform .3s ease,box-shadow .3s ease;z-index:2}.hero-photo-card:hover{transform:translateY(-4px) rotate(.5deg);box-shadow:0 24px 54px rgba(18,58,80,.14)}.hero-photo-card-brand{background:#eaf6fb;border-color:rgba(234,246,251,.96)}.hero-photo{width:100%;height:100%;object-position:center;border-radius:12px;display:block;background:#eef7fc}.hero-photo-contain{object-fit:contain}.hero-photo-cover{object-fit:cover}.hero-carousel-slide{position:absolute;inset:0;opacity:0;transition:opacity .62s cubic-bezier(.4,0,.2,1)}.hero-carousel-slide.active{opacity:1;z-index:1}.hero-brand-slide{position:relative;width:100%;height:100%;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:linear-gradient(135deg,rgba(255,255,255,.62),rgba(255,255,255,0) 38%),linear-gradient(160deg,#eaf6fb,#d6edf7 48%,#f5fbfd)}.hero-brand-slide:before{content:"";position:absolute;inset:22px;border:1px solid rgba(75,137,182,.16);border-radius:18px}.hero-brand-slide:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.34))}.hero-brand-image-frame{position:relative;z-index:1;width:min(92%,330px);min-height:58%;display:grid;place-items:center;overflow:visible;border-radius:26px;background:transparent;box-shadow:none;transform:translateY(8px) scale(.96);transition:transform .76s cubic-bezier(.2,.8,.2,1)}.hero-brand-image{width:100%;height:auto;max-height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 18px 34px rgba(18,58,80,.12));mix-blend-mode:multiply}.hero-carousel-slide.active .hero-brand-image-frame{transform:translateY(0) scale(1)}.hero-photo-placeholder{width:100%;height:auto;aspect-ratio:3/4;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--sky) 0,var(--soft) 100%);color:var(--blue-dark);gap:12px;border-radius:12px;padding:20px;text-align:center}.hero-photo-placeholder span{font-size:3rem}.hero-photo-placeholder strong{font-size:1.15rem;color:var(--blue-dark)}.hero-photo-placeholder p{margin:0;font-size:.9rem;color:var(--muted)}.hero-carousel-indicators{display:flex;justify-content:center;gap:8px}.hero-carousel-dot{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:rgba(75,137,182,.26);cursor:pointer;transition:width .18s ease,background .18s ease}.hero-carousel-dot.active{width:22px;background:var(--blue)}.cta-actions,.hero-actions,.inline-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;border:1px solid transparent;border-radius:999px;font-weight:700;font-size:.94rem;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(18,58,80,.05)}.button.primary{color:var(--white);background:var(--blue);box-shadow:0 8px 20px rgba(75,137,182,.24)}.button.ghost{color:var(--blue-dark);border-color:rgba(20,57,79,.16);background:rgba(255,255,255,.65)}.text-button{color:var(--blue-dark);background:transparent;box-shadow:none}.button.whatsapp-button{color:#14613b;border-color:rgba(68,171,113,.22);background:#dff7e8;box-shadow:0 8px 20px rgba(68,171,113,.14)}.button:focus-visible,.button:hover{transform:translateY(-1.5px);box-shadow:0 8px 24px rgba(18,58,80,.12)}.button.primary:focus-visible,.button.primary:hover{background:var(--blue-dark);box-shadow:0 10px 28px rgba(20,57,79,.3)}.button.ghost:focus-visible,.button.ghost:hover{color:var(--white);border-color:var(--blue);background:var(--blue);box-shadow:0 10px 28px rgba(75,137,182,.25)}.button.whatsapp-button:focus-visible,.button.whatsapp-button:hover{color:#0f4f31;background:#c9efd8;box-shadow:0 10px 28px rgba(68,171,113,.18)}.hero-visual{display:grid;place-items:center}.image-placeholder{min-height:260px;width:100%;display:grid;align-content:center;justify-items:start;grid-gap:8px;gap:8px;padding:28px;border:1px solid rgba(75,137,182,.2);border-radius:14px;background:radial-gradient(circle at 80% 12%,rgba(220,239,248,.95),rgba(220,239,248,0) 30%),linear-gradient(135deg,rgba(255,255,255,.82),rgba(232,245,251,.9));box-shadow:var(--shadow)}.image-placeholder span{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin-bottom:10px;border-radius:999px;color:var(--blue-dark);background:var(--white);font-weight:900}.image-placeholder strong{color:var(--blue-dark);font-size:1.1rem}.image-placeholder p{max-width:420px;margin:0}.hero-placeholder{min-height:360px;border:10px solid rgba(255,255,255,.86);border-radius:34px}.portrait-placeholder{min-height:420px}.gallery-placeholder{min-height:260px}.soft-placeholder{min-height:320px}.hero-stat{position:absolute;left:4%;bottom:8%;display:grid;grid-gap:4px;gap:4px;min-width:168px;padding:14px 16px;border:1px solid rgba(12,98,131,.14);border-radius:999px;color:var(--blue-dark);background:rgba(255,255,255,.86);box-shadow:0 16px 36px rgba(7,35,46,.11);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-stat span{color:var(--muted);font-size:.8rem;font-weight:700}.section{width:min(1160px,calc(100% - 36px));margin:0 auto}.booking-cta,.faq-section,.kstretch-section,.professional-section,.split-section{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:clamp(22px,4vw,58px);gap:clamp(22px,4vw,58px);padding:clamp(46px,7vw,82px) 0}.section-title{max-width:660px}.section-title>p{margin:16px 0 0}.section-title>.eyebrow{color:var(--color-eyebrow-blue)}.text-panel{display:grid;grid-gap:14px;gap:14px;align-content:center}.text-panel p{margin-bottom:0}.about-reveal-ready .about-reveal{opacity:0;transform:translateY(22px);filter:blur(6px);transition:opacity .62s ease,transform .7s cubic-bezier(.2,.8,.2,1),filter .7s ease;transition-delay:var(--reveal-delay,0s)}.about-reveal-ready .about-reveal.is-visible{opacity:1;transform:translateY(0);filter:blur(0)}.proposal-grid,.wide-image{grid-column:1/-1}.proposal-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.wide-title{grid-column:1/-1;margin-top:clamp(10px,2vw,18px)}.proposal-card{border-radius:10px}.proposal-card h3{margin-bottom:8px;color:var(--blue-dark);font-size:1rem}.proposal-card p{margin:0;color:var(--muted);font-size:.94rem;line-height:1.55}.activities-section,.services-section,.testimonials-section{padding:clamp(38px,6vw,72px) 0}.activities-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;grid-gap:12px;gap:12px;margin-top:24px}.activity-card{border-radius:10px;box-shadow:0 12px 30px rgba(18,58,80,.06)}.activity-card-content{flex:1 1;display:flex;flex-direction:column;gap:12px}.activity-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:2px}.activity-card-head>span{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--blue-dark);background:#e8f5fb;border-radius:999px;font-weight:900}.activity-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.activity-card-head strong{padding:6px 9px;border:1px solid rgba(75,137,182,.22);border-radius:999px;color:var(--blue-dark);background:rgba(220,239,248,.62);font-size:.75rem}.activity-card p{margin:0;color:var(--muted);line-height:1.6}.activity-booking{min-height:42px;padding:10px 14px;border-radius:8px;font-weight:900}.activity-booking:focus-visible,.activity-booking:hover{transform:translateY(-2px)}.card-grid,.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:24px}.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card,.testimonial-card{min-height:176px;padding:22px;border:1px solid var(--line);border-radius:10px;background:var(--white);box-shadow:0 12px 30px rgba(18,58,80,.06)}.feature-card span{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin-bottom:20px;color:var(--blue-dark);background:#e8f5fb;border-radius:999px;font-weight:900}.kstretch-section{padding:clamp(30px,5vw,56px);border:1px solid rgba(75,137,182,.2);border-radius:14px;background:var(--white);box-shadow:var(--shadow)}.kstretch-section,.professional-section{align-items:center}.professional-content{display:grid;align-content:center}.professional-visual{display:flex;align-items:center;justify-content:center}.professional-image{width:min(100%,430px);aspect-ratio:1/1;object-fit:cover;object-position:center;border:8px solid var(--white);border-radius:20px;box-shadow:var(--shadow);display:block}.check-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:22px}.check-list span{padding:13px 14px;border:1px solid var(--line);border-radius:10px;color:var(--blue-dark);background:rgba(255,255,255,.72);font-weight:800}.testimonial-card{margin:0;min-height:0}.testimonial-card blockquote{margin:0 0 14px;color:var(--ink);font-size:.98rem;line-height:1.6}.testimonial-card figcaption{color:var(--blue-dark);font-weight:900}.booking-cta{padding:clamp(28px,4.5vw,46px);background:radial-gradient(circle at 12% 18%,rgba(220,239,248,.95),rgba(220,239,248,0) 35%),var(--white)}.booking-cta,.crossfy-section{align-items:center;border:1px solid rgba(75,137,182,.2);border-radius:14px;box-shadow:var(--shadow)}.crossfy-section{display:grid;grid-template-columns:1.02fr .98fr;grid-gap:clamp(22px,4vw,52px);gap:clamp(22px,4vw,52px);margin-bottom:clamp(34px,5vw,66px);padding:clamp(30px,5vw,56px);background:radial-gradient(circle at 92% 14%,rgba(220,239,248,.72),rgba(220,239,248,0) 38%),var(--white)}.crossfy-note{margin:18px 0 0;color:var(--blue-dark);font-weight:800;line-height:1.55}.crossfy-visual{width:100%}.crossfy-image,.crossfy-placeholder{width:100%;aspect-ratio:4/3;border-radius:12px}.crossfy-image{object-fit:cover;box-shadow:0 10px 30px rgba(18,58,80,.08)}.crossfy-placeholder{min-height:220px;display:grid;align-content:center;justify-items:start;grid-gap:8px;gap:8px;padding:24px;border:1px dashed rgba(75,137,182,.35);background:radial-gradient(circle at 80% 12%,rgba(220,239,248,.5),rgba(220,239,248,0) 30%),linear-gradient(135deg,rgba(255,255,255,.9),rgba(240,248,252,.95))}.crossfy-placeholder span{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;color:var(--blue-dark);background:var(--sky);font-weight:900;font-size:1.1rem}.crossfy-placeholder strong{color:var(--blue-dark);font-size:1.05rem}.crossfy-placeholder p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.5}.crossfy-placeholder code{background:var(--soft);padding:2px 6px;border-radius:4px;color:var(--blue-dark);font-family:monospace}.button.is-disabled{color:#758995;border-color:rgba(117,137,149,.22);background:rgba(255,255,255,.45);cursor:not-allowed;pointer-events:none;box-shadow:none}.audience-section{padding:clamp(38px,6vw,72px) 0}.audience-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:24px}.audience-card{min-height:150px;display:grid;align-content:start;grid-gap:14px;gap:14px;padding:20px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.76);box-shadow:0 12px 30px rgba(18,58,80,.05)}.audience-card span{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;color:var(--blue-dark);background:var(--sky);font-weight:900}.audience-card p{margin:0;color:var(--muted);line-height:1.55;font-size:.94rem}.audience-carousel-controls{display:none}.booking-cta h2{margin-bottom:14px}.faq-list{display:grid;grid-gap:10px;gap:10px}.faq-list details{border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.78);box-shadow:0 10px 26px rgba(18,58,80,.05);overflow:hidden}.faq-list summary{cursor:pointer;padding:16px 18px;color:var(--blue-dark);font-weight:900}.faq-list p{margin:0;padding:0 18px 16px;color:var(--muted);line-height:1.62}.faq-actions{display:flex;padding:0 18px 18px}.faq-button{min-height:40px;padding-inline:18px;font-size:.9rem}.faq-inline-link{color:var(--blue-dark);font-weight:800;-webkit-text-decoration-color:rgba(75,137,182,.45);text-decoration-color:rgba(75,137,182,.45);text-underline-offset:3px}.faq-inline-link:focus-visible,.faq-inline-link:hover{color:var(--blue)}.site-footer{width:100%;margin-top:80px;padding:60px 0 30px;background:#0d1e29;border-top:1px solid rgba(75,137,182,.15);color:rgba(255,255,255,.9)}.site-footer .footer-container{width:min(1160px,calc(100% - 36px));margin:0 auto}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr 1fr;grid-gap:40px;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-column h4{color:var(--color-eyebrow-blue);margin-top:0;margin-bottom:18px;font-size:1.05rem;font-weight:700;letter-spacing:.03em}.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:14px}.footer-brand img{border-radius:999px;border:1.5px solid rgba(255,255,255,.25);object-fit:cover;-webkit-clip-path:circle(47% at 50% 53%);clip-path:circle(47% at 50% 53%)}.footer-brand span{font-size:1.28rem;font-weight:800;color:var(--white)}.footer-tagline{color:rgba(255,255,255,.65);font-size:.92rem;line-height:1.6;margin:0}.footer-nav{display:flex;flex-direction:column;gap:10px}.footer-nav a{color:rgba(255,255,255,.75);text-decoration:none;font-size:.92rem;font-weight:500;transition:color .18s ease,padding-left .18s ease}.footer-nav a:focus-visible,.footer-nav a:hover{color:var(--sky);padding-left:4px}.footer-contact-list{padding:0;margin:0;list-style:none;display:flex;flex-direction:column;gap:12px}.footer-link{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.75);text-decoration:none;font-size:.92rem;transition:color .18s ease}.footer-link:focus-visible,.footer-link:hover{color:var(--sky)}.footer-link-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:var(--sky);transition:color .18s ease,transform .18s ease}.footer-link:focus-visible .footer-link-icon,.footer-link:hover .footer-link-icon{color:var(--white);transform:scale(1.08)}.footer-cta-text{color:rgba(255,255,255,.65);font-size:.92rem;line-height:1.55;margin-top:0;margin-bottom:16px}.footer-cta-btn{font-size:.88rem;padding:8px 18px;border-radius:999px;min-height:auto;box-shadow:none;width:-moz-fit-content;width:fit-content}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;padding-top:24px;color:rgba(255,255,255,.45);font-size:.85rem}.footer-bottom p{margin:0}.footer-credit{color:rgba(255,255,255,.5);font-weight:600;text-decoration:none;transition:color .18s ease}.footer-credit:focus-visible,.footer-credit:hover{color:var(--sky)}.footer-legal{display:grid;grid-gap:6px;gap:6px;max-width:900px;padding-top:14px;color:rgba(255,255,255,.42);font-size:.68rem;line-height:1.45}.footer-legal details{margin:0}.footer-legal summary{width:-moz-fit-content;width:fit-content;cursor:pointer;color:rgba(255,255,255,.5);font-weight:600}.footer-legal summary:focus-visible,.footer-legal summary:hover{color:var(--sky)}.footer-legal p{margin:6px 0 0}:focus-visible{outline:3px solid rgba(75,137,182,.42);outline-offset:3px}@keyframes splashLogoIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes splashTextIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes heroTitleIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes heroTextIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes heroPhotoIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.splash-screen{transition:opacity .18s ease}.splash-screen.is-exiting{transform:none}.splash-brand span,.splash-logo,body.katena-splash-complete .hero-content h1,body.katena-splash-complete .hero-lead,body.katena-splash-complete .hero-photo-card{animation:none}body.katena-splash-active .hero-content h1,body.katena-splash-active .hero-lead,body.katena-splash-active .hero-photo-card{opacity:1}.about-reveal-ready .about-reveal{opacity:1;transform:none;filter:none;transition:none}}@media (max-width:1020px){.desktop-nav{font-size:.82rem}.desktop-nav a{padding-inline:9px}.activities-grid,.audience-grid,.card-grid,.proposal-grid,.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:840px){.header-cta-desktop{display:none}.header-cta-mobile{display:inline}.site-header{top:10px;width:min(100% - 24px,1160px);min-height:60px;margin-top:10px;margin-bottom:-70px;padding:8px 10px}.desktop-nav{display:none}.mobile-menu{display:block}.header-navigation{gap:8px}.hero{min-height:auto;padding:96px 0 40px}.hero-container{grid-template-columns:1fr;gap:32px}h1{margin-bottom:18px;font-size:clamp(3rem,13vw,4.4rem);line-height:.94}.hero-lead,h1{max-width:430px}.hero-lead{font-size:1.05rem}.hero-placeholder{min-height:330px}.hero-image-composition{width:min(100%,340px)}.hero-photo-card{width:280px;max-width:100%;min-height:373px;border-width:6px;margin-top:10px}.hero-brand-slide:before{inset:18px}.hero-brand-image-frame{width:min(86%,245px);min-height:54%;border-radius:24px}.booking-cta,.crossfy-section,.faq-section,.kstretch-section,.professional-section,.split-section{grid-template-columns:1fr}.cta-actions{margin-top:0}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}}@media (max-width:560px){section{scroll-margin-top:90px}.site-header{min-height:54px;max-width:calc(100vw - 24px);padding:7px 8px;gap:8px;justify-content:flex-start}.brand{flex:1 1 auto;gap:8px}.brand span{display:inline;max-width:64px;overflow:hidden;text-overflow:ellipsis}.header-navigation{gap:6px}.header-cta{min-height:36px;padding:8px 10px;font-size:.78rem}.brand img,.mobile-menu summary{width:36px;height:36px}.hero{padding:92px 0 42px}.eyebrow{margin-bottom:10px;font-size:.7rem}h1{max-width:100%;font-size:clamp(2.8rem,15vw,3.72rem);line-height:.96}h2{font-size:clamp(1.44rem,6.8vw,1.92rem);line-height:1.12}h3{line-height:1.18}.hero-lead{max-width:340px;font-size:1rem;line-height:1.55}.cta-actions,.hero-actions,.inline-actions{display:grid;grid-gap:10px;gap:10px}.hero-actions{display:grid;margin-top:22px}.hero-image-composition{width:min(100%,300px)}.hero-photo-card{width:min(100%,280px);min-height:373px}.hero-brand-slide:before{inset:16px;border-radius:16px}.hero-brand-image-frame{width:min(84%,220px);min-height:50%;border-radius:22px}.button{width:100%}.hero-placeholder,.image-placeholder,.portrait-placeholder,.soft-placeholder{min-height:230px;padding:22px}.hero-stat{display:none}.section{width:min(100% - 32px,1160px)}.site-footer{width:100%}.activities-section,.faq-section,.professional-section,.services-section,.split-section,.testimonials-section{padding-block:50px}.section-title>p{margin-top:12px;line-height:1.55}.wide-title{margin-top:22px}.activity-card p,.faq-list p,.kstretch-description,.text-panel p{line-height:1.55}.activities-grid,.card-grid,.check-list,.proposal-grid,.testimonial-grid{grid-template-columns:1fr}.audience-grid{display:flex;grid-template-columns:none;gap:12px;margin:22px -16px 0 0;padding:0 16px 2px 0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:0;scrollbar-width:none;-webkit-overflow-scrolling:touch}.audience-grid::-webkit-scrollbar{display:none}.activity-card,.feature-card,.testimonial-card{min-height:auto;padding:20px}.audience-card{flex:0 0 min(82vw,300px);min-height:132px;scroll-snap-align:start;gap:12px;padding:18px}.audience-card span{width:26px;height:26px;font-size:.82rem}.audience-card p{font-size:.92rem;line-height:1.48}.audience-carousel-controls{display:grid;grid-template-columns:36px 1fr 36px;align-items:center;grid-gap:10px;gap:10px;margin-top:12px}.audience-carousel-controls>button{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(75,137,182,.2);border-radius:999px;color:var(--blue-dark);background:rgba(255,255,255,.78);font-size:1.35rem;line-height:1;cursor:pointer}.audience-dots{display:flex;justify-content:center;gap:7px}.audience-dots button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:rgba(75,137,182,.24);cursor:pointer;transition:width .18s ease,background .18s ease}.audience-dots button.active{width:20px;background:var(--blue)}.booking-cta,.crossfy-section,.kstretch-section{padding:22px}.crossfy-section{margin-bottom:52px}.kstretch-section{margin-bottom:48px}.audience-section{padding:50px 0 48px}.faq-section{margin-top:8px}.crossfy-placeholder{min-height:190px}.site-footer{padding:40px 0 20px;margin-top:50px}.footer-grid{grid-template-columns:1fr;gap:28px;padding-bottom:30px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px;padding-top:20px}}.kstretch-description{margin-top:18px;font-size:1rem;line-height:1.6;color:var(--muted)}.kstretch-benefits-wrapper{margin-top:24px;margin-bottom:24px}.kstretch-benefits-wrapper h3{margin-bottom:12px;font-size:1.15rem;color:var(--blue-dark);font-weight:700}.kstretch-benefits-list{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px;padding:0;margin:0;list-style:none}@media (min-width:640px){.kstretch-benefits-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.kstretch-benefit-item{display:flex;align-items:flex-start;gap:8px;font-size:.95rem;line-height:1.45;color:var(--ink)}.kstretch-icon{flex-shrink:0;display:inline-flex;width:20px;height:20px;border-radius:999px;background-color:var(--sky);color:var(--blue-dark);font-size:.75rem;font-weight:900}.kstretch-icon,.kstretch-visual{align-items:center;justify-content:center}.kstretch-visual{position:relative;width:100%;display:flex}.kstretch-image{width:100%;height:auto;max-height:480px;object-fit:cover;object-position:center 58%;border-radius:12px;box-shadow:0 10px 30px rgba(18,58,80,.08);aspect-ratio:4/3}.kstretch-placeholder{min-height:280px;width:100%;display:grid;align-content:center;justify-items:start;grid-gap:8px;gap:8px;padding:24px;border:1px dashed rgba(75,137,182,.35);border-radius:12px;background:radial-gradient(circle at 80% 12%,rgba(220,239,248,.5),rgba(220,239,248,0) 30%),linear-gradient(135deg,rgba(255,255,255,.9),rgba(240,248,252,.95));box-shadow:0 10px 30px rgba(18,58,80,.04)}.kstretch-placeholder span{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin-bottom:6px;border-radius:999px;color:var(--blue-dark);background:var(--sky);font-weight:900;font-size:1.1rem}.kstretch-placeholder strong{color:var(--blue-dark);font-size:1.05rem}.kstretch-placeholder p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.5}.kstretch-placeholder code{background:var(--soft);padding:2px 6px;border-radius:4px;font-size:.82rem;color:var(--blue-dark);font-family:monospace}@media (max-width:560px){.kstretch-placeholder{min-height:220px;padding:18px}}.proposal-card{padding:18px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.72);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.proposal-card:hover{transform:translateY(-2.5px);border-color:rgba(75,137,182,.25);box-shadow:0 12px 32px rgba(18,58,80,.05)}.proposal-icon-container{width:44px;height:44px;border-radius:999px;background:var(--soft);color:var(--blue);display:flex;align-items:center;justify-content:center;margin-bottom:14px;border:1.5px solid rgba(75,137,182,.12);transition:background .25s ease,color .25s ease,transform .25s ease}.proposal-icon-container svg{width:22px;height:22px}.proposal-card:hover .proposal-icon-container{background:var(--sky);color:var(--blue-dark);transform:scale(1.08)}.activity-card{height:100%;min-height:240px;display:flex;flex-direction:column;padding:22px;border:1px solid var(--line);border-radius:12px;background:var(--white);box-shadow:0 12px 30px rgba(18,58,80,.05);transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s ease}.activity-card:hover{transform:translateY(-4px);border-color:rgba(75,137,182,.24);box-shadow:0 20px 40px rgba(18,58,80,.1)}.testimonial-card{padding:22px;border:1px solid var(--line);border-radius:12px;background:var(--white);box-shadow:0 12px 30px rgba(18,58,80,.05);transition:transform .25s ease,box-shadow .25s ease}.testimonial-card:hover{transform:translateY(-2.5px);box-shadow:0 16px 36px rgba(18,58,80,.08)}.activity-booking{min-height:38px;display:inline-flex;align-items:center;justify-content:center;align-self:stretch;margin-top:auto;padding:8px 16px;border-radius:999px;color:var(--white);background:var(--blue);font-weight:700;font-size:.88rem;text-decoration:none;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.activity-booking:focus-visible,.activity-booking:hover{background:var(--blue-dark);transform:translateY(-1.5px);box-shadow:0 6px 16px rgba(20,57,79,.2)}.carrusel-container{position:relative;width:100%;height:480px;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);background:var(--soft)}.carrusel-track{width:100%;height:100%;position:relative}.carrusel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .6s cubic-bezier(.4,0,.2,1);z-index:1}.carrusel-slide.active{opacity:1;z-index:2}.carrusel-image{width:100%;height:100%;object-fit:cover;object-position:center}.space-photo-fallback{width:100%;height:100%;display:grid;align-content:center;justify-items:start;grid-gap:8px;gap:8px;padding:clamp(22px,4vw,34px);color:var(--blue-dark);background:radial-gradient(circle at 80% 18%,rgba(220,239,248,.62),rgba(220,239,248,0) 34%),linear-gradient(135deg,rgba(255,255,255,.94),rgba(236,247,252,.98))}.space-photo-fallback span{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--sky);font-weight:900}.space-photo-fallback strong{font-size:1.05rem}.space-photo-fallback p{max-width:420px;margin:0;color:var(--muted);font-size:.9rem;line-height:1.5}.space-photo-fallback code{padding:2px 6px;border-radius:4px;background:var(--soft);color:var(--blue-dark);font-family:monospace;font-size:.82rem}.carrusel-control{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:rgba(13,30,41,.65);color:var(--white);font-size:1.8rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background .18s ease,transform .18s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.carrusel-control:focus-visible,.carrusel-control:hover{background:rgba(13,30,41,.85);transform:translateY(-50%) scale(1.05);outline:none}.carrusel-control.prev{left:20px;padding-right:2px}.carrusel-control.next{right:20px;padding-left:2px}.carrusel-indicators{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:10}.carrusel-dot{width:10px;height:10px;border-radius:999px;border:none;background:rgba(255,255,255,.5);cursor:pointer;transition:background .18s ease,width .18s ease;padding:0}.carrusel-dot.active{background:var(--white);width:24px}@media (max-width:840px){.carrusel-container{aspect-ratio:2.7/1;height:auto}}@media (max-width:560px){.carrusel-container{aspect-ratio:2.7/1;height:auto}.carrusel-control{width:38px;height:38px;font-size:1.5rem}.carrusel-control.prev{left:12px}.carrusel-control.next{right:12px}}.testimonials-section{padding:clamp(38px,6vw,72px) 0}.testimonials-carrusel-container{position:relative;width:min(780px,100%);margin:40px auto 0;background:var(--white);border:1px solid rgba(75,137,182,.16);border-radius:20px;padding:42px 48px;box-shadow:var(--shadow);overflow:hidden;min-height:270px;display:flex;flex-direction:column;justify-content:center}.testimonials-track{position:relative;width:100%;height:100%;flex:1 1 auto}.testimonial-slide{position:absolute;top:0;left:0;width:100%;opacity:0;pointer-events:none;transition:opacity .5s ease;z-index:1}.testimonial-slide.active{opacity:1;pointer-events:auto;position:relative;z-index:2}.testimonial-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px;flex-wrap:wrap}.testimonial-user{display:flex;align-items:center;gap:12px}.testimonial-avatar{flex-shrink:0;width:44px;height:44px;border-radius:999px;background:var(--soft);color:var(--blue-dark);display:flex;align-items:center;justify-content:center;border:1.5px solid rgba(75,137,182,.14)}.testimonial-avatar svg{width:20px;height:20px;opacity:.75}.testimonial-user-info{display:grid;grid-gap:2px;gap:2px}.testimonial-user-info strong{color:var(--blue-dark);font-size:1rem;font-weight:700}.testimonial-time{color:var(--muted);font-size:.8rem;font-weight:500}.testimonial-stars{display:flex;gap:3px;color:#ffb100;font-size:1.15rem}.testimonial-quote{margin:0;padding:0;color:var(--ink);font-size:1.05rem;line-height:1.62;font-style:italic;font-weight:400}.testimonials-indicators{display:flex;justify-content:center;gap:8px;margin-top:28px;z-index:10}.testimonials-dot{width:8px;height:8px;border-radius:999px;border:none;background:rgba(75,137,182,.25);cursor:pointer;transition:background .18s ease,width .18s ease;padding:0}.testimonials-dot.active{background:var(--blue);width:20px}@media (max-width:560px){.testimonials-carrusel-container{padding:28px 24px;min-height:320px}.testimonial-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:16px}.testimonial-stars{align-self:flex-start}.testimonial-quote{font-size:.96rem;line-height:1.55}}