@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=Barlow+Condensed:wght@700;900&family=Barlow:wght@300;400;500&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100vh;overflow-x:hidden}#root{width:100%;min-height:100vh}:root,[data-theme=dark]{--bg: #0f0f0f;--surface: #181818;--nav-bg: #1a1a1a;--nav-text: rgba(255,255,255,.72);--nav-text-hover: #ffffff;--cta-border: #ffffff;--cta-text: #ffffff;--cta-hover-bg: #ffffff;--cta-hover-text: #111111;--text-body: #c8c3bc;--title-color: #d4cfc8;--inline-link: #7b9fd4;--pill-bg: #1b3a6b;--pill-text: #ffffff;--pill-hover: #254d8f;--footer-bg: #111111;--footer-text: rgba(255,255,255,.45);--toggle-bg: #2e2e2e;--toggle-border: rgba(255,255,255,.15);--thumb-bg: #ffffff;--hamburger-color: #ffffff;--overlay-start: rgba(0,0,0,.62);--overlay-end: rgba(0,0,0,.12);--section-border: rgba(255,255,255,.06);--card-bg: #1c1c1c}[data-theme=light]{--bg: #f5f2ed;--surface: #ffffff;--nav-bg: #ffffff;--nav-text: rgba(30,30,30,.65);--nav-text-hover: #111111;--cta-border: #111111;--cta-text: #111111;--cta-hover-bg: #111111;--cta-hover-text: #ffffff;--text-body: #3d3d3d;--title-color: #1a2d5a;--inline-link: #1a3a8f;--pill-bg: #1b3a6b;--pill-text: #ffffff;--pill-hover: #254d8f;--footer-bg: #1a1a2e;--footer-text: rgba(255,255,255,.5);--toggle-bg: #e0dbd2;--toggle-border: rgba(0,0,0,.12);--thumb-bg: #111111;--hamburger-color: #111111;--overlay-start: rgba(0,0,0,.58);--overlay-end: rgba(0,0,0,.08);--section-border: rgba(0,0,0,.07);--card-bg: #ffffff}html{scroll-behavior:smooth}body{font-family:Barlow,sans-serif;font-size:1rem;background:var(--bg);color:var(--text-body);transition:background .35s ease,color .35s ease}.app{width:100%;min-height:100vh}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;height:68px;background:var(--nav-bg);display:flex;align-items:center;padding:0 2rem;gap:1rem;box-shadow:0 1px 0 var(--section-border);transition:background .35s ease}.nav-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.logo-img{height:48px;width:auto;display:block}.nav-links{display:flex;align-items:center;list-style:none;gap:.1rem;margin-left:auto;flex-wrap:wrap}.nav-link{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:1rem;letter-spacing:.06em;color:var(--nav-text);text-decoration:none;padding:.35rem .65rem;border-radius:4px;transition:color .2s ease;white-space:nowrap}.nav-link:hover,.nav-link.active{color:var(--nav-text-hover)}.cta-button{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:1rem;letter-spacing:.08em;color:var(--cta-text);text-decoration:none;padding:.4rem 1rem;border:2px solid var(--cta-border);border-radius:999px;white-space:nowrap;margin-left:.5rem;transition:background .2s,color .2s}.cta-button:hover{background:var(--cta-hover-bg);color:var(--cta-hover-text)}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;margin-left:auto;padding:4px}.hamburger span{display:block;width:24px;height:2px;background:var(--hamburger-color);border-radius:2px}.hero{position:relative;width:100vw;height:100vh;min-height:600px;display:flex;align-items:center;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,var(--overlay-start) 0%,rgba(0,0,0,.35) 45%,rgba(0,0,0,.08) 70%,transparent 100%);transition:background .35s ease}.hero-content{position:relative;z-index:2;width:50%;padding:0 5vw;animation:fadeUp .9s cubic-bezier(.22,1,.36,1) both}.hero-eyebrow{font-family:Barlow,sans-serif;font-weight:300;font-size:1.25rem;color:#fff;opacity:.88;margin-bottom:.25rem}.hero-heading{font-family:Barlow Condensed,sans-serif;font-weight:900;font-size:clamp(4rem,11vw,9.5rem);line-height:.88;color:#fff;text-transform:uppercase;letter-spacing:-.01em;margin-bottom:.75rem}.hero-subheading{font-family:Barlow,sans-serif;font-weight:300;font-size:1.35rem;color:#fff;opacity:.88}.display-title{font-family:Cormorant Garamond,serif;font-weight:700;font-size:clamp(2.4rem,5vw,4rem);color:var(--title-color);line-height:1.05;transition:color .35s ease}.body-text{font-size:1rem;line-height:1.75;color:var(--text-body);margin-bottom:1.25rem;transition:color .35s ease}.body-text:last-of-type{margin-bottom:0}.inline-link{color:var(--inline-link);text-decoration:underline;text-underline-offset:3px;transition:opacity .2s}.inline-link:hover{opacity:.75}.pill-cta{display:inline-block;align-self:flex-end;margin-top:.5rem;font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:1rem;letter-spacing:.1em;color:var(--pill-text);background:var(--pill-bg);text-decoration:none;padding:.85rem 2.2rem;border-radius:999px;transition:background .2s ease,transform .15s ease}.pill-cta:hover{background:var(--pill-hover);transform:translateY(-2px)}.make-cta-btn{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:1rem;letter-spacing:.1em;color:#fff;background:var(--pill-bg);text-decoration:none;padding:1rem 2.5rem;border-radius:999px;transition:background .2s ease,transform .15s ease;white-space:nowrap}.make-cta-btn:hover{background:var(--pill-hover);transform:translateY(-2px)}.hero--home{background-image:url(/images/hero.png)}.home-section{width:100%;background:var(--bg);padding:5rem 5vw;border-top:1px solid var(--section-border);transition:background .35s ease}.home-section--alt{background:var(--surface)}.home-container{max-width:1000px;margin:0 auto}.home-section-title{text-align:center;margin-bottom:2.5rem}.home-media-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.home-video-wrap{border-radius:12px;overflow:hidden;box-shadow:0 6px 28px #0000002e;background:#000;aspect-ratio:16/10}.home-video{width:100%;height:100%;display:block;object-fit:cover}.home-circle-img-wrap{width:min(320px,100%);aspect-ratio:1;border-radius:50%;overflow:hidden;box-shadow:0 8px 32px #0000002e;margin:0 auto}.home-circle-img{width:100%;height:100%;object-fit:cover;display:block}.home-text-col{display:flex;flex-direction:column;gap:1.1rem}.hero--library{background-image:url(/images/library.png)}.library-container{max-width:1100px;margin:0 auto}.library-intro-section{width:100%;background:var(--bg);padding:5rem 5vw;border-top:1px solid var(--section-border);transition:background .35s ease}.library-section-heading{text-align:center;margin-bottom:2.5rem}.library-intro-text{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.library-kits-section{width:100%;background:var(--surface);padding:4rem 5vw 6rem;border-top:1px solid var(--section-border);transition:background .35s ease}.library-kits-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem 3.5rem}.library-kit-row{display:flex;gap:1.25rem;align-items:flex-start;padding:1rem;border-radius:12px;border:1px solid var(--section-border);background:var(--surface);transition:background .35s ease,box-shadow .2s ease;box-shadow:0 4px 16px #0000001a}.library-kit-row:hover{box-shadow:0 8px 28px #00000026;transform:none}.library-kit-img-wrap{flex-shrink:0;width:140px;height:140px;border-radius:0;overflow:visible;box-shadow:none;background:none;display:flex;align-items:center;justify-content:center}.library-kit-img{width:140px;height:140px;object-fit:contain;display:block;border-radius:8px}.library-kit-row:hover .library-kit-img{transform:none}.library-kit-content{flex:1;min-width:0}.library-kit-name{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:1.15rem;letter-spacing:.02em;margin-bottom:.5rem;line-height:1.2}.library-kit-desc{font-size:.9rem;line-height:1.65;color:var(--text-body)}.lib-impact-section{width:100%;background:#1b3a6b;padding:5rem 5vw;transition:background .35s ease}.lib-impact-section .library-section-heading{color:#fff;text-align:center;margin-bottom:1.5rem}.lib-impact-intro{color:#fffc;max-width:860px;margin:0 auto 4rem!important;text-align:center;padding-bottom:.5rem}.lib-impact-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem}.lib-impact-card{background:#ffffff12;border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:.75rem;transition:background .2s ease,transform .2s ease}.lib-impact-card:hover{background:#ffffff1f;transform:translateY(-4px)}.lib-impact-card__top{display:flex;flex-direction:column;gap:.6rem}.lib-impact-card__icon{font-size:1.75rem;line-height:1}.lib-impact-card__heading{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:1rem;letter-spacing:.03em;color:#fff;line-height:1.3}.lib-impact-card__body{font-size:.88rem;line-height:1.65;color:#ffffffbf;flex:1}.lib-insight-section{width:100%;background:var(--bg);padding:5rem 5vw;border-top:1px solid var(--section-border);transition:background .35s ease}.lib-insight-intro{max-width:860px;margin:0 auto 3rem;text-align:center}.lib-insight-layout{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start}.lib-insight-img-wrap{position:sticky;top:90px;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0003;aspect-ratio:3/4}.lib-insight-img{width:100%;height:100%;object-fit:cover;display:block}.lib-insight-accordion{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:860px;margin:2rem auto 0}.lib-insight-item{border-radius:12px;border:1px solid var(--section-border);overflow:hidden;background:var(--surface);transition:background .35s ease,box-shadow .2s ease}.lib-insight-item--open{box-shadow:0 4px 20px #0000001a}.lib-insight-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:none;border:none;cursor:pointer;text-align:left}.lib-insight-heading{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:1rem;letter-spacing:.03em;color:var(--inline-link);line-height:1.3}.lib-insight-toggle{flex-shrink:0;font-size:.75rem;color:var(--inline-link)}.lib-insight-body{padding:0 1.25rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.lib-insight-inline-img{width:100%;max-height:260px;object-fit:cover;border-radius:10px}.lib-insight-quote{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.05rem;line-height:1.7;color:var(--title-color);border-left:3px solid var(--inline-link);padding-left:1rem;margin:0}.hero--make{background-image:url(/images/myo.png)}.myo-section{width:100%;background:var(--bg);padding:5rem 5vw;border-top:1px solid var(--section-border);transition:background .35s ease}.myo-section--alt{background:var(--surface)}.myo-container{max-width:1000px;margin:0 auto}.myo-title{margin-bottom:1.5rem}.myo-subtitle{font-size:clamp(1.5rem,3vw,2.4rem)!important;margin-top:3rem;margin-bottom:1.25rem;padding-top:2.5rem;border-top:1px solid var(--section-border)}.myo-before-begin{margin-top:2.5rem}.myo-steps{margin-top:3rem;display:flex;flex-direction:column;gap:3rem}.myo-step{max-width:100%}.myo-step-with-img{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.myo-step-img-wrap{border-radius:14px;overflow:hidden;box-shadow:0 6px 28px #00000026;aspect-ratio:4/3}.myo-step-img{width:100%;height:100%;object-fit:cover;display:block}.myo-step-text{display:flex;flex-direction:column;gap:.5rem}.myo-step-heading{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:1.1rem;letter-spacing:.03em;color:var(--inline-link);margin-bottom:.5rem}.myo-step-num{font-weight:900}.myo-step-body{font-size:1rem;line-height:1.75;color:var(--text-body)}.myo-step-body p{margin-bottom:.75rem}.myo-step-body p:last-child{margin-bottom:0}.myo-list{margin:.5rem 0 .75rem 1.5rem;display:flex;flex-direction:column;gap:.2rem;color:var(--text-body);font-size:1rem;line-height:1.7}.myo-ctas{display:flex;gap:1.5rem;margin-top:3.5rem;flex-wrap:wrap}.myo-reflections-intro{max-width:860px;margin-bottom:2.5rem}.myo-reflections-grid{display:flex;flex-direction:column;gap:2rem}.myo-reflection-block{max-width:860px;padding-bottom:2rem;border-bottom:1px solid var(--section-border)}.myo-reflection-block:last-child{border-bottom:none;padding-bottom:0}.myo-reflection-heading{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:1.1rem;color:var(--inline-link);margin-bottom:.5rem;letter-spacing:.03em}.myo-what-to-consider{margin-top:.5rem;font-size:1rem;line-height:1.7;color:var(--text-body)}.faq-layout{display:grid;grid-template-columns:300px 1fr;gap:4rem;align-items:start;margin-top:2.5rem}.faq-circle-img{width:280px;height:280px;border-radius:50%;overflow:hidden;box-shadow:0 8px 32px #0003;flex-shrink:0;position:sticky;top:90px}.faq-circle-img img{width:100%;height:100%;object-fit:cover;display:block}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-card{background:var(--surface);border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:background .35s ease}.faq-card__header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.5rem;background:none;border:none;cursor:pointer;text-align:left}.faq-card__question{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:1.05rem;letter-spacing:.02em;color:var(--inline-link);line-height:1.3}.faq-card__toggle{flex-shrink:0;font-size:1rem;color:var(--inline-link);font-weight:700}.faq-card__body{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.faq-card__text{font-size:1rem;line-height:1.75;color:var(--text-body)}.faq-card__cta-wrap{display:flex;justify-content:flex-end;margin-top:.5rem}.hero--impact{background-image:url(/images/evaluate.png)}.eval-section{width:100%;background:var(--bg);padding:5rem 5vw;border-top:1px solid var(--section-border);transition:background .35s ease}.eval-container{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:.6rem}.eval-main-title{text-align:center;margin-bottom:.5rem}.eval-body{max-width:100%;margin-bottom:.2rem}.eval-subheading{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:1.1rem;letter-spacing:.03em;color:var(--inline-link);margin-top:1.5rem;margin-bottom:.2rem}.eval-list{list-style:none;padding:0;margin:.15rem 0 .25rem;display:flex;flex-direction:column;gap:.1rem}.eval-list li{font-size:1rem;line-height:1.65;color:var(--text-body);padding-left:1.25rem;position:relative}.eval-list li:before{content:"•";position:absolute;left:0;color:var(--inline-link);font-weight:700}.eval-two-col-list{display:grid;grid-template-columns:1fr 1fr;gap:0 3rem;margin:.25rem 0 .5rem}.eval-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin:1.5rem 0}.eval-img-wrap{border-radius:14px;overflow:hidden;box-shadow:0 6px 28px #00000026;aspect-ratio:4/3}.eval-img{width:100%;height:100%;object-fit:cover;display:block}.eval-intro-right{display:flex;flex-direction:column;gap:.75rem}.hero--team{background-image:url(/images/team.png)}.team-section{width:100%;background:var(--bg);padding:4.5rem 5vw;border-top:1px solid var(--section-border);transition:background .35s ease}.team-section--alt{background:var(--surface)}.team-container{max-width:1000px;margin:0 auto}.team-group-title{text-align:center;margin-bottom:1.5rem}.team-group-title--caps{text-transform:uppercase;letter-spacing:.06em}.team-section-intro{margin-bottom:2.5rem}.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem 3rem}.team-member-card{display:flex;align-items:flex-start;gap:1.25rem}.team-member-img-wrap{flex-shrink:0;width:150px;height:150px;border-radius:50%;overflow:hidden;box-shadow:0 4px 20px #00000026;border:3px solid var(--section-border);transition:transform .3s ease,box-shadow .3s ease}.team-member-card:hover .team-member-img-wrap{transform:scale(1.04);box-shadow:0 8px 28px #0003}.team-member-img{width:100%;height:100%;object-fit:cover;display:block}.team-member-info{display:flex;flex-direction:column;gap:.2rem;padding-top:.4rem}.team-member-name{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:1.35rem;color:var(--title-color);letter-spacing:.02em;margin-bottom:.1rem}.team-member-roles{display:flex;flex-direction:column;gap:0}.team-member-role{font-size:.92rem;line-height:1.5;color:var(--text-body)}.member-collab-btn{display:inline-block;margin-top:.6rem;font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:.85rem;letter-spacing:.1em;color:#fff;background:var(--pill-bg);text-decoration:none;padding:.5rem 1.1rem;border-radius:999px;transition:background .2s ease,transform .15s ease;white-space:nowrap}.member-collab-btn:hover{background:var(--pill-hover);transform:translateY(-2px)}.team-original-lists{display:grid;grid-template-columns:1fr 1fr;gap:1rem 3rem;margin:1.5rem 0 0;max-width:600px}.team-original-heading{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:1rem;letter-spacing:.04em;color:var(--inline-link);margin-bottom:.5rem}.team-original-body{font-size:.95rem!important;line-height:1.6!important;margin-bottom:0!important}.team-schools-list{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.3rem}.team-schools-list li{font-size:1rem;line-height:1.65;color:var(--text-body);padding-left:1.25rem;position:relative}.team-schools-list li:before{content:"•";position:absolute;left:0;color:var(--inline-link);font-weight:700}.team-publications{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.team-pub{padding-bottom:1.5rem;border-bottom:1px solid var(--section-border)}.team-pub:last-child{border-bottom:none;padding-bottom:0}.hero--resources{background-image:url(/images/resources.png)}.res-section{width:100%;background:var(--bg);padding:4rem 5vw;border-top:1px solid var(--section-border);transition:background .35s ease}.res-section--alt{background:var(--surface)}.res-container{max-width:1100px;margin:0 auto}.res-group-title{text-align:center;margin-bottom:1rem}.res-intro-text{max-width:860px;margin:0 auto .75rem;text-align:center}.res-entries{margin-top:2rem;display:flex;flex-direction:column;gap:2.5rem}.res-entry{display:grid;grid-template-columns:280px 1fr;gap:2.5rem;align-items:start;padding-bottom:2.5rem;border-bottom:1px solid var(--section-border)}.res-entry:last-child{border-bottom:none;padding-bottom:0}.res-entry-name{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:1rem;letter-spacing:.02em;color:var(--inline-link);margin-bottom:.5rem}.res-entry-desc{font-size:.9rem;line-height:1.6}.res-entry-files{display:flex;flex-wrap:wrap;gap:1.5rem}.res-file-btn-wrap{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:140px}.res-file-icon-btn{background:none;border:none;cursor:pointer;padding:0;transition:transform .2s ease;color:var(--title-color)}.res-file-icon-btn:hover{transform:scale(1.06)}.res-file-icon{width:52px;height:65px;display:block}.res-file-label{font-family:Barlow,sans-serif;font-size:.8rem;font-weight:500;color:var(--text-body);text-align:center;line-height:1.3}.res-file-actions{display:flex;flex-direction:column;gap:.35rem;width:100%}.res-btn{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:.78rem;letter-spacing:.05em;text-align:center;padding:.4rem .6rem;border-radius:999px;cursor:pointer;border:none;text-decoration:none;display:block;transition:background .2s,transform .15s;white-space:nowrap}.res-btn--preview{background:var(--surface);color:var(--inline-link);border:1.5px solid var(--inline-link)}.res-btn--preview:hover{background:var(--inline-link);color:#fff}.res-btn--download{background:var(--pill-bg);color:#fff}.res-btn--download:hover{background:var(--pill-hover);transform:translateY(-1px)}.res-modal-backdrop{position:fixed;inset:0;z-index:999;background:#000000a6;display:flex;align-items:center;justify-content:center;padding:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}.res-modal{background:var(--surface);border-radius:16px;width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 64px #0006;animation:slideUp .25s cubic-bezier(.22,1,.36,1)}.res-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--section-border);gap:1rem;flex-shrink:0}.res-modal-title{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:1.05rem;color:var(--title-color);letter-spacing:.02em;flex:1}.res-modal-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.res-modal-download{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:.88rem;letter-spacing:.06em;color:#fff;background:var(--pill-bg);text-decoration:none;padding:.45rem 1rem;border-radius:999px;transition:background .2s}.res-modal-download:hover{background:var(--pill-hover)}.res-modal-close{background:none;border:none;cursor:pointer;font-size:1.1rem;color:var(--text-body);padding:.25rem .5rem;border-radius:6px;transition:background .2s}.res-modal-close:hover{background:var(--section-border)}.res-modal-body{flex:1;overflow:hidden;min-height:0}.res-modal-iframe{width:100%;height:100%;min-height:600px;border:none;display:block}.res-modal-no-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 2rem;color:var(--text-body);text-align:center}.res-modal-no-preview p{font-size:1rem;color:var(--text-body)}.hero--contact{background-image:url(/images/resources.png);background-position:center 40%;align-items:center}.hero-overlay--contact{background:linear-gradient(to right,#000000b8 100%,#0000008c 100%,#00000073 300%)}.contact-hero-inner{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:0 5vw;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;animation:fadeUp .9s cubic-bezier(.22,1,.36,1) both}.contact-hero-left{display:flex;flex-direction:column;gap:.5rem}.contact-hero-details{display:flex;flex-direction:column;gap:0;border-left:2px solid rgba(255,255,255,.25);padding-left:3rem}.contact-detail-person{display:flex;flex-direction:column;gap:.2rem}.contact-detail-name{font-family:Barlow,sans-serif;font-weight:600;font-size:1rem;color:#fffffff2}.contact-detail-role{font-family:Barlow,sans-serif;font-size:.85rem;color:#ffffffa6;margin-bottom:.15rem}.contact-detail-item{display:flex;align-items:flex-start;gap:1rem;padding:1.1rem 0}.contact-detail-divider{height:1px;background:#ffffff26}.contact-detail-icon{font-size:1.1rem;flex-shrink:0;margin-top:.1rem;width:1.5rem;text-align:center;color:#ffffffb3}.contact-detail-text{font-family:Barlow,sans-serif;font-size:1rem;line-height:1.6;color:#ffffffeb;text-decoration:none;font-style:normal;transition:color .2s ease}.contact-detail-text:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}.contact-detail-address{font-style:normal;text-transform:uppercase;font-size:.88rem;letter-spacing:.05em;line-height:1.8;color:#ffffffd1}.contact-form-section{width:100%;background:var(--bg);padding:5rem 5vw;border-top:1px solid var(--section-border);transition:background .35s ease}.contact-form-container{max-width:760px;margin:0 auto}.contact-form-header{margin-bottom:3rem;text-align:center}.contact-form-title{margin-bottom:1rem}.contact-form-subtitle{max-width:600px;margin:0 auto}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.contact-field{display:flex;flex-direction:column;gap:.5rem}.contact-label{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:.9rem;letter-spacing:.06em;text-transform:uppercase;color:var(--title-color);transition:color .35s ease}.contact-input{font-family:Barlow,sans-serif;font-size:1rem;color:var(--text-body);background:var(--surface);border:1.5px solid var(--section-border);border-radius:10px;padding:.75rem 1rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .35s ease;width:100%;appearance:none}.contact-input:focus{border-color:#1b3a6b;box-shadow:0 0 0 3px #1b3a6b1f}.contact-textarea{resize:vertical;min-height:140px;line-height:1.6}.contact-select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231b3a6b' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.contact-form-footer{display:flex;justify-content:flex-end;padding-top:.5rem}.contact-submit-btn{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:1rem;letter-spacing:.1em;color:#fff;background:var(--pill-bg);border:none;padding:.9rem 2.5rem;border-radius:999px;cursor:pointer;transition:background .2s ease,transform .15s ease,opacity .2s ease}.contact-submit-btn:hover:not(:disabled){background:var(--pill-hover);transform:translateY(-2px)}.contact-submit-btn:disabled{opacity:.6;cursor:not-allowed}.contact-success{text-align:center;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;animation:fadeUp .5s ease both}.contact-success-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#1b3a6b;color:#fff;font-size:1.75rem;font-weight:700}.contact-success-title{font-family:Cormorant Garamond,serif;font-weight:700;font-size:2rem;color:var(--title-color)}.footer{width:100%;background:var(--footer-bg);padding:3.5rem 5vw 2rem;transition:background .35s ease}.footer-photos{display:grid;grid-template-columns:repeat(3,1fr);gap:10rem;max-width:900px;margin:0 auto 2.5rem;align-items:center}.footer-photo-wrap{border-radius:10px;overflow:hidden;aspect-ratio:3/1;background:var(--footer-bg);display:flex;align-items:center;justify-content:center}.footer-photo-wrap img{width:100%;height:100%;object-fit:contain;display:block;filter:brightness(.85);transition:filter .3s ease}.footer-photo-wrap:hover img{filter:brightness(1)}.footer-copy{text-align:center;font-size:.875rem;color:var(--footer-text);padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08);max-width:1200px;margin:0 auto}.theme-toggle{position:fixed;bottom:1.5rem;right:1.5rem;z-index:200;background:none;border:none;cursor:pointer;padding:0}.toggle-track{position:relative;display:flex;align-items:center;width:64px;height:32px;border-radius:999px;background:var(--toggle-bg);border:1.5px solid var(--toggle-border);box-shadow:0 2px 8px #00000047;transition:background .35s;overflow:hidden;padding:0 5px;justify-content:space-between}.toggle-icon{font-size:.85rem;z-index:1;-webkit-user-select:none;user-select:none;transition:opacity .3s}.theme-toggle.dark .moon{opacity:1}.theme-toggle.dark .sun,.theme-toggle.light .moon{opacity:.35}.theme-toggle.light .sun{opacity:1}.toggle-thumb{position:absolute;top:3px;width:24px;height:24px;border-radius:50%;background:var(--thumb-bg);box-shadow:0 1px 4px #0000004d;transition:left .3s cubic-bezier(.34,1.56,.64,1),background .35s}.theme-toggle.dark .toggle-thumb{left:4px}.theme-toggle.light .toggle-thumb{left:36px}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1100px){.lib-impact-cards{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.hero-content{width:80%}.home-media-grid{grid-template-columns:1fr;gap:2rem}.library-kits-grid{grid-template-columns:1fr;gap:1.5rem}.lib-impact-cards{grid-template-columns:1fr 1fr}.lib-insight-layout{grid-template-columns:1fr;gap:2rem}.lib-insight-img-wrap{position:static;aspect-ratio:16/9;max-height:220px}.faq-layout{grid-template-columns:1fr;gap:2rem}.faq-circle-img{width:200px;height:200px;margin:0 auto;position:static}.eval-intro-grid{grid-template-columns:1fr;gap:1.5rem}.eval-two-col-list{grid-template-columns:1fr;gap:0}.footer-photos{grid-template-columns:1fr;gap:1rem}.footer-photo-wrap{aspect-ratio:16/9}}@media(max-width:860px){.hamburger{display:flex}.nav-links{display:none;position:fixed;top:68px;left:0;right:0;background:var(--nav-bg);flex-direction:column;align-items:flex-start;padding:1.5rem 2rem 2rem;gap:.5rem;border-top:1px solid var(--section-border)}.nav-links.open{display:flex}.nav-link{font-size:1rem;padding:.5rem 0}.cta-button{margin:.75rem 0 0}.hero-content{width:90%}.contact-hero-inner{grid-template-columns:1fr;gap:2.5rem}.contact-hero-details{border-left:none;border-top:2px solid rgba(255,255,255,.25);padding-left:0;padding-top:2rem}.contact-form-row{grid-template-columns:1fr}.contact-form-footer{justify-content:stretch}.contact-submit-btn{width:100%;text-align:center}}@media(max-width:768px){.team-grid{grid-template-columns:1fr;gap:2rem}.team-original-lists{grid-template-columns:1fr}.team-member-img-wrap{width:110px;height:110px}.res-entry{grid-template-columns:1fr;gap:1.5rem}.res-file-btn-wrap{width:120px}.res-modal{max-height:95vh;border-radius:12px}.res-modal-iframe{min-height:400px}.myo-step-with-img{grid-template-columns:1fr;gap:1.5rem}.myo-step-with-img--left .myo-step-img-wrap{order:2}.myo-step-with-img--left .myo-step-text{order:1}.myo-ctas{flex-direction:column;align-items:flex-start}.home-circle-img-wrap{width:220px}}@media(max-width:600px){.library-kit-img-wrap{width:100px;height:100px}}@media(max-width:480px){.lib-impact-cards{grid-template-columns:1fr}}[data-theme=dark] .library-kit-name{filter:brightness(1.4)}.lib-impact-card__top{display:none}.lib-impact-card{display:flex;flex-direction:column;gap:.6rem}.lib-impact-card__heading{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:1rem;letter-spacing:.03em;color:#fff;line-height:1.3;margin-bottom:0}.myo-title,.myo-subtitle{text-align:center}.eval-intro-right *{text-align:left}
