html{scroll-behavior:smooth}.workshops-page{--workshops-primary: #07d46c;--workshops-primary-dark: #05b85c;--workshops-dark: #161616;--workshops-muted: #6f6f6f;--workshops-section-padding: 24px;background-color:#fff;color:#222;display:flex;flex-direction:column;gap:32px}.workshops-page>section{margin-block:0;padding-block:var(--workshops-section-padding)}.workshops-page>section:first-of-type{padding-top:0}.workshops-page .container{width:min(100%,1120px);margin-inline:auto;padding-inline:clamp(16px,4vw,32px)}svg.workshops-placeholder{width:100%;height:100%;border-radius:24px;background-color:#e9ebe9;display:block}svg.workshops-placeholder rect,svg.workshops-placeholder path{fill:#d9dcd9}.workshops-animate{opacity:0;transform:translateY(12px) scale(.98);transition:transform .6s cubic-bezier(.21,.67,.29,.99),opacity .6s ease;will-change:transform,opacity}.workshops-animate.is-visible{opacity:1;transform:none;transition-delay:calc(var(--reveal-order, 0) * var(--reveal-step, 70ms))}@media (prefers-reduced-motion: reduce){.workshops-animate{transition:none;opacity:1;transform:none}}.workshops-page section{position:relative}.workshops-page h1,.workshops-page h2,.workshops-page h3,.workshops-page h4{font-weight:700;letter-spacing:-.01em;margin:0 0 16px;text-align:center}.workshops-page p{margin:0 0 16px;line-height:1.6}.workshops-page .button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 32px;font-weight:600;font-size:16px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease;border:none;--border-offset: 0;--border-opacity: 0}.workshops-page .button:focus,.workshops-page .button:active{outline:none;--border-offset: 0;--border-opacity: 0}.workshops-page .button:not([disabled]):hover:after{--border-offset: 0;--border-opacity: 0}.workshops-hero__actions,.workshops-gift__actions,.workshops-lead__content,.workshops-final__content{display:flex;flex-direction:column;align-items:center;gap:16px;justify-content:center}.workshops-lead__card{position:relative;width:100%;max-width:480px;margin:0 auto;overflow:visible}.workshops-lead__card-glow{display:none}@keyframes workshopsFormGlowRotate{0%{filter:blur(24px) hue-rotate(0deg)}to{filter:blur(24px) hue-rotate(360deg)}}.workshops-lead__card-inner{position:relative;padding:24px 0}.workshops-lead__card-inner:before{display:none}.workshops-lead__card-inner:after{display:none}.workshops-lead__header{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:36px;text-align:center;scroll-margin-top:140px}.workshops-lead__icon-wrap{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,var(--workshops-primary) 0%,#05b85c 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 12px 40px #07d46c66,0 0 0 8px #07d46c1a;animation:workshopsIconPulse 3s ease-in-out infinite}@keyframes workshopsIconPulse{0%,to{box-shadow:0 12px 40px #07d46c66,0 0 0 8px #07d46c1a;transform:scale(1)}50%{box-shadow:0 16px 50px #07d46c80,0 0 0 12px #07d46c26;transform:scale(1.02)}}.workshops-lead__icon{width:32px;height:32px;color:#fff}.workshops-lead__card .workshops-lead__heading{color:#1a1a1a;font-size:clamp(24px,5vw,32px);font-weight:700;margin:0;letter-spacing:-.02em}.workshops-lead__card .workshops-lead__body{color:#6b7280;font-size:16px;margin:0;max-width:320px;line-height:1.6}.workshops-lead__card .workshops-form{display:flex;flex-direction:column;gap:24px;width:100%}.workshops-form__field{position:relative;width:100%}.workshops-form__input-wrap{position:relative;display:flex;align-items:center}.workshops-form__field-icon{position:absolute;right:18px;width:22px;height:22px;color:#9ca3af;transition:color .3s ease,transform .3s ease;pointer-events:none;z-index:2}.workshops-form__input-wrap input{width:100%;padding:24px 52px 12px 20px;font-size:17px;font-family:inherit;color:#1a1a1a;background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;outline:none;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-appearance:none;text-align:right}.workshops-form__input-wrap input::placeholder{color:transparent}.workshops-form__label{position:absolute;right:52px;top:50%;transform:translateY(-50%);font-size:16px;color:#9ca3af;pointer-events:none;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:right center;line-height:1}.workshops-form__focus-line{position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(90deg,var(--workshops-primary),#05b85c);border-radius:0 0 16px 16px;transition:all .4s cubic-bezier(.4,0,.2,1);transform:translate(-50%)}.workshops-form__input-wrap input:focus,.workshops-form__input-wrap input:not(:placeholder-shown){background:#fff;border-color:var(--workshops-primary);box-shadow:0 0 0 4px #07d46c1f}.workshops-form__input-wrap input:focus~.workshops-form__field-icon,.workshops-form__input-wrap input:not(:placeholder-shown)~.workshops-form__field-icon{color:var(--workshops-primary);transform:scale(1.1)}.workshops-form__input-wrap input:focus~.workshops-form__label,.workshops-form__input-wrap input:not(:placeholder-shown)~.workshops-form__label{top:0;transform:translateY(-50%) scale(.8);color:var(--workshops-primary);background:#f9fafb;padding:2px 10px;right:44px;border-radius:4px}.workshops-form__input-wrap input:focus~.workshops-form__focus-line{width:calc(100% - 32px)}.workshops-form__submit{position:relative;display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:20px 32px;margin-top:8px;font-size:18px;font-weight:700;font-family:inherit;color:#fff;background:linear-gradient(135deg,var(--workshops-primary) 0%,#05b85c 100%);border:none;border-radius:16px;cursor:pointer;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #07d46c66,inset 0 1px #fff3}.workshops-form__submit:hover{transform:translateY(-3px);box-shadow:0 16px 48px #07d46c80,inset 0 1px #ffffff4d}.workshops-form__submit:active{transform:translateY(-1px)}.workshops-form__submit-text{position:relative;z-index:2}.workshops-form__submit-icon{position:relative;z-index:2;width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.workshops-form__submit-icon svg{width:100%;height:100%;transform:rotate(180deg)}.workshops-form__submit:hover .workshops-form__submit-icon{transform:translate(-6px)}.workshops-form__submit-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);transition:left .6s ease}.workshops-form__submit:hover .workshops-form__submit-shine{left:100%}@media screen and (max-width: 600px){.workshops-lead__card-inner{padding:16px 0}.workshops-lead__icon-wrap{width:60px;height:60px}.workshops-lead__icon{width:26px;height:26px}.workshops-form__input-wrap input{padding:22px 48px 10px 18px;font-size:16px}.workshops-form__submit{padding:18px 28px;font-size:16px}}.workshops-form__actions{display:flex;justify-content:center;width:100%}.workshops-form__actions .button{width:100%}.workshops-page .button--primary{background-color:var(--workshops-primary);color:#fff;box-shadow:0 10px 25px #07d46c4d;outline:none}.workshops-page .button--primary:hover{background-color:var(--workshops-primary-dark);transform:translateY(-1px)}.workshops-page .button--ghost{color:var(--workshops-dark);background-color:#f5f5f5;padding:12px 28px;box-shadow:0 6px 18px #00000014;outline:none}.workshops-page .button--ghost:hover{background-color:#ececec;box-shadow:0 10px 24px #0000001f}.workshops-page .button:focus-visible{outline:none;box-shadow:0 0 0 3px #07d46c59;outline-offset:0}.workshops-hero{display:flex;flex-direction:column;gap:28px}.workshops-hero__media img{width:100%;height:auto;border-radius:0 0 24px 24px;object-fit:cover;transform:translateY(var(--hero-parallax, 0px));will-change:transform}@media (min-width: 992px){.workshops-hero__media img{height:560px;max-height:560px;width:100%;object-fit:cover}}.workshops-hero__media svg.workshops-placeholder{border-radius:0 0 24px 24px}.workshops-progress{position:fixed;top:0;left:0;width:100%;height:3px;z-index:9999;pointer-events:none}.workshops-progress__bar{width:100%;height:100%;transform:scaleX(var(--progress, 0));transform-origin:0 50%;background:linear-gradient(90deg,var(--workshops-primary) 0%,#00e6a6 100%);transition:transform 80ms linear}@media (prefers-reduced-motion: reduce){.workshops-progress__bar{transition:none}}.workshops-hero__content{text-align:right;display:flex;flex-direction:column;gap:20px}.workshops-hero__heading{font-size:clamp(30px,4vw,44px)}.workshops-hero__body{color:var(--workshops-muted);font-size:17px}.workshops-hero__actions{display:flex;flex-wrap:wrap;gap:12px}.workshops-intro{text-align:center;max-width:760px;margin-inline:auto}.workshops-intro__body{color:var(--workshops-muted)}.workshops-instructor,.workshops-featured,.workshops-gift{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;align-items:center;background:#f8f8f8;padding:var(--workshops-section-padding);border-radius:28px}.workshops-instructor__media,.workshops-featured__media,.workshops-gift__media{display:flex;justify-content:center}.workshops-instructor__media img,.workshops-featured__media img,.workshops-gift__media img{max-width:100%;width:clamp(220px,40vw,360px);height:auto;border-radius:24px;object-fit:cover}.workshops-instructor__label{font-weight:600;color:var(--workshops-primary-dark);margin-bottom:8px;text-transform:uppercase;letter-spacing:.08em}.workshops-instructor{background:transparent}.workshops-instructor__name{font-size:clamp(26px,3vw,34px)}.workshops-instructor__body,.workshops-featured__body,.workshops-gift__body{color:var(--workshops-muted)}.workshops-video{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;align-items:center}.workshops-video__media{position:relative}.workshops-video__media img{width:100%;border-radius:28px;object-fit:cover}.workshops-video__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#fff;text-decoration:none;background:linear-gradient(180deg,#0000000d,#00000073);border-radius:28px}.workshops-video__play-icon{width:62px;height:62px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.workshops-video__play-icon:before{content:"";border-style:solid;border-width:10px 0 10px 17px;border-color:transparent transparent transparent #ffffff;transform:translate(3px)}.workshops-video__play-label{font-weight:600;letter-spacing:.08em;text-transform:uppercase}.workshops-video__heading{font-size:clamp(26px,3vw,34px)}.workshops-video__caption{color:var(--workshops-muted)}.workshops-featured__label{font-weight:600;color:var(--workshops-primary-dark);margin-bottom:6px}.workshops-featured__price{font-size:24px;font-weight:700;margin-top:24px}.workshops-programs{display:flex;flex-direction:column;gap:24px}.workshops-programs__body{color:var(--workshops-muted);max-width:720px}.workshops-programs__grid{display:grid;gap:24px}.workshops-events{display:flex;flex-direction:column;gap:24px}.workshops-events__body{margin-inline:auto;color:var(--workshops-muted)}.workshops-events__grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}@media (min-width: 768px){.workshops-events__grid{display:flex;flex-direction:column;gap:40px;max-width:600px;margin-inline:auto}.workshops-events__card{width:100%}}@media (min-width: 992px){.workshops-events__grid{max-width:700px;gap:48px}}.workshops-events__image{width:100%;border-radius:20px;overflow:hidden}.workshops-events__image img,.workshops-events__image svg{width:100%;height:auto;display:block;object-fit:cover}.workshops-events__placeholder{background:#f4f4f4}.workshops-events__story{position:relative;width:100%;border-radius:22px;overflow:hidden;aspect-ratio:9 / 16;max-width:clamp(260px,65vw,480px);display:flex;align-items:stretch;justify-content:center;cursor:pointer;align-self:center;touch-action:manipulation}@media (min-width: 768px){.workshops-events__story{aspect-ratio:9 / 16;max-width:320px;width:100%;margin-inline:auto}}@media (min-width: 992px){.workshops-events__story{max-width:360px}}.workshops-story__slides{position:relative;width:100%;height:100%;display:block}.workshops-story__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .35s ease;pointer-events:none;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.workshops-story__slide.is-active,.workshops-story__slide[data-active=true]{opacity:1;pointer-events:auto}.workshops-story__slide img,.workshops-story__slide video{width:100%;height:100%;object-fit:cover;display:block;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}svg.workshops-story__placeholder{width:100%;height:100%;display:block;background:#1a1a1a}.workshops-story__slide video{background:#000}.workshops-story__progress{position:absolute;top:12px;left:12px;right:12px;display:flex;gap:6px;z-index:3}.workshops-story__progress-bar{position:relative;flex:1;height:4px;background:#ffffff59;border-radius:999px;overflow:hidden}.workshops-story__progress-bar span{display:block;width:0%;height:100%;background:#fff;border-radius:inherit}.workshops-story__progress-bar.is-complete span{width:100%;transition:none!important}.workshops-story__caption{position:absolute;left:0;right:0;bottom:0;padding:16px 18px 20px;background:linear-gradient(180deg,#0000,#000000a6);color:#fff;font-size:14px;line-height:1.4;text-align:right;z-index:2}.workshops-events__card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:24px;padding:24px;box-shadow:0 12px 24px #0000000f;display:flex;flex-direction:column;gap:14px;align-items:center;text-align:center;justify-content:space-between;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;will-change:transform}.workshops-events__card:hover{transform:translateY(-4px);box-shadow:0 18px 36px #0000001f;border-color:#07d46c40}.workshops-events__icon{width:56px;height:56px;border-radius:50%;background:#07d46c1f;display:inline-flex;align-items:center;justify-content:center;font-size:28px}.workshops-events__title{font-size:20px;margin:0}.workshops-events__description{margin:0;color:var(--workshops-muted);line-height:1.6;padding-inline:8px}.workshops-program-card{background:#f9f9f9;border-radius:28px;padding:32px;border:1px solid rgba(0,0,0,.05);box-shadow:0 12px 24px #0000000a;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;will-change:transform}.workshops-program-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px #0000001a;border-color:#0000001f}.workshops-program-card__badge{display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#fff;background:var(--workshops-primary);padding:6px 14px;border-radius:999px;margin-bottom:14px}.workshops-program-card__title{font-size:24px;margin-bottom:12px}.workshops-program-card__body,.workshops-program-card__meta{color:var(--workshops-muted)}.workshops-program-card__meta{margin-top:18px;font-weight:600}.workshops-program-card--highlight{background:#f2fbf7;color:var(--workshops-dark);box-shadow:0 8px 18px #0000000f;border:1px solid rgba(7,212,108,.22)}.workshops-program-card--highlight .workshops-program-card__body,.workshops-program-card--highlight .workshops-program-card__meta{color:var(--workshops-muted)}.workshops-program-card--highlight .workshops-program-card__badge{background:var(--workshops-primary);color:#fff}.workshops-testimonial{background:linear-gradient(135deg,rgba(7,212,108,.03) 0%,transparent 50%,rgba(7,212,108,.02) 100%);padding:var(--workshops-section-padding);text-align:center;position:relative;overflow:hidden}.workshops-testimonial:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;pointer-events:none;z-index:0}.workshops-testimonial>*{position:relative;z-index:1}.workshops-testimonial__marquee{position:relative;overflow:hidden;height:clamp(220px,40vh,420px);mask-image:linear-gradient(to bottom,transparent 0,black 20px,black calc(100% - 20px),transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0,black 20px,black calc(100% - 20px),transparent 100%)}.workshops-testimonial__marquee--x{height:auto;mask-image:linear-gradient(to left,transparent 0,black 40px,black calc(100% - 40px),transparent 100%);-webkit-mask-image:linear-gradient(to left,transparent 0,black 40px,black calc(100% - 40px),transparent 100%)}.workshops-testimonial__columns{display:flex;flex-direction:row;gap:20px;align-items:stretch}.workshops-testimonial__columns>.workshops-testimonial__marquee{flex:1 1 0}.workshops-testimonial__track{display:flex;flex-direction:column;gap:0;animation:workshops-testimonial-scroll 24s linear infinite;will-change:transform}.workshops-testimonial__track--x{flex-direction:row;gap:0;animation:workshops-testimonial-scroll-x 30s linear infinite;flex-wrap:nowrap}.workshops-testimonial__columns .workshops-testimonial__marquee:nth-child(2) .workshops-testimonial__track{animation-duration:28s}.workshops-testimonial__marquee:hover .workshops-testimonial__track{animation-play-state:paused}.workshops-testimonial__group{display:flex;flex-direction:column;gap:0}.workshops-testimonial__group--x{flex-direction:row;gap:0;flex-wrap:nowrap}.workshops-testimonial__card{margin:0;width:100%;max-width:300px;margin-inline:auto;padding:24px 20px;background:linear-gradient(145deg,#fffffff2,#ffffffd9);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(7,212,108,.12);border-radius:20px;box-shadow:0 4px 24px #0000000a,0 1px 3px #07d46c0f;direction:rtl;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;transition:transform .3s ease,box-shadow .3s ease;position:relative}.workshops-testimonial__card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0000000f,0 2px 6px #07d46c1a}.workshops-testimonial__quote-icon{display:block;font-size:42px;line-height:1;color:var(--workshops-primary);opacity:.4;margin-bottom:8px;font-family:Georgia,Times New Roman,serif;text-shadow:0 2px 8px rgba(7,212,108,.15)}.workshops-testimonial__card img{width:100%;max-width:560px;height:auto;display:block;margin-inline:auto}.workshops-testimonial__card--image img{max-width:160px;border-radius:12px;box-shadow:0 4px 12px #00000014}.workshops-testimonial__card--image .workshops-testimonial__author{margin-top:12px;border-top:none;padding-top:0}.announcement-marquee .workshops-testimonial__card{margin-inline:12px;margin-block:8px}.workshops-testimonial__card--image .workshops-testimonial__quote-icon{display:none}@keyframes workshops-testimonial-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes workshops-testimonial-scroll-x{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 900px){.workshops-testimonial__columns{flex-direction:column}}.workshops-testimonial__quote{font-size:clamp(16px,2vw,19px);font-weight:500;font-style:italic;margin:0 0 20px;border:none;text-align:center;line-height:1.6;color:var(--workshops-dark)}.workshops-testimonial__author{font-style:normal;font-weight:600;font-size:14px;color:var(--workshops-muted);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;padding-top:16px;border-top:1px solid rgba(7,212,108,.15);width:100%}.workshops-testimonial__author-accent{display:inline-block;color:var(--workshops-primary);font-size:12px;animation:workshops-sparkle 2s ease-in-out infinite}@keyframes workshops-sparkle{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.workshops-testimonial__quote,.workshops-testimonial__author{white-space:normal;overflow-wrap:anywhere;word-break:break-word}.workshops-testimonial__stars{display:flex;align-items:center;justify-content:center;gap:6px;margin:12px 0 16px;color:gold;font-size:22px;line-height:1;filter:drop-shadow(0 2px 4px rgba(255,215,0,.3))}.workshops-testimonial__stars span{display:inline-block;line-height:1;animation:workshops-star-glow 3s ease-in-out infinite;animation-delay:calc(var(--star-index, 0) * .15s)}@keyframes workshops-star-glow{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.workshops-testimonial__heading{font-size:clamp(24px,4vw,36px);font-weight:700;color:var(--workshops-dark);margin-bottom:28px;position:relative;display:inline-block}.workshops-testimonial__heading:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,transparent,var(--workshops-primary),transparent);border-radius:2px}.workshops-lead,.workshops-final{background:#f9f9f9;border-radius:32px;padding:var(--workshops-section-padding)}.workshops-lead{background:transparent;padding:48px 24px;overflow:visible}.workshops-lead__body,.workshops-final__body{color:var(--workshops-muted)}.workshops-form__row{display:flex;flex-direction:column;gap:16px;margin-bottom:16px;width:100%}.workshops-form__row input,.workshops-form__row textarea,.workshops-form__row select{width:100%;border:1px solid rgba(0,0,0,.08);border-radius:16px;background:transparent;box-shadow:0 12px 24px #00000014;padding:14px 18px;font-size:16px;font-family:var(--font-body-family);text-align:right;color:#2c2c2c;-webkit-appearance:none;appearance:none;background-clip:padding-box}.workshops-form__row input::placeholder,.workshops-form__row textarea::placeholder{color:#00000080;opacity:1}.workshops-form__row select{color:#2c2c2c!important;-webkit-text-fill-color:#2c2c2c;text-align:right}.workshops-form__row select option{color:#2c2c2c}.workshops-form__row select option[disabled]{color:#00000080}.workshops-form__row select:has(option[disabled]:checked){color:#00000080!important;-webkit-text-fill-color:rgba(0,0,0,.5)}.workshops-form__row input::-webkit-input-placeholder,.workshops-form__row textarea::-webkit-input-placeholder{color:#00000080;opacity:1}.workshops-form__row input[type=date],.workshops-form__row input.workshops-form__date{display:block;width:100%;max-width:none;min-width:0;min-height:52px;-webkit-appearance:none;appearance:none;box-sizing:border-box}.workshops-form__row--options{gap:12px}.workshops-form__options-heading{margin:0;font-weight:600}.workshops-form__options-list{display:flex;flex-wrap:wrap;gap:12px}.workshops-form__option{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid rgba(0,0,0,.12);border-radius:16px;background:#fff;cursor:pointer}.workshops-form__option input{width:18px;height:18px}.workshops-form__option span{font-size:14px}@supports (-webkit-touch-callout: none){.workshops-form__row input[type=date]{width:100%}}.workshops-form__row textarea{min-height:120px;resize:vertical}.workshops-form__row input:focus,.workshops-form__row textarea:focus,.workshops-form__row select:focus{outline:none;border-color:var(--workshops-primary);box-shadow:0 0 0 3px #07d46c33}.workshops-gallery{display:flex;flex-direction:column;gap:24px}.workshops-gallery__heading{margin:0}.workshops-gallery__slider{display:flex;flex-direction:column;gap:10px}.workshops-gallery__track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 4px 18px;margin:0 -4px;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch;scrollbar-width:none;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 var(--marquee-fade-width, 24px),#000 calc(100% - var(--marquee-fade-width, 24px)),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 var(--marquee-fade-width, 24px),#000 calc(100% - var(--marquee-fade-width, 24px)),transparent 100%)}@media (max-width: 768px){.workshops-gallery__track{--marquee-fade-width: 16px;scroll-padding-inline:24px}.workshops-gallery__track:after{content:"";flex:0 0 16px;min-width:16px}}.workshops-gallery__track::-webkit-scrollbar{display:none}.workshops-gallery__slide{flex:0 0 min(60vw,200px);border-radius:24px;overflow:hidden;scroll-snap-align:center;position:relative;background:#fff;color:#222;box-shadow:0 10px 24px #0000001f;margin-block-start:.75em;margin-block-end:.75em;margin-inline-start:24px;margin-inline-end:24px}.workshops-gallery__slide img{width:100%;height:100%;object-fit:cover;display:block}.workshops-gallery__caption{position:absolute;inset-inline:16px;bottom:16px;background:#00000073;padding:8px 14px;border-radius:16px;font-size:14px;font-weight:500}.workshops-gallery__nav{display:flex;justify-content:center;gap:10px}.workshops-gallery__dot{width:10px;height:10px;border-radius:50%;background:#0003;display:inline-flex;transition:transform .2s ease,background-color .2s ease}.workshops-gallery__dot:focus,.workshops-gallery__dot:hover{background:var(--workshops-primary);transform:scale(1.2);outline:none}.workshops-gallery__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.workshops-gallery__item{overflow:hidden;border-radius:24px;position:relative}.workshops-gallery__item img{width:100%;height:100%;object-fit:cover}.workshops-trust{background:radial-gradient(1000px 480px at 95% 0%,#07d46c0f,#07d46c00 60%),linear-gradient(to bottom,#fff 0% 100%);border-radius:32px;padding:var(--workshops-section-padding);display:flex;flex-direction:column;gap:28px;overflow:hidden;position:relative}.workshops-trust__heading{text-align:center;font-size:clamp(22px,2.4vw,32px)}.workshops-trust__lead{text-align:center;color:var(--workshops-muted);max-width:820px;margin-inline:auto;font-size:clamp(14px,1.4vw,18px)}.workshops-trust:before{content:"";position:absolute;top:-20%;right:-40%;bottom:-40%;left:-40%;background:radial-gradient(420px 260px at 85% 10%,#07d46c1a,#07d46c00 60%),radial-gradient(360px 220px at 15% 30%,#07d46c14,#07d46c00 60%);filter:blur(2px);transform:translateZ(0);opacity:0;pointer-events:none}.is-visible.workshops-trust:before{animation:workshopsTrustGlow 10s ease-in-out infinite alternate;opacity:1}.workshops-trust__grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.workshops-trust__item{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:24px;padding:18px;box-shadow:0 10px 24px #0000000f;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;will-change:transform}.will-animate .workshops-trust__item{opacity:0;transform:translateY(10px)}.is-visible .workshops-trust__item{animation:workshopsTrustIn .7s cubic-bezier(.21,.67,.29,.99) both}.is-visible .workshops-trust__item:nth-child(1){animation-delay:0ms}.is-visible .workshops-trust__item:nth-child(2){animation-delay:60ms}.is-visible .workshops-trust__item:nth-child(3){animation-delay:.12s}.is-visible .workshops-trust__item:nth-child(4){animation-delay:.18s}.is-visible .workshops-trust__item:nth-child(5){animation-delay:.24s}.is-visible .workshops-trust__item:nth-child(6){animation-delay:.3s}.is-visible .workshops-trust__item:nth-child(7){animation-delay:.36s}.is-visible .workshops-trust__item:nth-child(8){animation-delay:.42s}.is-visible .workshops-trust__item:nth-child(9){animation-delay:.48s}.is-visible .workshops-trust__item:nth-child(10){animation-delay:.54s}.workshops-trust__item:hover{transform:translateY(-2px);box-shadow:0 16px 36px #00000014;border-color:#07d46c4d}.workshops-trust__icon{width:64px;height:64px;border-radius:50%;background:radial-gradient(120% 120% at 30% 20%,#07d46c38,#07d46c1f 60%,#07d46c0f);position:relative;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(7,212,108,.25);box-shadow:inset 0 2px 8px #fff9,0 6px 16px #07d46c33;flex:0 0 auto;overflow:hidden}.workshops-trust__icon:not([data-icon]):after{content:"";width:16px;height:26px;border-right:3px solid var(--workshops-primary);border-bottom:3px solid var(--workshops-primary);transform:rotate(45deg) translate(-1px,-2px)}.workshops-trust__icon[data-icon]:before{content:attr(data-icon);font-size:32px;line-height:1}.workshops-trust__icon:after{content:"";position:absolute;top:-120%;left:-120%;width:240%;height:240%;transform:rotate(35deg);background:linear-gradient(90deg,#fff0 40%,#fff9,#fff0 60%);opacity:0}.workshops-trust__item:hover .workshops-trust__icon:after{animation:workshopsTrustShine 1s ease forwards}.workshops-trust__content{display:flex;flex-direction:column;gap:6px}.workshops-trust__text{color:var(--workshops-dark);font-weight:700;font-size:clamp(16px,1.6vw,20px)}.workshops-trust__subtext{color:var(--workshops-muted);font-size:14px}@media (prefers-reduced-motion: reduce){.will-animate .workshops-trust__item{transition:none;opacity:1;transform:none}.workshops-trust__item:hover{transform:none}.is-visible.workshops-trust:before{animation:none}}.is-visible .workshops-trust__icon{animation:workshopsTrustPulse 2.4s ease-in-out 1s 2}@keyframes workshopsTrustIn{0%{opacity:0;transform:translateY(12px) scale(.98)}60%{opacity:1;transform:translateY(-2px) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes workshopsTrustPulse{0%{transform:scale(1)}30%{transform:scale(1.06)}60%{transform:scale(.995)}to{transform:scale(1)}}@keyframes workshopsTrustShine{0%{opacity:0;transform:rotate(35deg) translate(-20%)}10%{opacity:1}to{opacity:0;transform:rotate(35deg) translate(30%)}}@keyframes workshopsTrustGlow{0%{transform:translateZ(0) scale(1)}50%{transform:translate3d(-2%,2%,0) scale(1.02)}to{transform:translate3d(2%,-1%,0) scale(1.01)}}.workshops-lead__content{display:flex;flex-direction:column;gap:20px;width:100%}.workshops-lead__form,.workshops-form{width:100%}.workshops-faq{background:#fff;border-radius:32px;padding:var(--workshops-section-padding);display:flex;flex-direction:column;gap:24px}.workshops-faq__heading{text-align:center}.workshops-faq__body{color:var(--workshops-muted);max-width:720px;margin-inline:auto}.workshops-faq__list{display:flex;flex-direction:column;gap:16px}.workshops-faq__item{border-radius:24px;border:1px solid rgba(0,0,0,.06);padding:0 24px;transition:box-shadow .35s ease,border-color .35s ease}.workshops-faq__item[open]{box-shadow:0 16px 32px #00000014;border-color:#07d46c66}.workshops-faq__question{font-size:18px;font-weight:600;padding:20px 0;list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px}.workshops-faq__question::-webkit-details-marker{display:none}.workshops-faq__question:after{content:"+";font-size:24px;color:var(--workshops-primary)}.workshops-faq__item[open] .workshops-faq__question:after{content:"\2212"}.workshops-faq__answer{color:var(--workshops-muted);line-height:1.7;display:grid;grid-template-rows:0fr;opacity:0;overflow:hidden;padding-bottom:0;will-change:grid-template-rows,opacity,padding-bottom;transition:grid-template-rows .5s cubic-bezier(.22,1,.36,1),opacity .32s ease,padding-bottom .5s cubic-bezier(.22,1,.36,1)}.workshops-faq__item[open] .workshops-faq__answer{grid-template-rows:1fr;opacity:1;padding-bottom:20px}.workshops-faq__answer p{margin:0}.workshops-faq__answer>*{overflow:hidden}.workshops-faq__empty{text-align:center;color:var(--workshops-muted);font-style:italic}.workshops-seo{background:#fff;border-radius:32px;padding:clamp(20px,4vw,36px);position:relative;overflow:hidden}.workshops-seo:before{content:"";position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;background:radial-gradient(800px 400px at 95% 0%,#07d46c12,#07d46c00 60%);pointer-events:none}.workshops-seo__heading{text-align:center;margin:0 0 12px;background-repeat:no-repeat;background-size:0% 6px;background-position:0 100%;transition:background-size .8s cubic-bezier(.21,.67,.29,.99)}.workshops-seo__heading.workshops-animate.is-visible{background-size:100% 6px}.workshops-seo__body{color:var(--workshops-muted);max-width:820px;margin-inline:auto;text-align:center}.workshops-seo__actions{display:flex;justify-content:center;margin-top:16px}.workshops-seo{padding-bottom:clamp(32px,5vw,60px)}.workshops-seo__body{color:var(--workshops-muted);line-height:1.7}@media (max-width: 992px){.workshops-instructor,.workshops-featured,.workshops-gift,.workshops-video{grid-template-columns:1fr;text-align:right}.workshops-instructor__media,.workshops-featured__media,.workshops-gift__media{order:-1}.workshops-programs__grid,.workshops-gallery__grid{grid-template-columns:1fr}}@media (max-width: 640px){.workshops-page{gap:24px}.workshops-hero__media img{border-radius:0 0 20px 20px}.workshops-hero__media svg.workshops-placeholder{border-radius:0 0 20px 20px}.workshops-hero__actions{flex-direction:column;align-items:stretch}.workshops-program-card{padding:24px}.workshops-form__row{grid-template-columns:1fr}}@media (max-width: 900px){.workshops-gallery__layout{grid-template-columns:1fr}}.workshops-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;z-index:1000}.workshops-modal.is-open{display:grid;place-items:center}.workshops-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.workshops-modal__dialog{position:relative;margin:0;width:min(92vw,560px);background:#fff;border-radius:20px;padding:24px;box-shadow:0 20px 40px #00000026;text-align:center;z-index:1}.workshops-modal__title{font-size:24px;margin:0 0 8px}.workshops-modal__body{color:var(--workshops-muted);margin:0 0 16px}.workshops-modal__close{position:absolute;top:10px;left:10px;right:auto;background:transparent;border:none;font-size:24px;line-height:1;cursor:pointer;color:#888}.workshops-modal__actions .button{width:100%}.no-scroll{overflow:hidden}.workshops-confetti-canvas{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;pointer-events:none}.workshops-modal.is-open .workshops-modal__dialog{animation:workshops-modal-pop .42s cubic-bezier(.22,1,.36,1)}@keyframes workshops-modal-pop{0%{transform:scale(.9) translateY(10px);opacity:0}60%{transform:scale(1.03) translateY(0);opacity:1}to{transform:scale(1);opacity:1}}.workshops-whatsapp-reviews{--wa-green: #25D366}.workshops-whatsapp-reviews__heading{margin:0}.workshops-whatsapp-reviews__body{text-align:center;color:var(--workshops-muted);max-width:600px;margin:0 auto 32px}.workshops-whatsapp-reviews__gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:900px;margin-inline:auto}.workshops-wa-message{position:relative;background:#fff;border-radius:20px;padding:16px;margin:0;border:1px solid rgba(0,0,0,.06);box-shadow:0 8px 24px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.workshops-wa-message:nth-child(3n+1){grid-column:span 2}.workshops-wa-message:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.workshops-wa-message img{width:100%;height:auto;display:block;border-radius:12px}.workshops-wa-message__time{position:absolute;bottom:20px;left:20px;display:flex;align-items:center;background:#ffffffe6;padding:5px 10px;border-radius:999px;box-shadow:0 2px 6px #00000014}.workshops-wa-message__time svg{width:14px;height:8px;color:var(--wa-green)}.workshops-wa-message__reactions{position:absolute;bottom:-10px;right:20px;display:flex;gap:4px}.workshops-wa-message__reaction{width:28px;height:28px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;box-shadow:0 2px 6px #0000001a}.workshops-whatsapp-reviews__cta{text-align:center;margin-top:48px}.workshops-whatsapp-reviews__cta .button{background:linear-gradient(135deg,var(--wa-green) 0%,#128C7E 100%);color:#fff;box-shadow:0 6px 16px #25d3664d}.workshops-whatsapp-reviews__cta .button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #25d36666}.workshops-wa-message.workshops-animate{opacity:0;transform:translateY(30px)}.workshops-wa-message.workshops-animate.is-visible{opacity:1;transform:translateY(0);transition:opacity .5s ease,transform .5s ease;transition-delay:calc(var(--reveal-order, 0) * .1s)}@media (max-width: 768px){.workshops-whatsapp-reviews__gallery{grid-template-columns:1fr;gap:20px}.workshops-wa-message:nth-child(3n+1){grid-column:span 1}.workshops-wa-message{padding:12px}.workshops-wa-message__time{bottom:16px;left:16px}.workshops-wa-message__reactions{right:12px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/workshops.css.map */
