:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--paper:#f5f6f0;--surface:#fff;--ink:#111712;--muted:#5e675f;--line:#d9ded2;--accent:#0f6c62;--accent-dark:#0d2f3c;--accent-warm:#b75237;--soft:#edf2ed;--hero-scrim:#08141bb8;--shadow:0 20px 56px #1e2f2a21;--radius:14px}*{box-sizing:border-box}html{scroll-behavior:auto}body{background:var(--paper);color:var(--ink);text-rendering:optimizelegibility;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration-color:currentColor;-webkit-text-decoration-color:color-mix(in srgb, currentColor 36%, transparent);text-decoration-color:color-mix(in srgb, currentColor 36%, transparent);text-underline-offset:.22em}a:hover{text-decoration-color:currentColor}.skip-link{z-index:100;color:var(--ink);background:#fff;border-radius:999px;padding:10px 14px;font-weight:800;transition:transform .18s;position:absolute;top:10px;left:16px;transform:translateY(-140%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:20;background:#0d2f3cf0;background:color-mix(in srgb, var(--accent-dark) 88%, transparent);color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:24px;padding:14px clamp(18px,4vw,56px);display:flex;position:fixed;top:0;left:0;right:0}.brand{background:#ffffff14;border:1px solid #ffffff7a;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-weight:800;text-decoration:none;display:grid}.nav-links{flex-wrap:wrap;justify-content:flex-end;gap:clamp(12px,2vw,24px);font-size:.92rem;font-weight:700;display:flex}.nav-links a{color:#ffffffdb;text-decoration:none}.nav-links a:hover{color:#fff}.hero{color:#fff;background-image:url(/assets/x-banner.jpg);background-position:50%;background-size:cover;align-items:flex-end;min-height:min(82vh,760px);padding:138px clamp(20px,6vw,88px) 82px;display:flex;position:relative;overflow:hidden}.hero:before{background:radial-gradient(circle at 22% 30%, #1b9fb742, transparent 38%), linear-gradient(90deg, #030c13d1, #030c138f 48%, #030c1338), var(--hero-scrim);content:"";position:absolute;inset:0}.hero:after{content:"";background:#ffffff40;height:1px;position:absolute;bottom:0;left:0;right:0}.hero-figure{z-index:1;color:#ddfff7;filter:drop-shadow(0 28px 42px #0000003d);opacity:.76;pointer-events:none;width:clamp(280px,34vw,520px);margin:0;position:absolute;top:54%;right:clamp(-92px,-5vw,-36px);transform:translateY(-50%)}.hero-figure svg{width:100%;height:auto;display:block;overflow:visible}.hero-figure *{transform-box:fill-box;transform-origin:50%}.hero-figure path,.hero-figure circle,.hero-figure ellipse,.hero-figure rect{vector-effect:non-scaling-stroke}.hero-figure--floating #hero-figure-illustration{animation:3s ease-in-out infinite hero-figure-float}.hero-figure--floating #hero-figure-shadow{animation:3s ease-in-out infinite hero-figure-shadow}.hero-figure-line,.hero-figure-orbit-line{fill:none;stroke:#e5fffadb;stroke-linecap:round;stroke-linejoin:round;stroke-width:8px}.hero-figure-fill-soft{fill:#0f6c629e;stroke:#e5fffad1;stroke-linejoin:round;stroke-width:8px}.hero-figure-fill-warm{fill:#ffd4a3d6;stroke:#e5fffac7;stroke-linejoin:round;stroke-width:8px}.hero-figure-hair{fill:#0d2f3ce6;stroke:#e5fffac7;stroke-linejoin:round;stroke-width:8px}.hero-figure-face{stroke-width:5px}.hero-figure-hands,.hero-figure-legs{stroke-width:9px}.hero-figure-screen{fill:#0d2f3cc7;stroke:#ffd4a3d1;stroke-width:6px}.hero-figure-screen-line{fill:none;stroke:#ffd4a3db;stroke-linecap:round;stroke-width:5px}.hero-figure-node{fill:#ffd4a3d6;stroke:#e5fffac7;stroke-width:5px;animation:4.5s ease-in-out infinite hero-figure-node-pulse}.hero-figure-node-b{animation-delay:-1.5s}.hero-figure-node-c{animation-delay:-3s}.hero-figure-shadow{fill:#5ce1cc57}.hero-content{z-index:2;width:min(900px,100%);position:relative}.avatar-frame{background:linear-gradient(135deg,#fffffff5,#ffd4a3d1 52%,#5ce1ccbd);border:1px solid #ffffff94;border-radius:50%;place-items:center;width:108px;height:108px;margin-bottom:24px;padding:4px;display:grid;box-shadow:0 18px 36px #0000004d,0 0 0 7px #ffffff14}.avatar{border-radius:inherit;object-fit:cover;object-position:center 43%;background:#fff;border:2px solid #0d2f3c9e;width:100%;height:100%}.eyebrow{color:var(--accent-warm);letter-spacing:0;text-transform:uppercase;margin:0 0 12px;font-size:.75rem;font-weight:900}.hero .eyebrow{color:#ffd4a3}h1,h2,h3,p,dl{margin-top:0}h1{letter-spacing:0;max-width:100%;margin-bottom:18px;font-size:7rem;line-height:.96}.hero-copy{color:#ffffffe0;width:min(780px,100%);margin-bottom:30px;font-size:1.18rem;line-height:1.48}.profile-links{flex-wrap:wrap;gap:10px;width:min(860px,100%);display:flex}.profile-links a{color:#fff;background:#ffffff1a;border:1px solid #ffffff57;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:9px 14px;font-size:.92rem;font-weight:800;text-decoration:none;display:inline-flex}.profile-links a:hover{background:#ffffff2e;border-color:#ffffffc2}@keyframes hero-figure-float{0%,10%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}@keyframes hero-figure-shadow{0%,10%,to{opacity:.48;transform:scale(.72)}50%{opacity:1;transform:scale(.84)}}@keyframes hero-figure-node-pulse{0%,to{opacity:.64;transform:scale(.9)}50%{opacity:1;transform:scale(1.12)}}.section{width:min(1180px,100% - 40px);margin:0 auto;padding:clamp(64px,9vw,112px) 0;scroll-margin-top:92px}.section+.section{border-top:1px solid var(--line)}.section-heading{grid-template-columns:minmax(180px,.34fr) minmax(0,1fr);align-items:start;gap:clamp(24px,5vw,72px);margin-bottom:40px;display:grid}.section-heading h2{letter-spacing:0;margin:0;font-size:3.8rem;line-height:.98}.seo-profile-section{padding-bottom:clamp(48px,6vw,76px)}.seo-profile-copy{border-left:5px solid var(--accent);background:color-mix(in srgb, var(--surface) 82%, var(--soft));max-width:880px;padding:clamp(22px,3vw,34px)}.seo-profile-copy p{color:var(--muted);margin-bottom:14px;font-size:1.08rem;line-height:1.62}.seo-profile-copy p:last-child{margin-bottom:0}.seo-profile-copy strong{color:var(--ink)}.name-origin-note{border-top:1px solid var(--line);margin-top:20px;padding-top:18px}.name-origin-note .name-origin-kicker{color:var(--accent-warm);letter-spacing:0;text-transform:uppercase;margin-bottom:8px;font-size:.72rem;font-weight:900;line-height:1.25}.name-origin-note p:last-child{max-width:74ch}.summary-grid{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);align-items:stretch;gap:20px;display:grid}.summary-copy{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:clamp(22px,3vw,34px);box-shadow:0 8px 26px #202d250d}.summary-copy p{max-width:78ch;color:var(--muted);margin-bottom:16px;font-size:1.06rem;line-height:1.62}.summary-copy p:last-child{margin-bottom:0}.timeline-students{border-top:1px solid var(--line);margin-top:18px;padding-top:16px}.student-kicker{color:var(--accent-warm);letter-spacing:0;text-transform:uppercase;margin-bottom:10px;font-size:.72rem;font-weight:900;line-height:1.25}.student-outcomes{max-width:72ch;color:var(--muted);margin-bottom:12px;font-size:.94rem;line-height:1.45}.student-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;margin:14px 0 0;padding:0;list-style:none;display:grid}.student-list li{border-top:1px solid var(--line);border-top:1px solid color-mix(in srgb, var(--line) 70%, transparent);min-width:0;padding-top:10px}.student-list a,.student-list span{color:var(--ink);font-size:.98rem;font-weight:900;line-height:1.25;display:block}.student-list small{color:var(--muted);margin-top:4px;font-size:.82rem;font-weight:700;line-height:1.35;display:block}.proof-points{gap:12px;margin-bottom:0;display:grid}.proof-points div{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);background:linear-gradient(135deg, color-mix(in srgb, var(--accent) 8%, var(--surface)), var(--surface));padding:18px}.proof-points dt{color:var(--accent);letter-spacing:0;text-transform:uppercase;margin-bottom:4px;font-size:.74rem;font-weight:900}.proof-points dd{color:var(--ink);margin:0;font-size:1rem;font-weight:800;line-height:1.35}.timeline{--timeline-date-col:178px;--timeline-gap:36px;--timeline-rail-left:196px;gap:22px;margin:0;padding:0;list-style:none;display:grid;position:relative}.timeline:before{top:10px;bottom:10px;left:var(--timeline-rail-left);background:linear-gradient(180deg, transparent 0, var(--line) 24px, var(--line) calc(100% - 24px), transparent 100%);content:"";width:2px;position:absolute;transform:translate(-1px)}.timeline-item{grid-template-columns:var(--timeline-date-col) minmax(0, 1fr);gap:var(--timeline-gap);align-items:start;scroll-margin-top:96px;display:grid;position:relative}.timeline-item:before{top:21px;left:var(--timeline-rail-left);z-index:2;border:3px solid var(--paper);background:var(--accent);width:14px;height:14px;box-shadow:0 0 0 1px var(--accent), 0 0 0 6px #0f6c620d;box-shadow:0 0 0 1px color-mix(in srgb, var(--accent) 60%, var(--line)), 0 0 0 6px #0f6c620d;content:"";border-radius:50%;position:absolute;transform:translate(-50%,-50%)}.timeline-item time{z-index:3;border:1px solid var(--line);background:var(--surface);background:color-mix(in srgb, var(--surface) 90%, var(--soft));width:auto;min-width:102px;min-height:42px;color:var(--accent);text-align:center;white-space:nowrap;border-radius:999px;justify-content:center;justify-self:end;align-items:center;padding:0 14px;font-size:.9rem;font-weight:900;line-height:1.15;display:inline-flex;position:static}.timeline-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-column:2;min-width:0;padding:clamp(20px,2.6vw,30px);transition:border-color .18s,box-shadow .18s,transform .18s;position:relative;overflow:hidden;box-shadow:0 8px 28px #202d250f}.timeline-card:before{background:var(--accent);background:color-mix(in srgb, var(--accent) 62%, var(--accent-warm));content:"";width:4px;position:absolute;inset:0 auto 0 0}.timeline-card:hover{border-color:var(--accent);border-color:color-mix(in srgb, var(--accent) 42%, var(--line));box-shadow:var(--shadow);transform:translateY(-1px)}.media-timeline-card{grid-template-columns:minmax(0,1fr) minmax(230px,340px);align-items:center;gap:24px;display:grid}.media-timeline-card .event-list li{grid-template-columns:1fr;gap:6px}.media-timeline-card .event-list span{text-align:left;justify-self:start;max-width:100%}.media-timeline-card>img,.media-timeline-card>.timeline-image-link{width:100%}.media-timeline-card>img,.media-timeline-card>.timeline-image-link>img{aspect-ratio:16/11;border:1px solid var(--line);background:var(--soft);object-fit:cover;border-radius:10px}.media-timeline-card>.timeline-image-link>img.radiology-panel-image,.media-timeline-card>.timeline-image-link>img[src$=spotify-podcast\.jpg]{aspect-ratio:16/9;object-fit:contain;background:#fff}.media-timeline-card>.timeline-image-link>img[src$=stedi-spotlight\.png]{aspect-ratio:16/9;object-fit:cover;background:#073c35}.media-timeline-card>.timeline-image-link>img[src$=youtube-oral-cancer-convention\.jpg]{aspect-ratio:16/9;object-fit:cover;background:#111}.media-timeline-card>.timeline-image-link>img.aapm-yis-image{aspect-ratio:auto;object-fit:contain;background:#fff;justify-self:center;width:min(760px,100%);height:auto;padding:clamp(8px,1vw,14px)}.residency-card{display:block}.residency-image-grid{--completion-photo-column-ratio:.522217fr;--completion-photo-stacked-width:52.2217%;grid-template-columns:minmax(0, 1fr) minmax(0, var(--completion-photo-column-ratio));gap:14px;margin-top:22px;display:grid}.residency-image-grid figure{gap:8px;margin:0;display:grid}.residency-image-grid img{width:100%;height:auto;max-height:560px;box-shadow:inset 0 0 0 1px var(--line);object-fit:contain;background:#fff;border:0;border-radius:10px}.residency-image-grid figcaption{color:var(--muted);font-size:.82rem;font-weight:900;line-height:1.3}.timeline-image-link{text-decoration:none;display:block}.event-type{color:var(--accent-warm);letter-spacing:0;text-transform:uppercase;margin-bottom:10px;font-size:.72rem;font-weight:900}.timeline-card h3{letter-spacing:0;margin-bottom:10px;font-size:1.45rem;line-height:1.16}.timeline-card p:not(.event-type){max-width:76ch;color:var(--muted);margin-bottom:0;font-size:.98rem;line-height:1.56}.event-links{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.event-links a,.link-grid a{border:1px solid var(--line);border:1px solid color-mix(in srgb, var(--accent) 22%, var(--line));background:var(--surface);background:color-mix(in srgb, var(--accent) 6%, var(--surface));min-height:40px;color:var(--accent);border-radius:999px;font-size:.9rem;font-weight:800;text-decoration:none}.event-links a{justify-content:center;align-items:center;max-width:100%;padding:7px 12px;line-height:1.25;display:inline-flex}.event-links a:hover,.link-grid a:hover{border-color:var(--accent);border-color:color-mix(in srgb, var(--accent) 54%, var(--line));background:var(--soft);background:color-mix(in srgb, var(--accent) 10%, var(--surface))}.event-list{gap:0;margin:18px 0 0;padding:0;list-style:none;display:grid}.event-list li{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px 16px;padding:12px 0;display:grid}.event-list a{overflow-wrap:break-word;font-weight:800;line-height:1.34;text-decoration:none;display:block}.event-list a:hover{color:var(--accent)}.event-list span{background:var(--soft);background:color-mix(in srgb, var(--soft) 75%, var(--surface));max-width:240px;min-height:26px;color:var(--muted);text-align:right;white-space:normal;border-radius:999px;justify-content:center;justify-self:end;align-items:center;padding:4px 8px;font-size:.76rem;font-weight:900;line-height:1.25;display:inline-flex}.compact-list li{padding:10px 0}.link-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.link-grid a{border-radius:var(--radius);background:var(--surface);min-height:104px;color:var(--ink);padding:16px;display:block}.link-grid span{color:var(--ink);margin-bottom:5px;font-size:1.08rem;font-weight:900;line-height:1.25;display:block}.link-grid small{color:var(--muted);font-size:.9rem;line-height:1.35;display:block}.hobby-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}.hobby-list li{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-height:244px;color:var(--muted);padding:18px;font-weight:700;position:relative;overflow:hidden}.hobby-list li:before{background:#0f6c620a;background:radial-gradient(circle at 82% 14%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 34%), linear-gradient(145deg, color-mix(in srgb, var(--accent) 5%, transparent), transparent 54%);content:"";position:absolute;inset:0}.hobby-animation{z-index:1;width:100%;height:132px;color:var(--accent);margin-bottom:16px;display:block;position:relative}.hobby-animation *{transform-box:fill-box;transform-origin:50%}.hobby-line,.hobby-grid,.hobby-wave,.hobby-swoosh{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:6px}.hobby-grid{opacity:.32;stroke-width:3px}.hobby-wave,.hobby-swoosh{opacity:.34;stroke-width:5px}.hobby-fill{fill:color-mix(in srgb, var(--accent) 18%, var(--surface));stroke:var(--accent);stroke-linejoin:round;stroke-width:6px}.hobby-fill-warm{fill:color-mix(in srgb, var(--accent-warm) 22%, var(--surface));stroke:var(--accent);stroke-linejoin:round;stroke-width:6px}.hobby-dot,.hobby-bubble{fill:color-mix(in srgb, var(--accent-warm) 38%, var(--surface));stroke:var(--accent);stroke-width:4px}.hobby-scuba-diver{animation:4s ease-in-out infinite hobby-drift}.hobby-bubble{animation:3.8s ease-in-out infinite hobby-bubble-rise}.hobby-bubble-b{animation-delay:-1.3s}.hobby-bubble-c{animation-delay:-2.4s}.hobby-knight{animation:3.2s ease-in-out infinite hobby-piece-float}.hobby-board{animation:3.2s ease-in-out infinite hobby-shadow-pulse}.hobby-rugby-ball{animation:4.4s ease-in-out infinite hobby-ball-drift}.hobby-soccer-ball{animation:3.6s ease-in-out infinite hobby-ball-pop}.hobby-swoosh{stroke-dasharray:126;animation:4.4s ease-in-out infinite hobby-swoosh-draw}.hobby-list span{z-index:1;color:var(--ink);margin-bottom:6px;font-size:1.08rem;font-weight:900;line-height:1.25;display:block;position:relative}.hobby-list small{z-index:1;font-size:.9rem;font-weight:650;line-height:1.4;display:block;position:relative}@keyframes hobby-drift{0%,to{transform:translateY(2px)rotate(-1deg)}50%{transform:translateY(-8px)rotate(1deg)}}@keyframes hobby-bubble-rise{0%,to{opacity:.38;transform:translateY(10px)scale(.78)}50%{opacity:1;transform:translateY(-14px)scale(1)}}@keyframes hobby-piece-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes hobby-shadow-pulse{0%,to{opacity:.72;transform:scale(.98)}50%{opacity:1;transform:scale(1.04)}}@keyframes hobby-ball-drift{0%,to{transform:translate(-4px,4px)rotate(-2deg)}50%{transform:translate(9px,-7px)rotate(3deg)}}@keyframes hobby-ball-pop{0%,to{transform:translate(0)scale(.96)}50%{transform:translate(-7px,-10px)scale(1.04)}}@keyframes hobby-swoosh-draw{0%,to{stroke-dashoffset:126px;opacity:.22}48%,62%{stroke-dashoffset:0;opacity:.46}}.travel-section{padding-bottom:clamp(72px,10vw,128px)}.travel-map-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);position:relative;overflow:hidden;box-shadow:0 8px 28px #202d250f}.travel-map-card--fallback{aspect-ratio:960/500;background:linear-gradient(135deg, color-mix(in srgb, var(--accent) 10%, transparent), transparent 46%), #f8faf5;align-items:flex-end;min-height:320px;padding:clamp(22px,4vw,36px);display:flex}.travel-map-card--fallback p{max-width:84ch;color:var(--muted);margin:0;font-size:1rem;line-height:1.55}.travel-map-card--fallback strong{color:var(--ink)}.travel-map-svg{width:100%;height:auto;min-height:320px;display:block}.travel-map-sphere{stroke-width:1px;vector-effect:non-scaling-stroke}.travel-map-graticule{fill:none;stroke-width:.7px;vector-effect:non-scaling-stroke}.travel-country{stroke-linejoin:round;stroke-width:.45px;vector-effect:non-scaling-stroke;transition:fill .18s,opacity .18s,stroke .18s}.travel-country.is-visited{cursor:pointer;touch-action:manipulation}.travel-country.is-visited:hover,.travel-country.is-visited:focus{fill:#9f3f2b;opacity:.95;stroke:#fff;stroke-width:.9px;outline:none}.travel-map-svg{box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--line) 80%, transparent);background:#f8faf5}.travel-map-svg .travel-map-sphere{fill:#edf2ed;stroke:color-mix(in srgb, var(--accent) 16%, var(--line))}.travel-map-svg .travel-map-graticule{stroke:#0f6c6221}.travel-map-svg .travel-country{fill:#dbe3db;stroke:#fffffff2}.travel-map-svg .travel-country.is-visited{fill:#b75237;stroke:#fffffff0}.travel-current-position{pointer-events:none}.travel-current-position-pulse{fill:#0f6c6229;stroke:#0f6c6285;stroke-width:1.6px}.travel-current-position-dot{fill:var(--accent);stroke:#fff;stroke-width:2px}.travel-tooltip{z-index:2;border:1px solid color-mix(in srgb, var(--accent) 28%, var(--line));width:min(260px,100% - 28px);color:var(--ink);pointer-events:none;background:#fffffff5;border-radius:10px;padding:13px 14px;position:absolute;transform:translate(10px,10px);box-shadow:0 16px 38px #202d2526}.travel-tooltip strong{color:var(--accent);letter-spacing:0;text-transform:uppercase;margin-bottom:4px;font-size:.78rem;font-weight:900;line-height:1.2;display:block}.travel-tooltip span{color:var(--muted);font-size:.92rem;font-weight:720;line-height:1.38;display:block}@media (hover:none){.travel-tooltip{width:auto;bottom:10px;right:10px;transform:none;top:auto!important;left:10px!important}}.footer{border-top:1px solid var(--line);width:min(1180px,100% - 40px);color:var(--muted);justify-content:space-between;gap:16px;margin:0 auto;padding:28px 0 44px;display:flex}.footer p{margin:0}@media (width<=1040px){.hero-figure{opacity:.48;width:clamp(250px,37vw,390px);right:-52px}h1{font-size:5.9rem}.section-heading h2{font-size:3.25rem}.timeline-card h3{font-size:1.35rem}.media-timeline-card,.summary-grid{grid-template-columns:1fr}.proof-points{grid-template-columns:1fr 1fr}}@media (width<=860px){.site-header{align-items:flex-start}.nav-links{gap:8px 14px;max-width:310px}.hero{min-height:74vh;padding:120px 20px 58px}h1{font-size:4.8rem}.hero-copy{font-size:1.08rem}.section-heading h2{font-size:2.85rem}.hero-figure{opacity:.2;width:min(470px,82vw);top:auto;bottom:20px;right:-22vw;transform:none}.section-heading{grid-template-columns:1fr;gap:8px}.timeline{--timeline-date-col:0px;--timeline-gap:0px;--timeline-rail-left:19px;gap:20px}.timeline:before{top:18px;bottom:18px;left:var(--timeline-rail-left);width:2px;transform:none}.timeline-item{grid-template-columns:1fr;gap:12px;padding-left:46px}.timeline-item:before{top:17px;left:var(--timeline-rail-left)}.timeline-item time{grid-column:1;justify-self:start;width:fit-content;min-width:0;min-height:34px;margin-top:0;padding:0 13px}.timeline-card{grid-column:1}.residency-image-grid{grid-template-columns:1fr}.residency-image-grid figure:nth-child(2){width:var(--completion-photo-stacked-width);justify-self:start}.link-grid,.hobby-list{grid-template-columns:1fr 1fr}}@media (width<=560px){.site-header{padding:12px 14px}.brand{width:38px;height:38px}.nav-links{max-width:250px;font-size:.82rem}h1{font-size:3.55rem}.hero-copy{font-size:1rem}.section-heading h2{font-size:2.35rem}.timeline-card h3{font-size:1.22rem}.avatar-frame{width:82px;height:82px;margin-bottom:20px;padding:3px;box-shadow:0 14px 28px #00000047,0 0 0 5px #ffffff14}.hero{min-height:78vh;padding-top:120px}.hero-figure{opacity:.1;width:86vw;bottom:-44px;right:-46vw}.section{width:min(100% - 28px,1180px);padding:58px 0}.profile-links a{min-height:38px;padding:7px 11px;font-size:.84rem}.summary-copy{padding:20px}.proof-points,.student-list,.link-grid,.hobby-list{grid-template-columns:1fr}.timeline{--timeline-rail-left:16px}.timeline-item{padding-left:38px}.timeline-card{padding:18px}.event-list li{grid-template-columns:1fr}.event-list span{text-align:left;justify-self:start;max-width:100%}.link-grid a{min-height:90px}.hobby-list li{min-height:82px}.travel-map-svg{min-height:220px}.travel-tooltip{width:auto;bottom:10px;right:10px;transform:none;top:auto!important;left:10px!important}.footer{flex-direction:column;width:min(100% - 28px,1180px)}}@media (width<=360px){h1{font-size:3.2rem}.nav-links{gap:6px 10px;max-width:218px;font-size:.78rem}.profile-links a{font-size:.8rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.hero-figure--floating #hero-figure-illustration,.hero-figure--floating #hero-figure-shadow,.hero-figure-node,.hobby-animation *{animation:none!important}}
