@font-face{font-family:Dx Ruiga;src:url(/assets/fonts/DxRuiga-Thin.woff2) format("woff2");font-style:normal;font-weight:100;font-display:swap}@font-face{font-family:Dx Ruiga;src:url(/assets/fonts/DxRuiga-ExtraLight.woff2) format("woff2");font-style:normal;font-weight:200;font-display:swap}@font-face{font-family:Dx Ruiga;src:url(/assets/fonts/DxRuiga-Light.woff2) format("woff2");font-style:normal;font-weight:300;font-display:swap}@font-face{font-family:Dx Ruiga;src:url(/assets/fonts/DxRuiga-Regular.woff2) format("woff2");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Dx Ruiga;src:url(/assets/fonts/DxRuiga-Medium.woff2) format("woff2");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Dx Ruiga;src:url(/assets/fonts/DxRuiga-SemiBold.woff2) format("woff2");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:Dx Ruiga;src:url(/assets/fonts/DxRuiga-Bold.woff2) format("woff2");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:Dx Ruiga;src:url(/assets/fonts/DxRuiga-ExtraBold.woff2) format("woff2");font-style:normal;font-weight:800;font-display:swap}@font-face{font-family:Dx Ruiga;src:url(/assets/fonts/DxRuiga-Black.woff2) format("woff2");font-style:normal;font-weight:900;font-display:swap}:root{color-scheme:light;--background: #fdfcfc;--surface: #ffffff;--surface-strong: #f5f3f1;--surface-hover: #fdfcfc;--surface-inverse: #000000;--surface-inverse-hover: #2e2b28;--text: #0d0c0b;--text-hover: #000000;--text-subdued: #44403b;--text-subdued-hover: var(--text-hover);--text-inverse: #fdfcfc;--border: #dad6d1;--border-hover: #a59f97;--control-border: var(--border);--accent: #a6315d;--accent-bright: #f980a8;--space-4xs: 4px;--space-3xs: 8px;--space-xs: 12px;--space-sm: 16px;--space-md: 20px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 40px;--space-4xl: 80px;--radius-media: 20px;--radius-card: 24px;--radius-pill: 999px;--content-width: 1200px;--case-width: 1000px;--text-width: 800px;--page-gutter: 32px;--font-sans: "Dx Ruiga", "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;--font-meta: var(--font-sans)}:root[data-theme=dark]{color-scheme:dark;--background: #0d0c0b;--surface: #000000;--surface-strong: #2e2b28;--surface-hover: #0d0c0b;--surface-inverse: #fdfcfc;--surface-inverse-hover: #ffffff;--text: #fdfcfc;--text-hover: #ffffff;--text-subdued: #dad6d1;--text-subdued-hover: var(--text-hover);--text-inverse: #0d0c0b;--border: #22201d;--border-hover: #322f2b;--control-border: #44403b;--accent: #f980a8}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--background)}body{margin:0;background:var(--background);color:var(--text);font-family:var(--font-sans);font-size:16px;font-feature-settings:"liga" 0;font-synthesis:none;line-height:1.5;transition:background-color .18s ease,color .18s ease}body,h1,h2,h3,h4,p,figure,dl,dd{margin:0}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit;font:inherit}img{display:block;max-width:100%}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:min(calc(100% - (var(--page-gutter) * 2)),var(--content-width));margin-inline:auto}.container--narrow{width:min(calc(100% - (var(--page-gutter) * 2)),var(--text-width))}.skip-link{position:fixed;top:8px;left:8px;z-index:100;padding:8px 12px;border-radius:8px;background:var(--surface-inverse);color:var(--text-inverse);transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid var(--accent-bright);outline-offset:3px}.nav-shell{position:sticky;top:0;z-index:50;height:72px;border-bottom:.5px solid var(--border);background:color-mix(in srgb,var(--background) 92%,transparent);backdrop-filter:blur(12px)}.nav{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:16px 20px}.nav__left,.nav__right{display:flex;align-items:center;gap:8px}.contact-popover{position:relative;--contact-popover-gap: 4px}.contact-popover--footer{display:inline-block;vertical-align:baseline;--contact-popover-gap: 8px}.contact-popover__footer-trigger{display:inline;padding:0;border:0;background:transparent;color:var(--accent-bright);font:inherit;line-height:inherit;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px;cursor:pointer}.contact-popover--footer .contact-popover__panel{right:auto;left:0;text-align:left}.contact-popover__trigger-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px}.contact-popover__trigger-icon img{width:14px;height:14px;max-width:none;transform:rotate(180deg);transition:transform .15s ease}.contact-popover__trigger[aria-expanded=true] .contact-popover__trigger-icon img{transform:rotate(0)}.contact-popover__panel{position:absolute;z-index:1;top:calc(100% + var(--contact-popover-gap));right:0;display:flex;flex-direction:column;width:min(288px,calc(100vw - 24px));padding:4px 12px 8px;overflow:hidden;border:.5px solid var(--border);border-radius:24px;background:var(--background);box-shadow:0 4px 16px #0d0c0b14;transform:translate(var(--contact-shift-x, 0px))}.contact-popover__panel[data-side=top]{top:auto;bottom:calc(100% + var(--contact-popover-gap))}.contact-popover__email{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:12px 16px 4px}.contact-popover__eyebrow{color:var(--text-subdued);font-size:14px;font-weight:400;line-height:16px}.contact-popover__copy{display:flex;align-items:center;gap:4px;min-height:24px;padding:0;border:0;background:transparent;color:var(--text);font-size:16px;font-weight:400;line-height:24px;cursor:pointer}.contact-popover__copy-icon{position:relative;display:flex;align-self:stretch;align-items:center;width:16px;padding-bottom:4px}.contact-popover__copy-glyph,.contact-popover__external-icon{width:14px;height:14px;max-width:none}.contact-popover__copy-tooltip{position:absolute;bottom:calc(100% + 4px);left:50%;padding:4px 8px;border-radius:8px;background:var(--surface-inverse);color:var(--text-inverse);box-shadow:0 4px 16px #0d0c0b14;font-size:14px;font-weight:400;line-height:16px;white-space:nowrap;transform:translate(-50%);pointer-events:none}.contact-popover__divider{height:1px;margin:4px 16px;background:var(--border)}.contact-popover__action{display:grid;grid-template-columns:16px minmax(0,1fr) 16px;align-items:center;gap:8px;min-height:40px;margin-block:4px;padding:7px 12px 7px 16px;border:.5px solid transparent;border-radius:12px;color:var(--text);font-size:16px;font-weight:400;line-height:24px;text-decoration:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.contact-popover__action:hover,.contact-popover__action:focus-visible{border-color:var(--border-hover);background:var(--surface-strong);color:var(--text-hover)}.contact-popover__action-icon{width:16px;height:16px;max-width:none}.contact-popover__external-icon{justify-self:end}:root[data-theme=dark] .contact-popover__trigger-icon img,:root[data-theme=dark] .contact-popover__copy-icon img,:root[data-theme=dark] .contact-popover__action img{filter:invert(1)}.nav__avatar{width:40px;height:40px;margin-right:4px;overflow:hidden;border-radius:50%}.nav__avatar img{width:100%;height:100%;object-fit:cover}.button{--button-active-stroke: var(--border-hover);display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:40px;height:40px;padding:8px 16px;border:.5px solid var(--border);border-radius:var(--radius-pill);background:var(--surface);color:var(--text);font-size:16px;font-weight:500;line-height:24px;text-decoration:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.button:hover{border-color:var(--border-hover);background:var(--surface-hover)}.button:active{box-shadow:inset 0 0 0 .5px var(--button-active-stroke)}.button:disabled,.button[aria-disabled=true]{pointer-events:none;opacity:.32}.button--strong{--button-active-stroke: var(--surface-inverse-hover);border-color:var(--surface-inverse);background:var(--surface-inverse);color:var(--text-inverse)}.button--strong:hover{border-color:var(--surface-inverse-hover);background:var(--surface-inverse-hover)}.icon{position:relative;display:inline-block;flex:0 0 16px;width:16px;height:16px;overflow:hidden}.icon__glyph{position:absolute;top:1px;left:1px;width:14px;height:14px;max-width:none}.icon__glyph--hover,.button:hover .icon__glyph--default,.button:active .icon__glyph--default{opacity:0}.button:hover .icon__glyph--hover,.button:active .icon__glyph--hover{opacity:1}.theme-toggle{position:relative;display:block;width:56px;height:28px;padding:2px;border:.5px solid var(--control-border);border-radius:14px;background:var(--surface-strong);cursor:pointer}.theme-toggle__thumb{position:absolute;top:1.5px;left:1.5px;width:24px;height:24px;border:.5px solid var(--control-border);border-radius:50%;background:var(--surface);transition:transform .18s ease}:root[data-theme=dark] .theme-toggle__thumb{transform:translate(28px)}.theme-toggle__icon{position:absolute;top:5.5px;z-index:1;display:block;width:16px;height:16px}.theme-toggle__icon--sun{left:5.5px}.theme-toggle__icon--moon{left:33.5px}.theme-toggle__icon-image{position:absolute;top:1px;left:1px;width:14px;height:14px;max-width:none}.theme-toggle__icon-image--dark{display:none}:root[data-theme=dark] .theme-toggle{background:#2e2b28}:root[data-theme=dark] .theme-toggle__thumb{background:#000}:root[data-theme=dark] .theme-toggle__icon-image--light{display:none}:root[data-theme=dark] .theme-toggle__icon-image--dark{display:block}:root[data-theme=dark] .button .icon__glyph{filter:invert(1)}.home-hero{position:relative;min-height:858px;overflow:hidden}.home-hero__content{position:relative;z-index:2;padding-top:132px}.home-hero__copy{display:grid;gap:16px}.eyebrow{font-weight:500;line-height:24px}.home-hero h1,.work-hero h1,.footer__callout-copy{font-size:64px;font-weight:600;line-height:68px;letter-spacing:0}.home-hero h1{max-width:1200px}.home-hero__intro{max-width:894px}.home-hero__intro p+p{margin-top:12px}.home-hero__intro a{text-decoration:underline;text-decoration-thickness:from-font;text-underline-offset:from-font}.client-logos{display:flex;flex-wrap:wrap;align-items:flex-start;gap:16px;margin-top:80px;padding:0;list-style:none}.client-logo{position:relative;flex:0 0 auto;height:28px}.client-logo>a{display:block;width:100%;height:100%;border-radius:3px;transition:opacity .15s ease}.client-logo>a:hover{opacity:.7}.client-logo>a>img{width:100%;height:100%;object-fit:contain}.client-logo--pledge{width:98px}.client-logo--healthily{width:91px}.client-logo--gwi{width:53px}.client-logo--thomson-reuters{width:146px}.client-logo--wired{width:83px}.client-logo--quantumblack{width:86px}.scroll-cue{display:inline-flex;align-items:center;gap:9px;margin-top:72px;color:var(--text-subdued);text-decoration:none}.scroll-cue img{width:18px;height:25px}.home-hero__shapes{position:absolute;right:-300px;bottom:0;width:922px;height:703px;max-width:none;opacity:.5;transform:rotate(180deg) scaleY(-1)}.home-hero__portrait{position:absolute;right:max(calc((100vw - 1200px)/2 + 38px),70px);bottom:140px;z-index:3;width:164px;height:220px;border-radius:24px;object-fit:cover}.work-section{padding:40px 0}.work-section h2{margin-bottom:32px;font-size:44px;font-weight:500;line-height:56px}.selected-grid{display:grid;gap:24px;margin-bottom:32px}.selected-grid__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.project-card{min-width:0;overflow:hidden;border:.5px solid var(--border);border-radius:var(--radius-card);background:var(--surface);padding:4px;transition:background-color .15s ease,border-color .15s ease}.project-card:hover,.project-card:focus-within{border-color:var(--border-hover);background:var(--surface-hover)}.project-card:has(.project-card__link:active){box-shadow:inset 0 0 0 .5px var(--border-hover)}.project-card:has(.project-card__link:active) .button{box-shadow:inset 0 0 0 .5px var(--border-hover)}.project-card__link{display:block;min-width:0;border-radius:calc(var(--radius-card) - 4px);color:inherit;text-decoration:none}.project-card__link--hero{display:flex;flex-direction:column}.project-card__link--coming-soon{cursor:default}.project-card__media{display:block;width:100%;height:384px;overflow:hidden;border-radius:var(--radius-media)}.project-card__media--placeholder{background:var(--surface-strong)}.project-card__media--coming-soon{position:relative;background:var(--surface-strong)}.project-card__media .project-card__coming-soon-shapes{position:absolute;top:-83.07%;right:0;width:156.75%;height:auto;max-width:none;aspect-ratio:921.703 / 702.689;object-fit:fill;opacity:.5;transform:rotate(180deg) scaleY(-1);transition:none}.project-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.project-card:not(.project-card--coming-soon):hover .project-card__media img,.project-card:not(.project-card--coming-soon):focus-within .project-card__media img{transform:scale(1.015)}.project-card:hover .button,.project-card:focus-within .button{border-color:var(--border-hover);background:var(--surface-hover)}.project-card:hover .button .icon__glyph--default,.project-card:focus-within .button .icon__glyph--default{opacity:0}.project-card:hover .button .icon__glyph--hover,.project-card:focus-within .button .icon__glyph--hover{opacity:1}.project-card__content{display:flex;align-items:center;gap:24px;padding:24px}.project-card__content>.project-card__summary{flex:1;min-width:0}.project-card h3{font-size:16px;font-weight:500;line-height:24px}.project-card__content p{color:var(--text-subdued)}.project-card__status{flex:0 0 auto;padding:8px 16px;border-radius:var(--radius-pill);background:var(--surface-strong);font-size:14px;font-weight:500;line-height:16px;white-space:nowrap}.project-card--coming-soon:hover,.project-card--coming-soon:focus-within{border-color:var(--border);background:var(--surface)}:root[data-theme=dark] .project-card__coming-soon-shapes{opacity:.08}.project-card--hero{display:flex;flex-direction:column}.project-card__hero-content{display:grid;gap:24px;padding:24px}.project-card__hero-content h3{font-size:32px;font-weight:400;line-height:40px}.project-card__details{display:flex;gap:24px}.project-card__details>div{flex:1 1 0;min-width:0;max-width:360px}.project-card__details strong{font-weight:500}.project-card__details p{color:var(--text-subdued)}.project-card__hero-content .button{justify-self:start}.project-card__media--hero{height:456px}.project-card__media--hero img{object-position:center top}.work-hero{padding-top:132px;min-height:334px}.segments{position:relative;display:inline-flex;height:40px;align-items:center;gap:0;margin-top:16px;border:.5px solid var(--control-border);border-radius:var(--radius-pill);background:var(--surface-strong)}.segments__indicator{position:absolute;z-index:0;top:1.5px;left:0;width:var(--segment-width, 0);height:36px;border:.5px solid var(--control-border);border-radius:var(--radius-pill);background:var(--surface);opacity:0;pointer-events:none;transform:translate(var(--segment-offset, 0));transition:width .24s cubic-bezier(.22,1,.36,1),transform .24s cubic-bezier(.22,1,.36,1),background-color .18s ease,border-color .18s ease}.segments.is-ready .segments__indicator{opacity:1}.segment{position:relative;z-index:1;height:40px;padding:8px 16px;border:.5px solid transparent;border-radius:var(--radius-pill);background:transparent;color:var(--text-subdued);font-weight:500;line-height:24px;cursor:pointer}.segment:before,.segment:after{position:absolute;z-index:-1;inset:1.5px;border:.5px solid var(--control-border);border-radius:var(--radius-pill);content:"";opacity:0;pointer-events:none;transition:opacity .15s ease}.segment:before{background:var(--surface-strong)}.segment:after{background:var(--surface)}.segment:hover:not(.is-active){background:transparent;color:var(--text-hover)}.segment:hover:not(.is-active):before{opacity:1}.segment.is-active{border-color:transparent;background:transparent;color:var(--text)}.segment.is-active:after{opacity:1}.segments.is-ready .segment.is-active:after{opacity:0}.work-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding-block:44px}.case-study__blocks{display:grid;gap:24px;padding-block:44px}.case-study__blocks>.image-block,.case-study__blocks>.text-block{content-visibility:auto;contain-intrinsic-block-size:auto 480px}.case-study__blocks>.image-block{contain-intrinsic-block-size:auto 700px}.image-block{display:grid;width:min(calc(100% - (var(--page-gutter) * 2)),var(--case-width));margin-inline:auto;gap:24px}.image-block--columns{grid-template-columns:repeat(2,minmax(0,1fr))}.image-block figure{min-width:0}.image-block__image{display:block;width:100%;height:auto;border:1px solid var(--border);border-radius:var(--radius-media);object-fit:cover}.image-block figcaption{margin-top:8px}.case-placeholder{display:grid;place-items:center;width:100%;min-height:220px;aspect-ratio:var(--placeholder-ratio);border:1px solid var(--border);border-radius:var(--radius-media);background:var(--surface-strong);color:var(--text-subdued)}.case-placeholder span{font-size:14px;font-weight:500;line-height:20px}.text-block{display:grid;gap:16px;width:min(calc(100% - (var(--page-gutter) * 2)),var(--text-width));margin-inline:auto;padding-block:32px}.text-block h2{padding-top:24px;font-size:32px;font-weight:400;line-height:40px}.text-block h3{padding-top:24px;font-size:24px;font-weight:400;line-height:28px}.text-block h4,.project-facts dt{font-size:16px;font-weight:500;line-height:24px}.text-block ul{margin:-4px 0 0;padding-left:24px}.text-block__prose{display:grid;gap:12px}.text-block__prose ul{margin:0}.learning{margin-top:0}.learning+.learning{margin-top:0}.project-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:0}.project-facts--three{grid-template-columns:repeat(3,minmax(0,1fr))}.project-facts--prominent dt{font-size:32px;font-weight:500;line-height:40px}.project-facts--prominent dd{color:var(--text-subdued)}.project-facts--metric-cards>div{min-width:0;padding:20px;border:.5px solid var(--border);border-radius:20px;background:var(--surface-strong)}.project-facts--metric-cards{margin-block:var(--space-lg)}.project-facts--metric-cards dt{font-size:32px;font-weight:400;font-variant-numeric:tabular-nums;line-height:40px}.project-facts--metric-cards dd{font-size:16px;line-height:24px}.project-facts dd{color:var(--text)}.footer{position:relative;overflow:hidden}.footer__callout{position:relative;z-index:3;display:flex;align-items:center;min-height:560px}.footer__callout[data-project]{width:min(calc(100% - (var(--page-gutter) * 2)),var(--text-width))}.footer__callout-copy{max-width:100%}.footer__callout .contact-popover__footer-trigger{color:var(--accent-bright);text-decoration-thickness:2px;text-underline-offset:4px}.footer__shapes{position:absolute;top:0;left:calc(50% + 100px);width:922px;height:703px;max-width:none;opacity:.5;transform:rotate(180deg) scaleY(-1)}.footer__meta{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;min-height:72px;padding:0 32px;color:var(--text-subdued)}.footer__meta p:first-child{font-family:var(--font-meta);font-size:17px;line-height:20px}.footer__meta p:nth-child(2){text-align:center}.footer__meta p:last-child{text-align:right}.footer__meta a{text-underline-offset:2px}.footer__meta a,.contact-popover__footer-trigger,.footer__preferences{transition:color .15s ease}.footer__meta a:hover,.footer__meta a:focus-visible,.contact-popover__footer-trigger:hover,.contact-popover__footer-trigger:focus-visible,.footer__preferences:hover,.footer__preferences:focus-visible{color:var(--text-subdued-hover)}.footer__preferences{padding:0;border:0;background:transparent;color:inherit;font:inherit;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.analytics-consent{position:fixed;z-index:1000;right:24px;bottom:24px;display:flex;flex-direction:column;align-items:flex-start;width:min(calc(100% - 48px),480px);gap:16px;padding:24px;border-radius:24px;background:var(--surface-inverse);color:var(--text-inverse);box-shadow:0 12px 16px #0d0c0b38}.analytics-consent[hidden]{display:none}.analytics-consent p{width:100%;font-size:16px;line-height:24px}.analytics-consent__actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}@media(max-width:900px){:root{--page-gutter: 20px}.home-hero h1,.work-hero h1,.footer__callout-copy{font-size:clamp(40px,8vw,56px);line-height:1.06}.home-hero{min-height:790px}.home-hero__content,.work-hero{padding-top:88px}.home-hero__portrait{right:32px;bottom:144px;width:132px;height:177px;border-radius:20px}.home-hero__shapes{right:-480px}.client-logos,.scroll-cue{margin-top:56px}.project-card__details>div{flex:1}.work-list .project-card__media,.selected-grid__row .project-card__media{height:auto;aspect-ratio:588 / 384}.footer__meta{grid-template-columns:1fr;gap:8px;padding-block:20px}.footer__meta p,.footer__meta p:nth-child(2),.footer__meta p:last-child{width:auto;text-align:left}}@media(max-width:680px){.analytics-consent{right:16px;bottom:16px;width:calc(100% - 32px)}.nav__cv,.theme-toggle{display:none}.home-hero{min-height:820px}.home-hero__content{padding-top:64px}.home-hero h1,.work-hero h1,.footer__callout-copy{font-size:40px;line-height:44px}.home-hero__intro{max-width:100%}.home-hero__portrait{display:none}.work-section h2{font-size:36px;line-height:44px}.selected-grid__row,.work-list,.image-block--columns,.project-facts{grid-template-columns:1fr}.project-card__details{flex-direction:column}.project-card__details>div{width:100%;max-width:none}.project-card__media--hero{height:auto;aspect-ratio:1.5}.project-card__hero-content h3{font-size:26px;line-height:32px}.project-card__content,.project-card__hero-content{padding:20px}.work-hero{min-height:310px;padding-top:72px}.work-hero h1 br{display:none}.work-list{padding-block:32px}.text-block,.case-study__blocks{gap:20px}.footer__callout{min-height:440px}.footer__shapes{left:18%;top:30px}}@keyframes page-fade-out{to{opacity:0}}@keyframes page-fade-in{0%{opacity:0}}@keyframes project-page-hold{0%,to{opacity:1;transform:translateY(0)}}@keyframes project-page-rise-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}::view-transition{background:var(--background)}::view-transition-old(root){animation:.16s ease-in both page-fade-out}::view-transition-new(root){animation:.24s ease-out both page-fade-in}html[data-page=project]::view-transition-old(root){animation:.32s linear both project-page-hold}html[data-page=project]::view-transition-new(root){animation:.32s cubic-bezier(.22,1,.36,1) both project-page-rise-in}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}::view-transition-old(root),::view-transition-new(root){animation-duration:.01ms!important}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}
