:root{--color-bg:#000;--color-bg-soft:#000;--color-surface:#1d1d1f;--color-surface-elevated:#4c4c4f;--color-border:#38383a;--color-border-strong:#4a4a4d;--color-text:#f5f5f7;--color-text-muted:#a1a1a6;--color-text-faint:#6e6e73;--color-blue:#2997ff;--color-blue-light:#6cb6ff;--color-blue-dark:#1c6dc9;--color-white:#fff;--font-display:"Inter", -apple-system, "SF Pro Display", system-ui, "Segoe UI", sans-serif;--font-sans:"Inter", -apple-system, "SF Pro Text", system-ui, "Segoe UI", sans-serif}*{box-sizing:border-box}a{color:inherit;text-decoration:none}html{background:var(--color-bg);scroll-behavior:auto}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;overflow-x:hidden}h1,h2,h3,p,ul{margin:0;padding:0}ul{list-style:none}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;padding:0}::selection{background:var(--color-blue);color:#121212}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:var(--color-blue-dark)}.font-display{font-family:var(--font-display)}.tracking-tightest{letter-spacing:-.03em}.text-balance{text-wrap:balance}.gold-gradient-text{background-image:linear-gradient(100deg,#e8f3ee,#b7c9d6 50%,#6f8aa6 65%,#b7c9d6,#e8f3ee);-webkit-background-clip:text;background-clip:text;color:#0000!important}.blue-gradient-text{background-image:linear-gradient(105deg,#2575dc,#84c7e8);-webkit-background-clip:text;background-clip:text;color:#0000!important}.gray-gradient-text,.red-gradient-text{background-image:linear-gradient(90deg,#e4f6f0,#9dcfca 31%,#6b95ac 68%,#45657d);-webkit-background-clip:text;background-clip:text;color:#0000!important}.container{max-width:72rem;margin:0 auto}.section{padding:7rem 1.5rem;position:relative}@media (width>=768px){.section{padding-top:9rem;padding-bottom:9rem}}.eyebrow{letter-spacing:-.01em;color:var(--color-text-muted);font-size:13px;font-weight:500;display:inline-block}.section-heading{letter-spacing:-.03em;max-width:42rem;color:var(--color-text);margin-top:1rem;font-size:2.25rem;font-weight:600;line-height:1.05}@media (width>=640px){.section-heading{font-size:3rem}}@media (width>=768px){.section-heading{font-size:3.75rem}}.icon-4{flex-shrink:0;width:1rem;height:1rem}.icon-5{flex-shrink:0;width:1.25rem;height:1.25rem}.icon-6{flex-shrink:0;width:1.5rem;height:1.5rem}.icon-8{flex-shrink:0;width:2rem;height:2rem}.icon-9{flex-shrink:0;width:2.25rem;height:2.25rem}.icon-16{width:4rem;height:4rem}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-stopped{overflow:hidden}.jm-overlay{z-index:100;-webkit-backdrop-filter:blur(4px);background:#000000b8;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.jm-dialog{border:1px solid var(--color-border);background:var(--color-surface);border-radius:28px;width:100%;max-width:30rem;padding:2rem;position:relative;box-shadow:0 25px 60px #0000008c}@media (width>=640px){.jm-dialog{padding:2.5rem}}.jm-close{width:2.25rem;height:2.25rem;color:var(--color-text-faint);border-radius:9999px;justify-content:center;align-items:center;transition:color .2s,background .2s;display:flex;position:absolute;top:1rem;right:1rem}.jm-close:hover{color:var(--color-text);background:var(--color-bg-soft)}.jm-form{flex-direction:column;gap:1.25rem;display:flex}.jm-form__title{color:var(--color-text);padding-right:2rem;font-size:1.25rem;line-height:1.4}@media (width>=640px){.jm-form__title{font-size:1.375rem}}.jm-field{display:block}.jm-field__label{letter-spacing:.02em;color:var(--color-text-muted);margin-bottom:.375rem;font-size:.75rem;display:block}.jm-field__control{background:var(--color-bg-soft);border-radius:.75rem;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:box-shadow .2s;display:flex;box-shadow:0 0 0 1px #0000}.jm-field__control:focus-within{box-shadow:0 0 0 1px #2997ff80}.jm-field__control--error{box-shadow:0 0 0 1px #ef444480}.jm-field__control--textarea{align-items:flex-start}.jm-field__icon{width:1rem;height:1rem;color:var(--color-text-faint);flex-shrink:0}.jm-field__input{width:100%;color:var(--color-text);background:0 0;border:none;outline:none;font-size:.875rem}textarea.jm-field__input{resize:vertical;min-height:4.5rem;font-family:inherit;line-height:1.5}.jm-field__input::placeholder{color:var(--color-text-faint)}.jm-field__error{color:#f87171;margin-top:.375rem;font-size:.75rem;display:block}.jm-checks{flex-direction:column;gap:1.25rem;display:flex}.jm-check{cursor:pointer;align-items:center;gap:.75rem;display:flex}.jm-check__input{opacity:0;width:0;height:0;position:absolute}.jm-check__box{border:1px solid var(--color-border);background:var(--color-bg-soft);border-radius:.375rem;flex-shrink:0;width:1.25rem;height:1.25rem;transition:border-color .2s,background .2s;position:relative}.jm-check__box:after{content:"";border:solid var(--color-bg);border-width:0 2px 2px 0;width:5px;height:10px;transition:transform .15s;position:absolute;top:2px;left:6px;transform:rotate(45deg)scale(0)}.jm-check__input:checked+.jm-check__box{background:var(--color-blue);border-color:var(--color-blue)}.jm-check__input:checked+.jm-check__box:after{transform:rotate(45deg)scale(1)}.jm-check__input:focus-visible+.jm-check__box{box-shadow:0 0 0 3px #2997ff59}.jm-check__label{color:var(--color-text);font-size:.9375rem}.jm-check__hint{color:var(--color-text-muted);margin-top:.375rem;margin-left:2rem;font-size:.75rem;line-height:1.5}.jm-submit{background:var(--color-white);letter-spacing:.02em;color:var(--color-bg);border-radius:9999px;margin-top:.5rem;padding:.875rem 1.5rem;font-size:.875rem;font-weight:500;transition:transform .3s}.jm-submit:hover{transform:scale(1.02)}.jm-submit:disabled{opacity:.6}.jm-disclaimer{text-align:center;color:var(--color-text-faint);font-size:.8rem}.jm-success{text-align:center;flex-direction:column;align-items:center;padding:1.5rem 0;display:flex}.jm-success__icon{width:4rem;height:4rem;color:var(--color-blue-light);background:#2997ff1a;border-radius:9999px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.jm-success__title{color:var(--color-text);font-size:1.25rem}.jm-success__desc{max-width:22rem;color:var(--color-text-muted);margin-top:.5rem;font-size:.875rem;line-height:1.6}.jm-success__close{color:var(--color-blue-light);text-underline-offset:4px;margin-top:1.5rem;font-size:.875rem;text-decoration:underline}.jm-success__close:hover{color:#6cb6ffcc}.nav-progress{background:var(--color-blue);transform-origin:0;z-index:60;height:1px;position:fixed;top:0;left:0;right:0}.nav{z-index:50;-webkit-backdrop-filter:blur(20px);background:#000000b3;border-bottom:1px solid #ffffff14;position:fixed;top:0;left:0;right:0}.nav__inner{justify-content:space-between;align-items:center;max-width:80rem;height:3rem;margin:0 auto;padding:0 1.25rem;display:flex}@media (width>=768px){.nav__inner{padding:0 2rem}}.nav__brand{align-items:center;gap:.5rem;display:flex}.nav__brand-icon{width:2rem;height:2rem}.nav__brand-text{color:var(--color-text-muted);font-size:13px;font-weight:500;transition:color .2s;display:none}@media (width>=640px){.nav__brand-text{display:inline}}.nav__brand:hover .nav__brand-text{color:var(--color-text)}.nav__links{color:var(--color-text-muted);align-items:center;gap:1.75rem;font-size:12.5px;font-weight:400;display:none}@media (width>=768px){.nav__links{display:flex}}.nav__link{transition:color .2s}.nav__link:hover{color:var(--color-text)}.nav__actions{align-items:center;gap:1rem;display:flex}.nav__cta{color:var(--color-blue-light);align-items:center;gap:.125rem;font-size:12.5px;font-weight:400;transition:color .2s;display:flex}.nav__cta:hover{color:var(--color-blue)}.nav__cta-icon{width:.75rem;height:.75rem;transition:transform .2s}.nav__cta:hover .nav__cta-icon{transform:translate(2px)}.nav__menu-toggle{color:var(--color-text-muted);justify-content:center;align-items:center;transition:color .2s;display:flex}.nav__menu-toggle:hover{color:var(--color-text)}@media (width>=768px){.nav__menu-toggle{display:none}}.nav__mobile-menu{-webkit-backdrop-filter:blur(20px);background:#000000e6;border-top:1px solid #ffffff14;overflow:hidden}@media (width>=768px){.nav__mobile-menu{display:none}}.nav__mobile-links{flex-direction:column;padding:.5rem 1.25rem 1.25rem;display:flex}.nav__mobile-link{text-align:left;width:100%;color:var(--color-text-muted);border-bottom:1px solid #ffffff0f;padding:.875rem 0;font-size:.9375rem;transition:color .2s;display:block}.nav__mobile-link:hover{color:var(--color-text)}.nav__mobile-links li:last-child .nav__mobile-link{border-bottom:none}.dots{z-index:50;flex-direction:column;align-items:center;gap:1rem;display:none;position:fixed;top:50%;right:1.5rem;transform:translateY(-50%)}@media (width>=1024px){.dots{display:flex}}.dots__item{justify-content:center;align-items:center;padding:.375rem;display:flex;position:relative}.dots__marker{background:var(--color-border-strong);border-radius:9999px;width:.375rem;height:.375rem;transition:all .3s;display:block}.dots__item:hover .dots__marker{background:var(--color-blue-light)}.dots__marker--active{background:var(--color-blue);width:.625rem;height:.625rem;box-shadow:0 0 10px #2997ffb3}.dots__item:hover .dots__marker--active{background:var(--color-blue)}.dots__tooltip{pointer-events:none;white-space:nowrap;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);opacity:0;border-radius:.25rem;margin-right:.75rem;padding:.25rem .5rem;font-size:.75rem;transition:opacity .2s;position:absolute;right:100%}.dots__item:hover .dots__tooltip{opacity:1}.hero{background:var(--color-bg);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:0 1.5rem;display:flex;position:relative;overflow:hidden}.hero__glow{pointer-events:none;opacity:.9;background-image:radial-gradient(circle at 50% 26%,#2997ff52,#0000 60%);position:absolute;inset:0}.hero__content{z-index:10;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.hero__eyebrow{letter-spacing:-.01em;color:var(--color-text-muted);margin-bottom:1.25rem;font-size:13px;font-weight:500}.hero__logo{width:15rem;height:15rem;margin-bottom:2.5rem;position:relative}@media (width>=768px){.hero__logo{width:20rem;height:20rem}}.hero__logo:before{content:"";filter:blur(20px);z-index:-1;background:radial-gradient(circle,#2997ff8c,#0000 70%);position:absolute;inset:-20%}.hero__logo-mark{filter:drop-shadow(0 0 45px #dee7eff2);width:100%;height:100%;position:relative}.hero__logo:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(70deg,#0000 36%,#6f8aa659 43%,#b7c9d699 47%,#e8f3eef2 50%,#b7c9d699 53%,#6f8aa659 57%,#0000 64%) 0 0/200% 100%;animation:1.8s ease-in-out .9s both hero-logo-shine;position:absolute;inset:0;-webkit-mask:url(/logo-black.svg) 50%/contain no-repeat;mask:url(/logo-black.svg) 50%/contain no-repeat}@keyframes hero-logo-shine{0%{background-position:150% 0}to{background-position:-50% 0}}@media (prefers-reduced-motion:reduce){.hero__logo:after{background:0 0;animation:none}}.hero__title{letter-spacing:-.03em;flex-direction:column;font-size:9vw;font-weight:600;line-height:.98;display:flex}@media (width>=640px){.hero__title{font-size:3rem}}@media (width>=768px){.hero__title{font-size:4rem}}@media (width>=1024px){.hero__title{font-size:5rem}}.hero__title-word{padding:.25rem 0;overflow:hidden}.hero__title-word-inner{display:inline-block}.hero__subtitle{max-width:32rem;color:var(--color-text-muted);margin-top:1.5rem;font-size:1.125rem;font-weight:400;line-height:1.375}@media (width>=640px){.hero__subtitle{font-size:1.25rem}}.hero__actions{align-items:center;gap:2rem;margin-top:2.25rem;display:flex}.hero__cta{background:var(--color-blue);color:var(--color-bg);border-radius:9999px;padding:.625rem 1.5rem;font-size:15px;font-weight:500;transition:transform .3s}.hero__cta:hover{transform:scale(1.03)}.hero__link{color:var(--color-blue-light);align-items:center;gap:.125rem;font-size:15px;font-weight:400;transition:color .2s;display:flex}.hero__link:hover{color:var(--color-blue)}.hero__link-icon{width:.875rem;height:.875rem;transition:transform .2s}.hero__link:hover .hero__link-icon{transform:translate(2px)}.about{background:var(--color-bg-soft)}.about__grid{gap:4rem;display:grid}@media (width>=1024px){.about__grid{grid-template-columns:.9fr 1.1fr;align-items:start}}.about__text{max-width:32rem;color:var(--color-text-muted);margin-top:1.5rem;font-size:1.125rem;line-height:1.375}.about__stats{grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem;display:grid}.stat__value{letter-spacing:-.03em;color:var(--color-text);font-size:2.25rem}@media (width>=640px){.stat__value{font-size:3rem}}.stat__label{color:var(--color-text-muted);margin-top:.375rem;font-size:13px}.about__values{gap:1.25rem;display:grid}@media (width>=640px){.about__values{grid-template-columns:1fr 1fr}}.value-card{background:var(--color-surface);border-radius:28px;padding:1.75rem}.value-card__icon{width:2.75rem;height:2.75rem;color:var(--color-blue-light);background:#2997ff1a;border-radius:.75rem;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.value-card__title{color:var(--color-text);font-size:1.125rem}.value-card__desc{color:var(--color-text-muted);margin-top:.5rem;font-size:.875rem;line-height:1.625}.principles{background:var(--color-bg)}.principles__header{margin-bottom:2.5rem}@media (width>=1024px){.principles__header{display:none}}.principle__header{margin-bottom:4rem}.principles__grid{gap:2.5rem;display:grid}@media (width>=1024px){.principles__grid{grid-template-columns:1fr 1.2fr;gap:5rem}}.principles__summary{touch-action:pan-y;display:block}@media (width>=1024px){.principles__summary{align-self:flex-start;position:sticky;top:8rem}}.principles__slides{display:grid}.principles__slides>*{grid-area:1/1}.principles__slide-ghost{visibility:hidden;pointer-events:none}.principles__number{letter-spacing:-.03em;font-size:4.5rem;font-weight:600}@media (width>=768px){.principles__number{font-size:6rem}}.principles__title{color:var(--color-text);margin-top:1.5rem;font-size:1.5rem}@media (width>=768px){.principles__title{font-size:1.875rem}}.principles__desc{max-width:28rem;color:var(--color-text-muted);margin-top:1rem;line-height:1.625}.principles__progress{gap:.5rem;margin-top:2.5rem;display:flex}.principles__progress-bar{background:var(--color-border);cursor:pointer;border:none;border-radius:9999px;flex:1;height:3px;padding:0;transition:background-color .3s}.principles__progress-bar--active{background:var(--color-blue)}.principles__list{flex-direction:column;gap:.375rem;display:none;position:relative}@media (width>=1024px){.principles__list{display:flex}}.principles__list-line{background:var(--color-border);width:1px;position:absolute;top:.5rem;bottom:.5rem;left:21px}.principle-item{text-align:left;background:0 0;border-radius:0;align-items:flex-start;gap:1.25rem;padding:0;transition:all .3s;display:flex;position:relative}.principle-item__number{z-index:10;letter-spacing:-.03em;width:2.75rem;height:2.75rem;color:var(--color-text-faint);flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;transition:color .3s;display:flex;position:relative}.principle-item__number:before{content:"";z-index:-1;background:var(--color-bg-soft);border:1px solid #2997ff66;border-radius:9999px;position:absolute;inset:0}@media (width>=768px){.principle-item__number{font-size:1rem}}.principle-item--active .principle-item__number{color:var(--color-blue-light)}.principle-item__body{padding-top:.375rem}.principle-item__title{color:var(--color-text-muted);font-size:1rem;font-weight:700;transition:color .3s;display:block}@media (width>=768px){.principle-item__title{font-size:1.125rem}}.principle-item--active .principle-item__title{color:var(--color-text)}.principle-item__desc{color:var(--color-text-faint);margin-top:.375rem;padding-left:0;font-size:.875rem;line-height:1.625;transition:color .3s}.principle-item--active .principle-item__desc{color:var(--color-text-muted)}@media (width>=1024px){.principle-item__desc,.principles__list-line{display:none}.principle-item{background:0 0;border-radius:14px;align-items:center;gap:1rem;padding:.75rem 1.125rem}.principle-item:hover{background:#42424559}.principle-item--active,.principle-item--active:hover{background:var(--color-surface)}.principle-item__number{justify-content:flex-start;width:2rem;height:auto;font-size:1.125rem}.principle-item__number:before{display:none}.principle-item__body{padding-top:0}.principle-item__title{font-size:1.125rem;font-weight:600}}.products{background:var(--color-bg)}.products__desc{max-width:36rem;color:var(--color-text-muted);margin-top:1.25rem;font-size:1.125rem;line-height:1.375}.products__grid{gap:.75rem;margin-top:2.5rem;display:grid}@media (width>=640px){.products__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:3.5rem}}@media (width>=1024px){.products__grid{grid-template-columns:repeat(3,1fr)}}.product-card{background:var(--color-surface);border-radius:20px;padding:1.125rem;position:relative;overflow:hidden}@media (width>=640px){.product-card{border-radius:28px;padding:1.75rem}}.product-card__link{color:inherit;cursor:pointer;text-decoration:none;display:block}.product-card__glow{pointer-events:none;filter:blur(24px);background:#2997ff0d;border-radius:9999px;width:8rem;height:8rem;position:absolute;top:-2.5rem;right:-2.5rem}.product-card__top{justify-content:space-between;align-items:flex-start;display:flex}.product-card__icon-box{background:var(--color-bg-soft);width:3.5rem;height:3.5rem;color:var(--color-blue-light);border-radius:1rem;justify-content:center;align-items:center;display:flex;overflow:hidden}.product-card__icon-img{object-fit:contain;width:2.5rem;height:2.5rem}.product-card__icon-img--photo{object-fit:cover;width:100%;height:100%}.product-card__tag{letter-spacing:.02em;color:var(--color-text-faint);background:#ffffff0d;border-radius:9999px;padding:.25rem .75rem;font-size:11px}.product-card__tag--available{color:var(--color-blue-light);background:#2997ff1a}.product-card__title{color:var(--color-text);align-items:center;gap:.375rem;margin-top:1.5rem;font-size:1.25rem;display:flex}.product-card__arrow{color:var(--color-blue-light);display:inline-flex}.product-card__desc{color:var(--color-text-muted);margin-top:.625rem;font-size:.875rem;line-height:1.625}.product-card__stores{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.product-card__store{border:1px solid var(--color-border);color:var(--color-text);background:#ffffff0a;border-radius:9999px;padding:.35rem .85rem;font-size:12px;text-decoration:none;transition:border-color .2s}.product-card__store:hover{border-color:var(--color-blue-light)}.schedule{background:var(--color-bg-soft)}.schedule__desc{max-width:36rem;color:var(--color-text-muted);margin-top:1.25rem;font-size:1.125rem;line-height:1.375}.schedule__table-wrapper{background:var(--color-surface);border-radius:16px;margin-top:1.75rem;overflow-x:auto}@media (width>=640px){.schedule__table-wrapper{border-radius:28px;margin-top:3rem}}.schedule__table{border-collapse:collapse;text-align:left;table-layout:fixed;width:100%}@media (width>=640px){.schedule__table{table-layout:auto;min-width:640px}}.schedule__table th,.schedule__table td{white-space:normal;word-break:break-word;text-align:center;padding:.625rem .5rem;font-size:.75rem}@media (width>=640px){.schedule__table th,.schedule__table td{white-space:nowrap;text-align:left;padding:1rem 1.5rem;font-size:.875rem}.schedule__table td:last-child,.schedule__table th:last-child,.schedule__table td:nth-child(3),.schedule__table th:nth-child(3),.schedule__table td:nth-child(4),.schedule__table th:nth-child(4){white-space:normal}}.schedule__table thead th{letter-spacing:.02em;color:var(--color-text-faint);border-bottom:1px solid var(--color-border);font-size:13px;font-weight:500}.schedule__table tbody tr{border-bottom:1px solid var(--color-border);transition:background-color .3s}.schedule__table tbody tr:last-child{border-bottom:none}.schedule__table tbody tr:hover{background:var(--color-surface-elevated)}.schedule__table tbody td{color:var(--color-text-muted)}.schedule__date{color:var(--color-text);font-weight:600}.schedule__event{color:var(--color-text)}.schedule__address-link{color:var(--color-blue-light);text-underline-offset:3px;text-decoration:underline;transition:color .2s}.schedule__address-link:hover{color:var(--color-blue)}.schedule__empty{text-align:center;color:var(--color-text-muted);padding:2rem 1rem}.schedule__row{cursor:pointer;transition:background-color .15s}.schedule__row:hover{background-color:#ffffff0d}.schedule-modal__overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000b3;justify-content:center;align-items:center;padding:1rem;animation:.2s schedule-modal-fade;display:flex;position:fixed;inset:0}.schedule-modal{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;flex-direction:column;width:100%;max-width:480px;max-height:85dvh;animation:.25s schedule-modal-pop;display:flex;position:relative;overflow:hidden}.schedule-modal__scroll{min-height:0;overflow-y:auto}.schedule-modal__close{z-index:1;width:34px;height:34px;color:var(--color-text);cursor:pointer;background:#0000008c;border:none;border-radius:50%;font-size:15px;transition:background-color .15s;position:absolute;top:10px;right:10px}.schedule-modal__close:hover{background:#000c}.schedule-modal__photo{object-fit:cover;border-radius:16px 16px 0 0;width:100%;display:block}.schedule-modal__body{padding:1.25rem 1.5rem 1.5rem}.schedule-modal__title{font-family:var(--font-display);color:var(--color-text);margin:0 0 1.5rem;font-size:1.3rem;font-weight:600}.schedule-modal__meta{color:var(--color-text-muted);margin:0 0 .4rem;font-size:.95rem}.schedule-modal__desc{color:var(--color-text-muted);white-space:pre-wrap;margin:1rem 0 0;font-size:.85rem;line-height:1.6}@keyframes schedule-modal-fade{0%{opacity:0}to{opacity:1}}@keyframes schedule-modal-pop{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.schedule__cards{flex-direction:column;gap:.75rem;margin-top:1.75rem;display:flex}@media (width>=640px){.schedule__cards{display:none}}@media (width<=639.98px){.schedule__table-wrapper{display:none}}.schedule-card{background:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;border-radius:14px;padding:1rem 1.15rem;transition:background-color .15s}.schedule-card:active{background:var(--color-surface-elevated)}.schedule-card__name{font-family:var(--font-display);color:var(--color-text);margin:0 0 .35rem;font-size:1.05rem;font-weight:600}.schedule-card__when{color:var(--color-blue-light);margin:0 0 .5rem;font-size:.9rem;font-weight:600}.schedule-card__where{color:var(--color-text-muted);margin:0;font-size:.875rem}.schedule-card__district{color:var(--color-text-faint);margin:.25rem 0 0;font-size:.8rem}.schedule__cards-empty{text-align:center;background:var(--color-surface);color:var(--color-text-muted);border-radius:14px;margin:0;padding:1.5rem 1rem}.schedule-modal__when{align-items:center;gap:.85rem;margin:0 0 .9rem;display:flex}.schedule-modal__date-badge{border:1px solid var(--color-border);background:#ffffff08;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.schedule-modal__date-badge-month{letter-spacing:.06em;color:#ff6b6b;font-size:.55rem;font-weight:700;line-height:1.2}.schedule-modal__date-badge-day{color:var(--color-text);font-size:1.15rem;font-weight:700;line-height:1.1}.schedule-modal__when-info{flex-direction:column;gap:.1rem;min-width:0;display:flex}.schedule-modal__when-date{color:var(--color-text);font-size:.85rem;font-weight:600}.schedule-modal__when-time{color:var(--color-text-muted);font-size:.85rem}.schedule-modal__where{align-items:center;gap:.85rem;margin:0 0 .9rem;display:flex}.schedule-modal__where-badge{border:1px solid var(--color-border);width:3rem;height:3rem;color:var(--color-text-muted);background:#ffffff08;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.schedule-modal__where-pin{width:1.25rem;height:1.25rem}.schedule-modal__where-info{flex-direction:column;gap:.1rem;min-width:0;display:flex}.schedule-modal__where-name{color:var(--color-text);font-size:.85rem;font-weight:500}.schedule-modal__where-district{color:var(--color-text-muted);font-size:.85rem}.schedule-modal__cal-dropdown{flex-shrink:0;align-self:flex-start;margin-left:auto;position:relative}.schedule-modal__cal-toggle{color:#fff;white-space:nowrap;cursor:pointer;background:#b52020;border:1px solid #5b0606;border-radius:6px;align-items:center;gap:.5rem;padding:.55rem .75rem;font-size:.85rem;transition:background-color .2s;display:inline-flex}.schedule-modal__cal-toggle:hover{background:#9e1b1b}.schedule-modal__cal-caret{color:#ffffffbf;font-size:.7rem}.schedule-modal__cal-menu{z-index:1100;border:1px solid var(--color-border);background:var(--color-surface);border-radius:12px;min-width:10rem;padding:.3rem;position:fixed;box-shadow:0 12px 32px #00000073}.schedule-modal__cal-item{color:var(--color-text);border-radius:8px;align-items:center;gap:.6rem;padding:.5rem .75rem;font-size:.88rem;text-decoration:none;transition:background-color .15s;display:flex}.schedule-modal__cal-item:hover{background:#ffffff12}.schedule-modal__cal-item-icon{object-fit:contain;flex-shrink:0;width:1.1rem;height:1.1rem}.join-instructions{background:var(--color-bg-soft)}.join-instructions__heading{margin-bottom:4rem}.ji-grid{gap:3.5rem;display:grid}@media (width>=1024px){.ji-grid{grid-template-columns:1fr 1fr;gap:5rem}}.ji-cta{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex}.ji-cta__logo{background-image:linear-gradient(100deg,#e8f3ee,#b7c9d6 50%,#6f8aa6 65%,#b7c9d6,#e8f3ee);width:16rem;height:16rem;display:inline-block;-webkit-mask:url(/logo-silver.svg) 50%/contain no-repeat;mask:url(/logo-silver.svg) 50%/contain no-repeat}@media (width>=1024px){.ji-cta__logo{width:20rem;height:20rem}}.ji-cta__text{letter-spacing:-.02em;max-width:22rem;color:var(--color-text);font-size:1.375rem;font-weight:600;line-height:1.3}.ji-cta__btn{background:var(--color-blue);letter-spacing:.02em;color:var(--color-bg);border-radius:9999px;padding:.875rem 2rem;font-size:.9375rem;font-weight:500;transition:transform .3s}.ji-cta__btn:hover{transform:scale(1.03)}@media (width>=1024px){.ji-cta__text{font-size:1.625rem}}.ji-steps{flex-direction:column;gap:2rem;max-width:36rem;margin-top:2.5rem;display:flex;position:relative}.ji-steps__line{background:var(--color-border);width:1px;position:absolute;top:.5rem;bottom:.5rem;left:21px}.ji-step{align-items:center;gap:1.25rem;display:flex;position:relative}.ji-step__icon{z-index:10;background:var(--color-bg-soft);width:2.75rem;height:2.75rem;color:var(--color-blue-light);border:1px solid #2997ff66;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.ji-step__body{padding-top:.375rem}.ji-step__header{align-items:baseline;gap:.5rem;display:flex}.ji-step__index{color:var(--color-text-faint);font-size:.75rem}.ji-step__title{color:var(--color-text-muted);font-size:.875rem;line-height:1.625}.ji-link{color:var(--color-blue-light);text-underline-offset:3px;text-decoration:underline;transition:color .2s}.ji-link:hover{color:var(--color-blue)}.footer{background:var(--color-bg-soft);border-top:1px solid #ffffff14;padding:3.5rem 1.5rem 2.5rem;position:relative}.footer__cta{text-align:center;flex-direction:column;align-items:center;display:flex}.footer__heading{letter-spacing:-.03em;max-width:32rem;color:var(--color-text);margin-top:1.5rem;font-size:1.875rem;font-weight:600;line-height:1.05}@media (width>=640px){.footer__heading{font-size:2.25rem}}.footer__button{background:var(--color-blue);letter-spacing:.02em;color:var(--color-bg);border-radius:9999px;margin-top:1.75rem;padding:.875rem 2rem;font-size:.875rem;font-weight:500;transition:transform .3s}.footer__button:hover{transform:scale(1.03)}.footer__grid{gap:2.5rem;display:grid}@media (width>=640px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.footer__grid{grid-template-columns:repeat(4,1fr)}}.footer__resources-wrap{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}@media (width>=1024px){.footer__resources-wrap{grid-column:span 2}}.footer__resources{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.footer__resources--telegram{margin-top:calc(1rem + 19.5px)}.footer__resource-group{flex-direction:column;gap:.375rem;display:flex}.footer__resource-title{color:var(--color-text-faint);align-items:center;gap:.5rem;font-size:.75rem;display:flex}.footer__resource-icon{width:1rem;height:1rem;color:var(--color-blue-light);flex-shrink:0}.footer__resource-links{flex-direction:column;gap:.375rem;margin-left:24px;font-size:.875rem;display:flex;color:var(--color-text-muted)!important}.footer__resource-link{transition:color .2s}.footer__resource-link:hover{color:var(--color-blue-light)}.footer__brand-label{color:var(--color-text-muted);font-size:13px;font-weight:500}.footer__tagline{max-width:20rem;color:var(--color-text-faint);margin-top:.75rem;font-size:.875rem}.footer__col-label{color:var(--color-text-faint);font-size:13px;font-weight:500}.footer__nav-list{color:var(--color-text-muted);flex-direction:column;gap:.625rem;margin-top:1rem;font-size:.875rem;display:flex}.footer__nav-link{transition:color .2s}.footer__nav-link:hover{color:var(--color-blue-light)}.footer__contacts{color:var(--color-text-muted);flex-direction:column;gap:.75rem;margin-top:1rem;font-size:.875rem;display:flex}.footer__contact-item{align-items:center;gap:.625rem;display:flex}.footer__contact-icon{width:1rem;height:1rem;color:var(--color-blue-light);flex-shrink:0}.footer__bottom{color:var(--color-text-faint);border-top:1px solid #ffffff14;flex-direction:column;justify-content:space-between;align-items:center;gap:.75rem;margin-top:3.5rem;padding-top:1.5rem;font-size:.75rem;display:flex}@media (width>=640px){.footer__bottom{flex-direction:row}}
