.profile{grid-template-rows:repeat(2,minmax(15rem,3vw)) min-content;grid-template-columns:minmax(3rem,3vw) 30rem 1fr;max-width:110rem;display:grid}@media only screen and (width<=800px){.profile{grid-template-rows:minmax(15rem,3vw) repeat(2,min-content);grid-template-columns:1fr 8fr 1fr}}.profile__picture{border-radius:var(--border-radius);background-color:var(--background);border:var(--border);filter:hue-rotate(334deg)brightness(1.1)grayscale(.5);overflow:hidden}.profile__picture,.profile__picture-overlay{isolation:isolate;aspect-ratio:1;grid-area:1/2/3/3;max-height:40vh}.profile__picture-overlay{background-color:var(--brand);opacity:.1}.profile__quotation-bg{border:var(--border);border-radius:var(--border-radius);background-image:repeating-radial-gradient(circle closest-side,transparent,transparent 50%,hsla(var(--hue),calc(var(--saturation)/4),70%,.6) 75%,transparent 75%);background-size:100%;grid-area:2/1/4/4;padding:4rem}@keyframes backgroundSize{0%{background-size:100%}to{background-size:1.5%}}@media (prefers-reduced-motion:no-preference){.profile__quotation-bg{animation:10s ease-in-out infinite alternate backgroundSize}}.profile__quotation{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.4;font-weight:var(--font-weight-normal);color:var(--heading-color);grid-area:3/1/4/4;padding:3rem;line-height:1.3;position:relative}.profile__word{font-weight:700}.profile__word--code{font-family:monospace,monospace fallback}.profile__word--design{font-style:italic;font-weight:100}.timeline{grid-template-columns:1fr min-content 1fr;gap:2rem;list-style:none;display:grid}.timeline__line,.timeline__today{grid-area:2/2/8/3}.timeline__line{width:var(--border-width);border-radius:var(--border-radius);background-image:linear-gradient(to bottom,var(--text),transparent);justify-self:center;margin-top:3rem;transition:all .2s}.timeline__left{grid-column:1/2}.timeline__left--1{grid-row:2/3}.timeline__left--2{grid-row:4/5}.timeline__left--3{grid-row:6/7}.timeline__right{grid-column:3/4}.timeline__right--1{grid-row:3/4}.timeline__right--2{grid-row:5/6}.timeline__right--3{grid-row:7/8}@media (width<=767px){.timeline{grid-template-columns:min-content 1fr}.timeline__today{display:none}.timeline__line{grid-column:1/2;justify-self:start;margin-top:0}.timeline__left,.timeline__right{grid-column:2/3}}
