<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{--color-black:#000;--color-white:#fff;--color-accent:#e7792b;--color-background:#f3e1d0;--color-foreground:#000;--color-border-primary:var(--color-foreground);--color-border-secondary:rgba(0,0,0,.2);--color-text-primary:var(--color-foreground);--color-text-secondary:rgba(0,0,0,.5);--line-height-none:1;--line-height-small:1.2;--line-height-medium:1.4;--line-height-large:1.6;--letter-spacing-small:0.01em;--letter-spacing-medium:0.02em;--letter-spacing-large:0.05em;--letter-spacing-x-large:0.125em;--size-1:clamp(1rem,calc(0.91rem + 0.45vw),1.25rem);--size-2:clamp(1.25rem,calc(0.98rem + 1.36vw),2rem);--size-3:clamp(1.5rem,calc(0.95rem + 2.73vw),3rem);--space-xs:clamp(0.75rem,calc(0.66rem + 0.45vw),1rem);--space-s:clamp(1rem,calc(0.64rem + 1.82vw),2rem);--space-m:clamp(1.25rem,calc(0.82rem + 2.17vw),2.5rem);--space-l:clamp(2rem,calc(1.3rem + 3.48vw),4rem);--space-xl:clamp(2.5rem,calc(1.63rem + 4.35vw),5rem);--header-height:4rem;--breadcrumbs-height:28px;--vh-full-top:calc(var(--vh, 1vh)*100 - var(--header-height, 64px));--vh-full-mid:calc(var(--vh, 1vh)*100 - var(--header-height, 64px) - var(--breadcrumbs-height))}.text-section{align-items:center;border-block:1px solid var(--color-black);display:flex;flex-direction:column;gap:2rem;padding-block:var(--space-l)}.text-section p{text-align:center}.portfolio-grid{display:grid;gap:1px;grid-template-columns:repeat(1,minmax(0,1fr))}@media screen and (min-width:640px){.portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-narrow&gt;*{grid-column:span 1}}@media screen and (min-width:1024px){.portfolio-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.swiper-slide{min-height:var(--vh-full-mid)}
</pre></body></html>