@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500;1,600&family=IBM+Plex+Mono:wght@400;500;600&family=Space+Grotesk:wght@300;400;500;600;700&display=swap);:root{--color-wash:#f7f8f9;--color-wash-deep:#eef0f3;--color-surface:#fff;--color-ink:#121417;--color-ink-strong:#0f1218;--color-muted:#5c6168;--color-soft:#8b9098;--color-line:#e6e8eb;--color-line-soft:#1214171a;--color-link:#2f6fed;--color-link-hover:#1f5ad4;--color-brand:#d62800;--color-brand-hot:#ef3b12;--color-code-bg:#0f1218;--color-code-kw:#7aa2f7;--color-code-str:#9ece6a;--color-code-key:#e0af68;--color-code-var:#bb9af7;--color-code-comment:#6b7380;--color-code-plain:#c0caf5;--font-sans:"Space Grotesk",sans-serif;--font-display:"Cormorant Garamond","Times New Roman",serif;--font-mono:"IBM Plex Mono",ui-monospace,monospace}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-overflow-scrolling:touch;background:#f7f8f9;background:var(--color-wash);color:#121417;color:var(--color-ink);font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);letter-spacing:-.01em;line-height:1.45;margin:0;overflow-x:hidden;padding:0;scroll-behavior:smooth}.about-interests p,.about-intro,.about-philosophy p{line-height:1.2}h1{color:#121417!important;color:var(--color-ink)!important}a{text-decoration:none;transition:color .3s}a:hover{color:#2f6fed;color:var(--color-link)}button{background:#1a1a1a;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px;transition:background .3s,transform .2s}button:hover{background:#2d2d2d;transform:translateY(-2px)}nav{align-items:center;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #e6e8eb;border-bottom:1px solid var(--color-line);box-sizing:border-box;display:flex;justify-content:flex-end;min-height:72px;padding:18px 40px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.initials-logo{color:#d62800;color:var(--color-brand);font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);font-size:1.25rem;font-weight:600;left:40px;letter-spacing:.04em;position:absolute;text-decoration:none;transition:color .25s ease,opacity .25s ease}.initials-logo:hover{color:#ef3b12;color:var(--color-brand-hot);opacity:1;transform:none}.menu{align-items:center;display:flex;flex-wrap:wrap;gap:2px 6px;justify-content:flex-end;margin:0 0 0 auto;max-width:calc(100% - 110px)}.navLinkText{border-radius:0;color:#5c6168;color:var(--color-muted);font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);font-size:1.05rem;font-weight:500;letter-spacing:.04em;margin:0;padding:10px 14px;text-decoration:none;text-transform:uppercase;transition:color .22s ease,box-shadow .22s ease;white-space:nowrap}.navLinkText:hover{color:#121417;color:var(--color-ink)}.navLinkText.linkActive{box-shadow:inset 0 -2px 0 #d62800;box-shadow:inset 0 -2px 0 var(--color-brand);color:#d62800;color:var(--color-brand);font-weight:600}.hamburger-menu{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:32px;justify-content:space-around;padding:0;position:absolute;right:20px;transition:transform .3s ease;width:32px;z-index:101}.hamburger-menu:hover{transform:scale(1.1)}.hamburger-menu:active{transform:scale(.95)}.hamburger-line{background-color:#121417;background-color:var(--color-ink);border-radius:3px;height:3px;transform-origin:center;transition:all .3s ease;width:100%}.hamburger-line.open:first-child{transform:rotate(45deg) translate(9px,9px)}.hamburger-line.open:nth-child(2){opacity:0;transform:translateX(-10px)}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(9px,-9px)}.mainDiv{background:#f7f8f9!important;background:var(--color-wash)!important;box-sizing:border-box;color:#121417!important;color:var(--color-ink)!important;margin:0 auto;max-width:1400px;min-height:100vh;padding:0;position:relative;text-align:left}.hero-section{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 80px);padding:100px 40px}.hero-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;max-width:1200px;width:100%}.hero-text{max-width:600px}.name{color:#121417;color:var(--color-ink);font-family:Cormorant Garamond,Times New Roman,serif;font-family:var(--font-display);font-size:clamp(3rem,7vw,4.2rem);font-style:italic;font-weight:500;letter-spacing:-.02em;line-height:1.05;margin:0 0 20px}.subtitle{font-size:1.15rem;font-weight:500;letter-spacing:.08em;margin:0 0 30px;text-transform:uppercase}.hero-description,.subtitle{color:#5c6168;color:var(--color-muted);font-family:Space Grotesk,sans-serif;font-family:var(--font-sans)}.hero-description{font-size:1.05rem;line-height:1.7;margin-bottom:40px;max-width:500px}.cta-buttons{display:flex;gap:20px}.cta-button{border-radius:6px;font-size:1rem;font-weight:500;padding:12px 30px;text-decoration:none;transition:all .3s ease}.cta-button.primary{background:#2f6fed;background:var(--color-link);color:#fff}.cta-button.primary:hover{background:#1f5ad4;background:var(--color-link-hover);transform:translateY(-2px)}.cta-button.secondary{background:#0000;border:2px solid #2f6fed;border:2px solid var(--color-link);color:#2f6fed;color:var(--color-link)}.cta-button.secondary:hover{background:#2f6fed1a;transform:translateY(-2px)}.hero-image{border-radius:12px;box-shadow:0 20px 40px #0000001a;height:500px;overflow:hidden;position:relative;width:100%}.chaos-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.hero-image:hover .chaos-image{transform:scale(1.05)}.particles{height:100%;left:0;opacity:.4;position:fixed;top:0;width:100%;z-index:0}.home-shell{align-items:center;background:#f7f8f9;background:var(--color-wash);color:#121417;color:var(--color-ink);display:flex;isolation:isolate;justify-content:flex-start;margin-bottom:-60px;min-height:calc(100vh - 80px);overflow:hidden;padding:88px clamp(24px,6vw,80px) 112px;position:relative}.home-geometry{inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity 1.1s ease .06s;z-index:-1}.home-shell.is-ready .home-geometry{opacity:1}.home-geo-svg{display:block;height:100%;width:100%}.home-rule{stroke:#1214170f;stroke-width:.7;vector-effect:non-scaling-stroke}.home-rule--v{stroke:#1214170d}.home-orbit-system{opacity:0;transform-origin:1080px 450px;transition:opacity 1.2s ease .1s}.home-shell.is-ready .home-orbit-system{animation:home-orbit-rotate 90s linear infinite;opacity:1}.home-orbit{fill:none;stroke:#1214171a;stroke-width:.85;stroke-linecap:round;vector-effect:non-scaling-stroke}.home-orbit--a{stroke:#12141729;stroke-width:1}.home-orbit--b{stroke:#12141717}.home-orbit--c{stroke:#1214170f;stroke-width:.75}.home-orbit-arm{stroke:#1214171f;stroke-width:.8;stroke-linecap:round;vector-effect:non-scaling-stroke}.home-orbit-dot{fill:#12141759}.home-orbit-dot--b,.home-orbit-dot--c{fill:#12141738}@keyframes home-orbit-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.home-sweep{fill:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;opacity:0;transition:opacity 1.2s ease .2s}.home-sweep--soft{stroke-width:.85}.home-shell.is-ready .home-sweep{animation:home-sweep-drift 28s cubic-bezier(.45,.05,.55,.95) infinite;opacity:.85}.home-shell.is-ready .home-sweep--soft{animation-delay:1.5s;animation-direction:reverse;animation-duration:36s}@keyframes home-sweep-drift{0%,to{opacity:.35;transform:translateZ(0)}50%{opacity:.85;transform:translate3d(0,-8px,0)}}@keyframes home-focus-pulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.9;transform:scale(1.35)}}.home-focus{fill:#12141766;opacity:0;transform-box:fill-box;transform-origin:center;transition:opacity 1s ease .35s}.home-shell.is-ready .home-focus{animation:home-focus-pulse 10s ease-in-out infinite;opacity:1}.home-hero{align-items:stretch;display:flex;gap:28px;max-width:580px;position:relative;width:100%}.home-hero-rail{align-self:stretch;background:linear-gradient(180deg,#0000,#12141724 18%,#12141752 50%,#12141724 82%,#0000);flex-shrink:0;opacity:0;transform:scaleY(.85);transform-origin:center;transition:opacity .8s ease .05s,transform .8s ease .05s;width:1px}.home-shell.is-ready .home-hero-rail{opacity:1;transform:scaleY(1)}.home-hero-copy{min-width:0;padding:6px 0}.home-hero-top{align-items:center;display:flex;gap:12px;margin-bottom:22px;opacity:0;transform:translateY(10px);transition:opacity .6s ease,transform .6s ease}.home-kicker{font-family:IBM Plex Mono,ui-monospace,monospace;font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:.18em;margin:0;text-transform:uppercase}.home-kicker,.home-mark{color:#d62800;color:var(--color-brand)}.home-mark{align-items:center;display:inline-flex;filter:drop-shadow(0 1px 1px rgba(214,40,0,.28));flex-shrink:0;line-height:1}.home-mark .shuriken-icon{animation:home-mark-spin 28s linear infinite;height:1.85rem;min-height:1.85rem;min-width:1.85rem;transform-origin:center;width:1.85rem}@keyframes home-mark-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.home-name{color:#121417;color:var(--color-ink);font-family:Cormorant Garamond,Times New Roman,serif;font-family:var(--font-display);font-size:clamp(3.3rem,9.2vw,5.6rem);font-style:italic;font-weight:500;letter-spacing:-.035em;line-height:.94;margin:0 0 14px;opacity:0;transform:translateY(14px);transition:opacity .65s ease .06s,transform .65s ease .06s}.home-name-rule{background:linear-gradient(90deg,#d628008c,#d6280024,#0000);height:1px;margin:0 0 20px;transition:width .9s cubic-bezier(.22,1,.36,1) .2s;width:0}.home-shell.is-ready .home-name-rule{width:min(180px,48%)}.home-brown{font-family:IBM Plex Mono,ui-monospace,monospace;font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:.13em;margin:0 0 16px;text-transform:uppercase;transform:translateY(10px);transition:opacity .6s ease .12s,transform .6s ease .12s}.home-brown,.home-tagline{color:#5c6168;color:var(--color-muted);opacity:0}.home-tagline{font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);font-size:1.08rem;font-weight:400;letter-spacing:-.01em;line-height:1.65;margin:0;max-width:22rem;transform:translateY(12px);transition:opacity .65s ease .16s,transform .65s ease .16s}.home-shell.is-ready .home-brown,.home-shell.is-ready .home-hero-top,.home-shell.is-ready .home-name,.home-shell.is-ready .home-tagline{opacity:1;transform:none}@media (max-width:768px){.home-shell{padding:56px 20px 80px}.home-hero{gap:18px}.home-tagline{font-size:1rem}.home-orbit--c,.home-rule--v{display:none}.home-shell.is-ready .home-orbit-system{animation-duration:120s}}@media (prefers-reduced-motion:reduce){.home-focus,.home-mark .shuriken-icon,.home-orbit-system,.home-sweep{animation:none!important}.home-shell.is-ready .home-focus,.home-shell.is-ready .home-orbit-system,.home-shell.is-ready .home-sweep{opacity:.7}.home-shell.is-ready .home-name-rule{transition:none;width:min(180px,48%)}}.projects-heading{color:#d62800;color:var(--color-brand);font-family:Cormorant Garamond,Times New Roman,serif;font-family:var(--font-display);font-size:clamp(2.6rem,6vw,3.8rem);font-style:italic;font-weight:500;letter-spacing:-.01em;line-height:1.08;margin:48px auto 8px}.projects-heading,.projects-status{max-width:800px;padding:0 24px;text-align:center}.projects-status{font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);margin:16px auto 8px}.projects-status p{color:#121417;color:var(--color-ink);font-size:.95rem;font-weight:500;letter-spacing:.04em;margin:0 0 10px}.projects-status a{color:#d62800;color:var(--color-brand);font-size:.85rem;font-weight:600;letter-spacing:.06em;text-decoration:underline;text-transform:uppercase;text-underline-offset:3px}.projects-status a:hover{color:#ef3b12;color:var(--color-brand-hot)}.projectGrid{grid-gap:50px;align-items:start;display:grid;gap:50px;grid-template-columns:repeat(2,1fr);justify-items:center;margin-left:auto;margin-right:auto;margin-top:20px;max-width:800px}.projectCard{background:#fff;background:var(--color-surface);border:1px solid #e6e8eb;border:1px solid var(--color-line);border-radius:0;box-shadow:none;cursor:pointer;overflow:hidden;text-align:center;transition:transform .3s ease,border-color .3s ease}.projectCard:hover{border-color:#c5cad1;transform:translateY(-4px)}.projectImg{border-bottom:1px solid #e6e8eb;border-bottom:1px solid var(--color-line);height:200px;object-fit:cover;width:100%}.projectTitle{color:#121417;color:var(--color-ink);font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);font-size:1rem;font-weight:600;margin:12px 0;padding:0 10px}.projectPopUps{align-items:center;background:#000000e6;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:all .3s;visibility:hidden;width:100%}.projectPopUps.active{opacity:1;visibility:visible}.popupWhiteSquare{background:#fff;background:var(--color-surface);border:1px solid #e6e8eb;border:1px solid var(--color-line);border-radius:0;box-shadow:0 16px 40px #12141729;font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);max-width:400px;padding:24px;position:relative;text-align:center;width:90%}.popupWhiteSquare,.xText{color:#121417;color:var(--color-ink)}.xText{cursor:pointer;font-size:18px;font-weight:700;position:absolute;right:15px;top:10px}.xText:hover{color:#2f6fed;color:var(--color-link)}.nomadic-text{color:#fff;font-size:1.2rem;font-style:italic;margin-bottom:30px}.locationButtonDiv{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:25px;padding:0 10px}.locationButtonDiv button{background:#1a1a1a;border:none;border-radius:6px;border-radius:5px;color:#fff;cursor:pointer;font-size:13px;font-size:14px;min-height:44px;padding:10px 16px;padding:10px 20px;transition:all .3s}.locationButtonDiv button.active{background:#2f6fed;background:var(--color-link);color:#fff}.locationButtonDiv button:hover{background:#2d2d2d;color:#fff}.studyAbroad-container{margin:0 auto;max-width:1000px;padding:40px 20px}.studyAbroad-header{margin-bottom:60px;text-align:center}.studyAbroad-header h1{color:#fff;font-size:3rem;margin-bottom:20px}.studyAbroad-intro{color:#fff;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px}.week-label{background-color:#2f6fed;background-color:var(--color-link);border-radius:20px;color:#fff;display:inline-block;font-size:.9rem;font-weight:500;letter-spacing:.5px;margin-bottom:10px;padding:5px 15px}.gallery-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding:20px}.gallery-item{background:#1a1a1a;border-radius:15px;box-shadow:0 4px 20px #0003;overflow:hidden;transition:transform .3s ease}.gallery-item:hover{transform:translateY(-5px)}.gallery-image-container{background:#2d2d2d;height:300px;overflow:hidden;position:relative;width:100%}.gallery-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.gallery-item:hover .gallery-image{transform:scale(1.05)}.image-placeholder{align-items:center;background:#2d2d2d;border:2px dashed #404040;color:#fff;display:flex;font-size:1.1rem;height:100%;justify-content:center;width:100%}.gallery-caption{padding:20px}.gallery-caption h3{color:#fff;font-size:1.4rem;margin:10px 0}.caption-text{color:#000;font-size:1rem;line-height:1.6;margin:10px 0}@media (max-width:1024px){.hero-content{gap:40px;grid-template-columns:1fr;text-align:center}.hero-text{max-width:100%}.hero-description{margin:0 auto 40px}.cta-buttons{justify-content:center}.hero-image{height:400px;margin:0 auto;max-width:600px}}@media (max-width:768px){nav{padding:20px 0}.hamburger-menu{display:flex}.initials-logo{font-size:1.2rem;left:20px;position:absolute}.menu{-webkit-overflow-scrolling:touch;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fff;border-bottom:1px solid #0000001a;box-shadow:0 8px 24px #0000001f;flex-direction:column;gap:0;left:0;max-height:calc(100vh - 70px);opacity:0;overflow-y:auto;padding:8px 0;position:fixed;right:0;top:70px;transform:translateY(-100%);transition:all .4s cubic-bezier(.4,0,.2,1);visibility:hidden}.menu.menu-open{opacity:1;transform:translateY(0);visibility:visible}.navLinkText{border-bottom:1px solid #e6e8eb;border-bottom:1px solid var(--color-line);color:#121417;color:var(--color-ink);display:block;font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);text-align:left;transition:color .2s ease,background .2s ease;white-space:normal;width:100%}.navLinkText,.navLinkText.resume-link{background:#0000;font-size:1.12rem;font-weight:500;letter-spacing:.04em;margin:0;padding:18px 28px}.navLinkText.resume-link:active,.navLinkText.resume-link:hover,.navLinkText:active,.navLinkText:hover{background:#1214170a;color:#121417;color:var(--color-ink);padding-left:28px}.navLinkText.linkActive,.navLinkText.resume-link.linkActive{background:#d628000f;border-left:3px solid #d62800;border-left:3px solid var(--color-brand);color:#d62800;color:var(--color-brand);font-weight:600}.navLinkText:last-child{border-bottom:none}.hero-section{min-height:calc(100vh - 90px);padding:40px 20px}.hero-content{gap:30px}.name{font-size:2.5rem;line-height:1.1;margin-bottom:15px}.subtitle{font-size:1.2rem;margin-bottom:20px}.hero-description{font-size:1rem;line-height:1.7;margin-bottom:30px}.hero-image{height:300px}.cta-buttons{flex-direction:column;gap:15px}.cta-button{text-align:center;width:100%}.projectGrid{gap:25px;grid-template-columns:1fr;margin-top:30px;padding:20px}.projectCard{max-width:100%;width:100%}.projectImg{height:180px}.projectTitle{font-size:1rem;padding:12px}.gallery-grid{gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.gallery-image-container{height:250px}.studyAbroad-header h1{font-size:2rem}.projectPopUps{align-items:flex-start;padding:80px 20px 20px}.popupWhiteSquare{border-radius:12px;margin:0;max-height:calc(100vh - 100px);max-width:100%;overflow-y:auto;padding:30px 20px;width:calc(100% - 40px)}.popupWhiteSquare h4{color:#fff;font-size:1.3rem;margin-bottom:20px}.popupWhiteSquare a{background:#2f6fed;background:var(--color-link);border-radius:6px;color:#fff;display:inline-block;font-weight:500;margin-top:15px;padding:12px 24px;text-decoration:none;transition:all .3s ease}.popupWhiteSquare a:hover{background:#1f5ad4;background:var(--color-link-hover);transform:translateY(-2px)}.xText{align-items:center;background:#ffffff1a;border-radius:50%;display:flex;font-size:28px;height:36px;justify-content:center;right:20px;top:15px;transition:all .3s ease;width:36px}.xText:hover{background:#fff3;transform:rotate(90deg)}}.caption-text,.content{color:#000!important}.about-content{background:#fff!important;color:#111!important;margin:0 auto;max-width:1200px;width:100%}.about-header{text-align:center}.about-title{color:#000!important;font-size:3.5rem;font-weight:600;letter-spacing:-.03em;line-height:1.1;margin:0}.about-image-container{flex:0 0 300px;position:relative}.about-main-image{border:4px solid #fff;border-radius:50%;box-shadow:0 20px 40px #00000014;height:300px;object-fit:cover;transition:all .4s ease;width:300px}.about-main-image:hover{box-shadow:0 25px 50px #0000001f;transform:translateY(-10px) scale(1.02)}.about-grid{grid-gap:60px;display:grid}.about-intro{color:#222!important;font-size:1.15rem;font-weight:400;letter-spacing:-.01em;line-height:1.65;margin-bottom:1.25rem;max-width:36rem}.about-email-link{color:#111;text-decoration:underline;text-underline-offset:3px}.about-email-link:hover{color:#2f6fed;color:var(--color-link)}.about-interests h2{color:#000;display:inline-block;font-size:2.2rem;font-weight:600;letter-spacing:-.02em;margin-bottom:50px;position:relative}.about-interests h2:after{background:#2f6fed;background:var(--color-link);bottom:-10px;content:"";height:3px;left:0;position:absolute;transition:width .3s ease;width:60px}.about-interests:hover h2:after{width:100%}.interests-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(2,1fr)}.interest-card{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 10px 30px #00000008;padding:40px;transition:all .4s ease}.interest-card:hover{border-color:#2f6fed1a;box-shadow:0 20px 40px #0000000f;transform:translateY(-5px)}.interest-card h3{color:#2f6fed;color:var(--color-link);font-size:1.4rem;font-weight:600;letter-spacing:-.01em;margin:0 0 20px}.interest-card p{color:#666;font-size:1.1rem;font-weight:400;line-height:1.7;margin:0}.about-philosophy{background:#fafafa;border:1px solid #0000000d;border-radius:30px;margin-top:20px;padding:60px}.about-philosophy h2{color:#000;font-size:2.2rem;font-weight:600;letter-spacing:-.02em;margin-bottom:30px}.about-philosophy p{color:#000;font-size:1.2rem;font-weight:400;line-height:1.7;margin:0;max-width:800px}@media (max-width:1024px){.journey-map{margin-bottom:60px;padding:40px}.interests-grid{grid-template-columns:1fr}}@media (max-width:768px){.about-section{padding:40px 15px 60px}.about-title{font-size:2rem;margin-bottom:30px}.about-brief-row{flex-direction:column;gap:20px;margin:30px 0 40px}.about-brief-text{max-width:100%;padding-right:0}.brown-logo{height:120px;min-width:120px}.typewriter-intro{font-size:1.1rem;min-height:35px}.about-intro{font-size:1rem;line-height:1.6}.quote-box{font-size:1rem;margin:20px 0;padding:12px}.journey-map{border-radius:16px;margin:20px 10px 30px;padding:20px 15px}.journey-timeline{align-items:flex-start;flex-direction:column;padding:0}.journey-point{align-items:center;flex-direction:row;margin-bottom:20px;width:100%}.point-label{font-size:.9rem;margin:0 15px 0 0;text-align:left}.point-year{margin:0 0 0 15px}.journey-line{display:none}.interests-grid{gap:20px;grid-template-columns:1fr}.interest-card{padding:25px 20px}.interest-card h3{font-size:1.1rem;margin-bottom:15px}.interest-card p{font-size:.95rem;line-height:1.6}.about-philosophy{margin-top:30px;padding:30px 20px}.about-philosophy h2{font-size:1.6rem;margin-bottom:20px}.about-philosophy p{font-size:1rem;line-height:1.6}.sticky-contact{bottom:20px;font-size:.9rem;padding:10px 18px;right:20px}}.footer{background:#0f1218;background:var(--color-ink-strong);color:#fff;margin-top:60px;padding:60px 40px 20px;position:relative;z-index:1}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr;margin:0 auto;max-width:1200px;position:relative;z-index:2}.footer-title{color:#fff;display:flex;flex-wrap:wrap;font-size:1.5rem;gap:2px;margin-bottom:20px}.title-char{display:inline-block;transition:transform .3s,color .3s}.title-char:hover{color:#d62800;color:var(--color-brand);transform:translateY(-5px) rotate(10deg)}.contact-links{display:flex;flex-direction:column;gap:15px}.contact-link{align-items:center;color:#fff;display:flex;gap:10px;position:relative;text-decoration:none;transition:color .3s,transform .2s}.contact-link:hover{color:#d62800;color:var(--color-brand);transform:translateX(5px)}.contact-link:after{background-color:#d62800;background-color:var(--color-brand);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s;width:0}.contact-link:hover:after{width:100%}.email-container{position:relative}.email-dropdown{animation:dropdownAppear .3s ease-out;background:#1a1a1a;border:1px solid #2d2d2d;border-radius:5px;display:flex;flex-direction:column;gap:10px;left:0;margin-top:5px;min-width:200px;padding:10px;position:absolute;top:100%;transform-origin:top;z-index:10}@keyframes dropdownAppear{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}.email-dropdown .contact-link{font-size:.9rem;padding:5px 0}.email-dropdown .contact-link:hover{color:#d62800;color:var(--color-brand);transform:translateX(5px)}.footer-bottom{border-top:1px solid #2d2d2d;margin-top:40px;padding-top:20px;position:relative;text-align:center;z-index:2}.footer-quote{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center;margin-bottom:15px}.footer-mark{color:#d62800;color:var(--color-brand);display:inline-flex;line-height:1}.footer-mark .shuriken-icon{animation:footer-mark-spin 28s linear infinite;height:1.35rem;transform-origin:center;width:1.35rem}@keyframes footer-mark-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.footer-decoration{align-items:center;display:flex;gap:8px;justify-content:center;margin-top:15px}.decoration-dot{background:#d62800;background:var(--color-brand);border-radius:50%;height:5px;opacity:.85;width:5px}@media (prefers-reduced-motion:reduce){.footer-mark .shuriken-icon{animation:none!important}}@media (max-width:768px){.footer{padding:40px 20px 20px}.footer-content{gap:30px;grid-template-columns:1fr}.footer-title{font-size:1.3rem}.contact-link{font-size:.95rem}}.journey-map{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb3;border:1.5px solid #2f6fed12;border-radius:28px;box-shadow:0 8px 32px #2f6fed1a,0 1.5px 8px #0000000f;margin:10px auto 40px;max-width:950px;padding:38px 36px 30px;transition:box-shadow .3s,background .3s}.journey-timeline{align-items:flex-start;display:flex;gap:0;justify-content:space-between;position:relative}.journey-line{display:none}.journey-point.clickable:hover .point-label{color:#808387;text-shadow:0 2px 8px #2f6fed14}.point-label{font-size:1.08rem;transition:color .3s,font-weight .3s,border-bottom .3s}.point-arrow{filter:drop-shadow(0 2px 6px rgba(47,111,237,.13));margin-bottom:10px}.point-dot{background:linear-gradient(135deg,#2f6fed 60%,#00bcd4);background:linear-gradient(135deg,var(--color-link) 60%,#00bcd4 100%);border:2.5px solid #fff;border-radius:50%;box-shadow:0 0 0 6px #2f6fed1a;height:22px;margin:25px 0 0;transition:background .3s,box-shadow .3s,border .3s;width:22px}.journey-point.active .point-dot{border:3px solid #2f6fed;border:3px solid var(--color-link);box-shadow:0 0 0 12px #2f6fed2e,0 2px 12px #2f6fed1a}@media (max-width:900px){.journey-map{margin:20px 10px;padding:20px 10px}.journey-timeline{flex-direction:column;gap:0}.journey-point{margin-bottom:15px;max-width:100%;min-width:100%}.point-label{font-size:.95rem}.journey-line{background:linear-gradient(180deg,#2f6fed,#00bcd4);background:linear-gradient(180deg,var(--color-link) 0,#00bcd4 100%);height:40px;margin:10px 0;width:3px}}@media (max-width:480px){nav{padding:18px 0}.initials-logo{font-size:1.1rem}.hamburger-menu{height:28px;right:15px;width:28px}.menu{top:66px}.navLinkText{font-size:1.05rem;padding:16px 22px}.navLinkText.resume-link{margin:0;padding:16px 22px}.hero-section{padding:30px 15px}.name{font-size:2rem;margin-bottom:12px}.subtitle{font-size:1.1rem;margin-bottom:18px}.hero-description{font-size:.95rem;margin-bottom:25px}.about-section{padding:30px 12px 50px}.about-title{font-size:1.8rem;margin-bottom:25px}.pictures-title{font-size:1.8rem;margin-bottom:12px}.pictures-description{font-size:.95rem}.mainMarginDiv{padding:25px 12px}.mainPictures{gap:12px;grid-template-columns:1fr;padding:15px 8px}.projectGrid{gap:20px;padding:15px}.projectImg{height:160px}.interest-card{padding:20px 15px}.interest-card h3{font-size:1rem}.interest-card p{font-size:.9rem}.about-philosophy{padding:25px 15px}.about-philosophy h2{font-size:1.5rem}.about-philosophy p{font-size:.95rem}.sticky-contact{border-radius:25px;bottom:15px;font-size:.85rem;padding:10px 16px;right:15px}.footer{padding:30px 15px 15px}.footer-title{font-size:1.2rem}.contact-link{font-size:.9rem;padding:8px 0}}.study-abroad-section{background:#fff;padding:80px 20px}.study-abroad-content{margin:0 auto;max-width:1200px}.experience-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:40px}.experience-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:30px;transition:transform .3s ease,box-shadow .3s ease}.experience-card:hover{box-shadow:0 8px 12px #00000026;transform:translateY(-5px)}.experience-card h2{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:20px}.experience-details{color:#666}.experience-details .date{color:#2f6fed;color:var(--color-link);font-size:1.1rem;font-weight:500;margin-bottom:10px}.experience-details .program{color:#444;font-size:1rem;margin-bottom:15px}.experience-list{list-style:none;margin:0;padding:0}.experience-list li{margin-bottom:10px;padding-left:20px;position:relative}.experience-list li:before{color:#2f6fed;color:var(--color-link);content:"•";font-weight:700;left:0;position:absolute}@media (max-width:768px){.study-abroad-section{padding:40px 15px}.studyAbroad-header h1{font-size:2rem}.studyAbroad-intro{font-size:1.1rem;padding:0 10px}.experience-grid{gap:20px;grid-template-columns:1fr}.experience-card{padding:20px}.experience-card h2{font-size:1.3rem}.experience-details .date{font-size:1rem}.experience-details .program{font-size:.95rem}}.resume-section{background:#fff;min-height:calc(100vh - 80px);padding:80px 20px}.resume-content{margin:0 auto;max-width:1200px}.resume-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.download-button{background:#121417;background:var(--color-ink);border:1px solid #121417;border:1px solid var(--color-ink);border-radius:0;color:#fff;display:inline-block;font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);font-weight:600;letter-spacing:.04em;padding:12px 24px;text-decoration:none;transition:background .2s ease,transform .2s ease}.download-button:hover{background:#0f1218;background:var(--color-ink-strong);color:#fff;transform:translateY(-2px)}.resume-viewer{border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 6px #0000001a;height:calc(100vh - 200px);overflow:hidden;width:100%}.resume-pdf{border:none;height:100%;width:100%}.resume-link{background:none;color:#5c6168!important;color:var(--color-muted)!important;font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);font-size:.92rem;font-weight:500;letter-spacing:.04em;margin-left:0;padding:10px 14px}.resume-link:hover{background:none;color:#121417!important;color:var(--color-ink)!important;transform:none}@media (max-width:768px){.resume-section{padding:40px 15px}.resume-header{flex-direction:column;gap:20px;text-align:center}.resume-content h1{font-size:1.8rem}.resume-description{font-size:1rem;padding:0 10px}.download-button{font-size:1rem;padding:12px 24px}.resume-viewer{height:calc(100vh - 250px)}}.about-brief-row{align-items:center;display:flex;gap:48px;justify-content:center;margin:40px 0 60px}.about-brief-text{flex:1 1 350px;max-width:540px;min-width:250px;padding-right:24px}.brown-logo-container{align-items:center;background:none;box-shadow:none;display:flex;flex:0 0 auto;justify-content:center;margin:0;padding:0}.brown-logo{display:block;height:180px;margin:0;min-width:180px;position:static}.brown-description{color:#222;font-size:1.25rem;font-weight:500;line-height:1.7;margin:0;max-width:500px}@media (max-width:900px){.about-brief-row{align-items:flex-start;flex-direction:column;gap:24px;margin:30px 0 40px}.about-brief-text{max-width:100%;padding-right:0}.brown-logo{height:120px;min-width:120px}}.places-lived-intro{text-align:center}.places-lived-title{font-size:2.2rem;font-weight:600;margin-bottom:10px}.places-lived-description{color:#333;font-size:1.2rem;margin:0 auto;max-width:700px}.places-lived-timeline{align-items:flex-start;display:flex;gap:0;justify-content:center;position:relative}.place-node{align-items:center;display:flex;flex-direction:column;min-width:120px;position:relative;z-index:1}.place-dot{background:#2f6fed;background:var(--color-link);border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 4px #2f6fed1f;height:22px;margin-bottom:10px;width:22px}.place-info{background:#fafafa;border-radius:12px;box-shadow:0 2px 8px #0000000a;margin-bottom:10px;min-width:120px;padding:16px 18px;text-align:center}.place-label{color:#2f6fed;color:var(--color-link);font-size:1.1rem;font-weight:600}.place-years{color:#666;font-size:.95rem;margin-bottom:4px}.place-desc{color:#333;font-size:.98rem}.place-line{background:linear-gradient(90deg,#2f6fed,#00bcd4);background:linear-gradient(90deg,var(--color-link),#00bcd4);height:4px;left:100%;position:absolute;top:11px;width:60px;z-index:0}@media (max-width:900px){.places-lived-intro{margin-bottom:40px;padding:0 10px}.places-lived-title{font-size:1.8rem}.places-lived-description{font-size:1.1rem}.places-lived-timeline{align-items:center;flex-direction:column;gap:20px;margin-bottom:50px}.place-line{background:linear-gradient(180deg,#2f6fed,#00bcd4);background:linear-gradient(180deg,var(--color-link),#00bcd4);height:40px;left:50%;top:100%;width:4px}.place-node{min-width:100%}.place-info{min-width:200px}}.mainMarginDiv{background:none;border-radius:20px;box-shadow:0 4px 8px #0000001a;margin:0 auto;max-width:1200px;padding:60px 40px}.pictures-title{color:#2f6fed;color:var(--color-link);font-size:2.5rem;font-weight:700;margin-bottom:20px;text-align:center}.pictures-description{color:#333;font-size:1.2rem;line-height:1.6;margin-bottom:30px;text-align:center}.journey-shell{--journey-ink:var(--color-ink);--journey-muted:var(--color-muted);--journey-soft:var(--color-soft);--journey-line:var(--color-line);--journey-wash:var(--color-wash);--journey-surface:var(--color-surface);background:var(--journey-wash);box-sizing:border-box;margin-bottom:-60px;min-height:calc(100vh - 80px);padding:48px 40px 132px;width:100%}.journey-page{margin:0 auto;max-width:1400px;width:100%}.journey-hero{border-bottom:1px solid var(--journey-line);margin:0 0 48px;padding:0 0 40px;text-align:center;width:100%}.journey-title{color:#d62800!important;color:var(--color-brand)!important;font-family:Cormorant Garamond,Times New Roman,serif;font-family:var(--font-display);font-size:clamp(2.6rem,6vw,3.8rem);font-style:italic;font-weight:500;letter-spacing:-.01em;line-height:1.08;margin:0 0 28px}.journey-story{margin:0 auto;max-width:28rem;text-align:center}.journey-story p{color:var(--journey-muted);font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);font-size:.94rem;font-weight:400;letter-spacing:.01em;line-height:1.75;margin:0 0 1.05rem}.journey-story p:last-child{margin-bottom:0}.journey-gallery-section{animation:journey-fade .45s ease both}.journey-gallery-header{align-items:stretch;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;margin:0 0 32px;width:100%}.journey-places{grid-gap:10px;background:var(--journey-surface);border:1px solid var(--journey-line);box-sizing:border-box;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));max-width:100%;padding:12px;width:100%}.journey-place,button.journey-place{align-items:center;appearance:none;-webkit-appearance:none;background:#fff;border:1.5px solid #c5cad1;border-radius:0;box-shadow:none;box-sizing:border-box;color:#3a3f46;cursor:default;display:flex;font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);font-size:.62rem;font-weight:600;justify-content:center;letter-spacing:.06em;line-height:1.25;margin:0;min-height:48px;padding:10px 8px;text-align:center;text-transform:uppercase;transform:none;transition:color .2s ease,background .2s ease,border-color .2s ease;width:100%}.journey-place.is-clickable,button.journey-place.is-clickable{cursor:pointer}.journey-place.is-clickable:hover,button.journey-place.is-clickable:hover{background:#e8eaed;border-color:#9aa1aa;color:var(--journey-ink);transform:none}.journey-place.is-active,.journey-place.is-active:hover,button.journey-place.is-active,button.journey-place.is-active:hover{background:var(--journey-ink);border-color:var(--journey-ink);color:#fff}.journey-place.is-active:hover,button.journey-place.is-active:hover{transform:none}.journey-active-place{color:var(--journey-ink);font-family:Cormorant Garamond,Times New Roman,serif;font-family:var(--font-display);font-size:1.65rem;font-style:italic;font-weight:500;letter-spacing:-.01em;margin:0;text-align:center}.journey-place-note{color:var(--journey-muted);font-size:.95rem;font-weight:400;line-height:1.5;margin:8px 0 0}.journey-empty,.journey-loading,.journey-place-note{font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);text-align:center}.journey-empty,.journey-loading{color:var(--journey-soft);font-size:.75rem;font-weight:500;letter-spacing:.14em;padding:72px 16px;text-transform:uppercase}.journey-gallery{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;margin:0;padding:0}.journey-gallery-item{aspect-ratio:1;background:#dde0e4;margin:0;overflow:hidden}.journey-gallery-image{display:block;filter:saturate(.96) contrast(1.02);height:100%;object-fit:cover;transition:transform .45s ease,filter .35s ease;width:100%}.journey-gallery-item:hover .journey-gallery-image{filter:saturate(1.02) contrast(1.04);transform:scale(1.03)}@keyframes journey-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1100px){.journey-shell{padding:40px 28px 120px}.journey-gallery{gap:10px}.journey-gallery,.journey-places{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.journey-gallery{gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.journey-shell{padding:28px 16px 112px}.journey-hero{margin-bottom:32px;padding-bottom:28px}.journey-places{gap:6px;grid-template-columns:repeat(2,minmax(0,1fr));padding:8px}.journey-place{font-size:.64rem;letter-spacing:.06em;min-height:42px}.journey-gallery{gap:6px}}@media (max-width:480px){.journey-gallery{grid-template-columns:1fr 1fr}}.flag-container{align-items:center;background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:center;margin-top:20px;padding:20px}.location-info{margin-left:20px;text-align:left}.location-info h2{color:#2f6fed;color:var(--color-link);font-size:1.5rem;margin-bottom:10px}.location-info p{color:#333;font-size:1rem;margin:5px 0}.mainPictures{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));justify-items:center;margin-top:30px}.imageDiv{border-radius:10px;box-shadow:0 4px 8px #0003;max-width:300px;overflow:hidden;transition:transform .3s,box-shadow .3s;width:100%}.imageDiv:hover{box-shadow:0 8px 16px #0000004d;transform:scale(1.05)}.photo{border-radius:10px;height:auto;object-fit:cover;width:100%}.about-section{align-items:center;background:#fff!important;color:#111!important;display:flex;justify-content:center;min-height:calc(100vh - 80px);padding:80px 40px 60px}.about-header{margin-bottom:40px}.places-lived-intro{margin-bottom:50px}.places-lived-timeline{margin-bottom:70px}.about-grid{gap:60px;margin-top:50px}@media (max-width:900px){.about-section,.mainMarginDiv{padding:40px 20px}.about-grid{gap:40px}.pictures-title{font-size:2rem;margin-bottom:15px;padding:0 10px}.pictures-description{font-size:1rem;line-height:1.6;margin-bottom:25px;padding:0 10px}.mainMarginDiv{padding:30px 15px}.mainPictures{gap:15px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));padding:20px 10px}.imageDiv{max-width:100%}.imageDiv,.photo{border-radius:8px}}.journey-point.active .point-dot{background:#fff;border:2px solid #2f6fed;border:2px solid var(--color-link)}.journey-point.active:before{display:none!important}.point-label{background:none!important;border-radius:0;color:#333;display:block;font-size:1rem;font-weight:600;margin-bottom:0;margin-top:0;overflow-wrap:break-word;padding:0 6px;text-align:center;transition:color .3s,font-weight .3s;white-space:normal;word-break:keep-all;z-index:1}.point-label.active{-webkit-text-fill-color:initial;background:none;-webkit-background-clip:initial;background-clip:initial;border-radius:0;color:#2f6fed;color:var(--color-link);font-weight:800;letter-spacing:.01em;padding-bottom:2px}.journey-point{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;max-width:140px;min-width:110px;position:relative}.point-arrow{border-left:10px solid #0000;border-right:10px solid #0000;border-top:12px solid #2f6fed;border-top:12px solid var(--color-link);display:block;height:0;margin-bottom:8px;position:relative;top:0;width:0;z-index:2}.journey-description{color:#333;font-size:1.2rem;font-style:italic;line-height:1.6;margin-bottom:30px;text-align:center}.about-interests,.about-philosophy,.about-text-section{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.about-interests.visible,.about-philosophy.visible,.about-text-section.visible{opacity:1;transform:translateY(0)}.typewriter-intro{color:#000!important;font-size:1.35rem;font-weight:600;margin-bottom:18px;min-height:40px}.quote-box{background:#f7f7f7!important;border-left:4px solid #111!important;border-radius:6px;color:#111!important;font-size:1.1rem;font-style:italic;margin:30px 0;padding-left:16px}.brown-logo-container{transform:translateY(0);transition:transform .6s ease;will-change:transform}.about-brief-row:hover .brown-logo-container{transform:translateY(-5px)}.interest-card{perspective:1000px;transition:transform .6s}.interest-card:hover{transform:rotateY(3deg)}.sticky-contact{background:#000!important;border-radius:30px;bottom:40px;box-shadow:0 4px 14px #2f6fed59;color:#fff!important;font-weight:600;letter-spacing:.02em;padding:12px 20px;position:fixed;right:40px;text-decoration:none;transition:all .3s ease;z-index:1000}.sticky-contact:hover{background:#222!important;transform:translateY(-2px)}.place-node:hover .place-info{background:#2f6fed;background:var(--color-link);box-shadow:0 4px 20px #2f6fed26;color:#fff;transform:scale(1.05)}.about-shell{--about-ink:var(--color-ink);--about-muted:var(--color-muted);--about-line:var(--color-line);background:#f7f8f9;background:var(--color-wash);isolation:isolate;margin-bottom:-60px;min-height:calc(100vh - 80px);overflow:hidden;padding:56px 40px 104px;position:relative}.about-atmosphere{background:linear-gradient(180deg,#f7f8f9,#eef0f3);background:linear-gradient(180deg,var(--color-wash) 0,var(--color-wash-deep) 100%);inset:0;pointer-events:none;position:absolute;z-index:-1}.about-layout{margin:0 auto;max-width:980px;width:100%}.about-lead{margin-bottom:48px;opacity:0;transform:translateY(12px);transition:opacity .55s ease,transform .55s ease}.about-shell.is-ready .about-lead{opacity:1;transform:none}.about-heading{color:#d62800;color:var(--color-brand);font-family:Cormorant Garamond,Times New Roman,serif;font-family:var(--font-display);font-size:clamp(2.8rem,6vw,3.8rem);font-style:italic;font-weight:500;letter-spacing:-.02em;line-height:1.05;margin:0}.about-profile{grid-gap:40px;align-items:start;display:grid;gap:40px;grid-template-columns:200px minmax(0,1fr);opacity:0;transform:translateY(14px);transition:opacity .6s ease .06s,transform .6s ease .06s}.about-shell.is-ready .about-profile{opacity:1;transform:none}.about-side{display:flex;flex-direction:column;gap:14px;width:200px}.about-portrait{background:#fff;margin:0;overflow:hidden;width:200px}.about-portrait-image{display:block;height:240px;object-fit:cover;object-position:center 15%;width:200px}.about-brown-row{align-items:center;display:flex;gap:12px}.about-brown-logo{display:block;height:36px;object-fit:contain;width:36px}.about-brown-text{color:var(--about-muted);font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);font-size:.82rem;font-weight:500;letter-spacing:.02em;margin:0}.about-profile-main{padding-top:8px}.about-name{color:var(--about-ink);font-family:Cormorant Garamond,Times New Roman,serif;font-family:var(--font-display);font-size:clamp(2.1rem,4vw,2.8rem);font-style:italic;font-weight:500;letter-spacing:-.02em;line-height:1.1;margin:0 0 12px}.about-degree{color:var(--about-muted);font-size:.95rem;letter-spacing:.01em;margin:0 0 10px}.about-degree,.about-role{font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);font-weight:500}.about-role{font-size:1rem;margin:0 0 22px}.about-blurb,.about-role{color:var(--about-ink);letter-spacing:-.01em}.about-blurb{font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);font-size:1.05rem;font-weight:400;line-height:1.75;margin:0 0 28px;max-width:30rem}.about-emails{display:flex;flex-direction:column;gap:10px}.about-email{color:var(--about-ink);font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);font-size:.95rem;font-weight:500;text-decoration:underline;-webkit-text-decoration-color:#12141740;text-decoration-color:#12141740;text-underline-offset:4px;transition:color .2s ease,-webkit-text-decoration-color .2s ease;transition:color .2s ease,text-decoration-color .2s ease;transition:color .2s ease,text-decoration-color .2s ease,-webkit-text-decoration-color .2s ease}.about-email:hover{color:#2f6fed;color:var(--color-link);-webkit-text-decoration-color:#2f6fed80;text-decoration-color:#2f6fed80}.about-life{border-top:1px solid var(--about-line);margin-top:96px;opacity:0;padding-top:48px;transform:translateY(12px);transition:opacity .55s ease .2s,transform .55s ease .2s}.about-shell.is-ready .about-life{opacity:1;transform:none}.about-life-title{color:var(--about-ink);font-family:Cormorant Garamond,Times New Roman,serif;font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.2rem);font-style:italic;font-weight:500;letter-spacing:-.01em;margin:0 0 14px}.about-life-intro{color:var(--about-muted);font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);font-size:1.05rem;font-weight:400;letter-spacing:-.01em;line-height:1.7;margin:0 0 28px;max-width:36rem}.about-moments{grid-gap:18px;align-items:start;display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.about-moment{margin:0}.about-moment-image{aspect-ratio:4/5;background:#e8eaed;display:block;object-fit:cover;object-position:center;transition:opacity .35s ease;width:100%}.about-moment-image--tall{object-position:center 20%}.about-moment:hover .about-moment-image{opacity:.92}.about-moment-caption{font-size:.8rem;font-weight:500;letter-spacing:.02em;margin:12px 0 0}.about-moment-caption,.about-race-note{color:var(--about-muted);font-family:Space Grotesk,sans-serif;font-family:var(--font-sans)}.about-race-note{font-size:.95rem;font-weight:400;line-height:1.65;margin:28px 0 0;max-width:34rem}@media (max-width:900px){.about-shell{padding:40px 20px 80px}.about-profile{gap:24px;grid-template-columns:1fr}.about-side{max-width:160px;width:160px}.about-portrait,.about-portrait-image{width:160px}.about-portrait-image{height:192px}.about-life{margin-top:64px;padding-top:36px}.about-moments{gap:24px;grid-template-columns:1fr}.about-moment-image{max-height:420px}}.themahnsta-shell{--tm-ink:var(--color-ink);--tm-muted:var(--color-muted);--tm-line:var(--color-line-soft);--tm-surface:var(--color-surface);--tm-wash:var(--color-wash);--tm-star:var(--color-brand);--tm-star-hot:var(--color-brand-hot);background:var(--tm-wash);isolation:isolate;min-height:calc(100vh - 80px);padding-bottom:72px;position:relative}.themahnsta-atmosphere{background:radial-gradient(ellipse 70% 40% at 50% 0,#d628001a,#0000 70%),linear-gradient(180deg,#fafbfc 0,var(--tm-wash) 100%);inset:0;pointer-events:none;position:absolute;z-index:-1}.themahnsta-hero{animation:themahnsta-rise .65s ease both;padding:48px 24px 28px;text-align:center}.themahnsta-hero-mark{color:var(--tm-star);display:flex;justify-content:center;line-height:1;margin:0 0 10px}.themahnsta-hero-mark .shuriken-icon{filter:drop-shadow(0 2px 4px rgba(17,19,24,.2));height:1.35rem;width:1.35rem}.themahnsta-brand{align-items:baseline;color:var(--tm-ink)!important;display:flex;flex-wrap:wrap;gap:.02em;justify-content:center;line-height:1;margin:0 0 22px;padding:0 16px}.themahnsta-brand-at,.themahnsta-brand-the{color:var(--tm-ink);font-family:Cormorant Garamond,Times New Roman,serif;font-family:var(--font-display);font-size:clamp(2.8rem,8.5vw,5.6rem);font-style:italic;font-weight:500;letter-spacing:-.01em;line-height:.85;text-transform:none}.themahnsta-brand-at{color:#d62800;color:var(--color-brand);margin-right:.02em}.themahnsta-brand-the{padding-right:.06em}.themahnsta-brand-name{color:var(--tm-ink);font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);font-size:clamp(1.85rem,5.4vw,3.8rem);font-weight:600;letter-spacing:.08em;text-transform:uppercase}.themahnsta-story{margin:0 auto 36px;max-width:32rem;text-align:center}.themahnsta-story p{color:#111318c7;font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);font-size:1.2rem;font-weight:400;letter-spacing:.01em;line-height:1.75;margin:0 0 1.15rem}.themahnsta-story-tag{color:#d62800b8!important;font-family:Space Grotesk,sans-serif!important;font-family:var(--font-sans)!important;font-size:.88rem!important;font-weight:600!important;letter-spacing:.22em!important;margin:1.75rem 0 0!important;text-transform:uppercase}.themahnsta-story-emphasis{color:var(--tm-ink);font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);font-size:1.08em;font-style:normal;font-weight:700;letter-spacing:.01em}.themahnsta-view-toggle{border-bottom:1px solid var(--tm-line);display:flex;gap:0;margin:0 auto;width:-webkit-fit-content;width:fit-content}.themahnsta-view-btn{background:#0000;border:none;border-bottom:2px solid #0000;border-radius:0;color:#11131880;font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);font-size:1.05rem;font-weight:600;letter-spacing:.12em;margin-bottom:-1px;padding:14px 26px;text-transform:uppercase;transform:none;transition:color .2s ease,border-color .2s ease}.themahnsta-view-btn:hover{background:#0000;color:var(--tm-ink);transform:none}.themahnsta-view-btn.is-active{border-bottom-color:var(--tm-star);color:var(--tm-ink)}.themahnsta-hero-meta{align-items:center;display:flex;flex-direction:column;gap:8px;margin-top:22px}.themahnsta-status{flex-wrap:wrap;gap:10px 14px;justify-content:center;margin:0}.themahnsta-count,.themahnsta-status{align-items:center;display:inline-flex}.themahnsta-count{color:var(--tm-ink);font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);font-size:.74rem;font-weight:600;gap:7px;letter-spacing:.12em;text-transform:uppercase}.themahnsta-count .shuriken-icon{display:inline-block;height:.95rem;vertical-align:-.12em;width:.95rem}.themahnsta-loaded{color:#11131866;font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);font-size:.74rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.themahnsta-loaded:before{color:#11131840;content:"·";margin-right:14px}.themahnsta-wip{color:var(--tm-muted);font-size:.92rem;line-height:1.45;margin:0}.themahnsta-ig{border-bottom:1px solid #d6280059;color:var(--tm-star);display:inline;font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);font-size:inherit;font-weight:700;letter-spacing:.02em;padding-bottom:1px;text-transform:none;transition:color .2s ease,border-color .2s ease}.themahnsta-ig:hover{border-color:var(--tm-star-hot);color:var(--tm-star-hot)}.themahnsta-map-stage{animation:themahnsta-rise .55s ease both;margin:0 auto;max-width:1120px;padding:8px 24px 32px}.themahnsta-map-frame{background:var(--tm-surface);border:1px solid var(--tm-line);box-shadow:0 18px 48px #1113180f;overflow:hidden}.themahnsta-map-toolbar{align-items:center;background:var(--tm-surface);border-bottom:1px solid var(--tm-line);display:flex;flex-wrap:wrap;gap:12px 20px;justify-content:space-between;padding:12px 16px}.themahnsta-regions{display:flex;flex-wrap:wrap;gap:4px}.themahnsta-region-btn{align-items:center;background:#0000;border:none;border-radius:0;color:#11131873;display:inline-flex;font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);font-size:.7rem;font-weight:600;gap:8px;letter-spacing:.08em;padding:8px 12px;text-transform:uppercase;transform:none;transition:color .2s ease,background .2s ease}.themahnsta-region-btn:hover{background:#1113180a;color:var(--tm-ink);transform:none}.themahnsta-region-btn.is-active,.themahnsta-region-btn.is-active:hover{background:var(--tm-ink);color:#fff}.themahnsta-region-count{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;opacity:.5}.themahnsta-region-btn.is-active .themahnsta-region-count{opacity:.65}.themahnsta-map-hint{color:#11131861;font-size:.7rem;letter-spacing:.1em;margin:0;text-transform:uppercase}.themahnsta-map-bleed{position:relative}.themahnsta-map{background:#e9ecef;border:none;border-radius:0;cursor:grab;height:min(66vh,600px);min-height:400px;overflow:hidden;width:100%;z-index:1}.themahnsta-map:active{cursor:grabbing}.themahnsta-map .leaflet-control-attribution{background:#ffffffd9!important;border:none;color:#11131861;font-size:9px;margin:0!important;padding:2px 8px}.themahnsta-map .leaflet-control-attribution a{color:#11131880}.themahnsta-map .leaflet-control-zoom{border:1px solid var(--tm-line)!important;border-radius:0!important;box-shadow:none!important;margin:12px 12px 0 0!important;overflow:hidden}.themahnsta-map .leaflet-control-zoom a{background:#fffffff5!important;border-bottom:1px solid var(--tm-line)!important;color:var(--tm-ink)!important;font-size:15px!important;height:36px!important;line-height:36px!important;width:36px!important}.themahnsta-map .leaflet-control-zoom a:hover{background:#fff!important;color:var(--tm-star)!important}.themahnsta-map .leaflet-control-zoom-out{border-bottom:none!important}.themahnsta-star-icon{background:#0000!important;border:none!important}.shuriken-icon{display:block;flex-shrink:0;height:1em;width:1em}.shuriken-icon,.shuriken-icon circle,.shuriken-icon path{fill:currentColor}.themahnsta-star{align-items:center;color:var(--tm-star);cursor:pointer;display:flex;filter:drop-shadow(0 1px 1px rgba(17,19,24,.18));font-size:20px;height:32px;justify-content:center;line-height:1;transition:transform .2s ease,color .2s ease;width:32px}.themahnsta-star .shuriken-icon{height:24px;width:24px}.leaflet-marker-icon:hover .themahnsta-star,.themahnsta-star--active{color:var(--tm-star-hot);transform:scale(1.18)}.themahnsta-star--spin{animation:themahnsta-spin 1.4s linear infinite;color:var(--tm-star);display:inline-flex;font-size:1.5rem}.themahnsta-star--spin .shuriken-icon{height:1.5rem;width:1.5rem}.themahnsta-gallery{animation:themahnsta-rise .55s ease both;margin:0 auto;max-width:1120px;padding:8px 24px 32px}.themahnsta-gallery-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;margin:0;padding:0}.themahnsta-gallery-item{margin:0}.themahnsta-gallery-button{aspect-ratio:1;border-radius:0;display:block;overflow:hidden;padding:0;position:relative;width:100%}.themahnsta-gallery-button,.themahnsta-gallery-button:hover{background:#1a1c20;transform:none}.themahnsta-gallery-image{display:block;height:100%;object-fit:cover;opacity:.96;transition:transform .45s ease,opacity .3s ease;width:100%}.themahnsta-gallery-caption{background:linear-gradient(0deg,#08090cc7,#0000);bottom:0;color:#fff;font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);font-size:.78rem;font-weight:600;left:0;letter-spacing:.02em;opacity:0;padding:28px 14px 12px;position:absolute;right:0;text-align:left;transform:translateY(4px);transition:opacity .25s ease,transform .25s ease}.themahnsta-gallery-button:hover .themahnsta-gallery-image{opacity:1;transform:scale(1.03)}.themahnsta-gallery-button:hover .themahnsta-gallery-caption{opacity:1;transform:translateY(0)}.themahnsta-lightbox{align-items:center;animation:themahnsta-fade .2s ease both;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0b0eb8;display:flex;inset:0;justify-content:center;padding:28px;position:fixed;z-index:2000}.themahnsta-lightbox-panel{animation:themahnsta-pop .28s cubic-bezier(.2,.9,.2,1) both;background:#fff;border:1px solid #ffffff1f;box-shadow:0 24px 64px #00000059;overflow:hidden;position:relative;width:min(380px,100%)}.themahnsta-lightbox-close{background:#ffffffe0;border-radius:0;color:var(--tm-ink);font-size:1.4rem;height:36px;line-height:1;padding:0;position:absolute;right:8px;top:8px;transform:none;width:36px;z-index:2}.themahnsta-lightbox-close:hover{background:#fff;color:var(--tm-star);transform:none}.themahnsta-lightbox-media{align-items:center;background:#f0f1f3;display:flex;justify-content:center;min-height:200px}.themahnsta-lightbox-image{display:block;object-fit:cover}.themahnsta-lightbox-fallback,.themahnsta-lightbox-image{aspect-ratio:1;background:#f0f1f3;max-height:min(42vh,360px);width:100%}.themahnsta-lightbox-fallback{align-items:center;color:#11131866;display:flex;flex-direction:column;gap:10px;justify-content:center}.themahnsta-lightbox-fallback .shuriken-icon{height:1.6rem;width:1.6rem}.themahnsta-lightbox-fallback p{font-size:.75rem;letter-spacing:.08em;margin:0;text-transform:uppercase}.themahnsta-lightbox-footer{align-items:center;background:#fff;border-top:1px solid #11131814;display:flex;gap:10px;justify-content:center;padding:14px 18px}.themahnsta-lightbox-footer-mark{color:var(--tm-star);display:inline-flex;line-height:1}.themahnsta-lightbox-footer-mark .shuriken-icon{height:.9rem;width:.9rem}.themahnsta-lightbox-location{color:var(--tm-ink);font-family:Space Grotesk,sans-serif;font-family:var(--font-sans);font-size:.78rem;font-weight:600;letter-spacing:.06em;line-height:1.3;margin:0;text-transform:uppercase}.themahnsta-empty{align-items:center;color:var(--tm-muted);display:flex;flex-direction:column;gap:14px;padding:80px 24px;text-align:center}@keyframes themahnsta-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes themahnsta-fade{0%{opacity:0}to{opacity:1}}@keyframes themahnsta-pop{0%{opacity:0;transform:scale(.97) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes themahnsta-spin{to{transform:rotate(1turn)}}@media (max-width:900px){.themahnsta-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.themahnsta-hero{padding:32px 16px 20px}.themahnsta-gallery,.themahnsta-map-stage{padding:0 12px 28px}.themahnsta-map-toolbar{align-items:stretch;flex-direction:column;padding:10px 12px}.themahnsta-regions{width:100%}.themahnsta-region-btn{flex:1 1 auto;justify-content:center}.themahnsta-map-hint{text-align:center}.themahnsta-map{height:56vh;min-height:320px}.themahnsta-gallery-grid{gap:8px}.themahnsta-lightbox{padding:16px}.themahnsta-lightbox-panel{width:min(320px,100%)}.themahnsta-loaded:before{display:none}}.resume-page .download-button{margin-top:8px}.resume-page .journey-hero{border-bottom:none;margin-bottom:0}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
/*# sourceMappingURL=main.ebf405ad.css.map*/