.about-scroll .about-arrow-down{display:flex;align-items:center;justify-content:center;margin-top:var(--space-10);padding:var(--space-2) 0 var(--space-1);color:var(--foreground);opacity:0;animation:about-arrow-reveal .9s cubic-bezier(.22,1,.36,1) .12s forwards}.about-scroll .about-arrow-down-motion{display:flex;align-items:center;justify-content:center;opacity:1;animation:about-arrow-breathe 2.5s ease-in-out .85s infinite}.about-scroll .about-arrow-down-motion svg{width:1.35rem;height:1.35rem;flex-shrink:0;stroke:currentColor}@keyframes about-arrow-reveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes about-arrow-breathe{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@media(prefers-reduced-motion:reduce){.about-scroll .about-arrow-down{animation:about-arrow-reveal .25s ease-out .05s forwards}.about-scroll .about-arrow-down-motion{animation:none;transform:none}}.about-scroll.timeline{display:flex;flex-direction:column;height:100vh;min-height:100vh;padding-block-start:var(--layout-main-block-start)}.about-scroll .timeline-content{flex:1;min-height:0}.about-scroll .timeline-with-map{display:grid;grid-template-columns:minmax(0,42%) minmax(0,58%);grid-template-rows:auto}.about-scroll .timeline-map{position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 2rem 6rem;min-width:0;box-sizing:border-box;transform:translateZ(0);will-change:transform}.about-scroll .timeline-places{display:flex;flex-direction:column;min-height:0;padding-bottom:100vh}.about-scroll .timeline-map-inner{position:relative;width:100%;max-width:min(320px,calc(85vh * 400 / 560));aspect-ratio:400 / 560}.about-scroll .timeline-map-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center;opacity:.35}.about-scroll .timeline-route{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:1}.about-scroll .timeline-route-track,.about-scroll .timeline-route-line{transition:stroke-dashoffset .8s cubic-bezier(.22,1,.36,1)}.about-scroll .timeline-marker{transition:opacity .4s ease,fill .4s ease,r .4s ease}.about-scroll .timeline-content{padding-inline:var(--layout-padding-inline);padding-block-end:var(--layout-main-block-end);overflow-y:auto;overflow-x:hidden;scroll-snap-type:y mandatory;scroll-behavior:auto;min-height:0;transform:translateZ(0);backface-visibility:hidden}.about-scroll .timeline-panels{display:flex;flex-direction:column;gap:0}.about-scroll .timeline-panel{min-height:85vh;scroll-snap-align:start;scroll-snap-stop:always;display:flex;flex-direction:column;justify-content:center;padding:3rem 0;opacity:.6;transform:translate(12px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.about-scroll .timeline-panel.is-inview{opacity:1;transform:translate(0)}.about-scroll .about-intro-panel,.about-scroll .elsewhere-panel{justify-content:flex-start;min-height:100vh;padding-block-start:var(--layout-main-block-start);padding-block-end:var(--layout-main-block-end);padding-inline:0;opacity:1;transform:none}.about-scroll .about-intro-panel.is-inview,.about-scroll .elsewhere-panel.is-inview{opacity:1;transform:none}.about-scroll .about-wrap{max-width:var(--content-narrow);margin-inline:auto;width:100%}.about-scroll .about-back{display:inline-block;font-size:var(--text-base);color:var(--foreground);opacity:var(--opacity-soft);text-decoration:none;margin-bottom:var(--space-12);transition:opacity var(--ease-default)}.about-scroll .about-title{font-size:var(--text-display);font-weight:700;margin:0 0 var(--space-2) 0;color:var(--foreground)}.about-scroll .about-back:hover{opacity:var(--opacity-full)}.about-scroll .about-eyebrow{font-size:var(--text-sm);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--foreground);opacity:var(--opacity-subtle);margin:0 0 var(--space-4) 0}.about-scroll .about-content{margin-top:var(--space-12);margin-bottom:var(--space-14)}.about-scroll .about-text{font-size:var(--text-lg);line-height:var(--leading-relaxed);margin:0 0 var(--space-6) 0;color:var(--foreground);opacity:var(--opacity-strong)}.about-scroll .about-text:last-child{margin-bottom:0}.about-scroll .about-text a{color:var(--foreground);text-decoration:underline;text-underline-offset:.2em;font-weight:500}.about-scroll .about-text a:hover{opacity:var(--opacity-default)}.about-scroll .elsewhere-label{font-family:var(--font-manrope);font-size:var(--text-xs);font-weight:500;letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--foreground);opacity:var(--opacity-muted);margin:0 0 var(--space-4) 0;line-height:1.3}.about-scroll .elsewhere-nav{margin:0;padding:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.about-scroll .elsewhere-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.about-scroll .elsewhere-list li{margin:0;border-bottom:1px solid var(--border)}.about-scroll .elsewhere-list li:last-child{border-bottom:none}.about-scroll .elsewhere-link{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-4) 0;font-family:var(--font-manrope);font-size:var(--text-md);font-weight:500;line-height:1.4;color:var(--foreground);text-decoration:none;opacity:var(--opacity-strong);transition:opacity var(--ease-default);-webkit-tap-highlight-color:transparent}@media(hover:hover)and (pointer:fine){.about-scroll .elsewhere-link:hover{opacity:var(--opacity-full)}.about-scroll .elsewhere-link:hover .elsewhere-ext{opacity:1;transform:translate3d(2px,-2px,0)}}.about-scroll .elsewhere-link:focus-visible{opacity:var(--opacity-full);outline:1px solid var(--foreground);outline-offset:3px;border-radius:2px}.about-scroll .elsewhere-link:focus-visible .elsewhere-ext{opacity:1;transform:translate3d(2px,-2px,0)}.about-scroll .elsewhere-ext{display:block;flex-shrink:0;color:var(--foreground);opacity:var(--opacity-muted);transform:translateZ(0);transition:opacity var(--ease-default),transform var(--ease-default)}@media(prefers-reduced-motion:reduce){.about-scroll .elsewhere-ext{transition:opacity var(--ease-default)}.about-scroll .elsewhere-link:focus-visible .elsewhere-ext{transform:translateZ(0)}@media(hover:hover)and (pointer:fine){.about-scroll .elsewhere-link:hover .elsewhere-ext{transform:translateZ(0)}}}.about-scroll .elsewhere-panel .back-to-top{display:inline-block;margin-top:var(--space-8);font-family:var(--font-manrope);font-size:var(--text-sm);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--foreground);opacity:var(--opacity-muted);text-decoration:none;transition:opacity var(--ease-default)}.about-scroll .elsewhere-panel .back-to-top:hover{opacity:var(--opacity-full)}.about-scroll .elsewhere-panel .back-to-top:focus-visible{opacity:var(--opacity-full);outline:1px solid var(--foreground);outline-offset:3px;border-radius:2px}@media(min-width:641px){.about-scroll .elsewhere-list{flex-direction:row;flex-wrap:wrap;align-items:center;gap:0 var(--space-2);padding:var(--space-4) 0;border:none}.about-scroll .elsewhere-list li{border:none;display:inline-flex;align-items:center}.about-scroll .elsewhere-list li:not(:last-child):after{content:"·";margin-left:var(--space-2);color:var(--foreground);opacity:var(--opacity-muted);font-weight:400;pointer-events:none}.about-scroll .elsewhere-link{display:inline-flex;width:auto;padding:0;justify-content:flex-start;gap:.2em}}.about-scroll .timeline-panel-label{font-size:.8125rem;letter-spacing:.05em;text-transform:uppercase;color:var(--foreground);margin-bottom:.5rem}.about-scroll .timeline-panel-coords{position:relative;display:inline-flex;align-items:center;margin-left:.75rem;padding-left:.75rem;font-size:.75rem;letter-spacing:.02em;text-transform:none;font-variant-numeric:tabular-nums;opacity:.6}.about-scroll .timeline-panel-coords:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:.65em;background:currentColor}.about-scroll .timeline-panel-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:.03em;color:var(--foreground);margin:0 0 1.5rem}.about-scroll .timeline-panel-body{font-size:1.0625rem;line-height:1.8;color:var(--foreground);opacity:.9;max-width:480px}.about-scroll .timeline-panel-body p{margin:0 0 1rem}.about-scroll .timeline-panel-body p:last-child{margin-bottom:0}.about-scroll .timeline-panel-body a{color:var(--foreground);text-decoration:underline;text-underline-offset:.2em}.about-scroll .timeline-panel-body a:hover{opacity:.9}.about-scroll .timeline-panel-body a.institution-name{text-decoration:none;transition:color var(--duration-fast) var(--ease-default)}.about-scroll .timeline-panel-body a.institution-name:hover{opacity:1;color:color-mix(in srgb,var(--foreground) 82%,black)}.about-scroll .timeline-panel-body .matta-logo,.about-scroll .timeline-panel-body .institution-logo{width:auto;vertical-align:middle;display:inline-block}.about-scroll .timeline-panel-body .matta-logo{height:.95rem}.about-scroll .timeline-panel-body .gsa-logo{height:.85rem;width:auto;max-height:none}.about-scroll .timeline-panel-body .timeline-institution-logos--wordmarks{margin-top:.35rem;align-items:center}.about-scroll .timeline-panel-body .institution-logo-link{text-decoration:none;color:inherit}@media(max-width:900px){.about-scroll .about-back{display:none}.about-scroll.timeline{height:auto;min-height:auto}.about-scroll .timeline-content{overflow:visible;scroll-snap-type:none;transform:none;backface-visibility:visible}.about-scroll .timeline-with-map{display:block}.about-scroll .timeline-map{position:fixed;top:calc(var(--layout-main-block-start, 4rem) + .5rem);right:var(--layout-padding-inline, 1.25rem);left:auto;bottom:auto;height:auto;width:110px;min-height:0;min-width:0;padding:12px;z-index:10;background:color-mix(in srgb,var(--background) 80%,transparent);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:14px;border:1px solid var(--border);opacity:0;pointer-events:none;transition:opacity .4s ease;transform:none;will-change:opacity;box-shadow:0 4px 20px #00000026}.about-scroll .timeline-map.map-visible{opacity:1}.about-scroll .timeline-map-inner{max-width:100%;width:100%}.about-scroll .timeline-map-bg{opacity:.5}.about-scroll .timeline-route-track{stroke-width:5!important}.about-scroll .timeline-route-line{stroke-width:6!important}.about-scroll .timeline-places{padding-bottom:0}.about-scroll .timeline-panel{min-height:100svh;padding:0;padding-top:calc(var(--layout-main-block-start, 4rem) + 2rem);padding-bottom:2rem;box-sizing:border-box}.about-scroll .about-intro-panel,.about-scroll .elsewhere-panel{min-height:100svh;padding-block-start:calc(var(--layout-main-block-start, 4rem) + 1rem)}.about-scroll .about-content{margin-bottom:var(--space-mobile-section, 2rem)}.about-scroll .about-text{font-size:var(--text-md, 1rem)}}@media(max-width:640px){.about-scroll .timeline-panel-title{font-size:clamp(1.75rem,6vw,2.5rem);margin-bottom:1rem}.about-scroll .timeline-panel-body{font-size:1rem}}@media(max-width:480px){.about-scroll .timeline-map{width:120px;padding:0;border-radius:12px;margin-right:24px;margin-top:12px}.about-scroll .timeline-panel-title{font-size:1.5rem}.about-scroll .timeline-panel-body{font-size:.9375rem}.about-scroll .about-back{margin-bottom:var(--space-6, 1.5rem)}.about-scroll .about-eyebrow{margin-bottom:var(--space-mobile-flow, .5rem);font-size:var(--text-xs, .75rem)}.about-scroll .about-content{margin-bottom:var(--space-mobile-section, 2rem)}.about-scroll .about-text{font-size:var(--text-base, .9375rem)}}@media(max-width:900px){html.page-about{overflow:hidden}}.about-page[data-astro-cid-kh7btl4r]{height:100vh;overflow:hidden}.about-main[data-astro-cid-kh7btl4r]{height:100vh;min-height:100vh;display:flex;flex-direction:column}.about-main[data-astro-cid-kh7btl4r] .about-scroll.timeline{flex:1;min-height:0}@media(max-width:900px){.about-page[data-astro-cid-kh7btl4r]{height:100svh;overflow-y:auto;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch}.about-main[data-astro-cid-kh7btl4r]{height:auto;min-height:auto}.about-main[data-astro-cid-kh7btl4r] .about-scroll.timeline{flex:none}}
