.home-shell{width:100%;min-height:100dvh;overflow:clip}.home-page{scrollbar-width:thin;flex-direction:column;width:100%;min-height:100dvh;padding:0;display:flex;overflow:clip auto}.home-hero{width:100%;padding:clamp(1.5rem, 3vh, 3rem) var(--page-gutter) clamp(3rem, 10vh, 10rem)}.home-hero-row{justify-content:space-between;align-items:flex-start;width:100%;display:flex;overflow:visible}.home-identity-rail{width:var(--rail-width);flex:none;justify-content:flex-start;align-items:center;display:flex}.home-identity{gap:var(--space-xs);flex-direction:column;width:100%;display:flex}.home-name{font-size:var(--text-sm);font-weight:var(--weight-semibold);line-height:var(--leading-ui);letter-spacing:var(--tracking-tight);white-space:pre;animation:fadeInUp var(--duration-enter) var(--ease-out) both;animation-delay:0s}.home-tagline{font-size:var(--text-xs);font-weight:var(--weight-regular);color:var(--fg-muted);line-height:var(--leading-ui);letter-spacing:var(--tracking-tight);white-space:nowrap;animation:fadeInUp var(--duration-enter) var(--ease-out) both;animation-delay:40ms}.home-hero-panel{flex:1 0 0;justify-content:flex-end;align-items:flex-start;width:1px;min-width:0;padding:0;display:flex;overflow:visible}.home-hero-content{width:var(--panel-inset);flex-direction:row;flex:none;justify-content:space-between;align-items:stretch;margin-left:auto;padding-top:0;display:flex}.home-intro-group{flex-direction:row;flex:auto;align-self:flex-start;align-items:flex-start;gap:.875rem;min-width:0;max-width:50rem;display:flex}.home-location-block{width:18.25rem;animation:fadeInUp var(--duration-enter) var(--ease-out) both;flex-direction:column;flex:none;gap:.25rem;animation-delay:80ms;display:flex}.home-local-time{font-size:var(--text-xs);font-weight:var(--weight-regular);color:var(--fg-muted);line-height:var(--leading-ui);letter-spacing:var(--tracking-tight);cursor:default;padding-left:2.375rem}.local-time-wrap{white-space:nowrap;font-variant-numeric:tabular-nums;align-items:center;gap:0;display:inline-flex}@media (hover:hover) and (pointer:fine){.home-location[data-hint],.local-time-wrap[data-hint]{position:relative}.home-location[data-hint]:after,.local-time-wrap[data-hint]:after{content:attr(data-hint);background:var(--fg);color:var(--bg);font-size:var(--text-2xs);font-weight:var(--weight-regular);letter-spacing:0;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .15s var(--ease-out), transform .15s var(--ease-out);z-index:3;border-radius:.25rem;padding:.375rem .625rem;line-height:1;position:absolute;left:2.375rem;transform:translateY(4px)}.home-location[data-hint]:after{top:calc(100% + .25rem)}.local-time-wrap[data-hint]:after{top:calc(100% + .5rem)}.home-local-time{transition:opacity .15s var(--ease-out)}.home-location[data-hint]:hover,.home-location[data-hint]:focus-visible{z-index:1}:is(.home-location-block:has(.home-location[data-hint]:hover) .home-local-time,.home-location-block:has(.home-location[data-hint]:focus-visible) .home-local-time){opacity:0}.home-location[data-hint]:hover:after,.home-location[data-hint]:focus-visible:after,.local-time-wrap[data-hint]:hover:after{opacity:1;transform:translateY(0)}}.home-location{align-items:center;gap:var(--space-sm);width:18.25rem;font-size:var(--text-xs);font-weight:var(--weight-regular);color:var(--fg-muted);line-height:var(--leading-ui);letter-spacing:var(--tracking-tight);cursor:alias;min-height:1.5rem;animation:fadeInUp var(--duration-enter) var(--ease-out) both;flex:none;animation-delay:80ms;display:flex}.home-location:hover{color:var(--fg)}.home-location:active{opacity:.7}.home-location .loc-icon{flex-shrink:0;justify-content:center;align-items:center;width:1.875rem;height:1.25rem;display:flex}.home-location .loc-icon svg{width:1.125rem;height:1.125rem;transition:transform .2s var(--ease-out)}@media (hover:hover) and (pointer:fine){.home-location:hover .loc-icon svg{transform:rotate(-45deg)}}.home-bio{gap:var(--space-xs);min-width:0;animation:fadeInUp var(--duration-enter) var(--ease-out) both;flex-direction:column;flex:1 1 0;animation-delay:.12s;display:flex}.home-bio p:not(.home-motto){font-size:var(--text-xs);color:var(--fg-muted);font-weight:var(--weight-regular);line-height:var(--leading-prose);letter-spacing:var(--tracking-tight);text-wrap:pretty;max-width:65ch}.home-bio a{color:var(--fg-muted);transition:color .2s var(--ease-out)}.home-bio a:hover{color:var(--fg)}.home-bio a:active{opacity:.7}.home-bio .home-motto{font-size:var(--text-sm);color:var(--fg);font-weight:var(--weight-semibold);line-height:var(--leading-ui);letter-spacing:var(--tracking-tight);white-space:pre;max-width:none}.home-hero-links{justify-content:flex-start;align-self:flex-start;align-items:flex-end;gap:var(--space-xs);flex-direction:column;flex:none;min-height:0;display:flex}.home-hero-links-top{align-items:flex-end;gap:var(--space-xs);flex-direction:column;flex-shrink:0;display:flex}.home-email{justify-content:flex-end;align-items:center;gap:var(--space-xs);font-family:inherit;font-size:var(--text-xs);font-weight:var(--weight-regular);color:var(--fg-muted);letter-spacing:var(--tracking-tight);text-align:right;white-space:nowrap;cursor:pointer;transition:background-color .2s var(--ease-out), scale .15s var(--ease-out);animation:fadeInUp var(--duration-enter) var(--ease-out) both;background:0 0;border-radius:9999px;flex-direction:row;flex:none;padding:.125rem .5rem;line-height:1.4;animation-delay:.16s;display:inline-flex;position:relative}.home-email:before{content:"";min-width:2.75rem;min-height:2.75rem;position:absolute;inset:-.1875rem -.5rem}.home-email:hover{background:var(--surface);color:var(--fg)}.home-email:active{opacity:.85;scale:.97}.home-email .email-icon{width:.875rem;min-width:.875rem;height:.875rem;color:inherit;flex-shrink:0;justify-content:center;align-items:center;display:flex}.home-email .email-icon svg{width:.875rem;height:.875rem}.home-hero-linkedin{justify-content:flex-end;align-items:center;gap:var(--space-xs);font-family:inherit;font-size:var(--text-xs);font-weight:var(--weight-regular);color:var(--fg-muted);letter-spacing:var(--tracking-tight);text-align:right;white-space:nowrap;cursor:pointer;transition:background-color .2s var(--ease-out), scale .15s var(--ease-out);background:0 0;border-radius:9999px;flex-direction:row;flex-shrink:0;padding:.125rem .5rem;line-height:1.4;display:inline-flex;position:relative}.home-hero-linkedin:before{content:"";min-width:2.75rem;min-height:2.75rem;position:absolute;inset:-.1875rem -.5rem}.home-hero-linkedin:hover{background:var(--surface);color:var(--fg)}.home-hero-linkedin:active{opacity:.85;scale:.97}.home-hero-linkedin-icon{width:.875rem;min-width:.875rem;height:.875rem;color:inherit;flex-shrink:0;justify-content:center;align-items:center;display:flex}.home-hero-linkedin .home-hero-linkedin-icon svg{width:.875rem;height:.875rem}.home-main{flex:none;width:100%;margin-top:auto}.home-section{width:100%;padding:1.25rem var(--page-gutter);content-visibility:auto;contain-intrinsic-size:auto 22rem;animation:fadeInUp var(--duration-enter) var(--ease-out) both;justify-content:space-between;align-items:flex-start;display:flex;overflow:visible}.home-section:nth-child(2){animation-delay:.18s}.home-section:nth-child(3){animation-delay:.22s}.home-section-rail{width:var(--rail-width);flex:none;justify-content:flex-start;align-items:center;padding:.5rem 0;display:flex}.home-section-label{font-size:var(--text-xs);font-weight:var(--weight-regular);color:var(--fg-muted);line-height:var(--leading-ui);letter-spacing:var(--tracking-tight)}.home-section-label a{color:inherit;text-decoration:none}.home-section-label a:hover{color:var(--fg)}.home-section-items{flex-direction:column;flex:1 1 0;justify-content:flex-end;align-items:flex-end;min-width:0;display:flex}.item-wrapper{width:var(--panel-inset);flex:none;margin-left:10%}.item-row{width:100%;min-height:44px;padding:var(--space-xs) var(--space-sm);cursor:default;transition:background-color .18s var(--ease-out), scale .15s var(--ease-out);border-radius:.5rem;flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;display:flex;position:relative}.item-row.item-has-link{cursor:pointer;color:inherit;text-decoration:none}.item-row.item-has-link:hover{background:var(--surface)}.item-row.item-has-link:active{background:var(--border);scale:.985}.item-row.item-has-link:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.item-main{flex-direction:row;flex:auto;align-items:center;gap:1.25rem;min-width:0;display:flex}.item-heading{align-items:center;gap:var(--space-sm);flex-direction:row;flex:0 0 20rem;min-width:0;display:flex;overflow:hidden}.item-num{font-family:var(--font-mono), ui-monospace, monospace;font-weight:var(--weight-regular);font-size:var(--text-xs);letter-spacing:var(--tracking-ui);color:var(--fg-muted);font-variant-numeric:tabular-nums;width:1.875rem;transition:color .15s var(--ease-out);flex:none;line-height:1}.item-row.item-has-link:hover .item-num{color:var(--accent-text)}.item-title{font-size:var(--text-sm);font-weight:var(--weight-semibold);line-height:var(--leading-ui);letter-spacing:var(--tracking-tight);text-overflow:ellipsis;white-space:nowrap;min-width:0;transition:transform .2s var(--ease-out);flex:auto;overflow:hidden}@media (hover:hover) and (pointer:fine){.item-row.item-has-link:hover .item-title{transform:translate(2px)}}.item-desc{min-width:0;font-size:var(--text-xs);font-weight:var(--weight-regular);color:var(--fg-muted);line-height:var(--leading-ui);letter-spacing:var(--tracking-tight);text-overflow:ellipsis;white-space:nowrap;flex:1 1 0;overflow:hidden}.item-desc.item-desc-has-subtitle{display:block}.item-role,.item-subtitle{color:var(--fg-muted)}.item-subtitle:before{content:"•";color:var(--fg-muted);padding:0 .5rem}.item-meta{flex:none;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.item-category{font-size:var(--text-xs);font-weight:var(--weight-regular);color:var(--fg-muted);letter-spacing:var(--tracking-tight);text-align:right;white-space:nowrap;flex:none;width:7.5rem;line-height:1}.item-category-date{font-family:var(--font-mono), ui-monospace, monospace;font-variant-numeric:tabular-nums;letter-spacing:0}.item-icon{width:auto;min-width:1.5rem;height:1.25rem;color:var(--fg-muted);transition:color .15s var(--ease-out);flex-shrink:0;justify-content:flex-end;align-items:center;display:flex;overflow:visible}.item-row .item-icon svg{width:1.125rem;height:1.125rem;transition:transform .2s var(--ease-out);flex-shrink:0}.item-row.item-has-link:hover .item-icon{color:var(--accent-text)}@media (hover:hover) and (pointer:fine){.item-row.item-has-link:hover .item-icon svg{transform:translate(2px)}}.project-cards-section{width:100%;padding:1.25rem var(--page-gutter) 3.5rem;animation:fadeInUp var(--duration-enter) var(--ease-out) both;justify-content:space-between;align-items:flex-start;animation-delay:.2s;display:flex}.project-cards-rail{width:var(--rail-width);flex:none;align-items:center;padding:.5rem 0;display:flex}.project-cards-list{min-width:0;padding:0 0 0 calc((100% - var(--rail-width)) / 10);flex:1 1 0;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.25rem 1.75rem;margin:0;list-style:none;display:grid}.project-cards-item{margin:0}.project-card{flex-direction:column;display:flex}.project-card-link{color:inherit;transform-origin:50%;transition:opacity .18s var(--ease-out), scale .2s var(--ease-out);flex-direction:column;gap:1rem;text-decoration:none;display:flex}.project-card-link:active{scale:.99}.project-card-cta{display:none}.project-card-link .project-card-cta svg{width:14px;height:14px;transition:transform .18s var(--ease-out)}.project-card-link:hover .project-card-cta{color:var(--accent-text)}@media (hover:hover) and (pointer:fine){.project-card-link:hover .project-card-cta svg{transform:translate(2px,-2px)}}.project-card-media{aspect-ratio:16/7.5;background:var(--surface);outline:1px solid var(--image-outline);outline-offset:-1px;border-radius:.5rem;position:relative;overflow:hidden}.project-card-image{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.project-card-body{grid-template-columns:minmax(0,1fr) 6.5rem;align-items:start;column-gap:1.25rem;min-width:0;padding:0;display:grid}.project-card-year{font-family:var(--font-mono), ui-monospace, monospace;font-size:var(--text-xs);font-weight:var(--weight-regular);color:var(--fg-muted);line-height:var(--leading-ui);letter-spacing:0;font-variant-numeric:tabular-nums;white-space:nowrap;text-align:right;justify-self:end;margin:0;padding-top:.2rem}.project-card-meta{flex-direction:column;gap:.25rem;min-width:0;display:flex}.project-card-title{font-size:var(--text-sm);font-weight:var(--weight-semibold);line-height:var(--leading-ui);letter-spacing:var(--tracking-tight);text-wrap:balance;margin:0}.project-card-type{font-size:var(--text-xs);font-weight:var(--weight-regular);color:var(--fg-muted);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);text-wrap:pretty;margin:0}.project-card-service{display:none}.project-card-veil{background:oklch(.1 .02 var(--hue) / .6);-webkit-backdrop-filter:blur(28px)saturate(1.4);backdrop-filter:blur(28px)saturate(1.4);color:#fcfcfc;color:lab(98.84% .0000298023 -.0000119209);opacity:0;transition:opacity var(--duration-ui) var(--ease-out);justify-content:center;align-items:center;gap:.5rem;display:flex;position:absolute;inset:0}.project-card-locked .project-card-veil svg,.project-card-locked-label{transition:translate .26s var(--ease-out);translate:0 2px}.project-card-locked .project-card-veil svg{flex:none;width:16px;height:16px}.project-card-locked-label{font-size:var(--text-sm);font-weight:var(--weight-semibold);line-height:var(--leading-ui);letter-spacing:var(--tracking-tight);white-space:nowrap}.project-card-title-lock{vertical-align:-1px;width:11px;height:11px;color:var(--fg-muted);margin-left:.375rem;display:inline-block}@media (hover:hover) and (pointer:fine){.project-card-locked:hover .project-card-veil{opacity:1}.project-card-locked:hover .project-card-veil svg,.project-card-locked:hover .project-card-locked-label{translate:0}}.home-footer{width:100%;padding:clamp(3rem, 6vh, 5rem) var(--page-gutter) 2.5rem;font-size:var(--text-xs);color:var(--fg-muted);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.home-footer-rail{width:var(--rail-width);flex:none;justify-content:flex-start;align-items:center;display:flex}.home-footer-panel{flex-direction:row;flex:1 0 0;justify-content:flex-start;align-items:center;width:1px;min-width:0;display:flex}.home-footer-content{flex:none;justify-content:flex-start;width:100%;padding-left:10%;display:flex}@media (prefers-reduced-motion:reduce){.home-location .loc-icon svg,.item-title,.item-row .item-icon svg,.project-card-link .project-card-cta svg{transition-property:color,opacity,background-color}.project-card-locked .project-card-veil svg,.project-card-locked-label{transition:none;translate:0}.home-email:active,.home-hero-linkedin:active,.item-row.item-has-link:active,.project-card-link:active{scale:1}}
@media (min-width:1680px){.home-page,.case-page,.article-page{max-width:1600px;margin-inline:auto}.home-hero{padding-bottom:clamp(3rem,8vh,6rem)}}@media (max-width:1199px) and (min-width:601px){:root{--page-gutter:1.25rem}.home-hero{padding:2.5rem var(--page-gutter) 1.25rem;position:relative}.home-hero-row{flex-direction:column;gap:3.75rem}.home-identity-rail{width:100%}.home-identity{width:auto}.home-hero-panel{flex:none;width:100%;padding:0;overflow:visible}.home-hero-content{gap:var(--space-lg);flex-direction:column;width:100%;padding-top:0}.home-hero-links{top:2.5rem;right:var(--page-gutter);justify-content:flex-end;align-items:center;gap:var(--space-md);flex-direction:row;flex:none;position:absolute}.home-hero-links-top{gap:var(--space-md);flex-direction:row}.home-email{flex:none;justify-content:flex-start}.home-hero-linkedin{justify-content:flex-start}.home-intro-group{flex-direction:row;gap:.875rem;width:100%;max-width:none}.home-location-block{flex:none;width:11rem;min-width:0;max-width:none}.home-location{width:100%;min-width:0;max-width:none}.home-location .loc-icon,.home-local-time{display:none}.home-bio{flex:none;width:26rem;min-width:0;max-width:100%}.home-bio p{max-width:none}.home-section{gap:var(--space-sm);padding:1.25rem var(--page-gutter);flex-direction:column}.home-section-items{width:100%}.item-wrapper{width:100%;margin-left:0}.item-row{width:100%;padding:.25rem var(--space-sm)}.item-main{flex:1;max-width:none}.item-heading{min-width:0}.item-title{width:auto;min-width:0;max-width:none}.item-meta{flex-shrink:0;width:auto}.item-category{width:auto}.item-icon{display:none}.project-cards-section{flex-direction:column;gap:1.25rem;padding-bottom:3rem}.project-cards-rail{width:100%}.project-cards-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.25rem;width:100%;padding-left:0}.project-card-link{gap:.875rem}.home-footer{padding:clamp(3rem, 6vh, 5rem) var(--page-gutter) 2.5rem}.home-footer-panel{flex:1 0 0;align-items:flex-end;width:1px}.home-footer-content{width:100%}.lookbook-grid{gap:var(--space-sm);padding:var(--space-sm);grid-template-rows:none;grid-template-columns:repeat(3,1fr);grid-auto-rows:calc(33.3333vw - 1.16667rem)}.lookbook-card{grid-area:auto}}@media (max-width:600px){:root{--page-gutter:1.25rem}.home-hero{padding:1.5rem var(--page-gutter);position:relative}.home-hero-row{flex-direction:column;gap:3rem}.home-identity-rail{width:100%}.home-identity{width:auto}.home-hero-panel{flex:none;width:100%;padding:0;overflow:visible}.home-hero-content{gap:var(--space-lg);flex-direction:column;width:100%;padding-top:0}.home-hero-links{justify-content:flex-end;align-self:stretch;align-items:center;gap:var(--space-sm);flex-flow:wrap;flex:none;order:-1;position:static}.home-hero-links-top{gap:var(--space-sm);flex-direction:row}.home-email,.home-hero-linkedin{justify-content:flex-start}.home-location-block{display:none}.home-intro-group{flex-direction:column;gap:1.25rem;width:100%;max-width:none}.home-bio{flex:none;gap:1rem;width:100%}.home-bio p{max-width:none}.home-motto{white-space:pre-wrap}.home-section{gap:var(--space-sm);padding:.75rem var(--page-gutter);flex-direction:column}.home-section-rail{width:100%;padding-top:0}.home-section-items{width:100%}.item-wrapper{width:100%;margin-left:0}.item-row{width:100%;padding:.75rem var(--space-sm);flex-direction:column;align-items:flex-start;gap:.625rem}.item-main{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%;max-width:none}.item-heading{flex:none;width:auto;min-width:0}.item-num{flex:none;width:auto}.item-title{width:auto;min-width:0;max-width:none}.item-desc{line-height:var(--leading-snug);white-space:normal;text-overflow:unset;display:block;overflow:visible}.item-title{white-space:normal}.item-meta{display:none}.project-cards-section{gap:var(--space-sm);padding:.75rem var(--page-gutter) 1.5rem;flex-direction:column}.project-cards-rail{width:100%}.project-cards-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem .75rem;width:100%;padding-left:0}.project-card-link{gap:.75rem;padding-bottom:0}.project-card-body{grid-template-columns:minmax(0,1fr) 5.5rem;column-gap:.75rem;padding-top:0}.project-card-year{text-align:right;padding-top:.15rem}.home-footer{padding:clamp(3rem, 6vh, 5rem) var(--page-gutter) 2.5rem;flex-direction:column;align-items:flex-start;gap:1.5rem}.home-footer-rail,.home-footer-panel,.home-footer-content{width:100%}.home-footer-panel{align-items:flex-start;gap:var(--space-md);flex-direction:column}}
.lookbook-cue{align-items:center;gap:var(--space-xs);font-weight:var(--weight-regular);color:var(--fg-muted);font-size:var(--text-xs);line-height:var(--leading-ui);letter-spacing:var(--tracking-tight);cursor:default;display:inline-flex}@keyframes lookbookArrowPulse{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}.lookbook-cue-arrow{color:var(--accent);animation:lookbookArrowPulse 2s var(--ease-in-out) infinite}.lookbook-grid{gap:var(--space-sm);width:100%;padding:var(--space-sm);grid-template-rows:repeat(6,calc(25vw - .625rem));grid-template-columns:repeat(4,1fr);display:grid}@keyframes lookbookReveal{0%{opacity:0;transform:scale(.95)translateY(1.25rem)}to{opacity:1;transform:scale(1)translateY(0)}}.lookbook-card{grid-column:var(--lookbook-col);grid-row:var(--lookbook-row);background-color:var(--surface);min-height:0;box-shadow:inset 0 0 0 1px var(--stroke);animation:lookbookReveal .6s var(--ease-out) both;animation-delay:calc(var(--i) * 60ms);border-radius:.75rem;position:relative;overflow:hidden}.lookbook-card-img{object-fit:cover}.lookbook-card:first-child{filter:saturate(.78)contrast(.92)brightness(.94);opacity:.82}.lookbook-card:nth-child(2),.lookbook-card:nth-child(3),.lookbook-card:nth-child(4){filter:saturate(1.08)contrast(1.04);box-shadow:inset 0 0 0 1px var(--stroke)}@media (max-width:600px){.lookbook-grid{gap:var(--space-sm);padding:var(--space-sm);grid-template-rows:none;grid-template-columns:repeat(2,1fr);grid-auto-rows:calc(50vw - .75rem)}.lookbook-card{grid-area:auto}}.lookbook-card{content-visibility:auto;contain-intrinsic-size:auto 400px}@supports (animation-timeline:view()){.lookbook-card{animation:linear both lookbookReveal;animation-timeline:view();animation-range:entry entry 35%}.site-footer{animation:linear both caseReveal;animation-timeline:view();animation-range:entry entry 50%}}@media (prefers-reduced-motion:reduce){.lookbook-card,.site-footer{animation:fadeIn var(--duration-enter) var(--ease-out) both;animation-delay:0s;transform:none}.lookbook-cue-arrow{animation:none}@supports (animation-timeline:view()){.lookbook-card,.site-footer{opacity:1;animation:none;transform:none}}}.site-footer{width:100%;max-width:1600px;padding:3rem var(--page-gutter) 2rem;content-visibility:auto;contain-intrinsic-size:auto 140px;margin-inline:auto}.site-footer-top{justify-content:space-between;align-items:baseline;gap:2rem;display:flex}.site-footer-name{font-size:var(--text-sm);color:var(--fg-muted);margin:0}.site-footer-links{align-items:center;gap:1.75rem;display:flex}.site-footer-link{align-items:center;gap:var(--space-xs);min-width:44px;min-height:44px;font-size:var(--text-sm);color:var(--fg);transition:color .15s var(--ease-out);text-decoration:none;display:inline-flex}.site-footer-link:hover{color:var(--accent-text)}.site-footer-link-icon{color:var(--fg-muted);transition:color .15s var(--ease-out);display:inline-flex}.site-footer-link:hover .site-footer-link-icon{color:var(--accent-text)}.site-footer-link-icon svg{width:12px;height:12px}@media (max-width:600px){.site-footer{padding:2.5rem var(--page-gutter) 1.5rem;gap:2rem}.site-footer-top{flex-direction:column;gap:1.5rem}.site-footer-links{flex-wrap:wrap;gap:1.25rem}}
