@import"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Instrument+Sans:wght@400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #265E84;--blue-light: #3a7aa8;--blue-mist: rgba(38, 94, 132, .07);--gray: #808285;--gray-light: #b8babb;--white: #ffffff;--off-white: #f7f7f6;--black: #0d0d0d;--border: rgba(0, 0, 0, .07);--serif: "Instrument Serif", Georgia, serif;--sans: "Instrument Sans", system-ui, sans-serif;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease: cubic-bezier(.25, .46, .45, .94);--radius-sm: 9px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 24px;--radius-pill: 100px}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--sans);background:var(--off-white);color:var(--black);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}button{font-family:var(--sans);cursor:pointer;border:none;background:none}input,textarea{font-family:var(--sans)}::placeholder{color:var(--gray-light)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--off-white)}::-webkit-scrollbar-thumb{background:#265e8433;border-radius:3px}@keyframes breathe{0%,to{transform:scale(1) translateY(0)}50%{transform:scale(1.06) translateY(-24px)}}@keyframes drip{0%{top:-100%}50%{top:0}to{top:100%}}@keyframes lineUp{0%{opacity:0;transform:translateY(105%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes spinSlow{to{transform:rotate(360deg)}}.reveal{opacity:0;transform:translateY(28px);transition:opacity .9s var(--ease-out),transform .9s var(--ease-out)}.reveal.visible{opacity:1;transform:none}.reveal-left{opacity:0;transform:translate(-24px);transition:opacity .9s var(--ease-out),transform .9s var(--ease-out)}.reveal-left.visible{opacity:1;transform:none}.reveal-right{opacity:0;transform:translate(24px);transition:opacity .9s var(--ease-out),transform .9s var(--ease-out)}.reveal-right.visible{opacity:1;transform:none}.delay-1{transition-delay:.07s}.delay-2{transition-delay:.14s}.delay-3{transition-delay:.21s}.delay-4{transition-delay:.28s}.delay-5{transition-delay:.35s}.divider{height:1px;background:var(--border);margin:0 56px;border:none}@media (max-width: 1023px){.divider{margin:0 32px}}@media (max-width: 639px){.divider{margin:0 20px}}.nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:26px 56px;border-bottom:1px solid transparent;transition:padding .45s var(--ease-out),background .45s var(--ease-out),border-color .45s var(--ease-out),backdrop-filter .45s var(--ease-out)}.nav.scrolled{padding:16px 56px;background:#f7f7f6eb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-color:var(--border)}.nav__logo{font-family:var(--serif);font-size:22px;font-style:italic;color:var(--black)}.nav__links{display:flex;align-items:center;gap:36px}.nav__link{font-size:13px;font-weight:500;color:var(--gray);transition:color .2s}.nav__link:hover{color:var(--black)}.nav__cta{display:inline-flex;align-items:center;gap:8px;background:var(--blue);color:var(--white);padding:10px 22px;border-radius:var(--radius-pill);font-size:13px;font-weight:600;box-shadow:0 2px 16px #265e8438;transition:background .25s,transform .3s var(--ease-out),box-shadow .3s}.nav__cta:hover{background:var(--blue-light);transform:translateY(-1px);box-shadow:0 6px 24px #265e8452}@media (max-width: 1023px){.nav{padding:22px 32px}.nav.scrolled{padding:14px 32px}.nav__links{display:none}.nav__mobile-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:none;cursor:pointer;z-index:101}}@media (max-width: 639px){.nav{padding:18px 20px}.nav.scrolled{padding:12px 20px}}.nav__mobile-toggle{display:none}.hamburger{width:24px;height:20px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger span{width:100%;height:2px;background:var(--black);border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav__mobile-menu{position:fixed;top:0;right:-100%;width:80%;max-width:320px;height:100vh;background:var(--white);box-shadow:-4px 0 20px #0000001a;transition:right .3s ease;z-index:100;display:flex;flex-direction:column;padding:80px 32px 32px;gap:24px}.nav__mobile-menu.open{right:0}.nav__mobile-link{color:var(--black);font-size:16px;font-weight:500;text-decoration:none;padding:12px 0;border-bottom:1px solid var(--border);transition:color .3s ease}.nav__mobile-link:hover{color:var(--blue)}.nav.mobile-open{background:#f7f7f6fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.footer{background:var(--off-white);padding:72px 56px;border-top:1px solid var(--border);position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(38,94,132,.05) 0%,transparent 70%);pointer-events:none}.footer__inner{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}.footer__brand{display:flex;flex-direction:column;gap:8px}.footer__logo{font-family:var(--serif);font-size:24px;color:var(--black);font-style:italic;font-weight:400}.footer__copy{font-size:12px;color:var(--gray);letter-spacing:.04em}.footer__links{display:flex;gap:32px}.footer__link{color:var(--gray);font-size:14px;font-weight:500;text-decoration:none;transition:color .3s ease}.footer__link:hover{color:var(--blue)}@media (max-width: 1023px){.footer{padding:56px 32px}.footer__links{gap:24px}}@media (max-width: 639px){.footer{padding:48px 20px}.footer__inner{flex-direction:column;gap:32px;text-align:center}.footer__links{gap:20px;justify-content:center}}.hero-section{padding:120px 56px 80px;background:var(--white);min-height:100vh;display:flex;align-items:center;width:100%;overflow:hidden;position:relative}.hero-section__inner{max-width:1280px;margin:0 auto;width:100%;position:relative;z-index:2}.hero-section__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:center}.hero-section__left{min-width:0;text-align:left}.hero-section__tag{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--blue);margin-bottom:20px}.hero-section__tag-dot{width:6px;height:6px;border-radius:50%;background:var(--blue)}.hero-section__title{font-family:var(--serif);font-size:clamp(32px,4vw,52px);line-height:1.08;letter-spacing:-.02em;margin-bottom:18px;color:var(--black)}.hero-section__title em{color:var(--blue);font-style:italic}.hero-section__subtitle{font-size:16px;line-height:1.8;color:var(--gray);max-width:600px;margin-bottom:32px}.hero-section__btn{padding:18px 40px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;box-shadow:0 4px 20px #265e8433}.hero-section__btn.primary{background:var(--blue);color:var(--white)}.hero-section__btn.primary:hover{background:var(--blue-light);transform:translateY(-2px);box-shadow:0 8px 32px #265e844d}.hero-section__right{position:relative;width:100%}.hero-section__player{position:relative;width:100%;border-radius:24px;overflow:hidden;background:var(--black);aspect-ratio:16 / 10;min-height:480px;box-shadow:0 32px 100px #00000026,0 12px 32px #0000001a;border:1px solid rgba(0,0,0,.05)}.yt-embed-container{width:100%;height:100%}.video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000004d;cursor:pointer;z-index:10}.unmute-button{display:inline-flex;align-items:center;gap:12px;padding:16px 28px;background:var(--white);color:var(--black);border-radius:50px;border:none;font-weight:600;cursor:pointer;transition:transform .2s}.unmute-button:hover{transform:scale(1.05)}.hero-section__sheen{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.05) 50%,transparent 70%);pointer-events:none}@media (max-width: 1200px){.hero-section__grid{gap:40px}.hero-section__player{min-height:380px}}@media (max-width: 1023px){.hero-section{padding:100px 32px 60px}.hero-section__grid{grid-template-columns:1fr;text-align:center;gap:60px}.hero-section__left{display:flex;flex-direction:column;align-items:center}.hero-section__player{min-height:350px;max-width:700px;margin:0 auto}}@media (max-width: 768px){.hero-section{padding:60px 16px 40px;min-height:90vh}.hero-section__title{font-size:clamp(28px,8vw,40px);line-height:1.15;margin-bottom:16px}.hero-section__subtitle{font-size:15px;line-height:1.6;margin-bottom:24px}.hero-section__tag{font-size:11px;margin-bottom:16px}.hero-section__btn{width:100%;justify-content:center;padding:16px 32px;font-size:15px}.hero-section__player{min-height:200px;aspect-ratio:16 / 9;border-radius:16px}.unmute-button{padding:12px 20px;font-size:14px}}@media (max-width: 480px){.hero-section__title{font-size:clamp(24px,7vw,32px)}.hero-section__subtitle{font-size:14px}.hero-section__player{min-height:180px}.unmute-button{padding:10px 16px;font-size:13px}}.time-slot-picker{width:100%;max-width:100%;overflow-x:hidden}.time-slot-picker *{box-sizing:border-box}.no-slots{text-align:center;padding:48px 24px;color:var(--gray)}.no-slots-icon{font-size:48px;margin-bottom:16px;opacity:.6}.no-slots-title{font-size:18px;font-weight:600;color:var(--black);margin-bottom:8px}.no-slots-desc{font-size:14px;line-height:1.6;color:var(--gray)}.day-navigation{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding:0 4px;min-width:0}.day-nav-btn{width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:var(--white);color:var(--gray);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.day-nav-btn:hover:not(:disabled){background:var(--blue-mist);border-color:var(--blue);color:var(--blue)}.day-nav-btn:disabled{opacity:.3;cursor:not-allowed}.day-tabs{display:flex;gap:8px;overflow-x:auto;flex:1;padding:2px;scrollbar-width:none;-ms-overflow-style:none;min-width:0}.day-tabs::-webkit-scrollbar{display:none}.day-tab{padding:8px 16px;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--white);color:var(--gray);font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;position:relative;text-transform:uppercase;letter-spacing:.05em;min-width:0;flex-shrink:0}.day-tab--available{border-color:var(--border);color:var(--gray)}.day-tab--available:hover{background:var(--blue-mist);border-color:var(--blue);color:var(--blue)}.day-tab--active{background:var(--blue);border-color:var(--blue);color:var(--white);font-weight:600}.day-tab--unavailable{background:#dc26260d;border-color:#dc262633;color:#dc262699;cursor:not-allowed;opacity:.7}.day-tab-cross{position:absolute;top:2px;right:2px;font-size:8px;color:#dc2626cc}.selected-day-info{margin-bottom:24px}.selected-day-title{font-family:var(--serif);font-size:20px;font-style:italic;color:var(--black);margin-bottom:8px;line-height:1.2}.day-unavailable-message{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#dc26260d;border:1px solid rgba(220,38,38,.1);border-radius:var(--radius-sm);color:#dc2626cc;font-size:13px}.day-unavailable-icon{font-size:14px;flex-shrink:0}.slots-container{margin-top:16px}.slots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px;width:100%;min-width:0}.slot-button{padding:10px 4px;border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--white);color:var(--gray);cursor:pointer;transition:all .2s;font-weight:500;font-size:12px;text-align:center;position:relative;overflow:hidden;min-width:0;width:100%;word-break:break-word;overflow-wrap:break-word}.slot-button:hover{border-color:var(--blue);background:var(--blue-mist);color:var(--blue);transform:translateY(-1px)}.slot-button.selected{background:var(--blue);border-color:var(--blue);color:var(--white);font-weight:600}.slot-button.selected:before{content:"✓";position:absolute;top:4px;right:4px;font-size:10px;opacity:.8}@media (max-width: 1023px){.day-navigation{gap:8px}.day-nav-btn{width:32px;height:32px;font-size:12px}.day-tab{padding:6px 12px;font-size:11px}.slots-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px}.slot-button{padding:12px 6px;font-size:12px}}@media (max-width: 768px){.day-navigation{gap:6px}.day-nav-btn{width:30px;height:30px;font-size:11px}.day-tabs{gap:6px}.day-tab{padding:6px 10px;font-size:10px}.selected-day-title{font-size:18px}.slots-grid{grid-template-columns:repeat(3,1fr);gap:6px}.slot-button{padding:10px 4px;font-size:11px}.no-slots{padding:32px 16px}.no-slots-icon{font-size:36px;margin-bottom:12px}.no-slots-title{font-size:16px}.no-slots-desc{font-size:13px}}@media (max-width: 480px){.day-navigation{gap:4px;margin-bottom:16px}.day-nav-btn{width:28px;height:28px;font-size:11px}.day-tabs{gap:4px}.day-tab{padding:5px 8px;font-size:9px;letter-spacing:.02em;min-width:60px}.selected-day-title{font-size:16px}.slots-grid{grid-template-columns:repeat(3,1fr);gap:6px}.slot-button{padding:10px 2px;font-size:11px}.day-unavailable-message{font-size:12px;padding:10px 12px}}@media (max-width: 430px){.slots-grid{grid-template-columns:repeat(2,1fr)!important;gap:4px}.slot-button{font-size:10px;padding:8px 2px}.day-tab{min-width:50px;padding:4px 6px;font-size:9px}.selected-day-title{font-size:15px}}@media (max-width: 360px){.slots-grid{grid-template-columns:repeat(2,1fr)}.day-tab{padding:4px 6px;font-size:8px}}.appointment-form *,.appointment-form *:before,.appointment-form *:after{box-sizing:border-box}.appointment-form{padding:110px 56px;background:var(--off-white);min-height:100vh;width:100%;overflow-x:hidden}.appointment-form__inner{max-width:1280px;margin:0 auto;width:100%;min-width:0;overflow:hidden}.appointment-form__header{text-align:center;margin-bottom:64px}.appointment-form__tag{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--blue);margin-bottom:20px}.appointment-form__tag-dot{width:6px;height:6px;border-radius:50%;background:var(--blue);flex-shrink:0}.appointment-form__title{font-family:var(--serif);font-size:clamp(32px,4vw,52px);line-height:1.08;letter-spacing:-.02em;margin-bottom:18px;color:var(--black)}.appointment-form__title em{font-style:italic;color:var(--blue)}.appointment-form__desc{font-size:15px;color:var(--gray);line-height:1.8;max-width:600px;margin:0 auto}.appointment-form__grid{display:grid;grid-template-columns:1.2fr 1fr;gap:56px;align-items:start;width:100%;min-width:0}.appointment-form__left{position:relative;min-width:0;width:100%;overflow:hidden}.appointment-form__time-section{background:var(--white);border-radius:var(--radius-xl);padding:40px;border:1px solid var(--border);width:100%;min-width:0;overflow:hidden}.appointment-form__time-title{font-family:var(--serif);font-size:24px;font-style:italic;color:var(--black);margin-bottom:24px;line-height:1.2}.appointment-form__loading{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px;color:var(--gray);font-size:14px}.appointment-form__spinner{width:32px;height:32px;border:2px solid var(--border);border-top-color:var(--blue);border-radius:50%;animation:spinSlow 1s linear infinite}.appointment-form__right{position:relative;min-width:0;width:100%;overflow:hidden}.appointment-form__card{background:var(--white);border-radius:var(--radius-xl);padding:40px;margin-bottom:20px;border:1px solid var(--border);width:100%;min-width:0;overflow:hidden}.appointment-form__form{display:flex;flex-direction:column;gap:20px;width:100%;min-width:0}.appointment-form__form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%;min-width:0}.appointment-form__field{display:flex;flex-direction:column;gap:6px;min-width:0}.appointment-form__field--full{grid-column:1 / -1}.appointment-form__label{font-size:10px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--gray-light)}.appointment-form__input,.appointment-form__textarea{width:100%;padding:12px 16px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--off-white);font-size:14px;color:var(--black);font-family:var(--sans);outline:none;transition:border-color .2s,box-shadow .2s,background .2s;min-width:0;box-sizing:border-box}.appointment-form__input:focus,.appointment-form__textarea:focus{border-color:#265e8459;box-shadow:0 0 0 3px #265e8412;background:var(--white)}.appointment-form__textarea{resize:none;height:80px}.appointment-form__selected-time{display:flex;align-items:center;gap:14px;padding:16px 20px;border-radius:var(--radius-sm);background:var(--blue-mist);border:1px solid rgba(38,94,132,.1);margin:12px 0;width:100%;min-width:0}.appointment-form__selected-icon{width:20px;height:20px;border-radius:50%;background:var(--blue);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;flex-shrink:0}.appointment-form__selected-info{flex:1;min-width:0}.appointment-form__selected-info strong{color:var(--blue);font-weight:600;font-size:12px;display:block;margin-bottom:2px}.appointment-form__selected-datetime{font-size:13px;color:var(--gray);line-height:1.4;word-break:break-word}.appointment-form__submit-btn{width:100%;padding:16px 24px;background:var(--blue);color:var(--white);border:none;border-radius:var(--radius-md);font-size:14px;font-weight:600;cursor:pointer;margin-top:8px;box-shadow:0 4px 20px #265e8442;transition:background .25s,transform .3s var(--ease-out),box-shadow .3s;display:flex;align-items:center;justify-content:center;gap:8px;box-sizing:border-box}.appointment-form__submit-btn:hover{background:var(--blue-light);transform:translateY(-1px);box-shadow:0 8px 32px #265e845c}.appointment-form__submit-btn:disabled{opacity:.38;cursor:not-allowed;transform:none;box-shadow:none}.appointment-form__btn-text{flex:1}.appointment-form__btn-arrow{font-size:16px;transition:transform .2s}.appointment-form__submit-btn:hover .appointment-form__btn-arrow{transform:translate(2px)}.time-slots{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin-top:20px}.time-slot{padding:16px 8px;border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--white);cursor:pointer;transition:all .2s;font-weight:500;font-size:13px;text-align:center;color:var(--gray);position:relative;overflow:hidden}.time-slot:hover{border-color:var(--blue);background:var(--blue-mist);color:var(--blue);transform:translateY(-1px)}.time-slot.selected{background:var(--blue);color:var(--white);border-color:var(--blue);font-weight:600}.time-slot.selected:before{content:"✓";position:absolute;top:4px;right:4px;font-size:10px;opacity:.8}.appointment-form__left:before{content:"";position:absolute;top:-20px;left:-20px;width:120px;height:120px;border-radius:50%;pointer-events:none;animation:breathe 8s ease-in-out infinite;overflow:hidden}.appointment-form__right:after{content:"";position:absolute;bottom:-40px;right:-40px;width:200px;height:200px;border-radius:50%;pointer-events:none;animation:breathe 10s ease-in-out infinite reverse;overflow:hidden}@media (max-width: 1023px){.appointment-form{padding:60px 24px}.appointment-form__grid{grid-template-columns:1fr;gap:24px}.appointment-form__card{position:static}.appointment-form__time-section,.appointment-form__card{padding:28px}.appointment-form__form-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.appointment-form{padding:48px 16px}.appointment-form__header{margin-bottom:32px}.appointment-form__title{font-size:clamp(24px,7vw,32px);margin-bottom:12px}.appointment-form__desc{font-size:14px}.appointment-form__grid{gap:20px}.appointment-form__time-section,.appointment-form__card{padding:20px;border-radius:var(--radius-lg)}.appointment-form__form-grid{grid-template-columns:1fr;gap:12px}.appointment-form__label{font-size:11px}.appointment-form__input,.appointment-form__textarea{padding:12px 14px;font-size:16px}.appointment-form__selected-time{padding:12px 16px}.appointment-form__submit-btn{padding:16px 20px;font-size:15px;margin-top:12px}}@media (max-width: 480px){.appointment-form{padding:40px 12px}.appointment-form__inner{width:100%;min-width:0}.appointment-form__header{margin-bottom:24px}.appointment-form__title{font-size:clamp(22px,8vw,28px);line-height:1.1}.appointment-form__tag{font-size:11px;margin-bottom:16px}.appointment-form__time-section,.appointment-form__card{padding:16px;border-radius:var(--radius-md)}.appointment-form__time-title{font-size:20px;margin-bottom:16px}.appointment-form__form{gap:16px}.appointment-form__form-grid{gap:10px}.appointment-form__selected-time{flex-direction:column;align-items:flex-start;gap:10px;padding:12px}.appointment-form__submit-btn{padding:14px 16px;font-size:14px}.appointment-form__left:before,.appointment-form__right:after{display:none}}@media (max-width: 430px){.appointment-form{padding:32px 10px}.appointment-form__inner{width:100%;max-width:100%;overflow:hidden}.appointment-form__left,.appointment-form__right{width:100%;max-width:100%;min-width:0;overflow:hidden}.appointment-form__time-section,.appointment-form__card{padding:12px;width:100%;box-sizing:border-box}}@media (max-width: 360px){.appointment-form{padding:32px 10px}.appointment-form__time-section,.appointment-form__card{padding:14px}.appointment-form__title{font-size:20px}}.about-section{--serif: "Instrument Serif", Georgia, serif;--blue: #265E84;--blue-mist: rgba(38, 94, 132, .07);--gray: #808285;--white: #ffffff;--black: #0d0d0d;--border: rgba(0, 0, 0, .07);--radius-pill: 100px;padding:88px 56px;background:var(--white);width:100%;overflow:hidden}.about-section__inner{max-width:1280px;margin:0 auto;width:100%}.about-section__header{text-align:center;margin-bottom:64px}.about-section__tag{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--blue);margin-bottom:20px}.about-section__tag-dot{width:6px;height:6px;border-radius:50%;background:var(--blue);flex-shrink:0}.about-section__title{font-family:var(--serif);font-size:clamp(32px,4vw,52px);line-height:1.08;letter-spacing:-.02em;color:var(--black)}.about-section__title em{color:var(--blue);font-style:italic}.about-section__content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.about-section__left,.about-section__right{min-width:0}.about-section__left{position:sticky;top:40px}.about-section__avatar-block{display:flex;align-items:center;gap:16px;margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid var(--border)}.about-section__avatar{width:52px;height:52px;border-radius:16px;background:var(--blue-mist);color:var(--blue);font-family:var(--serif);font-size:15px;font-weight:600;letter-spacing:.04em;display:grid;place-items:center;flex-shrink:0}.about-section__name{font-family:var(--serif);font-size:15px;font-weight:600;color:var(--black);margin-bottom:3px}.about-section__role{font-family:var(--serif);font-size:15px;font-weight:400;color:var(--gray)}.about-section__chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:28px}.about-section__chip{font-family:var(--serif);font-size:11px;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:var(--blue);padding:5px 12px;border-radius:var(--radius-pill);background:var(--blue-mist);border:1px solid rgba(38,94,132,.15);transition:background .18s,border-color .18s;cursor:default}.about-section__chip:hover{background:#265e8421;border-color:#265e8447}.about-section__text{display:flex;flex-direction:column;gap:14px}.about-section__text p{font-family:var(--serif);font-size:15px;font-weight:400;line-height:1.7;color:var(--gray);margin:0}.about-section__stats{display:flex;align-items:center;padding:32px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:40px}.about-section__stat{flex:1;text-align:center;padding:0 16px}.about-section__stat-divider{width:1px;height:48px;background:var(--border);flex-shrink:0}.about-section__stat-number{font-family:var(--serif);font-size:clamp(28px,3.4vw,40px);font-weight:400;color:var(--black);line-height:1;margin-bottom:8px;letter-spacing:-.02em}.about-section__stat-label{font-family:var(--serif);font-size:15px;font-weight:400;color:var(--gray);line-height:1.4}.about-section__timeline-label{font-family:var(--serif);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#0d0d0d61;margin-bottom:20px}.about-section__titem{display:flex;gap:20px;align-items:flex-start}.about-section__tstep{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:32px}.about-section__tnum{font-family:var(--serif);font-size:15px;font-weight:400;color:var(--blue);opacity:.7;line-height:1;margin-bottom:6px}.about-section__tline{display:block;width:1px;height:28px;background:var(--border)}.about-section__ttext{display:flex;flex-direction:column;gap:3px;padding-bottom:24px}.about-section__titem--last .about-section__ttext{padding-bottom:0}.about-section__ttext strong{font-family:var(--serif);font-size:15px;font-weight:600;color:var(--black);line-height:1.2}.about-section__ttext span{font-family:var(--serif);font-size:15px;font-weight:400;color:var(--gray);line-height:1.5}@media (max-width: 1024px){.about-section__content{grid-template-columns:1fr;gap:40px}.about-section__left{position:static}.about-section__stats{justify-content:space-between}}@media (max-width: 768px){.about-section{padding:72px 24px}.about-section__header{text-align:left;margin-bottom:40px}.about-section__title{font-size:clamp(30px,8vw,42px)}.about-section__stats{flex-direction:column;gap:20px;padding:24px 0}.about-section__stat-divider{width:40px;height:1px}}.testimonials-section{padding:88px 56px;background:var(--off-white);width:100%;overflow:hidden;position:relative}.testimonials-section__inner{max-width:1280px;margin:0 auto;width:100%;position:relative;z-index:2}.testimonials-section__header{text-align:center;margin-bottom:48px}.testimonials-section__tag{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--blue);margin-bottom:20px}.testimonials-section__tag-dot{width:6px;height:6px;border-radius:50%;background:var(--blue);flex-shrink:0}.testimonials-section__title{font-family:var(--serif);font-size:clamp(32px,4vw,52px);line-height:1.08;letter-spacing:-.02em;margin-bottom:18px;color:var(--black)}.testimonials-section__title em{font-style:italic;color:var(--blue)}.testimonials-section__subtitle{font-size:15px;color:var(--gray);line-height:1.8;max-width:600px;margin:0 auto}.testimonials-section__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}.testimonials-section__card{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:28px 24px;position:relative;transition:all .3s ease}.testimonials-section__card:hover{transform:translateY(-4px);box-shadow:0 26px 80px #00000014,0 10px 24px #0000000a}.testimonials-section__card-highlight{display:inline-block;font-family:var(--serif);font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--blue);padding:6px 12px;background:#265e8412;border-radius:100px;margin-bottom:16px}.testimonials-section__card-quote{margin:0 0 16px;font-family:var(--serif);font-size:18px;font-weight:400;line-height:1.5;color:var(--black)}.testimonials-section__card-quote:before{content:'"';color:var(--blue);font-size:28px;line-height:1;margin-right:2px}.testimonials-section__card-author{display:block;font-family:var(--serif);font-size:13px;color:var(--gray);font-style:normal}.testimonials-section__footer{text-align:center;padding:32px 0;border-top:1px solid var(--border)}.testimonials-section__footer-text{font-family:var(--serif);font-size:clamp(24px,3vw,32px);color:var(--black);line-height:1.3}.testimonials-section__footer-text strong{color:var(--blue);font-weight:600}@media (max-width: 1024px){.testimonials-section__cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.testimonials-section{padding:80px 24px}.testimonials-section__cards{grid-template-columns:1fr;gap:16px}.testimonials-section__title{font-size:clamp(32px,8vw,48px)}.testimonials-section__header{margin-bottom:36px}}.reels-wall{padding:110px 56px;background:linear-gradient(135deg,#f8f9fa,#e9ecef,#f1f3f5);position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center}.reels-wall:before{content:"";position:absolute;top:-10%;right:-5%;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(38,94,132,.12) 0%,transparent 70%);pointer-events:none;animation:float 20s ease-in-out infinite}.reels-wall:after{content:"";position:absolute;bottom:-15%;left:-8%;width:350px;height:350px;border-radius:50%;background:radial-gradient(circle,rgba(58,122,168,.08) 0%,transparent 70%);pointer-events:none;animation:float 15s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.reels-wall__inner{max-width:1280px;margin:0 auto;position:relative;z-index:1}.reels-wall__head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:64px;gap:40px}.reels-wall__stats{display:flex;gap:32px;flex-shrink:0}.stat{display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px;background:#265e840d;border-radius:16px;border:1px solid rgba(38,94,132,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.stat:hover{transform:translateY(-2px);background:#265e8414;border-color:#265e8433}.stat__number{font-size:24px;font-weight:700;color:var(--blue);line-height:1;margin-bottom:4px}.stat__label{font-size:12px;color:var(--gray);text-transform:uppercase;letter-spacing:.05em}.reels-wall__tag{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--blue);margin-bottom:20px}.reels-wall__tag-dot{width:6px;height:6px;border-radius:50%;background:var(--blue);flex-shrink:0}.reels-wall__h2{font-family:var(--serif);font-size:clamp(32px,4vw,52px);color:var(--black);line-height:1.08;letter-spacing:-.02em;margin-bottom:18px}.reels-wall__h2 em{font-style:italic;color:var(--blue)}.reels-wall__desc{font-size:15px;color:var(--gray);line-height:1.8;max-width:600px}.reels-wall__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:1280px;margin:0 auto}.reel-card{width:100%;max-width:300px;height:534px;border-radius:var(--radius-lg);overflow:hidden;background:var(--white);transition:all .4s cubic-bezier(.4,0,.2,1);animation:fadeInUp .6s ease-out both;cursor:pointer;position:relative;justify-self:center}.reel-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 60px #00000026}.reel-card__poster-container,.reel-card__poster{width:100%;height:100%;position:relative;overflow:hidden}.reel-card__poster img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.reel-card:hover .reel-card__poster img{transform:scale(1.05)}.reel-card__gradient{position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.4) 40%,transparent 100%);z-index:1}.reel-card__info{position:absolute;top:16px;left:16px;z-index:2;pointer-events:none}.reel-card__duration{background:#000000b3;color:var(--white);padding:6px 10px;border-radius:6px;font-size:12px;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.reel-card__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:#ffffffe6;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:3;color:var(--black);box-shadow:0 8px 24px #0003}.reel-card__play-btn:hover{transform:translate(-50%,-50%) scale(1.1);background:var(--white);box-shadow:0 12px 32px #0000004d}.reel-card__play-btn:active{transform:translate(-50%,-50%) scale(.95)}.reel-card__play-btn svg{margin-left:2px}.reel-card__content{position:absolute;bottom:0;left:0;right:0;padding:20px;z-index:2;color:var(--white)}.reel-card__quote{font-size:14px;line-height:1.5;margin-bottom:12px;font-weight:400;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.reel-card__author{display:flex;flex-direction:column;gap:4px}.reel-card__name{font-size:14px;font-weight:600;color:var(--white)}.reel-card__role{font-size:12px;color:#ffffffb3;line-height:1.3}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1023px){.reels-wall{padding:90px 32px}.reels-wall__inner{max-width:100%}.reels-wall__head{flex-direction:column;align-items:flex-start;gap:32px}.reels-wall__desc{max-width:100%}.reels-wall__stats{gap:20px}.stat{padding:12px}.stat__number{font-size:20px}.reel-card{max-width:280px;height:498px}}@media (max-width: 639px){.reels-wall{padding:72px 20px;min-height:auto;display:block}.reels-wall__inner{max-width:100%}.reels-wall__head{gap:24px}.reels-wall__stats{gap:16px;width:100%}.stat{padding:10px;flex:1}.stat__number{font-size:18px}.stat__label{font-size:10px}.reels-wall__grid{gap:16px;padding:16px;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.reels-wall__grid::-webkit-scrollbar{display:none}.reel-card{min-width:280px;height:427px;scroll-snap-align:start;flex-shrink:0}.reel-card__quote{font-size:13px;-webkit-line-clamp:2;line-clamp:2}.reel-card__name{font-size:13px}.reel-card__role{font-size:11px}.reel-card__play-btn{width:56px;height:56px}}.reel-card__embed{width:100%;height:100%;border:none;position:absolute;top:0;left:0;z-index:4}.reel-card__embed::-webkit-scrollbar{display:none}.hero-video{min-height:100vh;min-height:100dvh;padding:120px 56px 80px;display:flex;align-items:center;background:var(--off-white);position:relative;overflow:hidden}.hero-video__inner{max-width:1280px;margin:0 auto;width:100%;position:relative;z-index:2}.hero-video__glow{position:absolute;top:5%;right:-15%;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(38,94,132,.08) 0%,transparent 65%);pointer-events:none;animation:breathe 10s ease-in-out infinite}.hero-video__header{margin-bottom:32px}.hero-video__tag{display:inline-flex;align-items:center;gap:10px;margin-bottom:20px;font-size:12px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--blue)}.hero-video__tag-dot{width:6px;height:6px;border-radius:50%;background:var(--blue);flex-shrink:0}.hero-video__title{font-family:var(--serif);font-size:clamp(32px,4vw,52px);color:var(--black);line-height:1.08;letter-spacing:-.02em;margin-bottom:18px}.hero-video__title em{font-style:italic;color:var(--blue)}.hero-video__desc{font-size:15px;line-height:1.8;color:var(--gray);max-width:600px;font-weight:400}.hero-video__desc strong{color:var(--blue);font-weight:600}.hero-video__content{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:center;min-height:60vh}.hero-video__left{display:flex;flex-direction:column;gap:32px}.hero-video__cta-group{display:flex;gap:16px;margin-top:16px}.hero-video__btn{display:inline-flex;align-items:center;padding:18px 40px;background:var(--blue);color:var(--white);border-radius:var(--radius-md);font-family:var(--sans);font-size:15px;font-weight:600;box-shadow:0 4px 20px #265e8442;transition:background .25s,transform .3s var(--ease-out),box-shadow .3s}.hero-video__btn:hover{background:var(--blue-light);transform:translateY(-2px);box-shadow:0 8px 32px #265e845c}.hero-video__right{position:relative;width:100%}.hero-video__frame{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 32px 100px #00000026,0 12px 32px #0000001a;background:var(--black);width:100%;aspect-ratio:16 / 10;min-height:480px}.yt-embed-container{width:100%;height:100%;border-radius:inherit}.video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0006;cursor:pointer;border-radius:inherit;z-index:10;transition:opacity .3s}.unmute-button{display:inline-flex;align-items:center;gap:12px;padding:16px 28px;background:var(--white);color:var(--black);border-radius:var(--radius-pill);font-family:var(--sans);font-size:15px;font-weight:600;box-shadow:0 4px 20px #0003;transition:transform .2s,box-shadow .2s}.unmute-button:hover{transform:scale(1.05);box-shadow:0 6px 28px #0000004d}.unmute-icon{font-size:20px}.hero-video__sheen{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);animation:drip 6s ease-in-out infinite;pointer-events:none}.hero-video__scroll{position:absolute;bottom:50px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:12px;color:var(--gray);font-family:var(--sans);font-size:12px;letter-spacing:.1em;text-transform:uppercase}.hero-video__scroll-bar{width:1px;height:56px;background:linear-gradient(to bottom,var(--gray-light),transparent);animation:breathe 3s ease-in-out infinite}@media (max-width: 1200px){.hero-video__content{gap:60px}.hero-video__frame{min-height:350px}}@media (max-width: 1023px){.hero-video{padding:100px 32px 80px;min-height:auto}.hero-video__content{grid-template-columns:1fr;gap:60px}.hero-video__left{text-align:center;align-items:center;gap:24px}.hero-video__desc{max-width:100%;font-size:18px}.hero-video__title{font-size:clamp(32px,4vw,52px);line-height:1.08}.hero-video__frame{min-height:300px;max-width:700px;margin:0 auto}.hero-video__scroll{display:none}}@media (max-width: 768px){.hero-video{padding:80px 20px 60px}.hero-video__title{font-size:clamp(32px,4vw,52px);line-height:1.08}.hero-video__desc{font-size:16px}.hero-video__btn{width:100%;justify-content:center;padding:16px 32px}.hero-video__frame{min-height:250px;aspect-ratio:16 / 9;border-radius:var(--radius-md)}.unmute-button{padding:14px 24px;font-size:14px}}@media (max-width: 480px){.hero-video{padding:70px 16px 50px}.hero-video__content{gap:40px}.hero-video__title{font-size:clamp(32px,4vw,52px);line-height:1.08}.hero-video__desc{font-size:15px;line-height:1.5}.hero-video__tag{font-size:11px;margin-bottom:24px}.hero-video__tag-dot{width:6px;height:6px}.hero-video__btn{padding:14px 28px;font-size:14px}.hero-video__frame{min-height:200px;border-radius:var(--radius-sm)}.unmute-button{padding:12px 20px;font-size:13px}.unmute-icon{font-size:18px}}@media (max-width: 390px){.hero-video{padding:60px 12px 40px}.hero-video__title{font-size:clamp(28px,10vw,36px);line-height:1.08}.hero-video__desc{font-size:14px}.hero-video__frame{min-height:180px}}.desc-section{padding:110px 56px;background:var(--white)}.desc-section__inner{max-width:1280px;margin:0 auto;width:100%}.hero__progress{background:var(--offWhite);border-radius:16px}.hero__progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.hero__progress-label{font-size:16px;font-weight:600;color:var(--black)}.hero__progress-days{font-size:16px;color:var(--gray)}.hero__progress-track{background:var(--border);height:6px;border-radius:3px;margin-bottom:32px;position:relative;overflow:hidden}.hero__progress-fill{background:var(--blue);height:100%;width:60%;border-radius:3px}.hero__progress-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.hero__step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.hero__step-dot{width:16px;height:16px;border-radius:50%;background:var(--border);flex-shrink:0}.hero__step-dot--done{background:var(--blue)}.hero__step-dot--active{background:var(--blue);position:relative}.hero__step-dot--active:after{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border-radius:50%;border:3px solid var(--blue);opacity:.3;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:.3}50%{opacity:.6}to{opacity:.3}}.hero__step-info{display:flex;flex-direction:column;gap:4px}.hero__step-name{font-size:16px;font-weight:600;color:var(--black)}.hero__step-days{font-size:14px;color:var(--gray)}@media (max-width: 1023px){.desc-section{padding:90px 32px}.hero__progress{padding:24px}.hero__progress-steps{grid-template-columns:repeat(2,1fr);gap:24px}.hero__step-dot{width:14px;height:14px}}@media (max-width: 639px){.desc-section{padding:72px 20px}.hero__progress{padding:20px}.hero__progress-header{margin-bottom:16px}.hero__progress-label,.hero__progress-days{font-size:14px}.hero__progress-steps{grid-template-columns:1fr;gap:20px}.hero__step{flex-direction:row;text-align:left;align-items:flex-start}.hero__step-dot{width:12px;height:12px;margin-top:2px}.hero__step-name{font-size:14px}.hero__step-days{font-size:12px}}
