*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-dark: #161616;--bg-light: #ffffff;--green: #03c44c;--green-hover: #02a83f;--text-light: #ffffff;--text-dark: #333333;--text-muted: #666666;--font-body: "Roboto", -apple-system, system-ui, sans-serif;--font-heading: "Roboto", -apple-system, system-ui, sans-serif;--max-width: 1200px;--header-height: 60px}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-dark);background:var(--bg-light);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}.btn-whatsapp{display:inline-flex;align-items:center;gap:8px;background:var(--green);color:#fff;font-size:15px;font-weight:500;padding:10px 20px;border-radius:4px;transition:background .2s ease;white-space:nowrap}.btn-whatsapp:hover{background:var(--green-hover)}.btn-whatsapp svg{flex-shrink:0}.section-dark{background:var(--bg-dark);color:var(--text-light)}.section-light{background:var(--bg-light);color:var(--text-dark)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#444;border-radius:3px}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#161616;transition:box-shadow .3s ease}.header--scrolled{box-shadow:0 2px 20px #00000080}.header__inner{display:flex;align-items:center;justify-content:space-between;height:64px}.header__logo img{height:46px;width:auto;object-fit:contain;display:block}.header__right{display:flex;align-items:center;gap:16px}.lang-switch{position:relative}.lang-switch__btn{display:flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;color:#fff;font-size:14px;font-weight:500;padding:6px 8px;border-radius:4px;transition:background .2s;font-family:inherit}.lang-switch__btn:hover{background:#ffffff14}.lang-switch__flag{font-size:18px;line-height:1}.lang-switch__code{color:#fff;letter-spacing:.5px}.lang-switch__chevron{color:#aaa;transition:transform .2s}.lang-switch__chevron.open{transform:rotate(180deg)}.lang-switch__dropdown{position:absolute;top:calc(100% + 6px);right:0;background:#1e1e1e;border:1px solid #333;border-radius:6px;overflow:hidden;min-width:100px;box-shadow:0 8px 24px #0006;z-index:200;animation:dropIn .15s ease}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.lang-switch__option{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;background:none;border:none;cursor:pointer;color:#ddd;font-size:14px;font-weight:500;font-family:inherit;text-align:left;transition:background .15s}.lang-switch__option:hover{background:#ffffff14;color:#fff}.header__wa{font-size:14px;padding:9px 18px;border-radius:4px;white-space:nowrap}@media(max-width:480px){.header__wa span:not(svg){display:none}.header__wa{padding:9px 12px}}.vmodal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.vmodal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000e0;cursor:pointer}.vmodal__content{position:relative;z-index:1;width:90vw;max-width:960px}.vmodal__close{position:absolute;top:-44px;right:0;background:none;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.vmodal__close:hover{background:#ffffff26}.vmodal__frame{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px;background:#000;box-shadow:0 20px 60px #000c}.vmodal__frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}@media(max-width:600px){.vmodal__content{width:96vw}.vmodal__close{top:-40px;right:0}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:64px;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#161616fa 55%,#161616d9),url(https://luthierkiernan.com/wp-content/uploads/2025/02/Luthier-kiernan-Ronroco-Taller.webp) center / cover no-repeat;z-index:0}.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding-top:60px;padding-bottom:80px}.hero__content{display:flex;flex-direction:column;gap:24px}.hero__title{font-size:clamp(28px,4vw,44px);font-weight:700;color:#fff;line-height:1.2}.hero__desc{font-size:15px;color:#ddd;line-height:1.75;max-width:480px}.hero__desc strong{color:#fff}.hero__cta{font-size:15px;padding:13px 24px;border-radius:4px;align-self:flex-start}.hero__stars{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hero__stars span{color:#ccc;font-size:14px}.stars{display:flex;align-items:center;gap:2px}.hero__media{display:flex;flex-direction:column}.hero__images-stack{position:relative;width:100%;aspect-ratio:4 / 4.2}.hero__taller-desktop{position:absolute;top:0;right:0;width:86%;border-radius:12px;overflow:hidden;box-shadow:0 8px 48px #000000a6}.hero__taller-img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.hero__video-overlay{position:absolute;bottom:0;left:0;width:88%;z-index:2;display:flex;flex-direction:row;align-items:flex-end;gap:16px}.hero__video-wrap{position:relative;display:block;flex:0 0 58%;border-radius:10px;overflow:hidden;box-shadow:0 6px 32px #000000bf;outline:3px solid rgba(22,22,22,.7);cursor:pointer;background:none;border:none;padding:0;transition:transform .3s ease,box-shadow .3s ease}.hero__video-wrap:hover{transform:scale(1.02);box-shadow:0 12px 50px #000000d9}.hero__video-thumb{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:16/9}.hero__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.hero__video-wrap:hover .hero__play{opacity:.85}.hero__video-caption{flex:1;font-size:13px;color:#ccc;line-height:1.6;padding-bottom:6px}.hero__video-link{background:none;border:none;color:var(--green);text-decoration:underline;text-underline-offset:2px;cursor:pointer;font-size:inherit;font-family:inherit;padding:0}.hero__taller-mobile{display:none}.hero__taller-img-mobile{width:100%;height:auto;display:block}@media(max-width:768px){.hero{min-height:auto}.hero__inner{grid-template-columns:1fr;gap:32px;padding-top:24px;padding-bottom:60px}.hero__taller-mobile{display:block;width:100%}.hero__taller-img-mobile{max-height:260px;object-fit:cover;object-position:center top}.hero__images-stack{aspect-ratio:auto;position:static}.hero__taller-desktop{display:none}.hero__video-overlay{position:static;width:100%;flex-direction:column;align-items:flex-start;gap:10px}.hero__video-wrap{flex:none;width:100%;outline:none;border-radius:8px}.hero__video-caption{padding-bottom:0}.hero__media{align-items:center;width:100%}}.about{padding:100px 0}.about__inner{display:grid;grid-template-columns:420px 1fr;gap:64px;align-items:start}.about__photo{width:100%;height:auto;border-radius:4px;object-fit:cover;box-shadow:0 4px 24px #0000001f}.about__video-thumb{position:relative;display:block;width:100%;margin-top:16px;border-radius:4px;overflow:hidden;cursor:pointer;background:none;border:none;padding:0;box-shadow:0 4px 24px #00000026;transition:transform .3s ease,box-shadow .3s ease}.about__video-thumb:hover{transform:scale(1.02);box-shadow:0 8px 32px #00000038}.about__video-img{width:100%;height:auto;display:block;aspect-ratio:16/9;object-fit:cover}.about__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.about__video-thumb:hover .about__play{opacity:.8}.about__text-col{display:flex;flex-direction:column;gap:18px}.about__title{font-size:32px;font-weight:500;color:#222;margin-bottom:8px}.about__text-col p{font-size:15px;line-height:1.8;color:#444}@media(max-width:900px){.about__inner{grid-template-columns:1fr;gap:40px}.about__photo{max-width:480px;margin:0 auto}}@media(max-width:600px){.about{padding:60px 0}}.instruments{padding:100px 0}.instruments__inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.instruments__text{display:flex;flex-direction:column;gap:20px}.instruments__title{font-size:clamp(22px,2.8vw,30px);font-weight:600;color:#222;line-height:1.3}.instruments__subtitle{font-size:15px;color:#555;line-height:1.7}.instruments__features{list-style:disc;padding-left:20px;display:flex;flex-direction:column;gap:12px;margin:0}.instruments__feature{font-size:15px;color:#444;line-height:1.65}.instruments__feature strong{color:#222}.instruments__cta{align-self:flex-start;font-size:15px;padding:13px 24px;border-radius:4px}.instruments__videos{display:flex;flex-direction:column;gap:16px}.instruments__video-thumb{position:relative;display:block;width:100%;border-radius:8px;overflow:hidden;cursor:pointer;background:none;border:none;padding:0;box-shadow:0 4px 24px #00000021;transition:transform .3s ease,box-shadow .3s ease}.instruments__video-thumb:hover{transform:scale(1.02);box-shadow:0 8px 32px #00000038}.instruments__video-img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.instruments__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.instruments__video-thumb:hover .instruments__play{opacity:.8}@media(max-width:900px){.instruments__inner{grid-template-columns:1fr;gap:48px}.instruments__cta{align-self:stretch;text-align:center;justify-content:center}}@media(max-width:600px){.instruments{padding:60px 0}}.cta-band{padding:80px 0}.cta-band__inner{text-align:center;max-width:700px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px}.cta-band__eyebrow{font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:1.5px;color:var(--green)}.cta-band__heading{font-size:clamp(22px,3vw,32px);font-weight:500;color:#fff;line-height:1.3}.cta-band__body{font-size:15px;color:#ccc;line-height:1.75}.cta-band__btn{margin-top:8px;font-size:15px;padding:13px 28px;border-radius:4px}@media(max-width:600px){.cta-band{padding:60px 0}}.testimonials{padding:100px 0}.testimonials__header{text-align:center;max-width:700px;margin:0 auto 56px}.testimonials__header h2{font-size:clamp(22px,3vw,32px);font-weight:600;color:#222;margin-bottom:14px}.testimonials__header p{font-size:15px;color:#555;line-height:1.7}.testimonials__carousel{margin-bottom:64px}.testimonials__track{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:28px}.t-card{background:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 2px 12px #0000000f}.t-card__top{display:flex;align-items:flex-start;gap:12px}.t-card__avatar{width:44px;height:44px;border-radius:50%;color:#fff;font-weight:700;font-size:17px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.t-card__meta{flex:1;display:flex;flex-direction:column;gap:4px}.t-card__name-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.t-card__name{font-weight:600;font-size:14px;color:#222;line-height:1.3}.t-card__flag{width:28px;height:auto;flex-shrink:0;border-radius:2px}.t-stars{display:flex;gap:2px;align-items:center}.t-card__instrument{font-size:12px;color:#888}.t-card__quote{font-size:14px;color:#444;line-height:1.7;font-style:italic;margin:0}.testimonials__dots{display:flex;justify-content:center;gap:8px}.t-dot{width:10px;height:10px;border-radius:50%;background:#ddd;border:none;cursor:pointer;transition:background .2s,transform .2s;padding:0}.t-dot.active{background:var(--green);transform:scale(1.25)}.testimonials__featured{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center;margin-top:8px}.testimonials__feat-video{position:relative;display:block;width:100%;border-radius:10px;overflow:hidden;cursor:pointer;background:none;border:none;padding:0;box-shadow:0 4px 24px #0000002e;transition:transform .3s ease}.testimonials__feat-video:hover{transform:scale(1.02)}.testimonials__feat-thumb{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.testimonials__feat-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.testimonials__featured .t-card{padding:28px;border-color:#ddd}.testimonials__featured .t-card__quote{font-size:15px}@media(max-width:900px){.testimonials__track{grid-template-columns:1fr}.testimonials__track .t-card:not(:first-child){display:none}.testimonials__featured{grid-template-columns:1fr}}@media(max-width:600px){.testimonials{padding:60px 0}.testimonials__carousel{margin-bottom:48px}}.faq{padding:100px 0}.faq__header{text-align:center;max-width:640px;margin:0 auto 48px}.faq__header h2{font-size:clamp(22px,3vw,32px);font-weight:500;color:#222;margin-bottom:14px}.faq__header p{font-size:15px;color:#555;line-height:1.7}.faq__list{max-width:760px;margin:0 auto 60px;display:flex;flex-direction:column;gap:0;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden}.faq-item{border-bottom:1px solid #e5e5e5}.faq-item:last-child{border-bottom:none}.faq-item__q{display:flex;align-items:center;gap:14px;width:100%;text-align:left;padding:18px 24px;background:none;border:none;cursor:pointer;font-size:15px;font-weight:500;color:#222;transition:background .2s;font-family:inherit}.faq-item__q:hover{background:#f5f5f5}.faq-item.open .faq-item__q{color:var(--green);background:#f0fdf5}.faq-item__icon{width:22px;height:22px;border-radius:50%;border:1.5px solid currentColor;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:400;line-height:1;flex-shrink:0;transition:background .2s,color .2s}.faq-item.open .faq-item__icon{background:var(--green);border-color:var(--green);color:#fff}.faq-item__a{overflow:hidden;max-height:0;transition:max-height .3s ease,padding .3s ease}.faq-item.open .faq-item__a{max-height:300px}.faq-item__a p{padding:4px 24px 20px 60px;font-size:14px;color:#555;line-height:1.75}.faq__cta{text-align:center;max-width:500px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:12px}.faq__cta h3{font-size:24px;font-weight:500;color:#222}.faq__cta p{font-size:15px;color:#555;line-height:1.6}.faq__btn{margin-top:8px;font-size:15px;padding:13px 28px;border-radius:4px}@media(max-width:600px){.faq{padding:60px 0}.faq-item__a p{padding-left:24px}}.footer{padding:48px 0;border-top:1px solid #2a2a2a}.footer__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer__logo img{height:44px;width:auto;object-fit:contain}.footer__copy{font-size:13px;color:#888;text-align:center;flex:1}.footer__socials{display:flex;align-items:center;gap:12px}.footer__social-link{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#2a2a2a;color:#ccc;transition:background .2s,color .2s}.footer__social-link:hover{background:#e1306c;color:#fff}.footer__social-link--yt:hover{background:red;color:#fff}@media(max-width:600px){.footer__inner{flex-direction:column;text-align:center}.footer__copy{order:3}.footer__socials{order:2}}.wa-float{position:fixed;bottom:28px;right:28px;z-index:200;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36673;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .3s ease,transform .3s ease,background .2s}.wa-float.visible{opacity:1;transform:translateY(0);pointer-events:auto}.wa-float:hover{background:#20ba5a;box-shadow:0 6px 28px #25d36699}@media(max-width:600px){.wa-float{bottom:20px;right:16px;width:52px;height:52px}}
