:root{--brand: #4361EE;--brand-dark: #3451D1;--brand-light: #EEF1FF;--brand-gradient: linear-gradient(135deg, #4361EE 0%, #6C63FF 100%);--on-brand: #ffffff;--surface: #ffffff;--surface-soft: #F8FAFF;--bg-0: #F0F4FF;--bg-1: #E8EFFE;--bg-2: #DDE6FC;--text-main: #111827;--text-secondary: #374151;--text-muted: #6B7280;--text-faint: #9CA3AF;--line: #E4E9F8;--line-strong: #CDD5F0;--table-head-bg: #EEF3FB;--table-head-text: #334155;--table-side-bg: #F7FAFF;--input-bg: #ffffff;--input-border: #D0D8F0;--input-border-hover: #A8B8E8;--danger: #EF4444;--danger-dark: #DC2626;--danger-soft: rgba(239, 68, 68, .08);--danger-border: rgba(239, 68, 68, .3);--danger-ring: rgba(239, 68, 68, .15);--focus-ring: rgba(67, 97, 238, .22);--accent-border-hover: #4361EE;--overlay: rgba(10, 15, 50, .5);--shadow-xs: 0 1px 3px rgba(20, 30, 90, .06);--shadow-sm: 0 2px 8px rgba(20, 30, 90, .08), 0 1px 3px rgba(20, 30, 90, .05);--shadow: 0 4px 20px rgba(20, 30, 90, .1), 0 2px 6px rgba(20, 30, 90, .06);--shadow-lg: 0 8px 32px rgba(20, 30, 90, .13), 0 4px 12px rgba(20, 30, 90, .07);--shadow-xl: 0 20px 60px rgba(20, 30, 90, .18), 0 8px 24px rgba(20, 30, 90, .1);--scroll-track: #E8EDF8;--scroll-thumb: #B4C0DC;--scroll-thumb-hover: #8A9CC4;--sidebar-bg: #0F172A;--sidebar-surface: #1E2D45;--sidebar-border: rgba(255, 255, 255, .06);--sidebar-text: #CBD5E1;--sidebar-text-muted: #64748B;--sidebar-active-bg: rgba(99, 102, 241, .2);--sidebar-active: #818CF8;--sidebar-hover-bg: rgba(255, 255, 255, .07);--fs-xxs: 10px;--fs-xs: 11px;--fs-small: 12px;--fs-base: 13.5px;--fs-md: 15px;--fs-lg: 18px;--bar-height: 52px;--btn-height: 30px;--input-height: 30px;--close-btn-size: 30px;--btn-fixed-width: 72px;--btn-compact-width: 74px;--time-col-width: 74px;--scrollbar-size: 10px;--modal-padding: 10px;--panel-padding: 10px;--panel-padding-wide: 14px;--app-shell-width: 1440px;--space-1: 2px;--space-2: 4px;--space-3: 6px;--space-4: 8px;--space-5: 10px;--space-6: 12px;--space-7: 14px;--space-8: 16px;--space-9: 20px;--z-layout-header: 3;--z-menu-overlay: 20;--z-side-menu: 30;--z-overlay-backdrop: 45;--z-modal-login: 50;--z-modal: 55;--z-modal-top: 56;--z-dropdown: 60;--z-popover: 70;--radius-xs: 6px;--radius-sm: 8px;--radius: 10px;--radius-md: 14px;--radius-lg: 18px;--radius-xl: 22px;--ease: cubic-bezier(.16, 1, .3, 1);--dur: .15s;--success: #22c55e;--text-dark: #0f172a;--sidebar-text-light: #F1F5F9}*,*:before,*:after{box-sizing:border-box}html{min-height:100%;scrollbar-gutter:stable;-webkit-text-size-adjust:100%;text-size-adjust:100%}@supports not (scrollbar-gutter: stable){html{overflow-y:scroll}}h1,h2,h3,h4,h5,h6{font-size:var(--fs-base);margin:0}[hidden]{display:none!important}button{margin:0;font-family:inherit;font-size:var(--fs-base);line-height:normal;height:var(--btn-height);min-height:var(--btn-height);-webkit-appearance:none;appearance:none}button::-moz-focus-inner{border:0;padding:0}body{margin:0;padding:10px 0;min-height:100vh;min-height:100dvh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-size:var(--fs-base);line-height:1.5;color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(ellipse 70% 50% at 0% 0%,rgba(99,102,241,.14) 0%,transparent 60%),radial-gradient(ellipse 60% 40% at 100% 0%,rgba(67,97,238,.1) 0%,transparent 55%),radial-gradient(ellipse 80% 30% at 50% 100%,rgba(107,70,193,.07) 0%,transparent 60%),linear-gradient(170deg,#eef2ff,#e8f0fe 45%,#eae8ff);overflow-x:hidden}::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}::-webkit-scrollbar-track{background:var(--scroll-track);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb{background:var(--scroll-thumb);border-radius:var(--radius-sm);border:2px solid var(--scroll-track)}::-webkit-scrollbar-thumb:hover{background:var(--scroll-thumb-hover)}*{scrollbar-width:thin;scrollbar-color:var(--scroll-thumb) var(--scroll-track)}.field{display:grid;gap:5px;min-width:0}label{color:var(--text-secondary);font-size:var(--fs-small);font-weight:500;letter-spacing:.01em}.field>label:not(.settings-checkbox),.field>span{display:inline-flex;align-items:center;margin:0 0 0 5px;padding:0;line-height:1.15}input,select,textarea{width:100%;border:1.5px solid var(--input-border);outline:none;border-radius:var(--radius);min-height:var(--input-height);padding:0 12px;font-size:var(--fs-small);font-family:inherit;color:var(--text-main);background:var(--input-bg);transition:border-color var(--dur) ease,box-shadow var(--dur) ease,background var(--dur) ease}input:not([type=checkbox]):not([type=radio]):not([type=file]),select{height:var(--input-height)}input[type=date]{display:block;min-width:0;min-inline-size:0;max-width:100%;width:100%;height:var(--input-height);min-height:var(--input-height);padding:0 12px;-webkit-appearance:none;appearance:none;line-height:var(--input-height)}input[type=date]::-webkit-datetime-edit{display:inline-flex;align-items:center;height:100%;padding:0;margin:0;line-height:normal}input[type=date]::-webkit-datetime-edit-fields-wrapper,input[type=date]::-webkit-date-and-time-value{display:inline-flex;align-items:center;padding:0;margin:0;line-height:normal}input[type=date]::-webkit-calendar-picker-indicator{margin:0;align-self:center}input:hover:not(:focus):not(.input-error),select:hover:not(:focus):not(.input-error){border-color:var(--input-border-hover)}textarea{padding:8px 12px;resize:vertical;min-height:88px;line-height:1.5}input::placeholder,textarea::placeholder{color:var(--text-faint);font-size:var(--fs-small)}select option{font-size:var(--fs-small)}input:not([type=checkbox]):not([type=radio]):focus,select:focus,textarea:focus{border-color:var(--brand);box-shadow:0 0 0 1.5px var(--focus-ring);background:#fafbff}input.input-error,select.input-error,textarea.input-error{border-color:var(--danger);box-shadow:0 0 0 1.5px var(--danger-ring)}@media(pointer:coarse){input,select,textarea,.custom-select-trigger,.custom-select-search-input{font-size:16px}}.field-error{display:none;font-size:var(--fs-xs);font-weight:500;color:var(--danger);letter-spacing:.01em}.custom-select{position:relative;width:100%;min-width:0}.custom-select-trigger{width:100%;border:1.5px solid var(--input-border);outline:none;border-radius:var(--radius);height:var(--input-height);min-height:var(--input-height);padding:0 36px 0 12px;font-size:var(--fs-small);font-family:inherit;color:var(--text-main);background:var(--input-bg);text-align:left;cursor:pointer;transition:border-color var(--dur) ease,box-shadow var(--dur) ease;position:relative;display:flex;align-items:center}.custom-select-trigger:hover{border-color:var(--input-border-hover)}.custom-select-trigger:after{content:"";position:absolute;right:12px;top:50%;width:14px;height:14px;transform:translateY(-50%);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3 5L7 9L11 5' stroke='%236B7280' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:14px;transition:transform var(--dur) ease}.custom-select-trigger[aria-expanded=true]:after{transform:translateY(-50%) rotate(180deg)}.custom-select-trigger:focus{border-color:var(--brand);box-shadow:0 0 0 1.5px var(--focus-ring)}.custom-select-trigger.input-error{border-color:var(--danger);box-shadow:0 0 0 1.5px var(--danger-ring)}.custom-select-trigger:disabled{cursor:not-allowed;color:var(--text-faint);background:#f5f7ff;box-shadow:none}.custom-select-menu{position:absolute;z-index:var(--z-popover);top:calc(100% + 6px);left:0;right:0;border:1.5px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-lg);padding:6px;display:grid;gap:2px;max-height:min(200px,calc(100vh - 180px));overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--scroll-thumb) var(--scroll-track);animation:menuFadeIn .14s var(--ease)}@keyframes menuFadeIn{0%{opacity:0;transform:translateY(-6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.custom-select.open-up .custom-select-menu{top:auto;bottom:calc(100% + 6px);animation:menuFadeInUp .14s var(--ease)}@keyframes menuFadeInUp{0%{opacity:0;transform:translateY(6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.custom-select-menu[hidden]{display:none!important}.custom-select-menu::-webkit-scrollbar{width:6px}.custom-select-menu::-webkit-scrollbar-track{background:var(--scroll-track);border-radius:6px}.custom-select-menu::-webkit-scrollbar-thumb{background:var(--scroll-thumb);border-radius:6px}.custom-select-search-wrap{padding:2px 2px 4px}.custom-select-search-input{width:100%;height:var(--input-height);min-height:var(--input-height);border:1.5px solid var(--input-border);border-radius:var(--radius-sm);padding:0 10px;font-size:var(--fs-small);background:var(--surface-soft);color:var(--text-main);font-family:inherit}.custom-select-empty{min-height:var(--input-height);padding:0 12px;display:flex;align-items:center;color:var(--text-muted);font-size:var(--fs-small)}.custom-select-option{border:0;background:transparent;color:var(--text-main);border-radius:var(--radius-sm);text-align:left;width:100%;min-height:var(--btn-height);padding:0 12px;display:flex;align-items:center;justify-content:flex-start;font:inherit;font-size:var(--fs-small);font-weight:500;line-height:1.2;cursor:pointer;transition:background var(--dur) ease,color var(--dur) ease;transform:none}.custom-select-option:hover{background:var(--brand-light);color:var(--brand)}.custom-select-option:active{transform:none}.custom-select-option[aria-selected=true]{background:var(--brand-light);color:var(--brand)}.btn{margin:0;border:0;border-radius:var(--radius);height:var(--btn-height);padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:var(--fs-small);font-weight:600;font-family:inherit;line-height:normal;color:var(--on-brand);background:var(--brand-gradient);cursor:pointer;transition:filter var(--dur) ease,box-shadow var(--dur) ease,transform 80ms ease;box-shadow:0 2px 10px #4361ee52;letter-spacing:.01em;white-space:nowrap}.btn:hover:not(:disabled){filter:brightness(1.09);box-shadow:0 4px 18px #4361ee66}.btn:active:not(:disabled){transform:translateY(1px);box-shadow:0 1px 6px #4361ee47}.btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}#profileEditSubmit:hover,#allUsersEditSaveBtn:hover{filter:none}.home-layout{display:grid;grid-template-rows:auto 1fr auto;gap:10px;width:100%;min-width:0;min-height:calc(100vh - 20px);min-height:calc(100dvh - 20px);max-width:none;margin:0 auto}.home-header{width:100%;max-width:none;margin:0;min-width:0;position:relative;z-index:var(--z-layout-header);display:flex;align-items:center;justify-content:center;min-height:var(--bar-height);border:1.5px solid rgba(255,255,255,.85);border-radius:var(--radius-lg);background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:var(--shadow-sm),inset 0 1px #ffffffe6;padding:0}.brand-wrap{display:inline-flex;align-items:center;height:var(--btn-height);gap:10px;min-width:0}.brand{display:inline-flex;align-items:center;height:var(--btn-height);gap:10px;text-decoration:none;white-space:nowrap}.brand-logo{width:32px;height:32px;border-radius:var(--radius-sm);flex-shrink:0}.brand-text{font-size:var(--fs-md);font-weight:700;color:var(--text-main);letter-spacing:.1em;line-height:1}.header-actions{display:inline-flex;align-items:center;height:var(--btn-height);gap:8px;min-width:0}.menu-toggle{width:36px;height:var(--btn-height);border:1.5px solid var(--line);border-radius:var(--radius);background:#ffffffb3;display:inline-flex;flex-direction:column;justify-content:center;gap:4px;padding:0 9px;cursor:pointer;transition:box-shadow var(--dur) ease;flex:0 0 auto}.menu-toggle:hover{box-shadow:0 2px 10px #0f172a14}.menu-toggle span{display:block;width:100%;height:2px;border-radius:2px;background:var(--text-secondary);transition:background var(--dur) ease}.menu-toggle:hover span{background:var(--text-secondary)}.header-btn{border:1.5px solid var(--line);color:var(--text-secondary);background:#ffffffb3;height:var(--btn-height);padding:0 14px;border-radius:var(--radius);display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:var(--fs-small);font-weight:500;font-family:inherit;line-height:normal;text-decoration:none;cursor:pointer;white-space:nowrap;transition:border-color var(--dur) ease,background var(--dur) ease,color var(--dur) ease,box-shadow var(--dur) ease}@media(hover:hover){.header-btn:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-light)}}.profile-link{background:var(--brand-gradient);color:var(--on-brand);border:0;font-weight:600;box-shadow:0 2px 10px #4361ee52}@media(hover:hover){.profile-link:hover{filter:brightness(1.09);box-shadow:0 4px 16px #4361ee66;color:var(--on-brand);background:var(--brand-gradient);border:0}}.home-main{width:min(100%,var(--app-shell-width));max-width:var(--app-shell-width);margin:0 auto;min-width:0;position:relative;z-index:1;overflow:visible;border:1.5px solid rgba(255,255,255,.75);border-radius:var(--radius-lg);background:radial-gradient(circle at 15% 18%,rgba(67,97,238,.14) 0%,transparent 32%),radial-gradient(circle at 84% 22%,rgba(108,99,255,.16) 0%,transparent 28%),linear-gradient(145deg,#ffffffdb,#f3f7ffc7);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:10px}.home-header-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;width:min(100%,var(--app-shell-width));max-width:var(--app-shell-width);min-height:inherit;min-width:0;padding:10px}.home-hero{display:grid;grid-template-areas:"copy stage" "thumbs thumbs";grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);align-items:stretch;gap:22px;min-height:620px}.home-hero-copy{grid-area:copy;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:18px;padding:16px 8px 16px 6px}.home-hero-title{margin:0;max-width:12ch;font-size:clamp(38px,5vw,64px);line-height:.98;letter-spacing:-.045em;color:var(--text-dark)}.home-hero-text{margin:0;max-width:56ch;font-size:clamp(15px,1.45vw,18px);line-height:1.7;color:#0f172ac7}.home-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.home-hero-primary{width:164px;min-width:164px;height:42px;border-radius:999px;padding:0 18px;font-weight:700;letter-spacing:.01em;box-shadow:0 18px 32px #4361ee3d}.home-hero-secondary{display:inline-flex;align-items:center;justify-content:center;width:164px;min-width:164px;height:42px;padding:0 16px;border-radius:999px;border:1.5px solid rgba(67,97,238,.18);background:#ffffffc7;color:var(--text-main);font-size:13px;font-weight:600;text-decoration:none;box-shadow:inset 0 1px #fffc;transition:border-color var(--dur) ease,color var(--dur) ease,background var(--dur) ease,transform var(--dur) ease}@media(hover:hover){.home-hero-secondary:hover{border-color:#4361ee6b;color:var(--brand);background:#ffffffeb;transform:translateY(-1px)}}.home-stage{grid-area:stage;min-width:0}.home-stage-frame{position:relative;min-width:0;min-height:0;border-radius:28px;overflow:hidden;background:linear-gradient(160deg,#0f172ae6,#141e5ab8 52%,#1e293bdb);box-shadow:0 28px 60px #121c3c3d,inset 0 1px #ffffff26;isolation:isolate;aspect-ratio:5 / 4}.home-stage-slide{position:absolute;inset:0;display:flex;align-items:flex-end;opacity:0;transform:scale(1.02);pointer-events:none;background-position:center;background-repeat:no-repeat;background-size:cover;transition:opacity .48s ease,transform .52s ease}.home-stage-slide.is-active{opacity:1;transform:scale(1)}.home-stage-shade{position:absolute;inset:0;background:linear-gradient(180deg,#090e231a,#090e233d 35%,#090e23d1),radial-gradient(circle at 76% 18%,rgba(67,97,238,.2) 0%,transparent 26%)}.home-stage-copy{position:relative;z-index:1;width:100%;display:grid;gap:10px;padding:28px;color:#f8fbff}.home-stage-eyebrow{margin:0;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:#ffffffc7}.home-stage-title{margin:0;max-width:14ch;font-size:clamp(26px,3vw,38px);line-height:1.02;letter-spacing:-.03em}.home-stage-text{margin:0;max-width:38ch;font-size:14px;line-height:1.65;color:#f8fbffcc}.home-stage-nav{position:absolute;right:20px;bottom:20px;z-index:2;display:inline-flex;align-items:center;gap:10px}.home-stage-arrow{width:38px;min-width:38px;height:38px;min-height:38px;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#ffffff2e;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;font-size:24px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 18px #0f172a2e}@media(hover:hover){.home-stage-arrow:hover{background:#ffffff47}}.home-stage-dots{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border-radius:999px;background:#0f172a47;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.home-stage-dot{width:10px;min-width:10px;height:10px;min-height:10px;padding:0;border:0;border-radius:999px;background:#ffffff59;cursor:pointer;transition:background var(--dur) ease,transform var(--dur) ease,box-shadow var(--dur) ease}.home-stage-dot.is-active{background:#fff;transform:scale(1.1);box-shadow:0 0 0 5px #ffffff24}.home-stage-thumbs{grid-area:thumbs;display:grid;grid-template-columns:repeat(var(--home-thumbs-columns, 4),minmax(0,1fr));grid-auto-rows:1fr;gap:10px;width:100%;align-items:stretch}.home-stage-thumb{min-width:0;display:grid;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:10px;min-height:88px;padding:10px;border:1px solid rgba(255,255,255,.82);border-radius:18px;background:#ffffffad;box-shadow:var(--shadow-xs);text-align:left;cursor:pointer;transition:transform var(--dur) ease,border-color var(--dur) ease,box-shadow var(--dur) ease,background var(--dur) ease}@media(hover:hover){.home-stage-thumb:hover{transform:translateY(-1px);border-color:#4361ee3d;box-shadow:var(--shadow-sm)}}.home-stage-thumb.is-active{border-color:#4361ee57;background:#ffffffe0;box-shadow:var(--shadow-sm)}.home-stage-thumb-image{display:block;width:76px;height:64px;border-radius:14px;background-position:center;background-repeat:no-repeat;background-size:cover;background-color:#4361ee14}.home-stage-thumb-copy{min-width:0;display:grid;gap:4px}.home-stage-thumb-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--brand)}.home-stage-thumb-title{font-size:13px;font-weight:700;line-height:1.3;color:var(--text-main)}.home-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:5px 13px 5px 10px;border-radius:999px;border:1px solid rgba(67,97,238,.22);background:#4361ee0f;color:var(--brand);font-size:11px;font-weight:700;letter-spacing:.08em;width:fit-content}.home-hero-badge-dot{display:block;width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 0 3px #22c55e38;flex-shrink:0;animation:heroBadgePulse 2.4s ease infinite}@keyframes heroBadgePulse{0%,to{box-shadow:0 0 0 3px #22c55e38}50%{box-shadow:0 0 0 5px #22c55e14}}.home-features{margin-top:36px;padding-top:30px;border-top:1.5px solid rgba(67,97,238,.09)}.home-features-header{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;margin-bottom:22px}.home-features-title{margin:0;font-size:clamp(20px,2.2vw,28px);font-weight:700;letter-spacing:-.03em;color:var(--text-dark)}.home-features-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.home-feature-card{display:flex;flex-direction:column;gap:14px;padding:20px 18px;border:1.5px solid rgba(255,255,255,.88);border-radius:18px;background:#ffffffa3;box-shadow:var(--shadow-xs);transition:transform var(--dur) ease,box-shadow var(--dur) ease,border-color var(--dur) ease,background var(--dur) ease}@media(hover:hover){.home-feature-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm);border-color:#4361ee38;background:#ffffffd6}}.home-feature-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(145deg,#4361ee1a,#6c63ff14);border:1px solid rgba(67,97,238,.12);color:var(--brand);flex-shrink:0}.home-feature-body{display:grid;gap:6px}.home-feature-eyebrow{margin:0;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--brand)}.home-feature-name{margin:0;font-size:14px;font-weight:700;color:var(--text-main);letter-spacing:-.01em}.home-feature-text{margin:0;font-size:12.5px;line-height:1.65;color:var(--text-muted)}.home-footer{width:100%;min-width:0;display:flex;justify-content:center;align-items:center;min-height:var(--bar-height);border:1.5px solid rgba(255,255,255,.8);border-radius:var(--radius-md);background:#ffffffbf;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:var(--shadow-xs);padding:10px}.home-footer-inner{display:flex;justify-content:center;align-items:center;gap:20px;width:min(100%,var(--app-shell-width));max-width:var(--app-shell-width);min-width:0}.home-footer a{color:var(--text-muted);text-decoration:none;font-size:var(--fs-small);font-weight:500;transition:color var(--dur) ease}.home-footer a:hover{color:var(--brand)}.footer-link{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.footer-link-icon{width:17px;height:17px;display:inline-block;flex:0 0 17px;opacity:.75;transform:translateY(.5px);transition:opacity var(--dur) ease}.footer-link:hover .footer-link-icon{opacity:1}.footer-link span{display:block;line-height:1.2}.home-site-layout{gap:0;width:100%;max-width:none;min-height:100vh;min-height:100dvh;margin:-10px 0;background:#f7faf7;color:#24342b}.home-site-layout .home-header{position:sticky;top:0;z-index:40;min-height:72px;border:0;border-radius:0;background:#fffffff5;box-shadow:0 1px 16px #182d2214;padding:0}.home-site-layout .menu-toggle{display:none}.home-site-layout .brand{height:54px}.brand-logo-letter{display:inline-flex;align-items:center;justify-content:center;background:#8aaa8d;color:#fff;font-weight:800}.brand-copy{display:grid;gap:4px;min-width:0}.home-site-layout .brand-text{color:#26362e;font-size:16px;font-weight:800;letter-spacing:0}.brand-subtitle{color:#7c877e;font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap}.home-nav-links{display:inline-flex;align-items:center;gap:clamp(18px,3vw,34px);margin-left:auto;margin-right:clamp(20px,4vw,56px)}.home-nav-links a{color:#26362e;font-size:14px;font-weight:600;text-decoration:none;white-space:nowrap}.home-nav-links a:hover{color:#789b7d}.home-site-layout .header-actions{flex:0 0 auto}.home-site-layout .header-btn{border-radius:999px;box-shadow:none}.home-site-layout .profile-link{width:76px;min-width:76px;background:#8aaa8d;color:#fff}.home-language-btn{width:66px;min-width:66px;border-color:#e4eae5;background:#fff;color:#26362e;font-weight:700}.home-site-layout .home-main{width:100%;max-width:none;margin:0;border:0;border-radius:0;background:#fff;padding:0;overflow:hidden}.home-site-layout .home-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);grid-template-areas:"copy card";align-items:center;gap:clamp(28px,6vw,78px);min-height:calc(100dvh - 72px);padding:clamp(78px,12vh,150px) clamp(20px,8vw,120px) 92px;isolation:isolate}.home-hero-bg{position:absolute;inset:0;z-index:-2;background-image:url(/images/academy-hero.jpg);background-size:cover;background-position:center}.home-hero-bg:before,.home-hero-bg:after{content:"";position:absolute;inset:0;background-size:cover;background-position:center;opacity:0}.home-hero-bg:before{background-image:url(/images/bg8.svg);animation:homeHeroBgSecond 18s linear infinite}.home-hero-bg:after{background-image:url(/images/bg10.svg);animation:homeHeroBgThird 18s linear infinite}@keyframes homeHeroBgSecond{0%,28%,66%,to{opacity:0}33%,61%{opacity:1}}@keyframes homeHeroBgThird{0%,61%,to{opacity:0}66%,94%{opacity:1}}.home-site-layout .home-hero:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#fffffffa,#ffffffdb,#ffffff6b 68%,#ffffff38),linear-gradient(180deg,#ffffff29,#ffffffb8)}.home-site-layout .home-hero-copy{grid-area:copy;max-width:620px;gap:24px;padding:0}.home-site-layout .home-hero-badge{margin:0;width:fit-content;border:0;border-radius:999px;background:#8aaa8d29;color:#6d9272;padding:8px 16px;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.home-site-layout .home-hero-title{max-width:12ch;color:#26362e;font-size:clamp(48px,6.2vw,74px);line-height:1.03;letter-spacing:0}.home-site-layout .home-hero-text{max-width:660px;color:#26362ec7;font-size:clamp(17px,1.7vw,20px);line-height:1.55}.home-site-layout .home-hero-actions{gap:12px}.home-site-layout .home-hero-primary,.home-site-layout .home-hero-secondary{width:auto;min-width:190px;height:56px;border-radius:999px;font-size:16px}.home-site-layout .home-hero-primary{background:#8aaa8d;color:#fff;box-shadow:0 16px 30px #607f6442}.home-btn-icon{display:inline-flex;align-items:center}.home-site-layout .home-hero-secondary{gap:10px;border:1px solid rgba(36,52,43,.08);background:#fffffff0;color:#26362e;box-shadow:0 12px 30px #1c2a2114}.home-hero-chips{display:flex;flex-wrap:wrap;gap:18px 26px;margin-top:10px}.home-hero-chips span{display:inline-flex;align-items:center;gap:8px;color:#26362eb3;font-size:14px;font-weight:600}.home-hero-chips span:before{content:"";width:14px;height:14px;border-radius:50%;background:radial-gradient(circle at center,#8aaa8d 0 3px,transparent 4px),#eef5ef;border:1px solid rgba(138,170,141,.65)}.home-consult-card{grid-area:card;display:grid;grid-template-columns:48px minmax(0,1fr);gap:16px;align-items:start;align-self:center;width:min(360px,100%);padding:22px;border-radius:18px;background:#fffffff0;box-shadow:0 22px 44px #202a252e}.home-consult-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#8aaa8d;color:#fff}.home-consult-card strong{display:block;margin-bottom:10px;color:#26362e;font-size:14px}.home-consult-card p{margin:0;color:#26362e9e;font-size:13px;line-height:1.55}.home-about,.home-site-layout .home-features,.home-gallery-band,.home-partners-band{padding:76px clamp(20px,8vw,120px)}.home-about{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:clamp(28px,6vw,78px);align-items:start;background:#fff}.home-section-kicker{margin:0 0 12px;color:#789b7d;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.home-about h2,.home-gallery-band h2{margin:0;color:#26362e;font-size:clamp(30px,4vw,48px);line-height:1.08}.home-about p:last-child{margin:0;color:#26362eb8;font-size:17px;line-height:1.75}.home-site-layout .home-features{margin:0;border:0;background:#f5f8f4}.home-site-layout .home-features-header{align-items:flex-start;text-align:left;max-width:720px}.home-site-layout .home-features-title{font-size:clamp(30px,4vw,46px);line-height:1.08}.home-site-layout .home-features-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.home-site-layout .home-feature-card{min-height:220px;border:1px solid rgba(138,170,141,.18);border-radius:18px;background:#fff;box-shadow:0 18px 36px #25342b14}.home-site-layout .home-feature-icon-wrap{width:44px;height:44px;border-radius:50%;background:#eef5ef;color:#789b7d;font-weight:800}.home-site-layout .home-feature-name{color:#26362e;font-size:20px}.home-site-layout .home-feature-text{color:#26362ead;font-size:14px}.home-gallery-band{min-height:300px;background:linear-gradient(90deg,#26362ed1,#26362e6b),url(/images/academy-hero.jpg) center 58% / cover;color:#fff}.home-gallery-band .home-section-kicker,.home-gallery-band h2{color:#fff}.home-partners-band{background:#fff}.home-partners-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.home-partners-list span{display:flex;align-items:center;justify-content:center;min-height:74px;border:1px solid rgba(138,170,141,.2);border-radius:16px;background:#f7faf7;color:#26362e;font-weight:700}.home-site-layout .home-footer{border:0;border-radius:0;background:#26362e;box-shadow:none}.home-site-layout .home-footer a{color:#ffffffd1}.home-site-layout .home-hero-primary{text-decoration:none}.home-stats-band{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding:68px clamp(20px,8vw,120px);background:radial-gradient(circle at 88% 18%,rgba(138,170,141,.2),transparent 28%),#26362e;color:#fff}.home-stat-item{display:grid;justify-items:center;gap:12px;text-align:center}.home-stat-item strong{color:#fff;font-size:clamp(44px,5vw,72px);font-weight:800;line-height:1}.home-stat-item span{color:#ffffffa3;font-size:15px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.home-section-head{display:grid;justify-items:center;gap:14px;max-width:980px;margin:0 auto;text-align:center}.home-section-head h2{margin:0;color:#26362e;font-size:clamp(38px,4.8vw,62px);font-weight:800;line-height:1.08}.home-section-head p{margin:0;color:#26362ead;font-size:clamp(17px,2vw,22px);line-height:1.55}.home-section-head .home-section-kicker{display:inline-flex;align-items:center;min-height:38px;margin:0;border-radius:999px;background:#e9eee9;padding:0 18px;color:#5f8365}.home-site-layout .home-about{display:block;padding:78px clamp(20px,8vw,120px) 64px;background:#fff}.home-about-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:72px}.home-about-card,.home-service-card,.home-signup-form{border:1px solid #dfe8ee;border-radius:18px;background:#fff;box-shadow:0 18px 36px #2131270a}.home-about-card{min-height:238px;padding:30px}.home-soft-icon,.home-service-icon{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:14px;background:#e6ece5;color:#84a888}.home-about-card h3,.home-service-card h3{margin:24px 0 12px;color:#26362e;font-size:18px;font-weight:800;line-height:1.28}.home-about-card p,.home-service-card p{margin:0;color:#26362ea3;font-size:16px;line-height:1.6}.home-about-quote{width:min(760px,100%);margin:70px auto 0;border:1px solid #dfe8ee;border-radius:18px;background:#fff;padding:20px 28px;color:#26362e;font-size:clamp(18px,2vw,23px);font-style:italic;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-services{padding:76px 0 84px;background:#fff;overflow:hidden}.home-service-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(300px,376px);gap:28px;margin-top:72px;padding:0 32px 12px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:#8aaa8d #eef3ef}.home-service-card{min-height:264px;padding:30px}.home-service-icon{background:#88aa8d;color:#fff}.home-empty-section,.home-signup-section{display:grid;gap:72px;justify-items:center;padding:76px clamp(20px,8vw,120px);background:#fff}.home-gallery-section{min-height:426px}.home-team-section,.home-partners-section{background:#eef4ed}.home-empty-message{margin:0;color:#26362eb3;font-size:20px;text-align:center}.home-cta-band{display:grid;justify-items:center;gap:22px;padding:42px clamp(20px,8vw,120px) 48px;background:radial-gradient(circle at 8% 8%,rgba(138,170,141,.18),transparent 28%),#26362e;color:#fff;text-align:center}.home-cta-band .home-section-kicker{display:inline-flex;align-items:center;min-height:34px;margin:0;border-radius:999px;background:#ffffff1f;padding:0 18px;color:#9fc5a5}.home-cta-band h2{max-width:960px;margin:0;color:#fff;font-size:clamp(36px,5vw,60px);line-height:1.08}.home-cta-band p{max-width:760px;margin:0;color:#ffffffc7;font-size:clamp(18px,2vw,24px);line-height:1.45}.home-cta-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:auto;min-width:278px;height:64px;border-radius:999px;background:#e68a5c;color:#fff;font-size:20px;text-decoration:none}.home-signup-section{gap:48px}.home-signup-form{display:grid;gap:24px;width:min(620px,100%);padding:clamp(28px,5vw,50px);box-shadow:0 22px 46px #2131270f}.home-signup-field{display:grid;gap:10px}.home-signup-field label{color:#0f2533;font-size:16px;font-weight:500}.home-signup-field input{width:100%;height:60px;border:1px solid #dbe6ee;border-radius:18px;background:#fff;padding:0 18px;color:#0f2533;font-size:18px;outline:none}.home-signup-field input:focus{border-color:#8aaa8d;box-shadow:0 0 0 4px #8aaa8d29}.home-signup-field input.input-error{border-color:#d95f54}.home-signup-submit{height:66px;border:0;border-radius:999px;background:#8aaa8d;color:#fff;font-size:20px;font-weight:700;cursor:pointer}.home-signup-submit:disabled{cursor:not-allowed;opacity:.58}.home-signup-status{min-height:22px;margin:0;color:#5f8365;font-size:15px;text-align:center}.home-contact-section{display:grid;grid-template-columns:minmax(360px,.92fr) minmax(420px,1fr);min-height:620px;background:#fff}.home-contact-copy{display:grid;align-content:center;gap:44px;padding:72px clamp(28px,6vw,90px)}.home-contact-copy .home-section-kicker{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:38px;margin:0 0 -18px;border-radius:999px;background:#e9eee9;padding:0 18px;color:#5f8365}.home-contact-copy h2{margin:0;color:#26362e;font-size:clamp(40px,5vw,58px);line-height:1.08}.home-contact-list{display:grid;gap:28px}.home-contact-item{display:grid;grid-template-columns:50px minmax(0,1fr);gap:20px;align-items:center}.home-contact-item .home-soft-icon{width:50px;height:50px}.home-contact-item div{display:grid;gap:8px}.home-contact-item strong{color:#26362e9e;font-size:14px;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.home-contact-item span,.home-contact-item a{color:#0f2533;font-size:clamp(18px,2vw,20px);text-decoration:none}.home-map-panel{position:relative;display:block;width:100%;height:100%;min-height:520px;overflow:hidden;background:linear-gradient(26deg,transparent 0 31%,rgba(235,203,127,.2) 31% 40%,transparent 40% 100%),repeating-linear-gradient(118deg,transparent 0 72px,rgba(197,215,229,.62) 73px 78px,transparent 79px 132px),repeating-linear-gradient(24deg,transparent 0 92px,rgba(197,215,229,.55) 93px 98px,transparent 99px 166px),#f7f9fb;text-decoration:none}.home-map-panel:before{content:"";position:absolute;inset:-16% -6%;background:linear-gradient(12deg,transparent 0 45%,rgba(213,225,234,.9) 45% 47%,transparent 47% 100%),linear-gradient(80deg,transparent 0 53%,rgba(213,225,234,.82) 53% 55%,transparent 55% 100%),linear-gradient(140deg,transparent 0 36%,rgba(213,225,234,.78) 36% 38%,transparent 38% 100%)}.home-map-road{position:absolute;border-radius:999px;background:#d8e4ed;box-shadow:0 0 0 5px #ffffffb8}.home-map-road-main{left:-8%;top:46%;width:118%;height:34px;transform:rotate(-16deg);background:#cbd9e4}.home-map-road-one{left:36%;top:-10%;width:24px;height:128%;transform:rotate(-33deg)}.home-map-road-two{left:66%;top:-10%;width:18px;height:128%;transform:rotate(28deg)}.home-map-road-three{left:12%;top:68%;width:92%;height:18px;transform:rotate(-9deg)}.home-map-road-four{left:20%;top:16%;width:86%;height:18px;transform:rotate(42deg)}.home-map-label,.home-map-place{position:absolute;z-index:2;color:#5d7284;font-size:17px;font-weight:700;opacity:.9;text-shadow:0 1px 0 #ffffff;white-space:nowrap}.home-map-label-top{right:10%;top:16%;transform:rotate(-42deg)}.home-map-label-left{left:20%;top:12%;transform:rotate(43deg)}.home-map-label-bottom{left:24%;bottom:22%;transform:rotate(-10deg)}.home-map-place{color:#e58a39}.home-map-place-one{right:22%;top:26%}.home-map-place-two{right:16%;top:52%;color:#e55353}.home-map-pin{position:absolute;z-index:3;left:50%;top:48%;width:42px;height:42px;border:5px solid #f04a3f;border-radius:50% 50% 50% 0;background:#e22e27;box-shadow:0 12px 24px #7b241f47;transform:translate(-50%,-50%) rotate(-45deg)}.home-map-pin:after{content:"";position:absolute;left:50%;top:50%;width:12px;height:12px;border-radius:50%;background:#9e211d;transform:translate(-50%,-50%)}.home-site-layout .home-footer{display:grid;grid-template-columns:minmax(280px,1.35fr) minmax(170px,.6fr) minmax(230px,.85fr) minmax(300px,1fr);gap:clamp(28px,6vw,86px);align-items:start;padding:52px clamp(28px,8vw,120px);color:#ffffffd1}.home-footer-brand{display:grid;gap:18px}.home-footer-brand .brand{justify-content:flex-start}.home-footer-brand .brand-text,.home-footer-brand .brand-subtitle{color:#fff}.home-footer-brand p{margin:0;max-width:390px;color:#ffffffc2;font-size:18px;line-height:1.55}.home-footer-brand strong{color:#ffffffad;font-size:13px;letter-spacing:.18em;text-transform:uppercase}.home-social-links{display:flex;gap:14px}.home-social-links a{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border:1px solid rgba(255,255,255,.12);border-radius:50%}.home-social-links img{width:22px;height:22px;filter:invert(1)}.home-footer-column{display:grid;gap:14px}.home-footer-column h3{margin:0 0 4px;color:#fff;font-size:14px;font-weight:800;text-transform:uppercase}.home-footer-column a,.home-footer-column span{color:#fffc;font-size:18px;line-height:1.55;text-decoration:none}.home-footer-column a:hover{color:#fff}.home-footer-contact div{display:grid;grid-template-columns:20px minmax(0,1fr);gap:12px;align-items:center;min-height:24px}.home-footer-contact svg{width:18px;height:18px;color:#9fc5a5;margin-top:0}.home-site-layout{background:#f8faf6;color:#213128}.home-site-layout .home-header{min-height:68px;background:#ffffffe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(33,49,40,.08);box-shadow:0 10px 30px #2131280f;padding:0}.home-site-layout .home-header-inner{padding:0}.home-site-layout .brand{height:48px}.home-site-layout .brand-logo-letter{width:40px;height:40px;border-radius:8px;background:linear-gradient(135deg,#88aa8d,#5f8468);box-shadow:0 10px 24px #5f846833}.home-site-layout .brand-text{font-size:14px;line-height:1}.home-site-layout .brand-subtitle{font-size:9px;letter-spacing:.12em}.home-site-layout .home-nav-links{gap:clamp(14px,2.1vw,26px)}.home-site-layout .home-nav-links a{color:#213128b8;font-size:13px;font-weight:700}.home-site-layout .home-nav-links a:hover{color:#5f8468}.home-site-layout .header-btn{height:38px;border-radius:999px;font-size:13px}.home-site-layout .profile-link{width:74px;min-width:74px;background:#7fa486}.home-language-btn{width:54px;min-width:54px}.home-site-layout .home-main{background:#fff}.home-site-layout .home-hero{grid-template-columns:minmax(0,.96fr) minmax(260px,340px);min-height:min(720px,calc(100dvh - 68px));padding:clamp(76px,12vh,116px) clamp(18px,6vw,92px) 76px}.home-site-layout .home-hero:before{background:linear-gradient(90deg,#fafcf8fa,#fafcf8e0 42%,#fafcf857 72%,#fafcf824),linear-gradient(180deg,#ffffff42,#f8faf6e0)}.home-hero-bg{background-position:68% center;filter:saturate(.94) contrast(1.02)}.home-site-layout .home-hero-copy{max-width:560px;gap:18px}.home-site-layout .home-hero-badge{padding:7px 13px;background:#7fa48624;color:#5f8468;font-size:11px;font-weight:800;letter-spacing:.08em}.home-site-layout .home-hero-title{max-width:14ch;color:#213128;font-size:clamp(42px,5vw,62px);line-height:.98}.home-site-layout .home-hero-text{max-width:530px;color:#213128b8;font-size:clamp(15px,1.35vw,17px);line-height:1.58}.home-site-layout .home-hero-actions{margin-top:4px}.home-site-layout .home-hero-primary,.home-site-layout .home-hero-secondary{min-width:168px;height:48px;border-radius:999px;font-size:14px;font-weight:800}.home-site-layout .home-hero-primary{background:#7fa486;box-shadow:0 16px 34px #5f846838}.home-site-layout .home-hero-secondary{border-color:#21312814;background:#ffffffc2;color:#213128;box-shadow:0 12px 28px #21312814}.home-hero-chips{gap:10px;margin-top:2px}.home-hero-chips span{border:1px solid rgba(127,164,134,.2);border-radius:999px;background:#ffffffad;padding:8px 11px;color:#213128ad;font-size:12px}.home-hero-chips span:before{width:10px;height:10px}.home-consult-card{width:min(320px,100%);border:1px solid rgba(255,255,255,.7);border-radius:8px;background:#ffffffd1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:18px;box-shadow:0 22px 54px #21312824}.home-consult-icon{width:40px;height:40px;background:#7fa486}.home-consult-card strong{font-size:13px}.home-consult-card p{font-size:12px}.home-stats-band{gap:18px;padding:46px clamp(18px,6vw,92px);background:linear-gradient(135deg,#203027,#2e4034 58%,#24352b)}.home-stat-item{gap:9px}.home-stat-item strong{font-size:clamp(34px,4vw,54px)}.home-stat-item span{font-size:12px;letter-spacing:.06em}.home-section-head{gap:10px;max-width:840px}.home-section-head h2{color:#213128;font-size:clamp(30px,3.4vw,44px);line-height:1.08}.home-section-head p{max-width:740px;color:#213128a8;font-size:clamp(14px,1.5vw,17px);line-height:1.62}.home-section-head .home-section-kicker,.home-contact-copy .home-section-kicker,.home-cta-band .home-section-kicker{min-height:30px;padding:0 14px;font-size:11px;letter-spacing:.12em}.home-site-layout .home-about,.home-services,.home-empty-section,.home-signup-section{padding-top:62px;padding-bottom:62px}.home-site-layout .home-about{padding-left:clamp(18px,6vw,92px);padding-right:clamp(18px,6vw,92px)}.home-about-grid{gap:16px;margin-top:42px}.home-about-card,.home-service-card,.home-signup-form{border-color:#2131281a;border-radius:8px;box-shadow:0 14px 34px #2131280f}.home-about-card{min-height:190px;padding:24px}.home-soft-icon,.home-service-icon{width:48px;height:48px;border-radius:8px}.home-soft-icon svg,.home-service-icon svg{width:20px;height:20px}.home-about-card h3,.home-service-card h3{margin:18px 0 9px;font-size:16px}.home-about-card p,.home-service-card p{font-size:14px;line-height:1.58}.home-about-quote{width:min(700px,100%);margin-top:42px;border-radius:8px;padding:16px 22px;color:#213128db;font-size:clamp(15px,1.6vw,18px)}.home-service-strip{grid-auto-columns:minmax(278px,338px);gap:18px;margin-top:42px;padding:0 clamp(18px,4vw,44px) 12px}.home-service-card{min-height:218px;padding:24px}.home-empty-section{gap:42px}.home-gallery-section,.home-team-section,.home-partners-section{min-height:300px}.home-team-section,.home-partners-section{background:#eef5ee}.home-empty-message{font-size:16px}.home-kids-art-form{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(180px,1fr) minmax(220px,1.2fr) auto;gap:12px;align-items:end;width:min(1080px,100%);border:1px solid rgba(33,49,40,.1);border-radius:12px;background:#f8fbf7;padding:16px;box-shadow:0 14px 34px #2131280d}.home-kids-art-form h3{grid-column:1 / -1;margin:0 0 2px;color:#213128;font-size:15px}.home-kids-art-file,.home-kids-art-field{display:grid;gap:7px}.home-kids-art-file span,.home-kids-art-field span{color:#213128b3;font-size:12px;font-weight:800}.home-kids-art-file{position:relative;cursor:pointer}.home-kids-art-file strong{display:flex;align-items:center;min-height:44px;border:1px dashed rgba(127,164,134,.55);border-radius:10px;background:#fff;padding:0 14px;color:#213128ad;font-size:13px;font-weight:700}.home-kids-art-file.has-image strong{border-style:solid;color:#5f8468}.home-kids-art-file input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.home-kids-art-field input,.home-kids-art-field textarea{width:100%;border:1px solid #dbe6ee;border-radius:10px;background:#fff;color:#213128;font:inherit;font-size:13px;outline:none}.home-kids-art-field input{height:44px;padding:0 13px}.home-kids-art-field textarea{min-height:44px;resize:vertical;padding:11px 13px}.home-kids-art-field input:focus,.home-kids-art-field textarea:focus{border-color:#8aaa8d;box-shadow:0 0 0 4px #8aaa8d24}.home-kids-art-field .input-error{border-color:#d95f54}.home-kids-art-submit{height:44px;border:0;border-radius:10px;background:#7fa486;padding:0 18px;color:#fff;font-size:13px;font-weight:800;white-space:nowrap;cursor:pointer}.home-kids-art-submit:disabled{cursor:not-allowed;opacity:.58}.home-kids-art-grid{width:min(1120px,100%);column-count:4;column-gap:14px}.home-kids-art-card{position:relative;display:inline-block;width:100%;margin:0 0 14px;overflow:hidden;border-radius:12px;background:#edf4ee;box-shadow:0 16px 34px #2131281a;break-inside:avoid;outline:none}.home-kids-art-card img{display:block;width:100%;aspect-ratio:4 / 5;object-fit:cover;background:#edf4ee;transition:transform .35s ease}.home-kids-art-card:nth-child(4n+2) img{aspect-ratio:1 / 1}.home-kids-art-card:nth-child(4n+3) img{aspect-ratio:5 / 4}.home-kids-art-card:nth-child(4n) img{aspect-ratio:3 / 4}.home-kids-art-overlay{position:absolute;right:0;bottom:0;left:0;display:grid;gap:4px;padding:46px 14px 14px;background:linear-gradient(180deg,#15221b00,#15221bdb);opacity:0;transform:translateY(26%);transition:opacity .28s ease,transform .28s ease;pointer-events:none}.home-kids-art-card:hover img,.home-kids-art-card:focus img{transform:scale(1.04)}.home-kids-art-card:hover .home-kids-art-overlay,.home-kids-art-card:focus .home-kids-art-overlay,.home-kids-art-card:focus-within .home-kids-art-overlay{opacity:1;transform:translateY(0)}.home-kids-art-card h3{margin:0;color:#fff;font-size:14px;font-weight:800}.home-kids-art-card p{margin:0;overflow:hidden;color:#ffffffd1;font-size:12px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.home-content-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;width:min(var(--app-shell-width),100%)}.home-team-paginated{display:grid;gap:18px;width:min(var(--app-shell-width),100%)}.home-team-grid{width:100%}.home-team-pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px}.home-team-page-arrow,.home-team-page-dot{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(33,49,40,.12);border-radius:50%;background:#fff;color:#213128;font-size:13px;font-weight:800;box-shadow:0 10px 22px #21312814;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.home-team-page-arrow:hover:not(:disabled),.home-team-page-dot:hover,.home-team-page-dot.is-active{background:#7fa486;color:#fff;transform:translateY(-1px)}.home-team-page-arrow:disabled{cursor:not-allowed;opacity:.42}.home-team-page-arrow span{line-height:1;font-size:24px;transform:translateY(-1px)}.home-content-card{overflow:hidden;border:1px solid rgba(33,49,40,.1);border-radius:12px;background:#fff;box-shadow:0 16px 34px #2131280f}.home-content-card img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;background:#edf4ee}.home-partner-card img{aspect-ratio:16 / 9;object-fit:contain;padding:18px}.home-content-card div{display:grid;gap:7px;padding:14px}.home-content-card h3{margin:0;color:#213128;font-size:15px}.home-content-card span{color:#6d8f72;font-size:12px;font-weight:800}.home-content-card p{margin:0;color:#213128ad;font-size:13px;line-height:1.5}.home-cta-band{gap:16px;padding:54px clamp(18px,6vw,92px);background:radial-gradient(circle at 12% 0%,rgba(127,164,134,.2),transparent 26%),linear-gradient(135deg,#213128,#2d4335)}.home-cta-band h2{max-width:840px;font-size:clamp(30px,4vw,48px)}.home-cta-band p{max-width:680px;font-size:clamp(15px,1.7vw,19px)}.home-cta-button{min-width:220px;height:52px;background:#df875c;font-size:16px;font-weight:800}.home-signup-section{gap:34px}.home-signup-form{width:min(540px,100%);padding:34px;box-shadow:0 24px 60px #21312814}.home-signup-field{gap:8px}.home-signup-field label{color:#0f2533e0;font-size:14px}.home-signup-field input{height:52px;border-radius:8px;font-size:15px}.home-signup-submit{height:54px;background:#7fa486;font-size:16px}.home-contact-section{grid-template-columns:minmax(360px,.86fr) minmax(420px,1fr);min-height:520px}.home-contact-copy{gap:30px;padding:58px clamp(24px,5vw,76px)}.home-contact-copy h2{font-size:clamp(32px,4vw,46px)}.home-contact-list{gap:20px}.home-contact-item{grid-template-columns:46px minmax(0,1fr);gap:15px}.home-contact-item .home-soft-icon{width:46px;height:46px}.home-contact-item strong{font-size:12px}.home-contact-item span,.home-contact-item a{font-size:16px;line-height:1.45}.home-map-panel{min-height:460px}.home-site-layout .home-footer{gap:clamp(24px,5vw,70px);padding:42px clamp(24px,6vw,92px)}.home-footer-brand p,.home-footer-column a,.home-footer-column span{font-size:15px}.home-footer-column{gap:10px}.home-footer-column h3{font-size:12px}.home-social-links a{width:46px;height:46px}html{scroll-behavior:smooth}.home-site-layout{font-size:14px}.home-site-layout section{scroll-margin-top:78px}.home-site-layout .brand{gap:10px}.home-site-layout .brand>img.brand-logo{width:34px;height:34px;object-fit:contain}.home-site-layout .brand>.brand-text{color:#213128;font-size:15px;font-weight:800}.home-site-layout .brand-logo-image{width:118px;height:34px;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.home-site-layout .brand-logo-image img{display:block;width:100%;height:100%;object-fit:contain}.home-site-layout .brand-logo-image+.brand-copy{display:none}.home-site-layout .home-header{min-height:62px}.home-site-layout .home-nav-links a{font-size:12px}.home-site-layout .header-btn{height:34px;font-size:12px}.home-site-layout .home-hero{min-height:min(640px,calc(100dvh - 62px));background-color:#f8faf6;padding-top:clamp(62px,10vh,92px);padding-bottom:56px}.home-site-layout .home-hero-title{font-size:clamp(36px,4.3vw,54px)}.home-site-layout .home-hero-text{font-size:clamp(13px,1.2vw,15px)}.home-stats-band{padding-top:36px;padding-bottom:36px}.home-stat-item strong{font-size:clamp(30px,3.2vw,44px)}.home-stat-item span{font-size:10px}.home-site-layout .home-about{background:#fff}.home-services{background:#f5f8f2}.home-gallery-section{background:#fff}.home-team-section{background:#eef5ee}.home-signup-section{background:#fafbf7}.home-partners-section{background:#edf4ee}.home-contact-section{background:#fff}.home-section-head h2{font-size:clamp(26px,2.7vw,36px)}.home-section-head p{font-size:clamp(13px,1.25vw,15px)}.home-section-head .home-section-kicker,.home-contact-copy .home-section-kicker,.home-cta-band .home-section-kicker{min-height:26px;font-size:10px}.home-site-layout .home-about,.home-services,.home-empty-section,.home-signup-section{padding-top:52px;padding-bottom:52px}.home-about-card h3,.home-service-card h3{font-size:14px}.home-about-card p,.home-service-card p,.home-empty-message,.home-signup-status{font-size:13px}.home-services,.home-partners-section{overflow:hidden}.home-service-strip{display:block;margin-top:32px;padding:0;overflow:hidden}.home-partner-strip{width:100%;margin-top:-10px;overflow:hidden}.home-service-track{display:flex;width:max-content;gap:14px;padding:0 14px;animation:homeServicesMarquee 34s linear infinite;will-change:transform}.home-partner-track{--home-partner-gap: 40px;--home-partner-offset: 20px;display:flex;align-items:center;width:max-content;gap:var(--home-partner-gap);padding:0 28px;animation:homePartnersMarquee 30s linear infinite;will-change:transform}.home-partner-track.is-static{width:100%;justify-content:center;animation:none;will-change:auto}.home-service-strip:hover .home-service-track,.home-partner-strip:hover .home-partner-track{animation-play-state:paused}.home-service-card{flex:0 0 286px;min-height:186px;padding:18px}.home-partner-item{display:grid;flex:0 0 180px;gap:12px;justify-items:center;align-content:center;min-height:128px;text-align:center}.home-partner-item img{display:block;width:min(150px,100%);height:72px;object-fit:contain}.home-partner-item h3{margin:0;color:#213128;font-size:15px;font-weight:800;line-height:1.25}@keyframes homeServicesMarquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 7px))}}@keyframes homePartnersMarquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - var(--home-partner-offset)))}}.home-signup-section{gap:28px}.home-signup-form{grid-template-columns:1fr;gap:14px;width:min(520px,100%);padding:22px;border-radius:12px;background:#fff}.home-signup-field{gap:6px}.home-signup-field label{font-size:12px;font-weight:700}.home-signup-field input{height:44px;border-radius:10px;font-size:14px}.home-signup-submit{height:46px;border-radius:10px;font-size:14px}.home-signup-status{margin-top:-2px}.home-contact-section{grid-template-columns:minmax(300px,.85fr) minmax(360px,.95fr);gap:clamp(18px,4vw,54px);align-items:center;min-height:0;padding:52px clamp(18px,6vw,92px)}.home-contact-copy{padding:0}.home-contact-copy h2{font-size:clamp(28px,3vw,38px)}.home-contact-list{gap:16px}.home-contact-item span,.home-contact-item a{font-size:14px}.home-map-card{position:relative;width:min(620px,100%);justify-self:center;overflow:hidden;border:1px solid rgba(33,49,40,.1);border-radius:14px;background:linear-gradient(28deg,transparent 0 35%,rgba(229,193,96,.18) 35% 43%,transparent 43% 100%),repeating-linear-gradient(118deg,transparent 0 60px,rgba(190,208,222,.72) 61px 66px,transparent 67px 120px),repeating-linear-gradient(24deg,transparent 0 76px,rgba(190,208,222,.6) 77px 82px,transparent 83px 142px),#eef3ef;box-shadow:0 18px 44px #21312814}.home-map-card:before{content:"";position:absolute;inset:-8%;background:linear-gradient(14deg,transparent 0 43%,rgba(159,181,197,.9) 43% 46%,transparent 46% 100%),linear-gradient(84deg,transparent 0 51%,rgba(202,216,227,.85) 51% 54%,transparent 54% 100%),linear-gradient(138deg,transparent 0 35%,rgba(202,216,227,.78) 35% 38%,transparent 38% 100%);z-index:0}.home-map-frame{position:relative;z-index:1;display:block;width:100%;height:380px;border:0;opacity:1}.home-map-open-link{position:absolute;right:12px;bottom:12px;z-index:3;display:inline-flex;align-items:center;height:34px;border-radius:999px;background:#fffffff0;padding:0 14px;color:#213128;font-size:12px;font-weight:800;text-decoration:none;box-shadow:0 10px 22px #2131281f}.home-site-layout .home-footer .brand-logo-image{width:128px;height:36px;filter:brightness(0) invert(1)}.home-site-layout .home-footer .brand>img.brand-logo{width:34px;height:34px}.home-site-layout .home-footer .brand>.brand-text{color:#fff}.home-footer-brand p,.home-footer-column a,.home-footer-column span{font-size:13px}.home-site-layout{--site-content-gutter: max(18px, calc((100% - var(--app-shell-width)) / 2))}.home-site-layout .home-hero,.home-stats-band,.home-site-layout .home-about,.home-services,.home-empty-section,.home-signup-section,.home-cta-band,.home-contact-section,.home-site-layout .home-footer{padding-left:var(--site-content-gutter);padding-right:var(--site-content-gutter)}.login-overlay{position:fixed;inset:0;background:var(--overlay);z-index:var(--z-overlay-backdrop);animation:none;will-change:auto}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.home-login-panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(420px,calc(100vw - 28px));border:1.5px solid rgba(255,255,255,.9);border-radius:var(--radius-xl);background:#fffffff7;padding:var(--modal-padding);box-shadow:var(--shadow-xl);z-index:var(--z-modal-login);animation:panelSlideIn .22s var(--ease)}@keyframes panelSlideIn{0%{opacity:0;transform:translate(-50%,calc(-50% - 16px)) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.home-login-head{text-align:center;margin-bottom:24px}.home-login-head h2{margin:0;font-size:var(--fs-lg);font-weight:700;color:var(--text-main);letter-spacing:-.01em}.home-login-head p{margin:6px 0 0;font-size:var(--fs-small);color:var(--text-muted)}.home-login-form{display:grid;gap:14px}.home-login-form .btn{margin-top:6px;height:var(--btn-height);font-size:var(--fs-base);border-radius:var(--radius-md)}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.home-header{background:#fffffff5;box-shadow:var(--shadow-sm)}.home-main{background:radial-gradient(circle at 15% 18%,rgba(67,97,238,.12) 0%,transparent 32%),radial-gradient(circle at 84% 22%,rgba(108,99,255,.12) 0%,transparent 28%),linear-gradient(145deg,#fffffffa,#f3f7fff2);box-shadow:var(--shadow)}.home-footer,.home-login-panel{background:#fffffff7}.home-stage-arrow{background:#0f172a85}.home-stage-dots{background:#0f172a70}.login-overlay{background:#0a0f329e}}@media(max-width:1024px){body{padding:10px 5px}.home-layout{min-height:calc(100vh - 20px);min-height:calc(100dvh - 20px)}.home-main{padding:10px}.home-hero{grid-template-areas:"copy" "stage" "thumbs";grid-template-columns:1fr;min-height:0}.home-hero-copy{padding:10px 4px 2px}.home-hero-title{max-width:15ch}.home-stage-frame{aspect-ratio:16 / 11}.home-stage-thumbs,.home-features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-site-layout{gap:0;margin:-10px -5px;min-height:100dvh}.home-site-layout .home-header-inner{padding:0 24px}.home-nav-links{display:none}.home-site-layout .home-main{padding:0}.home-site-layout .home-hero{grid-template-areas:"copy" "card";grid-template-columns:1fr;min-height:auto;padding:92px 24px 58px}.home-consult-card{justify-self:start}.home-about,.home-site-layout .home-features,.home-gallery-band,.home-partners-band{padding:58px 24px}.home-site-layout .home-features-grid,.home-partners-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){body{padding:10px 5px}.home-layout{min-height:calc(100vh - 20px);min-height:calc(100dvh - 20px);gap:10px}.home-header{height:auto;min-height:var(--bar-height);grid-template-columns:auto auto;gap:8px;padding:0}.home-header-inner{gap:8px;padding:10px}.brand-wrap{width:auto;min-width:0;gap:8px;height:var(--btn-height)}.home-header .menu-toggle{width:34px;padding:0 8px}.header-actions{gap:8px;justify-content:center;flex-wrap:nowrap;min-width:0;height:var(--btn-height)}.header-btn{padding:0 10px;white-space:nowrap}.home-main{padding:10px}.home-stage-copy{padding:22px 18px}.home-stage-nav{right:14px;left:14px;bottom:14px;justify-content:space-between}.home-stage-thumbs{grid-template-columns:1fr}.home-footer{flex-wrap:wrap;gap:12px}.home-login-panel{width:calc(100vw - 30px);max-height:calc(100dvh - 24px)}.home-site-layout{gap:0}.home-site-layout .home-header{min-height:70px;padding:0}.home-site-layout .home-header-inner{padding:8px 18px}.brand-subtitle{display:none}.home-site-layout .home-main{padding:0}.home-site-layout .home-hero{padding:74px 18px 48px}.home-about{grid-template-columns:1fr}}@media(max-width:560px){body{padding:5px}.home-layout{min-height:calc(100vh - 10px);min-height:calc(100dvh - 10px)}.home-header{height:auto;min-height:var(--bar-height);gap:4px;padding:0}.home-header-inner{gap:4px;padding:10px}.header-actions{gap:4px}.brand-logo{width:30px;height:30px}.brand-text{letter-spacing:.03em}.home-header .header-btn{padding-left:6px;padding-right:6px}.home-header .menu-toggle{width:30px;padding:0 6px}.home-main{padding:10px;border-radius:14px}.home-hero-title{max-width:100%;font-size:clamp(32px,12vw,42px)}.home-hero-text{font-size:14px}.home-hero-actions{display:grid;grid-template-columns:1fr}.home-hero-primary,.home-hero-secondary{width:100%}.home-stage-frame{aspect-ratio:4 / 5;border-radius:22px}.home-stage-copy{padding:18px 14px 86px}.home-stage-title{max-width:100%;font-size:24px}.home-stage-text{font-size:13px}.home-stage-dots{padding:0 10px}.home-stage-thumb{grid-template-columns:64px minmax(0,1fr);min-height:76px;padding:8px}.home-stage-thumb-image{width:64px;height:56px}.home-features{margin-top:24px;padding-top:22px}.home-features-grid{grid-template-columns:1fr}.home-feature-card{flex-direction:row;align-items:flex-start;gap:14px}.home-footer{justify-content:center;gap:10px;padding:10px}.home-login-panel{width:calc(100vw - 24px);max-height:calc(100dvh - 20px);overflow-y:auto;overflow-x:hidden}.home-site-layout{margin:-5px;min-height:100dvh}.home-site-layout .home-header{border-radius:0;padding:0}.home-site-layout .home-header-inner{padding:8px 12px}.home-site-layout .brand-text{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.home-language-btn{display:none}.home-site-layout .profile-link{width:70px;min-width:70px}.home-site-layout .home-main{padding:0;border-radius:0}.home-site-layout .home-hero{padding:64px 14px 42px}.home-site-layout .home-hero-title{max-width:12ch;font-size:clamp(40px,15vw,58px)}.home-site-layout .home-hero-primary,.home-site-layout .home-hero-secondary{width:100%;min-width:0}.home-consult-card{grid-template-columns:42px minmax(0,1fr);padding:18px}.home-site-layout .home-features-grid,.home-partners-list{grid-template-columns:1fr}}@media(max-width:1180px){.home-about-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-contact-section{grid-template-columns:1fr}.home-map-panel{min-height:440px}.home-site-layout .home-footer{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.home-stats-band{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 18px;padding:48px 18px}.home-site-layout .home-about,.home-services,.home-empty-section,.home-signup-section,.home-contact-copy{padding-left:18px;padding-right:18px}.home-section-head{gap:12px}.home-section-head h2{font-size:clamp(34px,11vw,46px)}.home-about-grid{grid-template-columns:1fr;gap:16px;margin-top:42px}.home-about-card,.home-service-card{min-height:auto;padding:24px}.home-about-quote{margin-top:42px;padding:18px}.home-service-strip{grid-auto-columns:minmax(278px,82vw);gap:16px;margin-top:44px;padding:0 18px 12px}.home-cta-band h2{font-size:clamp(34px,12vw,48px)}.home-cta-button{width:100%;min-width:0}.home-contact-section{min-height:0}.home-contact-copy{gap:34px;padding-top:58px;padding-bottom:48px}.home-contact-item{grid-template-columns:48px minmax(0,1fr);gap:16px}.home-map-panel{min-height:360px}.home-site-layout .home-footer{grid-template-columns:1fr;padding:40px 18px}}@media(max-width:430px){.home-stats-band{grid-template-columns:1fr}.home-signup-form{padding:22px}.home-signup-field input,.home-signup-submit{height:56px}.home-contact-item span,.home-contact-item a,.home-footer-column a,.home-footer-column span{font-size:16px}}@media(max-width:1180px){.home-site-layout .home-hero{grid-template-columns:1fr;min-height:auto;padding:76px 24px 48px}.home-site-layout .home-hero-copy{max-width:640px}.home-consult-card{justify-self:start}.home-site-layout .home-footer{grid-template-columns:1.1fr .8fr}}@media(max-width:760px){.home-site-layout .home-header{min-height:62px;padding:0}.home-site-layout .home-header-inner{padding:8px 14px}.home-site-layout .brand{height:42px}.home-site-layout .brand-logo-letter{width:34px;height:34px}.home-site-layout .brand-text{max-width:178px;font-size:13px}.home-site-layout .profile-link{width:68px;min-width:68px}.home-site-layout .home-hero{padding:56px 14px 34px}.home-site-layout .home-hero:before{background:linear-gradient(180deg,#fafcf8f0,#fafcf8b8 42%,#fafcf8eb)}.home-hero-bg{background-position:62% center}.home-site-layout .home-hero-copy{gap:15px}.home-site-layout .home-hero-title{max-width:12ch;font-size:clamp(38px,12vw,50px);line-height:1}.home-site-layout .home-hero-text{max-width:31ch;font-size:15px}.home-site-layout .home-hero-actions{display:grid;grid-template-columns:1fr;gap:10px;width:100%}.home-site-layout .home-hero-primary,.home-site-layout .home-hero-secondary{width:100%;height:50px;min-width:0;font-size:14px}.home-hero-chips{gap:8px}.home-hero-chips span{padding:7px 10px;font-size:12px}.home-consult-card{grid-template-columns:40px minmax(0,1fr);margin-top:10px;padding:16px}.home-stats-band{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px;padding:34px 14px}.home-stat-item strong{font-size:34px}.home-stat-item span{font-size:11px}.home-site-layout .home-about,.home-services,.home-empty-section,.home-signup-section{padding:48px 14px}.home-section-head h2{font-size:clamp(28px,8.6vw,38px)}.home-section-head p{font-size:14px}.home-about-grid{gap:12px;margin-top:30px}.home-about-card,.home-service-card{padding:18px}.home-about-quote{margin-top:30px;padding:14px 16px;font-size:15px}.home-service-strip{grid-auto-columns:minmax(260px,84vw);gap:12px;margin-top:30px;padding:0 14px 10px}.home-empty-section{gap:28px}.home-gallery-section,.home-team-section,.home-partners-section{min-height:260px}.home-cta-band{padding:44px 14px}.home-cta-band h2{font-size:clamp(28px,9vw,40px)}.home-cta-band p{font-size:15px}.home-cta-button{height:50px;width:100%;min-width:0;font-size:15px}.home-signup-form{padding:22px}.home-signup-field input,.home-signup-submit{height:50px}.home-contact-copy{padding:48px 14px 38px}.home-contact-copy h2{font-size:clamp(30px,9vw,38px)}.home-contact-item span,.home-contact-item a{font-size:14px}.home-map-panel{min-height:300px}.home-map-label,.home-map-place{font-size:12px}.home-site-layout .home-footer{grid-template-columns:1fr;padding:34px 14px}.home-footer-brand p,.home-footer-column a,.home-footer-column span{font-size:14px}}@media(max-width:430px){.home-stats-band{grid-template-columns:repeat(2,minmax(0,1fr))}.home-kids-art-grid{column-count:1}.home-site-layout .home-hero-title{font-size:clamp(36px,12vw,46px)}}@media(max-width:980px){.home-contact-section{grid-template-columns:1fr}.home-kids-art-form{grid-template-columns:repeat(2,minmax(0,1fr))}.home-kids-art-submit{grid-column:1 / -1}.home-kids-art-grid{column-count:3;column-gap:12px}.home-content-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-map-card{width:100%;justify-self:stretch}.home-map-frame{height:340px}}@media(max-width:760px){.home-site-layout section{scroll-margin-top:68px}.home-site-layout .brand-logo-image{width:104px;height:30px}.home-site-layout .home-header{min-height:58px}.home-site-layout .home-hero{min-height:auto;padding-top:48px}.home-site-layout .home-hero-title{font-size:clamp(32px,10vw,42px)}.home-site-layout .home-hero-text{font-size:13px}.home-section-head h2{font-size:clamp(24px,7.5vw,32px)}.home-site-layout .home-about,.home-services,.home-empty-section,.home-signup-section,.home-contact-section{padding:42px 14px}.home-service-track{gap:10px;animation-duration:28s}.home-partner-track{--home-partner-gap: 24px;--home-partner-offset: 12px;gap:var(--home-partner-gap);padding:0 14px;animation-duration:24s}.home-service-card{flex-basis:246px;min-height:174px;padding:16px}.home-partner-item{flex-basis:136px;min-height:112px;gap:10px}.home-partner-item img{width:min(118px,100%);height:58px}.home-partner-item h3{font-size:13px}.home-kids-art-form{grid-template-columns:1fr;gap:10px;padding:14px}.home-kids-art-grid{column-count:2;column-gap:10px}.home-kids-art-card{margin-bottom:10px;border-radius:10px}.home-kids-art-overlay{padding:42px 12px 12px;opacity:1;transform:translateY(0)}.home-content-card-grid{grid-template-columns:1fr}.home-team-paginated{gap:10px}.home-team-pagination{gap:6px}.home-signup-form{grid-template-columns:1fr;gap:10px;padding:16px}.home-signup-submit,.home-signup-status{grid-column:auto}.home-map-frame{height:300px}}@media(max-width:430px){.home-site-layout .brand-logo-image{width:92px;height:28px}.home-kids-art-grid{column-count:1}.home-map-frame{height:260px}}
