:root{--c-bg: #f6f5f3;--c-surface: #ffffff;--c-surface-2: #fafaf8;--c-dark: #0e0e0e;--c-dark-2: #1c1c1c;--c-dark-3: #2a2a2a;--c-text: #111111;--c-text-sub: #5c5c5c;--c-text-mute: #8a8a8a;--c-text-inv: #f6f5f3;--c-text-inv-sub: rgba(246, 245, 243, .7);--c-accent: #8f1d3a;--c-accent-dk: #6f152d;--c-accent-soft: rgba(143, 29, 58, .12);--c-brand-grey: #b8b8b8;--gradient-hero-scrim: linear-gradient( 115deg, rgba(14, 14, 14, .88) 0%, rgba(14, 14, 14, .72) 45%, rgba(143, 29, 58, .55) 100% );--gradient-surface: linear-gradient(180deg, var(--c-bg) 0%, #eeecea 100%);--gradient-dark: linear-gradient(145deg, #1a1a1a 0%, #0e0e0e 60%, #1a0a10 100%);--gradient-cta: linear-gradient(135deg, #a01835 0%, #8f1d3a 50%, #6f152d 100%);--c-border: #e4e2de;--c-border-dk: rgba(255, 255, 255, .1);--c-success: #15803d;--c-error: #b91c1c;--font-display: "Archivo", "Segoe UI", system-ui, -apple-system, sans-serif;--font-body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;--text-hero: clamp(2.75rem, 6vw, 5.5rem);--text-3xl: clamp(2.25rem, 4vw, 3.5rem);--text-2xl: clamp(1.75rem, 3vw, 2.75rem);--text-xl: clamp(1.375rem, 2vw, 1.75rem);--text-lg: 1.25rem;--text-base: 1rem;--text-sm: .875rem;--text-xs: .75rem;--leading-tight: 1.1;--leading-snug: 1.3;--leading-normal: 1.6;--tracking-tight: -.02em;--tracking-wide: .08em;--space-section: clamp(4rem, 8vw, 7rem);--space-section-sm: clamp(3rem, 5vw, 4.5rem);--space-gap: clamp(1.5rem, 3vw, 2.5rem);--space-gap-sm: 1rem;--radius-card: 1.25rem;--radius-md: .75rem;--radius-btn: .5rem;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-card: 0 2px 8px rgba(0, 0, 0, .06), 0 12px 32px rgba(0, 0, 0, .08);--shadow-hover: 0 8px 24px rgba(0, 0, 0, .12), 0 24px 56px rgba(0, 0, 0, .1);--shadow-fab: 0 8px 24px rgba(0, 0, 0, .18);--bp-sm: 640px;--bp-md: 768px;--bp-lg: 960px;--bp-xl: 1024px;--bp-nav: 1025px;--container: 76rem;--container-narrow: 56rem;--container-wide: 90rem;--header-height: 5rem;--header-height-scrolled: 4rem;--ease-out: cubic-bezier(.22, 1, .36, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--dur-fast: .18s;--dur-base: .28s;--dur-slow: .45s;--z-fab: 90;--z-header: 100;--z-overlay: 200;--z-lightbox: 300}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;overflow-x:clip}html.scroll-lock{overflow:hidden}body{margin:0;overflow-x:clip;font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--c-text);background:var(--c-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img,picture,video,svg{display:block;max-width:100%;height:auto}h1,h2,h3,h4,h5{font-family:var(--font-display);font-weight:700;line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);margin:0 0 .75rem;color:var(--c-text)}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}p{margin:0 0 1rem;color:var(--c-text-sub)}a{color:inherit;text-decoration:none;transition:color var(--dur-fast) var(--ease-out)}a:hover{color:var(--c-accent-dk)}ul,ol{margin:0;padding:0;list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:transparent;color:inherit}input,textarea,select{font-family:inherit;font-size:inherit}address{font-style:normal}blockquote{margin:0}::selection{background:var(--c-accent);color:#fff}:focus-visible{outline:2px solid var(--c-accent);outline-offset:3px;border-radius:2px}.skip-link{position:absolute;left:-9999px;top:0;z-index:9999;padding:.75rem 1.25rem;background:var(--c-dark);color:var(--c-text-inv);border-radius:0 0 var(--radius-btn) 0;font-weight:500}.skip-link:focus{left:0;top:0}.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}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.container{width:min(100% - 2.5rem,var(--container));margin-inline:auto}.container--narrow{width:min(100% - 2.5rem,var(--container-narrow))}.container--wide{width:min(100% - 2.5rem,var(--container-wide))}.section{padding:var(--space-section) 0}.section--sm{padding:var(--space-section-sm) 0}.section--dark{background:var(--c-dark);color:var(--c-text-inv)}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4{color:var(--c-text-inv)}.section--dark p{color:var(--c-text-inv-sub)}.section--surface{background:var(--c-surface)}.section-header{max-width:var(--container-narrow);margin-bottom:clamp(2rem,4vw,3.5rem)}.section-header--center{margin-inline:auto;text-align:center}.section-header h2{margin-bottom:1rem}.section-header p{font-size:var(--text-lg);color:var(--c-text-sub);margin:0}.section--dark .section-header p{color:var(--c-text-inv-sub)}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-family:var(--font-body);font-size:var(--text-xs);font-weight:600;text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--c-accent-dk)}.section--dark .eyebrow{color:var(--c-accent)}.eyebrow:before{content:"";width:1.75rem;height:1px;background:currentColor}.grid{display:grid;gap:var(--space-gap)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-auto{grid-template-columns:repeat(auto-fill,minmax(min(20rem,100%),1fr))}.grid-auto-lg{grid-template-columns:repeat(auto-fill,minmax(min(22rem,100%),1fr))}.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}.split--reverse>:first-child{order:2}.stack{display:grid;gap:1rem}.stack-sm{display:grid;gap:.5rem}.cluster{display:flex;flex-wrap:wrap;gap:.75rem}.flow>*+*{margin-top:1rem}.breadcrumb svg{width:.875rem;height:.875rem;opacity:.5}.breadcrumb{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:1.5rem;font-size:var(--text-sm);color:var(--c-text-sub)}.breadcrumb a{color:var(--c-text-sub);transition:color var(--dur-fast) var(--ease-out)}.breadcrumb a:hover{color:var(--c-accent)}.breadcrumb [aria-current]{color:var(--c-text)}@media(max-width:960px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr}.split--reverse>:first-child{order:0}}@media(max-width:640px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}}.legal-prose h2{font-size:1.125rem;margin:2rem 0 .75rem}.legal-prose h2:first-child{margin-top:0}.legal-prose p{color:var(--c-text-muted);line-height:1.7;margin-bottom:1rem}.legal-prose a{color:var(--c-text);text-decoration:underline;text-underline-offset:2px}.text-center{text-align:center}.text-balance{text-wrap:balance}.text-pretty{text-wrap:pretty}.text-mute{color:var(--c-text-mute)}.text-sub{color:var(--c-text-sub)}.text-accent{color:var(--c-accent-dk)}.section--dark .text-accent{color:var(--c-accent)}.lead{font-size:var(--text-lg);line-height:1.5;color:var(--c-text-sub)}.section--dark .lead{color:var(--c-text-inv-sub)}.divider{height:1px;background:var(--c-border);border:0;margin:0}.section--dark .divider{background:var(--c-border-dk)}.mt-0{margin-top:0}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-6{margin-top:3rem}.mb-0{margin-bottom:0}@media(max-width:768px){.hide-mobile{display:none!important}}@media(min-width:769px){.hide-desktop{display:none!important}}[data-icon]{width:1.25em;height:1.25em;flex-shrink:0;stroke:currentColor;fill:none}.placeholder-img{display:grid;place-items:center;width:100%;height:100%;background:linear-gradient(135deg,var(--c-dark-3) 0%,var(--c-dark-2) 100%);color:var(--c-accent);font-family:var(--font-display);font-size:var(--text-sm);letter-spacing:var(--tracking-wide);text-transform:uppercase;border-radius:inherit}.placeholder-img--light{background:linear-gradient(135deg,#d4d2cd,#b8b6b1);color:var(--c-dark-2)}.aspect-4-3{aspect-ratio:4 / 3}.aspect-3-2{aspect-ratio:3 / 2}.aspect-16-9{aspect-ratio:16 / 9}.aspect-1-1{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 10}.reveal{opacity:0;transform:translateY(16px);transition:opacity var(--dur-slow) var(--ease-out),transform var(--dur-slow) var(--ease-out);will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal--left{transform:translate(-32px)}.reveal--left.is-visible{transform:translate(0)}.reveal--right{transform:translate(32px)}.reveal--right.is-visible{transform:translate(0)}.reveal-stagger>*{opacity:0;transform:translateY(20px);transition:opacity var(--dur-slow) var(--ease-out),transform var(--dur-slow) var(--ease-out)}.reveal-stagger.is-visible>*:nth-child(1){transition-delay:0ms}.reveal-stagger.is-visible>*:nth-child(2){transition-delay:80ms}.reveal-stagger.is-visible>*:nth-child(3){transition-delay:.16s}.reveal-stagger.is-visible>*:nth-child(4){transition-delay:.24s}.reveal-stagger.is-visible>*:nth-child(5){transition-delay:.32s}.reveal-stagger.is-visible>*:nth-child(6){transition-delay:.4s}.reveal-stagger.is-visible>*{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.reveal,.reveal-stagger>*{opacity:1;transform:none;transition:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.625rem;font-family:var(--font-body);font-size:.9375rem;font-weight:600;letter-spacing:.01em;border:1px solid transparent;border-radius:var(--radius-btn);cursor:pointer;transition:background-color var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out);white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn svg{width:1rem;height:1rem;transition:transform var(--dur-fast) var(--ease-out)}.btn:hover svg{transform:translate(3px)}.btn--primary{background:var(--c-accent);color:#fff;border-color:var(--c-accent)}.btn--primary:hover{background:var(--c-accent-dk);border-color:var(--c-accent-dk);color:#fff}.btn--cta{background:var(--gradient-cta);color:#fff;border-color:transparent;font-weight:700}.btn--cta:hover{background:var(--c-accent-dk);color:#fff}.btn--dark{background:var(--c-dark);color:var(--c-text-inv);border-color:var(--c-dark)}.btn--dark:hover{background:var(--c-dark-2);color:var(--c-accent)}.btn--outline{background:transparent;color:var(--c-text);border-color:var(--c-text)}.btn--outline:hover{background:var(--c-text);color:var(--c-text-inv)}.btn--ghost-light{background:transparent;color:var(--c-text-inv);border-color:#ffffff4d}.btn--ghost-light:hover{background:#ffffff1a;border-color:var(--c-text-inv);color:var(--c-text-inv)}.btn--lg{padding:1rem 2rem;font-size:1rem}.btn--sm{padding:.625rem 1.125rem;font-size:.875rem}.btn-link{display:inline-flex;align-items:center;gap:.375rem;font-weight:600;font-size:.9375rem;color:var(--c-text);border-bottom:1px solid transparent;padding-bottom:2px;transition:color var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out)}.btn-link svg{width:1rem;height:1rem;transition:transform var(--dur-fast) var(--ease-out)}.btn-link:hover{color:var(--c-accent-dk);border-color:var(--c-accent)}.btn-link:hover svg{transform:translate(4px)}.section--dark .btn-link{color:var(--c-text-inv)}.section--dark .btn-link:hover{color:var(--c-accent)}.badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:var(--radius-pill);font-family:var(--font-body);font-size:var(--text-xs);font-weight:600;letter-spacing:.04em;background:var(--c-accent-soft);color:var(--c-accent-dk);border:1px solid transparent}.badge--solid{background:var(--c-accent);color:var(--c-dark)}.badge--outline{background:transparent;border-color:var(--c-border);color:var(--c-text-sub)}.badge--dark{background:#ffffff14;color:var(--c-text-inv-sub);border-color:#ffffff1f}.badge--cert{padding:.5rem .875rem;font-size:.8125rem;letter-spacing:.06em;text-transform:uppercase}.site-header{position:fixed;top:0;left:0;right:0;z-index:var(--z-header);padding-top:env(safe-area-inset-top,0px);transition:background-color var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out)}.site-header[data-theme=transparent]{background:transparent}.site-header[data-theme=solid]{background:#f6f5f3f7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 1px #0000000f}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:var(--header-height);gap:1rem;transition:height var(--dur-base) var(--ease-out)}.site-header.is-scrolled .header-inner{height:var(--header-height-scrolled)}.header-slot{display:flex;align-items:center;min-width:0}.header-slot--left{justify-content:flex-start;gap:.5rem}.header-slot--center{justify-content:center}.header-slot--right{justify-content:flex-end;gap:.75rem}.logo{display:inline-flex;align-items:center;flex-shrink:0;transition:opacity var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out)}.logo:hover{opacity:.88;transform:translateY(-1px)}.logo:focus-visible{outline:2px solid var(--c-accent);outline-offset:4px;border-radius:2px}.logo-img{display:block;width:auto;height:2.65rem;max-width:min(190px,38vw);object-fit:contain}.logo-img--light,.site-header[data-theme=transparent] .logo-img--dark{display:none}.site-header[data-theme=transparent] .logo-img--light{display:block}.site-header.is-scrolled .logo-img{height:2.25rem}.logo--footer .logo-img{height:2.5rem}.site-nav--desktop,.site-nav--mobile{display:none}.nav-list{display:flex;align-items:center;gap:.125rem;list-style:none;margin:0;padding:0}.lang-switch{display:inline-flex;align-items:center;border:1px solid rgba(0,0,0,.12);border-radius:999px;overflow:hidden}.site-header[data-theme=transparent] .lang-switch{border-color:#ffffff47}.lang-switch__btn{display:inline-flex;align-items:center;justify-content:center;min-width:2.75rem;min-height:2.75rem;padding:.5rem .625rem;font-size:.6875rem;font-weight:700;letter-spacing:.06em;color:var(--c-text-muted);text-decoration:none;transition:color var(--dur-fast) var(--ease-out),background-color var(--dur-fast) var(--ease-out)}.site-header[data-theme=transparent] .lang-switch__btn{color:#ffffffb8}.lang-switch__btn:hover,.lang-switch__btn:focus-visible{color:var(--c-accent)}.site-header[data-theme=transparent] .lang-switch__btn:hover,.site-header[data-theme=transparent] .lang-switch__btn:focus-visible{color:#fff}.lang-switch__btn.is-active{background:var(--c-accent);color:#fff}.site-header[data-theme=transparent] .lang-switch__btn.is-active{background:#ffffff2e;color:#fff}.lang-switch--mobile{margin-top:.5rem}.nav-item--lang-mobile{padding-top:.5rem}.nav-list a{display:inline-flex;align-items:center;padding:.5rem .875rem;font-size:.9375rem;font-weight:500;color:var(--c-text);border-radius:0;transition:color var(--dur-fast) var(--ease-out),background-color var(--dur-fast) var(--ease-out);white-space:nowrap}.site-header[data-theme=transparent] .site-nav--desktop .nav-list>li>a{color:var(--c-text-inv)}.nav-list a:hover,.nav-list a.active,.nav-list a:focus-visible{color:var(--c-accent);background:var(--c-accent-soft)}.site-header[data-theme=transparent] .site-nav--desktop .nav-list>li>a:hover,.site-header[data-theme=transparent] .site-nav--desktop .nav-list>li>a.active,.site-header[data-theme=transparent] .site-nav--desktop .nav-list>li>a:focus-visible{color:#fff;background:#ffffff1f}.nav-item--has-submenu{position:relative}.nav-submenu{list-style:none;margin:0;padding:0}@media(min-width:1025px){.nav-item--has-submenu>.nav-submenu{position:absolute;top:calc(100% + .35rem);left:0;min-width:18rem;background:#fff;border:1px solid var(--c-border);box-shadow:0 12px 40px #0000001f;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out),visibility var(--dur-fast) var(--ease-out);z-index:calc(var(--z-header) + 1)}.nav-item--has-submenu:hover>.nav-submenu,.nav-item--has-submenu:focus-within>.nav-submenu{opacity:1;visibility:visible;transform:translateY(0)}.nav-submenu a{display:block;width:100%;padding:.75rem 1rem;font-size:.875rem;color:var(--c-text);border-radius:0;border-bottom:1px solid var(--c-border);white-space:normal;background:transparent}.nav-submenu li:last-child a{border-bottom:0}.nav-submenu a:hover,.nav-submenu a:focus-visible{background:#f5f5f3;color:var(--c-accent)}.site-header[data-theme=transparent] .nav-submenu a{color:var(--c-text)}.site-header[data-theme=transparent] .nav-submenu a:hover,.site-header[data-theme=transparent] .nav-submenu a:focus-visible{color:var(--c-accent);background:#f5f5f3}}.submenu-toggle,.nav-submenu-overview{display:none}.header-cta{flex-shrink:0;box-shadow:0 4px 14px #8f1d3a59;transition:transform var(--dur-fast) var(--ease-out),box-shadow var(--dur-fast) var(--ease-out)}.header-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8f1d3a73}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:2.75rem;height:2.75rem;border:1px solid var(--c-border);border-radius:var(--radius-btn);color:var(--c-text);background:var(--c-surface);transition:border-color var(--dur-fast) var(--ease-out),background-color var(--dur-fast) var(--ease-out)}.site-header[data-theme=transparent] .nav-toggle{color:var(--c-text-inv);border-color:#ffffff59;background:#ffffff14}.nav-toggle span{display:block;width:1.125rem;height:1.5px;background:currentColor;margin-inline:auto;transition:transform var(--dur-fast) var(--ease-out),opacity var(--dur-fast) var(--ease-out)}.nav-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}@media(min-width:1025px){.nav-toggle{display:none}.site-nav--desktop{display:block}}@media(max-width:1024px){.site-header[data-theme=solid]{backdrop-filter:none;-webkit-backdrop-filter:none}.header-inner{grid-template-columns:auto 1fr auto}.header-slot--left .site-nav--desktop,.header-slot--right .site-nav--desktop,.header-cta{display:none}.site-nav--mobile{position:fixed;top:0;right:0;left:0;top:calc(var(--header-height) + env(safe-area-inset-top,0px));bottom:0;z-index:var(--z-overlay);display:block;background:var(--c-dark);padding:1.5rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,0px));transform:translateY(-105%);opacity:0;visibility:hidden;pointer-events:none;transition:transform var(--dur-base) var(--ease-out),opacity var(--dur-base) var(--ease-out),visibility var(--dur-base) var(--ease-out);overflow-y:auto;-webkit-overflow-scrolling:touch}.site-nav--mobile.is-open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.site-header.is-scrolled~.site-nav--mobile,.site-header.is-scrolled .site-nav--mobile{top:calc(var(--header-height-scrolled) + env(safe-area-inset-top,0px))}.site-nav--mobile .nav-list{flex-direction:column;align-items:stretch;gap:0}.site-nav--mobile .nav-list>li{border-bottom:1px solid var(--c-border-dk)}.site-nav--mobile .nav-list a,.site-nav--mobile .nav-list .btn{width:100%;padding:1.125rem 0;font-size:1.125rem;font-family:var(--font-display);font-weight:600;color:var(--c-text-inv);background:transparent;border-radius:0;justify-content:flex-start}.site-nav--mobile .nav-list a:hover,.site-nav--mobile .nav-list a:focus-visible{color:var(--c-accent);background:transparent}.site-nav--mobile .submenu-toggle{display:flex;width:100%;padding:1.125rem 0;font-size:1.125rem;font-family:var(--font-display);font-weight:600;color:var(--c-text-inv);background:transparent;border:0;text-align:left;justify-content:space-between;align-items:center}.site-nav--mobile .submenu-toggle:after{content:"+";font-size:1.25rem;line-height:1;opacity:.7}.site-nav--mobile .submenu-toggle[aria-expanded=true]:after{content:"−"}.site-nav--mobile .nav-submenu{padding:0 0 .75rem .75rem}.site-nav--mobile .nav-submenu a{padding:.75rem 0;font-size:.9375rem;font-weight:500;font-family:var(--font-body);color:#ffffffd1}.site-nav--mobile .nav-submenu-overview{display:block;padding:.5rem 0 1rem .75rem;font-size:.8125rem;font-weight:600;color:var(--c-accent)}.site-nav--mobile .btn--cta{margin-top:1rem;justify-content:center;color:#fff}}.page-hero{position:relative;padding:calc(var(--header-height) + 4rem) 0 clamp(3rem,6vw,5rem);background:linear-gradient(115deg,#0e0e0eeb,#0e0e0ec7 48%,#6f152db8),linear-gradient(135deg,#0e0e0ef5,#1a0a10eb);background-size:cover;background-position:center;background-repeat:no-repeat;color:var(--c-text-inv);overflow:hidden}.page-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 82% 18%,rgba(143,29,58,.22) 0%,transparent 42%),linear-gradient(180deg,#00000059,#0000008c);pointer-events:none;z-index:0}.page-hero:after{content:none}.page-hero>.container{position:relative;z-index:1}.page-hero h1{color:var(--c-text-inv);font-family:var(--font-display);font-size:var(--text-3xl);margin-bottom:1rem;max-width:50rem}.page-hero p{font-family:var(--font-body);font-size:var(--text-lg);color:var(--c-text-inv-sub);max-width:42rem;margin:0}.page-hero .eyebrow{color:#ffffffc7}.page-hero .eyebrow:before{background:var(--c-accent)}.page-hero .breadcrumb{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:1.5rem;font-size:var(--text-sm);color:var(--c-text-inv-sub)}.page-hero .breadcrumb a{color:#f6f5f3b8}.page-hero .breadcrumb a:hover{color:#fff}.page-hero .breadcrumb [aria-current]{color:var(--c-text-inv)}.page-hero--corporate,.page-hero--projects,.page-hero--services{background-size:cover;background-position:center;background-repeat:no-repeat}.page-hero--corporate{background-image:linear-gradient(115deg,#0e0e0ee0,#0e0e0e9e 42%,#6f152db8),url(./corporate-OFol018M.webp)}.page-hero--projects{background-image:linear-gradient(115deg,#0e0e0ee6,#0e0e0e8c 40%,#0e0e0ec7),url(./projects-CPmaHT-I.webp)}.page-hero--projects h1{text-transform:uppercase;letter-spacing:.04em;font-size:clamp(2rem,4vw,3rem)}.page-hero--services{background-image:linear-gradient(115deg,#0e0e0ee6,#0e0e0e9e 45%,#6f152dad),url(./services-DmTBJH4S.webp)}body[data-service-slug] .page-hero.page-hero--services{background-size:cover;background-position:center}body[data-service-slug=kapakli-cephe] .page-hero.page-hero--services{background-image:linear-gradient(115deg,#0a0a0ad1,#0a0a0a73 38%,#0a0a0a33 62%,#6f152d59),url(./kapakli-cephe-Dor3v0Pb.webp)}body[data-service-slug=silikon-cephe] .page-hero.page-hero--services{background-image:linear-gradient(115deg,#0a0a0ad1,#0a0a0a73 38%,#0a0a0a33 62%,#6f152d59),url(./silikon-cephe-DsQHO4EN.webp)}body[data-service-slug=sagir-yuzey-kaplama] .page-hero.page-hero--services{background-image:linear-gradient(115deg,#0a0a0ad6,#0a0a0a7a 36%,#0a0a0a2e 60%,#6f152d61),url(./sagir-yuzey-kaplama-CV1oF1DH.webp)}body[data-service-slug=transparan-cephe] .page-hero.page-hero--services{background-image:linear-gradient(115deg,#0a0a0ae0,#0a0a0a94 42%,#0a0a0a59),url(./transparan-cephe-D8PdxuxC.webp)}body[data-service-slug=aluminyum-dograma] .page-hero.page-hero--services{background-image:linear-gradient(115deg,#0a0a0ad1,#0a0a0a73 38%,#0a0a0a33 62%,#6f152d59),url(./aluminyum-dograma--7TJ3b-2.webp)}body[data-service-slug=isiklik-sistemleri] .page-hero.page-hero--services{background-image:linear-gradient(115deg,#0a0a0ad1,#0a0a0a73 38%,#0a0a0a33 62%,#6f152d59),url(./isiklik-sistemleri-CCICDjPB.webp)}body[data-service-slug=ofis-bolme] .page-hero.page-hero--services{background-image:linear-gradient(115deg,#0a0a0ae0,#0a0a0a94 40%,#0a0a0a66),url(./ofis-bolme-BqEe9iQh.webp)}body[data-service-slug=kupeste-cam-korkuluk] .page-hero.page-hero--services{background-image:linear-gradient(115deg,#0a0a0ae0,#0a0a0a94 40%,#0a0a0a66),url(./kupeste-cam-korkuluk-DL0qODkm.webp)}body[data-service-slug=motorlu-pergola] .page-hero.page-hero--services{background-image:linear-gradient(115deg,#0a0a0ae0,#0a0a0a94 40%,#0a0a0a66),url(./motorlu-pergola-cu8T2FJl.webp)}body[data-service-slug=motorlu-giyotin] .page-hero.page-hero--services{background-image:linear-gradient(115deg,#0a0a0ae0,#0a0a0a94 40%,#0a0a0a66),url(./motorlu-giyotin-CKTePTYo.webp)}@media(prefers-reduced-motion:reduce),(max-width:768px){.page-hero--corporate,.page-hero--projects,.page-hero--services,body[data-service-slug] .page-hero.page-hero--services{background-position:center}}@media(max-width:640px){.page-hero{padding:calc(var(--header-height-scrolled) + 2.5rem) 0 2.5rem}.page-hero h1{font-size:clamp(1.625rem,7vw,2.25rem);margin-bottom:.75rem}.page-hero p{font-size:1rem}.page-hero .breadcrumb{margin-bottom:1rem;font-size:.8125rem}}.site-footer{background:var(--c-dark);color:var(--c-text-inv-sub);padding-top:clamp(3rem,5vw,4rem);margin-top:0}.footer-cta{margin-bottom:clamp(3rem,6vw,4.5rem);padding:clamp(2.5rem,5vw,4rem);background:linear-gradient(135deg,var(--c-dark-2) 0%,var(--c-dark-3) 100%);border:1px solid var(--c-border-dk);border-radius:var(--radius-card);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:2rem;position:relative;overflow:hidden}.footer-cta:before{content:"";position:absolute;top:-50%;right:-10%;width:30rem;height:30rem;background:radial-gradient(circle,rgba(201,169,110,.15) 0%,transparent 70%);pointer-events:none}.footer-cta-text{flex:1;min-width:16rem;position:relative}.footer-cta-text h2{color:var(--c-text-inv);margin-bottom:.5rem;font-size:clamp(1.625rem,3vw,2.25rem)}.footer-cta-text p{color:var(--c-text-inv-sub);margin:0;font-size:1.0625rem;max-width:32rem}.footer-cta-actions{display:flex;gap:.75rem;flex-wrap:wrap;position:relative}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:3rem;padding-bottom:3rem}.footer-brand-block .logo{margin-bottom:1rem;color:var(--c-text-inv)}.footer-brand-block .logo:hover{color:var(--c-accent)}.footer-brand-block p{font-size:.9375rem;color:var(--c-text-inv-sub);max-width:22rem;margin:0 0 1.25rem}.footer-certs{display:flex;flex-wrap:wrap;gap:.5rem}.footer-grid h3{color:var(--c-text-inv);font-size:.875rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.25rem;font-family:var(--font-body);font-weight:600}.footer-links{display:grid;gap:.5rem}.footer-links a{font-size:.9375rem;color:var(--c-text-inv-sub);transition:color var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out);display:inline-block}.footer-links a:hover{color:var(--c-accent);transform:translate(3px)}.footer-contact p{display:flex;align-items:flex-start;gap:.625rem;margin:0 0 .75rem;font-size:.9375rem;color:var(--c-text-inv-sub);line-height:1.5}.footer-contact svg{width:1rem;height:1rem;margin-top:.25rem;color:var(--c-accent);flex-shrink:0}.footer-contact a{color:var(--c-text-inv-sub);transition:color var(--dur-fast) var(--ease-out)}.footer-contact a:hover{color:var(--c-accent)}.footer-bottom{border-top:1px solid var(--c-border-dk);padding:1.5rem 0 1.75rem}.footer-bottom-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;font-size:.8125rem;color:#f6f5f380}.footer-bottom-inner a{color:#f6f5f3a6}.footer-bottom-inner a:hover{color:var(--c-accent)}.footer-legal{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;justify-content:flex-end}.footer-legal a{font-size:.8125rem;color:#f6f5f3b8}.footer-legal a:hover{color:var(--c-accent)}@media(max-width:640px){.footer-bottom-inner{flex-direction:column;align-items:flex-start;gap:.75rem}.footer-legal{justify-content:flex-start}}@media(max-width:960px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(max-width:600px){.footer-grid{grid-template-columns:1fr;gap:2.75rem}.footer-cta{text-align:left;align-items:stretch}.footer-cta-actions{width:100%}.footer-cta-actions .btn{flex:1}}.hero{position:relative;min-height:clamp(38rem,100vh,58rem);display:grid;align-items:center;overflow:hidden;background:var(--c-dark);color:var(--c-text-inv)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;will-change:transform}.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:1}.hero-video video{width:100%;height:100%;object-fit:cover}.hero-fallback{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-fallback[hidden],.hero-video[hidden]{display:none}.hero-bg .placeholder-img{background:var(--gradient-dark)}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-slider{position:absolute;top:0;right:0;bottom:0;left:0}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1s var(--ease-out)}.hero-slide.is-active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover;transform:scale(1.05);transition:transform 8s linear}.hero-slide.is-active img{transform:scale(1)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gradient-hero-scrim);z-index:1}.hero-content{position:relative;z-index:2;padding:calc(var(--header-height) + 4rem) 0 6rem;max-width:48rem}.hero-eyebrow{display:inline-flex;align-items:center;gap:.625rem;margin-bottom:1.25rem;font-family:var(--font-body);font-size:var(--text-xs);font-weight:600;letter-spacing:var(--tracking-wide);text-transform:uppercase;color:#f0c4cf}.hero-eyebrow:before{content:"";width:2rem;height:1px;background:currentColor}.hero-title{font-family:var(--font-display);font-size:clamp(2.75rem,7vw,5.25rem);font-weight:800;line-height:.98;letter-spacing:-.03em;color:#fff;margin:0 0 1.5rem;text-wrap:balance}.hero-title em{font-style:normal;color:#f5d0da}.hero-subtitle{font-size:clamp(1rem,1.5vw,1.1875rem);line-height:1.55;color:#ffffffe0;max-width:34rem;margin:0 0 2.25rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.875rem;align-items:center}.hero-caption{position:absolute;right:clamp(1rem,4vw,3rem);bottom:clamp(5rem,10vw,7rem);z-index:3;display:grid;gap:.35rem;max-width:18rem;padding:1rem 1.25rem;background:#0e0e0ed1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-left:3px solid var(--c-accent);color:#fff}.hero-caption-eyebrow{font-size:var(--text-xs);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:#f0c4cf}.hero-caption strong{font-family:var(--font-display);font-size:1.125rem;line-height:1.2;color:#fff}.hero-caption span{font-size:var(--text-sm);color:#ffffffc7}.hero-caption a{margin-top:.35rem;font-size:var(--text-sm);font-weight:600;color:#fff;text-decoration:underline;text-underline-offset:3px}.hero-caption a:focus-visible{outline:2px solid #fff;outline-offset:2px}.hero-dots{position:absolute;left:50%;bottom:2rem;transform:translate(-50%);z-index:3;display:flex;gap:.5rem}.hero-dot{width:2.25rem;height:3px;padding-block:.875rem;margin-block:-.875rem;background:#ffffff59;background-clip:content-box;border-radius:var(--radius-pill);cursor:pointer;transition:background-color var(--dur-fast) var(--ease-out),width var(--dur-fast) var(--ease-out)}.hero-dot.is-active{width:3rem;background:var(--c-accent)}.hero-dot:focus-visible{outline:2px solid #fff;outline-offset:3px}.hero-scroll{position:absolute;bottom:2rem;left:2rem;z-index:3;display:flex;flex-direction:column;align-items:center;gap:.625rem;font-size:var(--text-xs);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:#ffffffa6}.hero-scroll-line{width:1px;height:2.5rem;background:linear-gradient(180deg,var(--c-accent) 0%,transparent 100%);position:relative;overflow:hidden}.hero-scroll-line:after{content:"";position:absolute;top:-50%;left:0;width:100%;height:50%;background:var(--c-accent);animation:scroll-line 2s ease-in-out infinite}@keyframes scroll-line{0%{top:-50%}to{top:100%}}@media(max-width:768px){.hero{min-height:92vh}.hero-content{padding:calc(var(--header-height) + 2.5rem) 0 5rem}.hero-actions{width:100%}.hero-actions .btn{flex:1;min-width:0}.hero-scroll{display:none}.hero-caption{left:1rem;right:1rem;bottom:5.5rem;max-width:none}}@media(prefers-reduced-motion:reduce){.hero-slide img{transform:none;transition:none}.hero-scroll-line:after{animation:none}}.service-card{display:flex;flex-direction:column;background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-card);overflow:hidden;transition:transform var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out),border-color var(--dur-base) var(--ease-out);color:var(--c-text);height:100%}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:transparent;color:var(--c-text)}.service-card-media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:var(--c-dark-3)}.service-card-media img{width:100%;height:100%;object-fit:cover;transition:transform var(--dur-slow) var(--ease-out)}.service-card:hover .service-card-media img{transform:scale(1.04)}.service-card-icon{position:absolute;top:1rem;left:1rem;width:2.75rem;height:2.75rem;display:grid;place-items:center;background:var(--c-accent);color:#fff;border-radius:var(--radius-btn);z-index:1}.service-card-icon svg{width:1.25rem;height:1.25rem}.service-card-body{padding:1.5rem 1.5rem 1.75rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.service-card-body h3{font-size:1.25rem;margin:0;color:var(--c-text)}.service-card-body p{font-size:.9375rem;color:var(--c-text-sub);margin:0;flex:1}.service-card-link{display:inline-flex;align-items:center;gap:.375rem;margin-top:.5rem;font-size:.9375rem;font-weight:600;color:var(--c-text);border-bottom:1px solid var(--c-border);padding-bottom:.5rem;align-self:flex-start;transition:color var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out)}.service-card-link svg{width:.875rem;height:.875rem;transition:transform var(--dur-fast) var(--ease-out)}.service-card:hover .service-card-link{color:var(--c-accent-dk);border-color:var(--c-accent)}.service-card:hover .service-card-link svg{transform:translate(4px)}.project-card{position:relative;display:block;border:0;padding:0;background:transparent;text-align:left;cursor:pointer;border-radius:var(--radius-card);overflow:hidden;height:100%;width:100%;color:inherit;font:inherit;transition:transform var(--dur-base) var(--ease-out)}.project-card:hover{transform:translateY(-4px)}.project-card-media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:var(--c-dark-3);border-radius:var(--radius-card)}.project-card-media img{width:100%;height:100%;object-fit:cover;transition:transform var(--dur-slow) var(--ease-out)}.project-card:hover .project-card-media img{transform:scale(1.06)}.project-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.25rem;background:linear-gradient(180deg,transparent 0%,transparent 35%,rgba(14,14,14,.92) 100%);color:var(--c-text-inv);z-index:1}.project-card-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.625rem}.project-card-tag{display:inline-flex;align-items:center;padding:.25rem .625rem;background:#ffffff2e;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:var(--radius-pill);font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--c-text-inv)}.project-card-title{font-family:var(--font-display);font-size:1.125rem;font-weight:700;margin:0;color:var(--c-text-inv);line-height:1.25}.project-card-meta{display:flex;align-items:center;gap:.5rem;margin-top:.375rem;font-size:.8125rem;color:#ffffffbf}.project-card-meta svg{width:.875rem;height:.875rem}.advantage-card{padding:2rem 1.75rem;background:var(--c-dark-2);border:1px solid var(--c-border-dk);border-radius:var(--radius-card);display:flex;flex-direction:column;gap:1rem;height:100%;transition:border-color var(--dur-base) var(--ease-out),transform var(--dur-base) var(--ease-out)}.advantage-card:hover{border-color:var(--c-accent);transform:translateY(-3px)}.advantage-icon{width:3rem;height:3rem;display:grid;place-items:center;border:1px solid var(--c-accent);border-radius:var(--radius-btn);color:var(--c-accent);margin-bottom:.5rem}.advantage-icon svg{width:1.5rem;height:1.5rem}.advantage-card h3{font-size:1.125rem;color:var(--c-text-inv);margin:0}.advantage-card p{font-size:.9375rem;color:var(--c-text-inv-sub);margin:0;line-height:1.55}.feature-card{padding:2rem 1.5rem;background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-card);display:flex;flex-direction:column;gap:1rem;height:100%;transition:transform var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out)}.feature-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-card)}.feature-icon{width:2.75rem;height:2.75rem;display:grid;place-items:center;background:var(--c-accent-soft);color:var(--c-accent-dk);border-radius:var(--radius-btn)}.feature-icon svg{width:1.375rem;height:1.375rem}.feature-card h3{font-size:1.0625rem;margin:0}.feature-card p{font-size:.9375rem;margin:0;color:var(--c-text-sub);line-height:1.55}.info-card{padding:1.5rem;background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-card)}.info-card h3{font-size:1rem;margin-bottom:.5rem;color:var(--c-text)}.info-card p,.info-card a{font-size:.9375rem;margin:0;color:var(--c-text-sub)}.info-card a:hover{color:var(--c-accent-dk)}.info-card-icon{width:2.5rem;height:2.5rem;display:grid;place-items:center;background:var(--c-accent-soft);color:var(--c-accent-dk);border-radius:var(--radius-btn);margin-bottom:.875rem}.info-card-icon svg{width:1.25rem;height:1.25rem}.trust-bar{background:var(--c-dark);color:var(--c-text-inv);padding:clamp(2.5rem,5vw,3.5rem) 0;border-block:1px solid var(--c-border-dk)}.trust-bar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.trust-item{display:flex;flex-direction:column;align-items:flex-start;gap:.375rem;padding-left:1.5rem;border-left:1px solid var(--c-border-dk);position:relative}.trust-item:first-child{border-left:0;padding-left:0}.trust-value{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1;color:var(--c-text-inv);letter-spacing:-.02em;display:flex;align-items:baseline;gap:.125rem}.trust-value-suffix{color:var(--c-accent);font-size:.7em}.trust-label{font-size:.8125rem;color:var(--c-text-inv-sub);letter-spacing:.04em;text-transform:uppercase;font-weight:500}@media(max-width:768px){.trust-bar-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}.trust-item{border-left:0;padding-left:0}.trust-item:nth-child(2),.trust-item:nth-child(4){border-left:1px solid var(--c-border-dk);padding-left:1.25rem}}.about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:2rem;background:var(--c-dark);border-radius:var(--radius-card);color:var(--c-text-inv)}.about-stat{text-align:center;padding:.5rem}.about-stat strong{display:block;font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:var(--c-accent);line-height:1;margin-bottom:.5rem}.about-stat span{font-size:.875rem;color:var(--c-text-inv-sub)}@media(max-width:768px){.about-stats{grid-template-columns:repeat(2,1fr)}}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}.process-step{position:relative;padding:0 1.25rem;border-left:1px solid var(--c-border-dk)}.process-step:first-child{border-left:0;padding-left:0}.process-num{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--c-accent);line-height:1;margin-bottom:1.25rem;display:inline-flex;align-items:baseline}.process-num:before{content:"0";margin-right:.0625em;color:var(--c-accent)}.process-step h3{color:var(--c-text-inv);font-size:1.125rem;margin:0 0 .625rem}.process-step p{color:var(--c-text-inv-sub);font-size:.9375rem;margin:0;line-height:1.55}@media(max-width:768px){.process{grid-template-columns:1fr;gap:1.5rem}.process-step{padding:0 0 0 1.5rem;border-left:1px solid var(--c-border-dk)}.process-step:first-child{border-left:1px solid var(--c-border-dk);padding-left:1.5rem}.process-num{margin-bottom:.75rem;font-size:1.5rem}}.testimonial-slider{position:relative;overflow:hidden}.testimonial-slider__track{display:flex;transition:transform .45s var(--ease-out)}.testimonial-slider__slide{flex:0 0 100%;padding:0 .25rem}.testimonial-card{padding:clamp(2rem,4vw,3rem);background:var(--gradient-dark);border:1px solid var(--c-border-dk);border-radius:var(--radius-card);position:relative;min-height:100%}.testimonial-card:before{content:"“";position:absolute;top:.75rem;left:1.5rem;font-family:Georgia,serif;font-size:4.5rem;line-height:1;color:var(--c-accent);opacity:.35}.testimonial-card__quote{font-family:var(--font-display);font-size:clamp(1.125rem,2vw,1.5rem);line-height:1.45;font-weight:500;color:var(--c-text-inv);margin:0 0 2rem;position:relative;z-index:1;max-width:52ch}.testimonial-card__meta{display:grid;gap:.35rem;padding-top:1.5rem;border-top:1px solid var(--c-border-dk)}.testimonial-card__name{font-family:var(--font-display);font-size:1.0625rem;font-weight:700;color:var(--c-text-inv)}.testimonial-card__company{font-size:.9375rem;color:var(--c-accent);font-weight:600}.testimonial-card__project{font-size:.875rem;color:var(--c-text-inv-sub)}.testimonial-card__project strong{color:var(--c-text-inv);font-weight:600}.testimonial-slider__controls{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:2rem}.testimonial-slider__nav{display:flex;gap:.5rem}.testimonial-slider__btn{width:2.75rem;height:2.75rem;display:grid;place-items:center;border:1px solid var(--c-border-dk);border-radius:var(--radius-btn);color:var(--c-text-inv);background:var(--c-dark-2);transition:background-color var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out)}.testimonial-slider__btn:hover{border-color:var(--c-accent);background:var(--c-accent-soft);transform:translateY(-2px)}.testimonial-slider__btn:focus-visible{outline:2px solid var(--c-accent);outline-offset:2px}.testimonial-slider__btn svg{width:1.125rem;height:1.125rem}.testimonial-slider__dots{display:flex;gap:.5rem}.testimonial-slider__dot{width:2rem;height:3px;background:#ffffff40;border-radius:var(--radius-pill);transition:width var(--dur-fast) var(--ease-out),background-color var(--dur-fast) var(--ease-out)}.testimonial-slider__dot.is-active{width:2.75rem;background:var(--c-accent)}.testimonial-slider__dot:focus-visible{outline:2px solid var(--c-accent);outline-offset:3px}.legal-registry{display:grid;gap:.75rem 1.5rem;margin-top:1.5rem}.legal-registry div{display:grid;gap:.25rem}.legal-registry dt{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--c-text-mute)}.legal-registry dd{margin:0;font-size:.9375rem}.testimonial-slider__status{font-size:var(--text-sm);color:var(--c-text-inv-sub)}.filter-bar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem;padding:.5rem;background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-pill);width:fit-content;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}@media(max-width:640px){.filter-bar{flex-wrap:nowrap;width:100%;padding:.5rem .75rem;margin-inline:-.25rem;margin-bottom:1.75rem}.filter-btn{min-height:2.75rem;display:inline-flex;align-items:center}}.filter-btn{padding:.625rem 1.125rem;font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--c-text-sub);background:transparent;border-radius:var(--radius-pill);white-space:nowrap;transition:background-color var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out)}.filter-btn:hover{color:var(--c-text);background:var(--c-bg)}.filter-btn.is-active{background:var(--c-dark);color:var(--c-text-inv)}.filter-meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.filter-meta.filter-meta--map-region,.filter-meta[hidden]{display:none;margin:0}.filter-count{font-size:.875rem;color:var(--c-text-mute)}.filter-count strong{color:var(--c-text);font-weight:600}.load-more{margin-top:2.5rem;text-align:center}.empty-state{padding:4rem 1rem;text-align:center;color:var(--c-text-mute);border:1px dashed var(--c-border);border-radius:var(--radius-card)}.form{display:grid;gap:1.25rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:640px){.form-grid{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:.4375rem}.form-group label{font-size:.8125rem;font-weight:600;color:var(--c-text);letter-spacing:.02em}.form-group label .req{color:var(--c-error);margin-left:.125rem}.form-group input,.form-group textarea,.form-group select{padding:.875rem 1rem;font-family:var(--font-body);font-size:1rem;color:var(--c-text);background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-btn);transition:border-color var(--dur-fast) var(--ease-out),box-shadow var(--dur-fast) var(--ease-out);width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--c-text-mute)}.form-group select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235c5c5c' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--c-accent);box-shadow:0 0 0 3px var(--c-accent-soft)}.form-group input.invalid,.form-group textarea.invalid,.form-group select.invalid{border-color:var(--c-error)}.form-group textarea{min-height:9rem;resize:vertical}.form-error{font-size:.8125rem;color:var(--c-error);min-height:1rem}.form-status{padding:1rem 1.25rem;border-radius:var(--radius-btn);font-size:.9375rem;display:none}.form-status.is-visible{display:block}.form-status.success{background:#15803d14;color:var(--c-success);border:1px solid rgba(21,128,61,.2)}.form-status.error{background:#b91c1c14;color:var(--c-error);border:1px solid rgba(185,28,28,.2)}.form-note{font-size:.8125rem;color:var(--c-text-mute);margin:0}.contact-form{padding:2rem;background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-card)}.contact-form h2{margin-top:0;margin-bottom:.5rem;font-size:var(--text-xl)}.inline-form{display:grid;grid-template-columns:repeat(3,1fr) auto;gap:.75rem;background:#ffffff0d;border:1px solid var(--c-border-dk);border-radius:var(--radius-card);padding:1rem;align-items:end}.inline-form .form-group{gap:.25rem}.inline-form label{color:var(--c-text-inv-sub);font-size:.75rem}.inline-form input,.inline-form select{background:transparent;border-color:var(--c-border-dk);color:var(--c-text-inv);padding:.75rem .875rem}.inline-form input::placeholder{color:#f6f5f366}.inline-form input:focus,.inline-form select:focus{border-color:var(--c-accent);box-shadow:0 0 0 3px #c9a96e33}.form-group--checkbox{margin-top:.25rem}.checkbox-label{display:flex;align-items:flex-start;gap:.625rem;min-height:2.75rem;padding-block:.375rem;font-size:.875rem;line-height:1.5;color:var(--c-text-muted);cursor:pointer}.checkbox-label input[type=checkbox]{width:1.125rem;height:1.125rem;margin-top:.15rem;flex-shrink:0;accent-color:var(--c-accent)}.checkbox-label a{color:var(--c-text);text-decoration:underline;text-underline-offset:2px}.inline-form .btn{height:2.875rem}@media(max-width:768px){.inline-form{grid-template-columns:1fr}.inline-form .btn{width:100%}}.cookie-banner{position:fixed;inset-inline:clamp(1rem,3vw,1.5rem);bottom:clamp(1rem,3vw,1.5rem);z-index:calc(var(--z-lightbox) - 1);display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.25rem;max-width:42rem;padding:1rem 1.25rem;background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-card);box-shadow:0 12px 40px -20px #00000040}.cookie-banner p{margin:0;flex:1 1 16rem;font-size:.875rem;line-height:1.5;color:var(--c-text-muted)}.cookie-banner a{color:var(--c-text);text-decoration:underline;text-underline-offset:2px}@media(max-width:768px){.cookie-banner{bottom:calc(4.5rem + env(safe-area-inset-bottom,0px));inset-inline:.75rem;max-width:none}}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-lightbox);display:flex;align-items:stretch;justify-content:center;background:#000000f0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:0;opacity:0;visibility:hidden;transition:opacity var(--dur-base) var(--ease-out),visibility var(--dur-base) var(--ease-out)}.lightbox.is-open{opacity:1;visibility:visible}.lightbox.is-entering .lightbox-stage img{opacity:0!important}.lightbox-fly{z-index:calc(var(--z-lightbox) + 2);pointer-events:none;box-shadow:0 16px 48px #00000073}.lightbox-stage img.is-revealed{animation:lightbox-image-in var(--dur-slow) var(--ease-out) both}.lightbox-stage img.is-swapping{animation:lightbox-image-swap var(--dur-fast) var(--ease-out)}@keyframes lightbox-image-in{0%{opacity:.92;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes lightbox-image-swap{0%{opacity:.85;transform:scale(.99)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.lightbox-stage img.is-revealed,.lightbox-stage img.is-swapping{animation:none}}.lightbox-content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;width:100%;min-height:0;margin:0;padding:clamp(3.5rem,8vh,4.5rem) clamp(4rem,10vw,5.5rem) clamp(2rem,5vh,2.5rem);box-sizing:border-box}.lightbox-stage{display:flex;align-items:center;justify-content:center;flex:1;width:100%;min-height:0;height:min(calc(100dvh - 7rem),calc(100vh - 7rem));max-height:calc(100dvh - 7rem)}.lightbox-stage img{display:block;width:100%;height:100%;max-width:min(calc(100vw - 8rem),calc(100dvw - 8rem));max-height:calc(100dvh - 7rem);margin-inline:auto;object-fit:contain;object-position:center;border-radius:var(--radius-md);box-shadow:0 20px 60px #00000080}.lightbox-caption{flex-shrink:0;margin-top:1rem;text-align:center;color:#ffffffd9;font-size:.9375rem}.lightbox-control{position:absolute;display:grid;place-items:center;width:3rem;height:3rem;border-radius:50%;background:#ffffff1a;color:var(--c-text-inv);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);transition:background-color var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out);z-index:1}.lightbox-control:hover{background:#fff3;border-color:var(--c-accent);color:var(--c-accent)}.lightbox-control svg{width:1.25rem;height:1.25rem}.lightbox-close{top:1.5rem;right:1.5rem}.lightbox-prev{left:1.5rem;top:50%;transform:translateY(-50%)}.lightbox-next{right:1.5rem;top:50%;transform:translateY(-50%)}.lightbox-counter{flex-shrink:0;margin-top:.5rem;text-align:center;color:#ffffff8c;font-size:.75rem;font-family:var(--font-body);letter-spacing:.06em}.lightbox--compact .lightbox-content{padding:clamp(3rem,6vh,3.5rem) clamp(3.5rem,8vw,4.5rem) clamp(1.5rem,4vh,2rem)}.lightbox--compact .lightbox-stage{flex:0 1 auto;height:auto;max-height:none}.lightbox--compact .lightbox-stage img{width:auto;height:auto;max-width:min(1024px,88vw);max-height:min(768px,72vh)}@media(max-width:768px){.lightbox-content{padding:3rem .25rem .5rem;justify-content:flex-start}.lightbox-stage{flex:1;height:auto;max-height:none;min-height:0;align-items:center}.lightbox-stage img{width:auto;height:auto;max-width:calc(100vw - 1.5rem);max-height:calc(100dvh - 5rem);margin-inline:auto}.lightbox-caption{margin-top:.5rem;padding-inline:.75rem;font-size:.8125rem}.lightbox-counter{margin-top:.25rem;margin-bottom:.25rem}.lightbox-control{width:2.75rem;height:2.75rem}.lightbox-close{top:1rem;right:1rem}.lightbox-prev{left:.25rem}.lightbox-next{right:.25rem}.lightbox--compact .lightbox-content{padding:3rem .25rem .5rem}.lightbox--compact .lightbox-stage img{max-width:calc(100vw - 1.5rem);max-height:calc(100dvh - 4.5rem)}}html.page-transition-pending #main-content,html.page-transition-pending .site-footer{opacity:0}body.page-is-leaving #main-content,body.page-is-leaving .site-footer{opacity:0;transform:translateY(8px);transition:opacity var(--dur-base) var(--ease-out),transform var(--dur-base) var(--ease-out)}body.page-is-entered #main-content,body.page-is-entered .site-footer{opacity:1;transform:translateY(0);transition:opacity var(--dur-slow) var(--ease-out),transform var(--dur-slow) var(--ease-out)}@media(prefers-reduced-motion:reduce){html.page-transition-pending #main-content,html.page-transition-pending .site-footer,body.page-is-leaving #main-content,body.page-is-leaving .site-footer,body.page-is-entered #main-content,body.page-is-entered .site-footer{opacity:1;transform:none;transition:none}}.fab-stack{position:fixed;right:1.25rem;bottom:1.25rem;z-index:var(--z-fab);display:flex;flex-direction:column;gap:.625rem}.fab{display:grid;place-items:center;width:3.25rem;height:3.25rem;border-radius:50%;box-shadow:var(--shadow-fab);color:var(--c-text-inv);transition:transform var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out);position:relative}.fab:hover{transform:translateY(-3px) scale(1.05);color:var(--c-text-inv)}.fab svg{width:1.5rem;height:1.5rem}.fab--whatsapp{background:#25d366}.fab--whatsapp:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#25d366;opacity:.5;z-index:-1;animation:fab-pulse 2.5s ease-out infinite}@keyframes fab-pulse{0%{transform:scale(1);opacity:.5}to{transform:scale(1.4);opacity:0}}.fab--call{background:var(--c-dark);border:1px solid var(--c-accent)}.fab--call:hover{background:var(--c-accent);color:var(--c-dark)}.fab-label{position:absolute;right:calc(100% + .625rem);top:50%;transform:translateY(-50%);background:var(--c-dark);color:var(--c-text-inv);padding:.375rem .75rem;border-radius:var(--radius-btn);font-size:.75rem;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity var(--dur-fast) var(--ease-out)}.fab:hover .fab-label{opacity:1}@media(max-width:768px){.fab-stack{bottom:calc(1.25rem + env(safe-area-inset-bottom,0px));right:1rem}.fab{width:3rem;height:3rem}}.accordion{border-top:1px solid var(--c-border)}.accordion-item{border-bottom:1px solid var(--c-border)}.accordion-trigger{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;min-height:2.75rem;padding:1.25rem 0;font-family:var(--font-display);font-size:1.0625rem;font-weight:600;color:var(--c-text);text-align:left;letter-spacing:-.01em;transition:color var(--dur-fast) var(--ease-out)}.accordion-trigger:hover{color:var(--c-accent-dk)}.accordion-icon{flex-shrink:0;width:1.25rem;height:1.25rem;position:relative}.accordion-icon:before,.accordion-icon:after{content:"";position:absolute;background:currentColor;transition:transform var(--dur-base) var(--ease-out)}.accordion-icon:before{top:50%;left:0;width:100%;height:1.5px;transform:translateY(-50%)}.accordion-icon:after{top:0;left:50%;width:1.5px;height:100%;transform:translate(-50%)}.accordion-trigger[aria-expanded=true] .accordion-icon:after{transform:translate(-50%) rotate(90deg)}.accordion-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--dur-base) var(--ease-out)}.accordion-panel[data-open=true]{grid-template-rows:1fr}.accordion-panel-inner{overflow:hidden}.accordion-panel-content{padding:0 0 1.5rem;color:var(--c-text-sub);font-size:.9375rem;line-height:1.65}.accordion-panel-content table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-collapse:collapse}.accordion-panel-content ul{display:grid;gap:.5rem;padding-left:0}.accordion-panel-content li{position:relative;padding-left:1.5rem}.accordion-panel-content li:before{content:"";position:absolute;left:0;top:.5rem;width:.5rem;height:.5rem;background:var(--c-accent);border-radius:50%}.broken-showcase{position:relative;padding:var(--space-section) 0;overflow:hidden}.broken-showcase:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gradient-surface);pointer-events:none}.broken-showcase__head{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:clamp(3rem,6vw,5rem)}@media(min-width:768px){.broken-showcase__head{grid-template-columns:1fr 1fr;align-items:end}}.broken-showcase__head h2{max-width:14ch}.broken-showcase__head p{max-width:36ch;margin-left:auto}.broken-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:768px){.broken-grid{grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(180px,auto);gap:1.5rem}.broken-grid__item:nth-child(1){grid-column:1 / 8;grid-row:1 / 3;margin-top:2rem}.broken-grid__item:nth-child(2){grid-column:7 / 13;grid-row:1 / 2;margin-top:-1.5rem;z-index:2}.broken-grid__item:nth-child(3){grid-column:8 / 13;grid-row:2 / 4;margin-left:-2rem;z-index:3}.broken-grid__item:nth-child(4){grid-column:1 / 5;grid-row:3 / 4;margin-top:-3rem;z-index:2}.broken-grid__item:nth-child(5){grid-column:5 / 9;grid-row:4 / 5;z-index:1}.broken-grid__item:nth-child(6){grid-column:9 / 13;grid-row:4 / 5;margin-top:-2rem;z-index:2}}.broken-grid__item{position:relative;transition:transform var(--dur-fast) var(--ease-out)}.broken-grid__item:hover{transform:translateY(-6px);z-index:5}.broken-grid__item .project-card{height:100%;box-shadow:var(--shadow-card);transition:transform var(--dur-fast) var(--ease-out),box-shadow var(--dur-fast) var(--ease-out)}.broken-grid__item:hover .project-card{box-shadow:var(--shadow-hover)}.broken-grid__item .project-card-media{min-height:220px;aspect-ratio:auto;height:100%}.broken-grid__item:nth-child(1) .project-card-media{min-height:360px}.broken-grid__label{position:absolute;top:1rem;left:-.5rem;padding:.35rem .75rem;background:var(--c-accent);color:#fff;font-size:var(--text-xs);font-weight:700;letter-spacing:var(--tracking-wide);text-transform:uppercase;z-index:2;transform:rotate(-2deg)}.broken-grid__caption{position:absolute;bottom:-1.25rem;right:1.5rem;max-width:14rem;padding:1rem 1.125rem;background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-md);box-shadow:var(--shadow-card);z-index:4;transition:transform var(--dur-fast) var(--ease-out)}.broken-grid__item:hover .broken-grid__caption{transform:translateY(-4px)}.broken-grid__caption strong{display:block;font-family:var(--font-display);font-size:.9375rem;color:var(--c-text)}.broken-grid__caption span{font-size:var(--text-sm);color:var(--c-text-sub)}@media(max-width:768px){.broken-grid__caption{position:static;margin-top:.75rem;max-width:none}.broken-grid__label{left:.75rem}}.page-showcase{--showcase-light: #f4f4f4;--showcase-white: #ffffff;--showcase-text: #1a1a1a;--showcase-muted: #666666;--showcase-line: rgba(0, 0, 0, .08);--showcase-accent: #8f1d3a;background:var(--showcase-light);font-family:var(--font-body);color:var(--showcase-text)}.page-showcase h1,.page-showcase h2,.page-showcase h3{font-family:var(--font-display)}.page-showcase .site-header[data-theme=transparent]{background:linear-gradient(180deg,rgba(0,0,0,.55) 0%,transparent 100%)}.page-showcase .site-header[data-theme=solid]{background:#fffffff7;border-bottom:1px solid var(--showcase-line);box-shadow:0 1px #0000000a}.page-showcase .site-header[data-theme=solid] .nav-list a{color:var(--showcase-text)}.page-showcase .site-header[data-theme=solid] .nav-toggle span{background:var(--showcase-text)}.page-showcase main{background:var(--showcase-light)}.page-showcase .section,.page-showcase .trust-bar,.page-showcase .broken-showcase,.page-showcase .header-cta{display:none}.page-showcase .site-footer{border-top:none}.showcase-hero{position:relative;min-height:100vh;min-height:100svh;display:grid;align-items:end;justify-items:center;overflow:hidden;background:#000}.showcase-hero__slides{position:absolute;top:0;right:0;bottom:0;left:0}.showcase-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1s var(--ease-out);overflow:hidden}.showcase-hero__slide.is-active{opacity:1}.showcase-hero__slide-media{width:100%;height:100%}.showcase-hero__slide img{width:100%;height:100%;object-fit:cover;object-position:center;image-rendering:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:scale(1);will-change:auto}.showcase-hero__slide--ken-burns.is-active.is-ken-burns-run .showcase-hero__slide-media{animation:showcase-hero-ken-burns 5.5s ease-out forwards;will-change:transform}.showcase-hero__slide--ken-burns.is-active.is-ken-burns-run img{will-change:transform}@keyframes showcase-hero-ken-burns{0%{transform:scale(1)}to{transform:scale(1.08)}}@media(prefers-reduced-motion:reduce){.showcase-hero__slide--ken-burns.is-active.is-ken-burns-run .showcase-hero__slide-media{animation:none;transform:none}}.showcase-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;pointer-events:none;z-index:1}.showcase-hero__caption{position:relative;z-index:2;text-align:center;padding:0 1.5rem calc(5rem + env(safe-area-inset-bottom));max-width:56rem;text-shadow:0 1px 8px rgba(0,0,0,.45),0 2px 24px rgba(0,0,0,.35)}.showcase-hero__project-link{display:inline-flex;flex-direction:column;align-items:center;gap:.2rem;color:inherit;text-decoration:none;transition:transform var(--dur-fast) var(--ease-out)}.showcase-hero__project-link:hover{transform:translateY(-2px)}.showcase-hero__project-link:focus-visible{outline:2px solid #fff;outline-offset:4px;border-radius:.25rem}.showcase-hero__project-title{font-family:var(--font-display);font-size:clamp(1.0625rem,2.6vw,1.75rem);font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#fff;margin:0;line-height:1.1}.showcase-hero__project-loc{font-family:var(--font-body);font-size:clamp(.6875rem,1.2vw,.8125rem);color:#ffffffd1;margin:0;letter-spacing:.04em}.showcase-hero__detail-icon{display:grid;place-items:center;width:2.125rem;height:2.125rem;margin-top:.5rem;border:1px solid rgba(255,255,255,.32);border-radius:999px;background:#00000047;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out)}.showcase-hero__detail-icon svg{width:1rem;height:1rem}.showcase-hero__project-link:hover .showcase-hero__detail-icon{background:#8f1d3ad1;border-color:#ffffff73}.showcase-hero__bar{position:absolute;left:0;right:0;bottom:3.25rem;height:2px;background:#ffffff26;z-index:3}.showcase-hero__bar-fill{height:100%;width:0;background:var(--showcase-accent);transition:width .6s var(--ease-out)}.showcase-hero__dots{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:3}.showcase-hero__dot{width:.5rem;height:.5rem;border-radius:999px;border:0;padding:.5rem;background:#ffffff59;background-clip:content-box;cursor:pointer;transition:all var(--dur-fast) var(--ease-out)}.showcase-hero__dot.is-active{width:2rem;background:#fff}.showcase-hero__nav{position:absolute;top:50%;z-index:4;transform:translateY(-50%);width:3rem;height:3rem;display:grid;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:0;background:#00000047;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out)}.showcase-hero__nav svg{width:1.35rem;height:1.35rem}.showcase-hero__nav:hover{background:#8f1d3ad1;border-color:#ffffff73}.showcase-hero__nav:focus-visible{outline:2px solid #fff;outline-offset:2px}.showcase-hero__nav--prev{left:clamp(.75rem,2.5vw,1.5rem)}.showcase-hero__nav--next{right:clamp(.75rem,2.5vw,1.5rem)}@media(max-width:640px){.showcase-hero__caption{padding:0 1rem calc(6rem + env(safe-area-inset-bottom,0px))}.showcase-hero__project-title{font-size:clamp(.9375rem,4.2vw,1.25rem);line-height:1.15}.showcase-hero__detail-icon{width:1.875rem;height:1.875rem;margin-top:.4rem}.showcase-hero__bar{bottom:3.75rem}.showcase-hero__dots{bottom:1rem;gap:.25rem}.showcase-hero__dot{width:.375rem;height:.375rem;padding:.625rem;background-clip:content-box}.showcase-hero__dot.is-active{width:1.5rem;padding:.625rem 0}.showcase-hero__nav{width:2.75rem;height:2.75rem}.showcase-hero__nav svg{width:1.125rem;height:1.125rem}.showcase-projects__head{flex-direction:column;align-items:flex-start;gap:.5rem}.showcase-projects__head a{white-space:normal}}.showcase-about{position:relative;background:var(--showcase-white);padding:clamp(3.5rem,8vw,6rem) clamp(1.25rem,4vw,3rem);overflow:hidden}.showcase-about:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#fffffff0,#ffffffe0),url(./corporate-OFol018M.webp) center / cover no-repeat;pointer-events:none}.showcase-about__grid,.showcase-about__stats{position:relative;z-index:1}.showcase-about__grid{display:grid;gap:clamp(2rem,5vw,4rem);max-width:var(--container-wide);margin:0 auto}@media(min-width:900px){.showcase-about__grid{grid-template-columns:1fr 1fr}}.showcase-about__block h2{font-family:var(--font-display);font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700;color:var(--showcase-accent);margin:0 0 1rem;line-height:1.25}.showcase-about__block p{font-family:var(--font-body);font-size:1rem;line-height:1.75;color:var(--showcase-muted);margin:0}.showcase-about__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:0;max-width:var(--container-wide);margin:clamp(2.5rem,5vw,3.5rem) auto 0;border:1px solid var(--showcase-line);border-radius:12px;overflow:hidden;background:var(--showcase-light)}@media(min-width:768px){.showcase-about__stats{grid-template-columns:repeat(4,1fr)}}.showcase-about__stats .showcase-stat{border-right:1px solid var(--showcase-line);border-bottom:1px solid var(--showcase-line);background:var(--showcase-white)}@media(min-width:768px){.showcase-about__stats .showcase-stat{border-bottom:none}.showcase-about__stats .showcase-stat:last-child{border-right:none}}.showcase-stat{padding:clamp(1.75rem,3vw,2.25rem) 1.25rem;text-align:center}.showcase-stat__value{display:block;font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;color:var(--showcase-text);line-height:1}.showcase-stat__value span{color:var(--showcase-accent)}.showcase-stat__label{display:block;margin-top:.5rem;font-size:.8125rem;font-family:var(--font-body);color:var(--showcase-muted);letter-spacing:.06em;text-transform:uppercase}.page-showcase .reference-map,.page-showcase .showcase-services,.page-showcase .showcase-projects{background:var(--showcase-white)}.page-showcase .reference-map{--rm-bg: var(--showcase-white);--rm-card: var(--showcase-white)}.showcase-section-title{display:flex;align-items:center;gap:1.25rem;max-width:var(--container-wide);margin:0 auto 2.5rem;padding:clamp(3rem,7vw,5rem) clamp(1.25rem,4vw,3rem) 0}.showcase-section-title__line{flex:1;height:1px;background:#0000001f}.showcase-section-title h2{font-family:var(--font-display);font-size:clamp(1.125rem,2vw,1.375rem);font-weight:600;color:var(--showcase-accent);margin:0;white-space:nowrap;letter-spacing:.02em}.showcase-services{padding-bottom:clamp(3rem,7vw,5rem)}.showcase-services__lead{max-width:var(--container-wide);margin:-.5rem auto 1.75rem;padding:0 clamp(1.25rem,4vw,3rem);text-align:center;font-size:.9375rem}.showcase-services__lead a{color:var(--showcase-accent);font-weight:600;text-decoration:none;border-bottom:1px solid rgba(143,29,58,.25)}.showcase-services__lead a:hover{border-bottom-color:currentColor}.showcase-services__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,200px),1fr));gap:1rem;max-width:var(--container-wide);margin:0 auto;padding:0 clamp(1.25rem,4vw,3rem)}.showcase-service{display:flex;flex-direction:column;background:var(--showcase-white);border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000f,0 8px 24px #0000000a;color:var(--showcase-text);transition:transform .25s var(--ease-out),box-shadow .25s var(--ease-out)}.showcase-service:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a;color:var(--showcase-text)}.showcase-service__media{aspect-ratio:1;padding:1.25rem;display:flex;align-items:center;justify-content:center;background:#fafafa}.showcase-service__media img{width:100%;height:100%;object-fit:contain}.showcase-service h3{font-family:var(--font-display);font-size:.9375rem;font-weight:700;text-align:center;padding:1rem .75rem 1.25rem;margin:0;line-height:1.3}.showcase-projects{padding:clamp(2.5rem,6vw,4rem) clamp(1.25rem,4vw,3rem);max-width:var(--container-wide);margin:0 auto}.showcase-projects__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.75rem}.showcase-projects__head h2{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--showcase-text);margin:0}.showcase-projects__head a{font-size:.875rem;font-weight:600;color:var(--showcase-accent);white-space:nowrap}.showcase-projects__head a:hover{text-decoration:underline}.showcase-projects__tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.showcase-projects__tab{font-family:var(--font-body);font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.625rem 1.125rem;border:1px solid var(--showcase-line);border-radius:var(--radius-pill);background:var(--showcase-white);color:var(--showcase-muted);cursor:pointer;transition:color var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out),background var(--dur-fast) var(--ease-out)}.showcase-projects__tab:hover{color:var(--showcase-text);border-color:#00000029}.showcase-projects__tab.is-active{background:var(--showcase-accent);border-color:var(--showcase-accent);color:#fff}.showcase-projects__panel{animation:showcase-panel-in .35s var(--ease-out)}.showcase-projects__panel[hidden]{display:none}@keyframes showcase-panel-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.metal-project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:1px;background:var(--showcase-line);border:1px solid var(--showcase-line)}.showcase-projects-carousel{position:relative}.showcase-projects-carousel__slides{display:grid}.showcase-projects-carousel__slide{grid-area:1 / 1;opacity:0;visibility:hidden;transition:opacity .55s var(--ease-out),visibility .55s var(--ease-out);pointer-events:none}.showcase-projects-carousel__slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}.showcase-projects-carousel__controls{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.25rem}.showcase-projects-carousel__nav{display:grid;place-items:center;width:2.75rem;height:2.75rem;border:1px solid var(--showcase-line);border-radius:999px;background:var(--showcase-white);color:var(--showcase-text);cursor:pointer;transition:background var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out)}.showcase-projects-carousel__nav:hover{border-color:var(--showcase-accent);color:var(--showcase-accent)}.showcase-projects-carousel__nav svg{width:1.125rem;height:1.125rem}.showcase-projects-carousel__dots{display:flex;gap:.375rem}.showcase-projects-carousel__dot{width:.5rem;height:.5rem;padding:.5rem;border:0;border-radius:999px;background:#00000026;background-clip:content-box;cursor:pointer;transition:background var(--dur-fast) var(--ease-out),width var(--dur-fast) var(--ease-out)}.showcase-projects-carousel__dot.is-active{width:1.5rem;padding:.5rem 0;background:var(--showcase-accent);background-clip:border-box}.showcase-projects .metal-project-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.625rem,1.1vw,.875rem);background:transparent;border:none}.showcase-projects .metal-project-card{display:flex;flex-direction:column;min-height:100%}.showcase-projects .metal-project-card__media{position:relative;flex:1 1 auto;aspect-ratio:16 / 10;min-height:clamp(210px,17vw,290px)}@media(max-width:960px){.showcase-projects .metal-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.showcase-projects .metal-project-grid{grid-template-columns:1fr}.showcase-projects .metal-project-card__media{aspect-ratio:4 / 3;min-height:0}}.metal-project-card{display:flex;flex-direction:column;background:var(--showcase-white);color:var(--showcase-text);overflow:hidden;transition:background .2s var(--ease-out)}.metal-project-card:hover{background:#fafafa;color:var(--showcase-text)}.metal-project-card__media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:#e8e8e8}.metal-project-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease-out)}.metal-project-card:hover .metal-project-card__media img{transform:scale(1.04)}.metal-project-card__placeholder{width:100%;height:100%;display:grid;place-items:center;padding:1rem;text-align:center;font-size:.875rem;color:var(--showcase-muted);background:linear-gradient(135deg,#ececec,#f8f8f8)}@media(prefers-reduced-motion:reduce){.showcase-projects-carousel__slide{transition:none}}.reference-map{--rm-bg: var(--showcase-white, #ffffff);--rm-card: var(--showcase-white, #ffffff);--rm-region: #6e7378;--rm-region-hover: #5a5f64;--rm-region-dim: #b8bcc0;--rm-muted: #d4d4d4;background:var(--rm-bg);padding:clamp(2.75rem,6vw,4.5rem) clamp(1.25rem,4vw,2.5rem)}.reference-map__inner{width:100%;max-width:min(100%,1240px);margin-inline:auto}.reference-map__card{background:transparent;overflow:hidden}.world-map{position:relative;width:100%;aspect-ratio:2.33 / 1;min-height:clamp(280px,36vw,420px);max-height:520px;background:var(--rm-card);opacity:0;transition:opacity .55s ease;touch-action:manipulation}.world-map.is-ready{opacity:1}.world-map__viewport{position:absolute;top:0;right:0;bottom:0;left:0;padding:clamp(1rem,2.5vw,1.75rem);box-sizing:border-box}.world-map__viewport svg{display:block;width:100%;height:100%;background:transparent}.world-map__viewport svg image,.world-map__viewport svg circle{display:none}.world-map--metal path[data-region]{fill:var(--rm-region);stroke:#fff;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;transform-box:fill-box;transform-origin:center;transform:scale(1);transition:transform .24s cubic-bezier(.22,.61,.36,1),fill .22s ease;will-change:transform;pointer-events:none}.world-map--metal path.world-map__muted{fill:var(--rm-muted);stroke:#e8e8e8}.world-map.is-dimmed path[data-region]:not(.is-region-hover){fill:var(--rm-region-dim)}.world-map--metal path[data-region].is-region-hover{fill:var(--rm-region-hover);transform:scale(var(--scale-to, 1.06));filter:drop-shadow(0 2px 2px rgba(0,0,0,.15)) drop-shadow(0 6px 10px rgba(0,0,0,.1))}.world-map--metal path.is-region-outlined{stroke-width:1.75}.continent-hit{fill:none;stroke:none;opacity:0;pointer-events:all;cursor:pointer}.continent-hit:active{opacity:.15}text.continent-label{pointer-events:none;-webkit-user-select:none;user-select:none;font-family:var(--font-display, "Archivo", var(--font-body));font-weight:600;letter-spacing:.08em;text-transform:uppercase;fill:#fff;stroke:none;text-anchor:middle;dominant-baseline:middle;transform:scale(1);transform-box:fill-box;transform-origin:center;transition:transform .24s cubic-bezier(.22,.61,.36,1),opacity .22s ease;will-change:transform}.world-map.is-dimmed text.continent-label{opacity:.35}.world-map.is-dimmed text.continent-label.is-active{opacity:1;transform:scale(var(--scale-to, 1.06))}@media(max-width:900px){.reference-map{padding-block:1.25rem 1.75rem;padding-inline:0}.world-map{aspect-ratio:unset;width:100%;min-height:46vh;height:46vh;max-height:none}.world-map__viewport{padding:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.world-map__viewport svg{width:100%;height:100%;margin:0;transform:scale(1.42);transform-origin:center center}}@media(max-width:640px){.reference-map{padding-block:1rem 1.5rem;padding-inline:0}.world-map{min-height:54vh;height:54vh}.world-map__viewport svg{transform:scale(1.58)}}@media(prefers-reduced-motion:reduce){.world-map{opacity:1;transition:none}.world-map--metal path[data-region],text.continent-label{transition:none}}.page-projects-metal,.project-detail-metal,.page-projects-metal .section--projects-archive,.project-detail-metal .project-detail-meta,.project-detail-metal .project-detail-body,.project-detail-metal .project-detail-systems,.project-detail-metal .project-detail-video,.project-detail-metal .project-detail-related{background:#fff}.section--projects-archive{padding-top:2rem;padding-bottom:clamp(3rem,8vw,5rem)}.section--projects-archive>.container--wide:first-child{margin-bottom:1.75rem}.page-projects-metal .filter-meta{margin-bottom:0;align-items:flex-end}.page-projects-metal .filter-count{font-size:.75rem;letter-spacing:.04em;text-transform:uppercase}.page-projects-metal [data-projects-grid],.page-projects-metal .projects-archive__grid,.page-projects-metal .metal-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.625rem,1.25vw,.875rem);width:min(100% - 2rem,calc(var(--container-wide) + 4rem));max-width:100%;margin-inline:auto;padding-inline:clamp(1rem,3vw,2rem);background:transparent;border:none}.page-projects-metal .metal-project-card{display:flex;flex-direction:column;background:var(--c-surface);color:var(--c-text);overflow:hidden;min-height:100%;transition:background var(--dur-fast) var(--ease-out)}.page-projects-metal .metal-project-card:hover{background:#fafafa;color:var(--c-text)}.page-projects-metal .metal-project-card__media{position:relative;flex:1 1 auto;aspect-ratio:4 / 3;min-height:0;overflow:hidden;background:#ececec}.page-projects-metal .metal-project-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease-out)}.page-projects-metal .metal-project-card:hover .metal-project-card__media img{transform:scale(1.03)}.page-projects-metal .metal-project-card__placeholder{width:100%;height:100%;display:grid;place-items:center;padding:1rem;text-align:center;font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--c-text-mute);background:#ececec}.metal-project-card{display:flex;flex-direction:column}button.metal-project-card{width:100%;margin:0;padding:0;border:0;background:none;text-align:left;font:inherit;color:inherit;cursor:pointer}.metal-project-card .card-overlay{display:none}.metal-project-card__caption{padding:.875rem .125rem .25rem;display:flex;flex-direction:column;gap:.2rem}.metal-project-card__caption strong{font-family:var(--font-display);font-size:.9375rem;font-weight:700;letter-spacing:.01em;text-transform:none;line-height:1.35;color:var(--c-text);transition:color var(--dur-fast) var(--ease-out);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.metal-project-card--image-only .metal-project-card__media{min-height:clamp(200px,50vw,320px)}.metal-project-card__caption span{font-size:.8125rem;color:var(--c-text-muted);transition:color var(--dur-fast) var(--ease-out)}.metal-project-card:hover .metal-project-card__caption strong{color:var(--c-accent)}.page-projects-metal .filter-bar{display:flex;flex-wrap:wrap;gap:clamp(1rem,2.5vw,2rem);border-radius:0;background:transparent;border:none;border-bottom:1px solid var(--c-border);padding:0 0 1rem;width:100%;max-width:none;overflow:visible}.page-projects-metal .filter-btn{border-radius:0;border:0;margin:0;padding:0;background:transparent;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:600;color:var(--c-text-mute)}.page-projects-metal .filter-btn:hover{color:var(--c-text);background:transparent}.page-projects-metal .filter-btn.is-active{background:transparent;border-color:transparent;color:var(--c-text);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.45rem}.page-projects-metal .projects-scroll-sentinel{width:100%;height:1px;margin-top:2rem;pointer-events:none;visibility:hidden}@media(max-width:1024px){.page-projects-metal [data-projects-grid],.page-projects-metal .projects-archive__grid,.page-projects-metal .metal-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.page-projects-metal [data-projects-grid],.page-projects-metal .projects-archive__grid,.page-projects-metal .metal-project-grid{grid-template-columns:1fr;width:min(100% - 1.5rem,100%)}}.project-detail-metal .project-detail-hero{position:relative;min-height:clamp(220px,34vh,380px);display:grid;align-items:end;overflow:hidden;background:#111}.project-detail-metal .project-detail-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center center;background-repeat:no-repeat}.project-detail-metal .project-detail-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#000000e0,#00000059,#00000073)}.project-detail-metal .project-detail-hero__content{position:relative;z-index:1;width:100%;max-width:var(--container-wide);margin:0 auto;padding:calc(var(--header-height) + 1.25rem) clamp(1.25rem,4vw,3rem) 1.75rem}.project-detail-metal .project-detail-hero__location{margin:.5rem 0 0;font-size:.9375rem;letter-spacing:.06em;text-transform:uppercase;color:#ffffffc7}.project-detail-metal .project-detail-hero__content h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:.03em;text-transform:uppercase;color:#fff;margin:.75rem 0 0;max-width:20ch}.project-detail-metal .breadcrumb--light{color:#ffffffb3}.project-detail-metal .breadcrumb--light a{color:#ffffffd9}.project-detail-metal .breadcrumb--light a:hover{color:#fff}.project-detail-metal .breadcrumb--light [aria-current]{color:#ffffff8c}.project-detail-metal .project-detail-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem 1.5rem;padding:1.25rem clamp(1.25rem,4vw,3rem);max-width:var(--container-wide);margin:0 auto;border-bottom:1px solid var(--c-border);background:#fff}.project-detail-metal .project-detail-meta dt{font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--c-text-mute);margin-bottom:.35rem}.project-detail-metal .project-detail-meta dd{margin:0;font-family:var(--font-display);font-size:.9375rem;font-weight:600;color:var(--c-text)}.project-detail-metal .project-detail-body{max-width:48rem;margin:0 auto;padding:clamp(1.25rem,2.5vw,1.75rem) clamp(1.25rem,4vw,3rem) clamp(1.5rem,3vw,2rem)}.project-detail-metal .project-detail-body p{font-size:1rem;line-height:1.4;color:var(--c-text-sub);margin:0 0 .5rem}.project-detail-metal .project-detail-body p:last-child{margin-bottom:0}.project-detail-metal .project-detail-systems{max-width:48rem;margin:0 auto;padding:0 clamp(1.25rem,4vw,3rem) clamp(1.25rem,2.5vw,1.75rem)}.project-detail-metal .project-detail-systems h2{font-size:.8125rem;letter-spacing:.14em;text-transform:uppercase;color:var(--c-text-mute);margin:0 0 .75rem}.project-detail-metal .project-detail-systems__links{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem 1rem}.project-detail-metal .project-detail-systems__links a{font-size:.9375rem;font-weight:600;color:var(--c-accent);text-decoration:underline;text-underline-offset:.15em}.project-detail-metal .project-detail-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;background:#fff;border-block:none;padding:0 clamp(1.25rem,4vw,3rem) clamp(1.25rem,2.5vw,1.75rem);max-width:var(--container-wide);margin-inline:auto}@media(min-width:900px){.project-detail-metal .project-detail-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.project-detail-metal .project-detail-gallery{grid-template-columns:1fr}.project-detail-metal .project-detail-meta{grid-template-columns:1fr;gap:1rem}}.project-detail-metal .project-detail-gallery button{aspect-ratio:4 / 3;border:0;padding:0;cursor:pointer;overflow:hidden;background:#ececec}.project-detail-metal .project-detail-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease-out)}.project-detail-metal .project-detail-gallery button:hover img{transform:scale(1.03)}.project-detail-metal .project-detail-video{position:relative;padding:clamp(2rem,5vw,3.5rem) clamp(1.25rem,4vw,3rem);max-width:var(--container-wide);margin:0 auto;overflow:hidden}.project-detail-metal .project-detail-video__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--video-bg);background-size:cover;background-position:center}.project-detail-metal .project-detail-video__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#ffffffeb,#ffffff8c 42%,#ffffff40 68%,#ffffffe0)}.project-detail-metal .project-detail-video__inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(1.5rem,4vw,3rem);align-items:center}.project-detail-metal .project-detail-video__copy h2{font-size:.8125rem;letter-spacing:.14em;text-transform:uppercase;color:var(--c-text-mute);margin:0 0 .75rem}.project-detail-metal .project-detail-video__copy p{margin:0;font-family:var(--font-display);font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600;color:var(--c-text);max-width:28rem}.project-detail-metal .project-detail-video__player{justify-self:end}.project-detail-metal .project-detail-video__player video{width:auto;max-width:min(320px,38vw);max-height:min(68vh,580px);height:auto;display:block;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);background:transparent}@media(max-width:768px){.project-detail-metal .project-detail-video__inner{grid-template-columns:1fr}.project-detail-metal .project-detail-video__player{justify-self:center}.project-detail-metal .project-detail-video__player video{max-width:min(280px,72vw)}}.project-detail-metal .project-detail-related{padding:clamp(2.5rem,6vw,4rem) clamp(1.25rem,4vw,3rem);max-width:var(--container-wide);margin:0 auto}.project-detail-metal .project-detail-related h2{font-size:.8125rem;letter-spacing:.14em;text-transform:uppercase;color:var(--c-text-mute);margin:0 0 1.5rem}.project-detail-metal .project-detail-related .metal-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.625rem,1.25vw,.875rem);max-width:none;padding:0}@media(max-width:1024px){.project-detail-metal .project-detail-related .metal-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.project-detail-metal .project-detail-related .metal-project-grid{grid-template-columns:1fr}}.service-intro{display:block;max-width:48rem}.service-partner{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:2rem;padding:1.25rem 1.5rem;border:1px solid color-mix(in srgb,var(--c-accent) 35%,transparent);border-radius:var(--radius-card);background:color-mix(in srgb,var(--c-accent) 6%,var(--c-surface));max-width:100%;overflow-x:auto}.service-partner__badge{display:inline-flex;align-items:center;padding:.375rem .875rem;font-family:var(--font-display);font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--c-on-accent, #fff);background:var(--c-accent);border-radius:999px}.service-partner__text{margin:0;font-size:.9375rem;color:var(--c-text-sub);line-height:1.5}.service-overview{padding-top:clamp(2.5rem,5vw,3.5rem);padding-bottom:clamp(2rem,4vw,3rem)}.service-overview__usecases,.service-overview__specs{display:block;margin-top:1.75rem}.service-overview__specs{margin-top:2rem}.service-intro-media{position:relative;aspect-ratio:4 / 3;border-radius:var(--radius-card);overflow:hidden;background:var(--c-dark-3);position:sticky;top:calc(var(--header-height) + 2rem)}.service-intro-media img{width:100%;height:100%;object-fit:cover}.service-intro h2{font-size:var(--text-2xl);margin-bottom:1.25rem}.service-intro .lead{font-size:1.125rem;color:var(--c-text);margin-bottom:1.5rem}.service-spec-list{display:grid;grid-template-columns:1fr 1fr;gap:.625rem 2rem;margin:1.5rem 0 0}.service-spec-list li{position:relative;padding-left:1.5rem;font-size:.9375rem;color:var(--c-text-sub);line-height:1.5}.service-spec-list li:before{content:"";position:absolute;left:0;top:.5rem;width:.625rem;height:.625rem;border:1.5px solid var(--c-accent);border-radius:50%}@media(max-width:768px){.service-intro{grid-template-columns:1fr}.service-intro-media{position:relative;top:0}.service-spec-list{grid-template-columns:1fr}}.usecase-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(14rem,100%),1fr));gap:.75rem;margin-top:1rem}.usecase-tag{padding:1rem 1.25rem;border:1px solid var(--c-border);border-radius:var(--radius-md);background:var(--c-surface);font-size:.9375rem;font-weight:500;color:var(--c-text);display:flex;align-items:center;gap:.625rem}.usecase-tag svg{width:1rem;height:1rem;color:var(--c-accent-dk);flex-shrink:0}.why-block{margin-top:2rem;padding:1.75rem 2rem;background:var(--c-accent-soft);border-left:3px solid var(--c-accent);border-radius:var(--radius-md)}.why-block h3{font-size:1rem;margin:0 0 .5rem;color:var(--c-text)}.why-block p{margin:0;font-size:.9375rem;color:var(--c-text);line-height:1.6}.detail-meta{display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem;padding:1.5rem 0;border-top:1px solid var(--c-border-dk);border-bottom:1px solid var(--c-border-dk);margin:2rem 0 0}.detail-meta-item{display:flex;flex-direction:column;gap:.25rem}.detail-meta-item span{font-size:.75rem;color:var(--c-text-inv-sub);letter-spacing:.06em;text-transform:uppercase;font-weight:500}.detail-meta-item strong{font-family:var(--font-display);font-size:1rem;color:var(--c-text-inv);font-weight:600}.csr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:0}.csr-card{padding:1.75rem;background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-card)}.csr-card .eyebrow{margin-bottom:.75rem}.csr-card h3{font-size:1.0625rem;margin:0 0 .625rem}.csr-card p{font-size:.9375rem;margin:0;color:var(--c-text-sub);line-height:1.6}@media(max-width:768px){.csr-grid{grid-template-columns:1fr}}.detail-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(18rem,100%),1fr));gap:1rem}.detail-gallery-item{aspect-ratio:4 / 3;border-radius:var(--radius-md);overflow:hidden;cursor:pointer;background:var(--c-dark-3);border:0;padding:0}.detail-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform var(--dur-slow) var(--ease-out)}.service-intro-media__frame{width:100%;height:100%;min-height:100%;display:flex;align-items:center;justify-content:center;background:#fafafa}.service-intro-media__frame img{width:100%;height:100%;object-fit:contain;padding:1rem}.service-section-title{display:flex;align-items:center;gap:1.25rem;justify-content:center;margin-bottom:clamp(1.75rem,4vw,2.5rem);text-align:center}.service-section-title h2{font-family:var(--font-display);font-size:clamp(1.125rem,2.2vw,1.5rem);font-weight:600;letter-spacing:.02em;margin:0;white-space:nowrap}.service-section-title__line{flex:1;max-width:8rem;height:1px;background:var(--c-border)}body[data-service-slug] .service-examples,body[data-service-slug] .service-projects{position:relative;overflow:hidden}body[data-service-slug] .service-examples{background:linear-gradient(180deg,#f8f8f6,#f0efec)}body[data-service-slug] .service-projects{background:linear-gradient(180deg,#fff,#f6f5f2)}body[data-service-slug] .service-examples:before,body[data-service-slug] .service-projects:before,body[data-service-slug] .service-content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAwIiBoZWlnaHQ9IjkwMCIgdmlld0JveD0iMCAwIDE2MDAgOTAwIiBmaWxsPSJub25lIiBhcmlhLWhpZGRlbj0idHJ1ZSI+DQogIDxnIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiIG9wYWNpdHk9IjAuNTUiPg0KICAgIDxwYXRoIGQ9Ik0xMjAgNzgwIEwxMjAgMjIwIEwyODAgMTIwIEw0NDAgMjIwIEw0NDAgNzgwIi8+DQogICAgPHBhdGggZD0iTTE2MCA3ODAgTDE2MCAyNjAgTDI4MCAxODAgTDQwMCAyNjAgTDQwMCA3ODAiLz4NCiAgICA8cGF0aCBkPSJNMjAwIDc4MCBMMjAwIDMwMCBMMjgwIDI0MCBMMzYwIDMwMCBMMzYwIDc4MCIvPg0KICAgIDxsaW5lIHgxPSIxMjAiIHkxPSIzMjAiIHgyPSI0NDAiIHkyPSIzMjAiLz4NCiAgICA8bGluZSB4MT0iMTIwIiB5MT0iNDIwIiB4Mj0iNDQwIiB5Mj0iNDIwIi8+DQogICAgPGxpbmUgeDE9IjEyMCIgeTE9IjUyMCIgeDI9IjQ0MCIgeTI9IjUyMCIvPg0KICAgIDxsaW5lIHgxPSIxMjAiIHkxPSI2MjAiIHgyPSI0NDAiIHkyPSI2MjAiLz4NCiAgICA8bGluZSB4MT0iMjAwIiB5MT0iMjIwIiB4Mj0iMjAwIiB5Mj0iNzgwIi8+DQogICAgPGxpbmUgeDE9IjI4MCIgeTE9IjE4MCIgeDI9IjI4MCIgeTI9Ijc4MCIvPg0KICAgIDxsaW5lIHgxPSIzNjAiIHkxPSIyMjAiIHgyPSIzNjAiIHkyPSI3ODAiLz4NCiAgPC9nPg0KICA8ZyBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjIiIG9wYWNpdHk9IjAuNyI+DQogICAgPHBhdGggZD0iTTUyMCA3ODAgTDUyMCAxODAgTDc2MCA4MCBMMTAwMCAxODAgTDEwMDAgNzgwIi8+DQogICAgPGxpbmUgeDE9IjUyMCIgeTE9IjI4MCIgeDI9IjEwMDAiIHkyPSIyODAiLz4NCiAgICA8bGluZSB4MT0iNTIwIiB5MT0iMzgwIiB4Mj0iMTAwMCIgeTI9IjM4MCIvPg0KICAgIDxsaW5lIHgxPSI1MjAiIHkxPSI0ODAiIHgyPSIxMDAwIiB5Mj0iNDgwIi8+DQogICAgPGxpbmUgeDE9IjUyMCIgeTE9IjU4MCIgeDI9IjEwMDAiIHkyPSI1ODAiLz4NCiAgICA8bGluZSB4MT0iNTIwIiB5MT0iNjgwIiB4Mj0iMTAwMCIgeTI9IjY4MCIvPg0KICAgIDxsaW5lIHgxPSI2NDAiIHkxPSIxODAiIHgyPSI2NDAiIHkyPSI3ODAiLz4NCiAgICA8bGluZSB4MT0iNzYwIiB5MT0iODAiIHgyPSI3NjAiIHkyPSI3ODAiLz4NCiAgICA8bGluZSB4MT0iODgwIiB5MT0iMTgwIiB4Mj0iODgwIiB5Mj0iNzgwIi8+DQogIDwvZz4NCiAgPGcgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMC44IiBvcGFjaXR5PSIwLjM1Ij4NCiAgICA8cGF0aCBkPSJNMTA4MCA3ODAgTDEwODAgMjYwIEwxMTgwIDIwMCBMMTI4MCAyNjAgTDEyODAgNzgwIi8+DQogICAgPHBhdGggZD0iTTEzMjAgNzgwIEwxMzIwIDMwMCBMMTQyMCAyNDAgTDE1MjAgMzAwIEwxNTIwIDc4MCIvPg0KICAgIDxsaW5lIHgxPSIxMDgwIiB5MT0iMzYwIiB4Mj0iMTUyMCIgeTI9IjM2MCIvPg0KICAgIDxsaW5lIHgxPSIxMDgwIiB5MT0iNDYwIiB4Mj0iMTUyMCIgeTI9IjQ2MCIvPg0KICAgIDxsaW5lIHgxPSIxMDgwIiB5MT0iNTYwIiB4Mj0iMTUyMCIgeTI9IjU2MCIvPg0KICAgIDxsaW5lIHgxPSIxMDgwIiB5MT0iNjYwIiB4Mj0iMTUyMCIgeTI9IjY2MCIvPg0KICA8L2c+DQogIDxnIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjAuNiIgb3BhY2l0eT0iMC40IiBzdHJva2UtZGFzaGFycmF5PSI2IDgiPg0KICAgIDxsaW5lIHgxPSI4MCIgeTE9Ijc4MCIgeDI9IjE1MjAiIHkyPSI3ODAiLz4NCiAgICA8bGluZSB4MT0iODAiIHkxPSIxMjAiIHgyPSIxNTIwIiB5Mj0iMTIwIi8+DQogICAgPGxpbmUgeDE9IjgwIiB5MT0iMTIwIiB4Mj0iODAiIHkyPSI3ODAiLz4NCiAgICA8bGluZSB4MT0iMTUyMCIgeTE9IjEyMCIgeDI9IjE1MjAiIHkyPSI3ODAiLz4NCiAgPC9nPg0KICA8dGV4dCB4PSIxMTAiIHk9IjgyMCIgZmlsbD0iY3VycmVudENvbG9yIiBvcGFjaXR5PSIwLjM1IiBmb250LWZhbWlseT0iQXJpYWwsc2Fucy1zZXJpZiIgZm9udC1zaXplPSIxNCIgbGV0dGVyLXNwYWNpbmc9IjAuMmVtIj5DRVBIRSBFTEVWQVNZT04gFCBURUtOMEsgRVNLMFo8L3RleHQ+DQo8L3N2Zz4NCg==) center bottom / min(140%,960px) auto no-repeat;color:#8a8a8a;opacity:.14;pointer-events:none}body[data-service-slug] .service-content{position:relative;overflow:hidden;background:linear-gradient(180deg,#f8f8f6,#f0efec)}body[data-service-slug] .service-content:not(.is-ready){display:none}body[data-service-slug] .service-content.is-ready{display:block}body[data-service-slug] .service-content .container{position:relative;z-index:1}body[data-service-slug] .service-intro{position:relative;overflow:hidden}body[data-service-slug] .service-intro:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAwIiBoZWlnaHQ9IjkwMCIgdmlld0JveD0iMCAwIDE2MDAgOTAwIiBmaWxsPSJub25lIiBhcmlhLWhpZGRlbj0idHJ1ZSI+DQogIDxnIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiIG9wYWNpdHk9IjAuNTUiPg0KICAgIDxwYXRoIGQ9Ik0xMjAgNzgwIEwxMjAgMjIwIEwyODAgMTIwIEw0NDAgMjIwIEw0NDAgNzgwIi8+DQogICAgPHBhdGggZD0iTTE2MCA3ODAgTDE2MCAyNjAgTDI4MCAxODAgTDQwMCAyNjAgTDQwMCA3ODAiLz4NCiAgICA8cGF0aCBkPSJNMjAwIDc4MCBMMjAwIDMwMCBMMjgwIDI0MCBMMzYwIDMwMCBMMzYwIDc4MCIvPg0KICAgIDxsaW5lIHgxPSIxMjAiIHkxPSIzMjAiIHgyPSI0NDAiIHkyPSIzMjAiLz4NCiAgICA8bGluZSB4MT0iMTIwIiB5MT0iNDIwIiB4Mj0iNDQwIiB5Mj0iNDIwIi8+DQogICAgPGxpbmUgeDE9IjEyMCIgeTE9IjUyMCIgeDI9IjQ0MCIgeTI9IjUyMCIvPg0KICAgIDxsaW5lIHgxPSIxMjAiIHkxPSI2MjAiIHgyPSI0NDAiIHkyPSI2MjAiLz4NCiAgICA8bGluZSB4MT0iMjAwIiB5MT0iMjIwIiB4Mj0iMjAwIiB5Mj0iNzgwIi8+DQogICAgPGxpbmUgeDE9IjI4MCIgeTE9IjE4MCIgeDI9IjI4MCIgeTI9Ijc4MCIvPg0KICAgIDxsaW5lIHgxPSIzNjAiIHkxPSIyMjAiIHgyPSIzNjAiIHkyPSI3ODAiLz4NCiAgPC9nPg0KICA8ZyBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjIiIG9wYWNpdHk9IjAuNyI+DQogICAgPHBhdGggZD0iTTUyMCA3ODAgTDUyMCAxODAgTDc2MCA4MCBMMTAwMCAxODAgTDEwMDAgNzgwIi8+DQogICAgPGxpbmUgeDE9IjUyMCIgeTE9IjI4MCIgeDI9IjEwMDAiIHkyPSIyODAiLz4NCiAgICA8bGluZSB4MT0iNTIwIiB5MT0iMzgwIiB4Mj0iMTAwMCIgeTI9IjM4MCIvPg0KICAgIDxsaW5lIHgxPSI1MjAiIHkxPSI0ODAiIHgyPSIxMDAwIiB5Mj0iNDgwIi8+DQogICAgPGxpbmUgeDE9IjUyMCIgeTE9IjU4MCIgeDI9IjEwMDAiIHkyPSI1ODAiLz4NCiAgICA8bGluZSB4MT0iNTIwIiB5MT0iNjgwIiB4Mj0iMTAwMCIgeTI9IjY4MCIvPg0KICAgIDxsaW5lIHgxPSI2NDAiIHkxPSIxODAiIHgyPSI2NDAiIHkyPSI3ODAiLz4NCiAgICA8bGluZSB4MT0iNzYwIiB5MT0iODAiIHgyPSI3NjAiIHkyPSI3ODAiLz4NCiAgICA8bGluZSB4MT0iODgwIiB5MT0iMTgwIiB4Mj0iODgwIiB5Mj0iNzgwIi8+DQogIDwvZz4NCiAgPGcgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMC44IiBvcGFjaXR5PSIwLjM1Ij4NCiAgICA8cGF0aCBkPSJNMTA4MCA3ODAgTDEwODAgMjYwIEwxMTgwIDIwMCBMMTI4MCAyNjAgTDEyODAgNzgwIi8+DQogICAgPHBhdGggZD0iTTEzMjAgNzgwIEwxMzIwIDMwMCBMMTQyMCAyNDAgTDE1MjAgMzAwIEwxNTIwIDc4MCIvPg0KICAgIDxsaW5lIHgxPSIxMDgwIiB5MT0iMzYwIiB4Mj0iMTUyMCIgeTI9IjM2MCIvPg0KICAgIDxsaW5lIHgxPSIxMDgwIiB5MT0iNDYwIiB4Mj0iMTUyMCIgeTI9IjQ2MCIvPg0KICAgIDxsaW5lIHgxPSIxMDgwIiB5MT0iNTYwIiB4Mj0iMTUyMCIgeTI9IjU2MCIvPg0KICAgIDxsaW5lIHgxPSIxMDgwIiB5MT0iNjYwIiB4Mj0iMTUyMCIgeTI9IjY2MCIvPg0KICA8L2c+DQogIDxnIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjAuNiIgb3BhY2l0eT0iMC40IiBzdHJva2UtZGFzaGFycmF5PSI2IDgiPg0KICAgIDxsaW5lIHgxPSI4MCIgeTE9Ijc4MCIgeDI9IjE1MjAiIHkyPSI3ODAiLz4NCiAgICA8bGluZSB4MT0iODAiIHkxPSIxMjAiIHgyPSIxNTIwIiB5Mj0iMTIwIi8+DQogICAgPGxpbmUgeDE9IjgwIiB5MT0iMTIwIiB4Mj0iODAiIHkyPSI3ODAiLz4NCiAgICA8bGluZSB4MT0iMTUyMCIgeTE9IjEyMCIgeDI9IjE1MjAiIHkyPSI3ODAiLz4NCiAgPC9nPg0KICA8dGV4dCB4PSIxMTAiIHk9IjgyMCIgZmlsbD0iY3VycmVudENvbG9yIiBvcGFjaXR5PSIwLjM1IiBmb250LWZhbWlseT0iQXJpYWwsc2Fucy1zZXJpZiIgZm9udC1zaXplPSIxNCIgbGV0dGVyLXNwYWNpbmc9IjAuMmVtIj5DRVBIRSBFTEVWQVNZT04gFCBURUtOMEsgRVNLMFo8L3RleHQ+DQo8L3N2Zz4NCg==) center bottom / min(120%,820px) auto no-repeat;opacity:.06;pointer-events:none}body[data-service-slug] .service-intro>.container{position:relative;z-index:1}body[data-service-slug] .service-examples .container,body[data-service-slug] .service-projects .container{position:relative;z-index:1}.service-tech[hidden]{display:none}.service-tech{background:linear-gradient(180deg,#fff,#f6f5f2)}.service-tech__header{text-align:center;margin-bottom:clamp(1.75rem,4vw,2.5rem)}.service-tech__header h2{font-family:var(--font-display);font-size:clamp(1.25rem,2.4vw,1.625rem);margin:.5rem 0 0}.service-tech .accordion{max-width:48rem;margin-inline:auto}.service-examples:not(.is-ready){display:none}.service-examples.is-ready{display:block}.service-examples-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,240px),1fr));gap:1px;background:var(--c-border);border:1px solid var(--c-border)}.service-example-card{position:relative;aspect-ratio:4 / 3;border:0;padding:0;cursor:pointer;overflow:hidden;background:var(--c-dark-3)}.service-example-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s var(--ease-out);background:#ececec}.service-example-card:hover img{transform:scale(1.04)}.service-example-card--static{margin:0;cursor:default}.service-example-card--static:hover img{transform:none}.service-example-card--static img{object-fit:contain}.card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#000000c7,#00000059 45%,#0003);display:flex;flex-direction:column;justify-content:flex-end;padding:1rem 1.125rem;opacity:0;transition:opacity .28s var(--ease-out);pointer-events:none}.service-project-card:hover .card-overlay,.service-example-card:hover .card-overlay{opacity:1}@media(hover:none){.service-project-card .card-overlay,.service-example-card .card-overlay{opacity:.85}.service-example-card:active .card-overlay{opacity:1}}.card-overlay strong{color:#fff;font-family:var(--font-display);font-size:.9375rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;line-height:1.25}.card-overlay span{color:#ffffffc7;font-size:.8125rem;margin-top:.25rem;letter-spacing:.05em;text-transform:uppercase}.card-overlay--example{justify-content:center;align-items:center;text-align:center;background:#00000094}.card-overlay--example span{font-family:var(--font-display);font-size:.875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-top:0}.service-examples:empty{display:none}.service-example-card img[data-state=error]{opacity:.35}.service-projects:not(.is-ready){display:none}.service-projects.is-ready{display:block}.service-projects-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}@media(max-width:1024px){.service-projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.service-projects-grid{grid-template-columns:1fr}}.service-project-card{display:flex;flex-direction:column;background:var(--c-bg);border:1px solid var(--c-border);border-radius:var(--radius-card);overflow:hidden;color:inherit;transition:transform .3s var(--ease-out),box-shadow .3s var(--ease-out)}.service-project-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000014;color:inherit}.service-project-card__media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:var(--c-dark-3)}.service-project-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s var(--ease-out)}.service-project-card:hover .service-project-card__media img{transform:scale(1.04)}.service-project-card__placeholder{display:grid;place-items:center;height:100%;padding:1rem;text-align:center;font-size:.875rem;color:var(--c-text-sub)}.service-project-card__body{padding:1rem 1.125rem 1.25rem}.service-project-card__body h3{font-size:1rem;margin:0 0 .35rem}.service-project-card__body p{margin:0;font-size:.875rem;color:var(--c-text-sub)}.page-products__grid{position:relative;overflow:hidden;background:linear-gradient(180deg,#fafaf8,#f2f1ee)}.page-products__grid:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAwIiBoZWlnaHQ9IjkwMCIgdmlld0JveD0iMCAwIDE2MDAgOTAwIiBmaWxsPSJub25lIiBhcmlhLWhpZGRlbj0idHJ1ZSI+DQogIDxnIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiIG9wYWNpdHk9IjAuNTUiPg0KICAgIDxwYXRoIGQ9Ik0xMjAgNzgwIEwxMjAgMjIwIEwyODAgMTIwIEw0NDAgMjIwIEw0NDAgNzgwIi8+DQogICAgPHBhdGggZD0iTTE2MCA3ODAgTDE2MCAyNjAgTDI4MCAxODAgTDQwMCAyNjAgTDQwMCA3ODAiLz4NCiAgICA8cGF0aCBkPSJNMjAwIDc4MCBMMjAwIDMwMCBMMjgwIDI0MCBMMzYwIDMwMCBMMzYwIDc4MCIvPg0KICAgIDxsaW5lIHgxPSIxMjAiIHkxPSIzMjAiIHgyPSI0NDAiIHkyPSIzMjAiLz4NCiAgICA8bGluZSB4MT0iMTIwIiB5MT0iNDIwIiB4Mj0iNDQwIiB5Mj0iNDIwIi8+DQogICAgPGxpbmUgeDE9IjEyMCIgeTE9IjUyMCIgeDI9IjQ0MCIgeTI9IjUyMCIvPg0KICAgIDxsaW5lIHgxPSIxMjAiIHkxPSI2MjAiIHgyPSI0NDAiIHkyPSI2MjAiLz4NCiAgICA8bGluZSB4MT0iMjAwIiB5MT0iMjIwIiB4Mj0iMjAwIiB5Mj0iNzgwIi8+DQogICAgPGxpbmUgeDE9IjI4MCIgeTE9IjE4MCIgeDI9IjI4MCIgeTI9Ijc4MCIvPg0KICAgIDxsaW5lIHgxPSIzNjAiIHkxPSIyMjAiIHgyPSIzNjAiIHkyPSI3ODAiLz4NCiAgPC9nPg0KICA8ZyBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjIiIG9wYWNpdHk9IjAuNyI+DQogICAgPHBhdGggZD0iTTUyMCA3ODAgTDUyMCAxODAgTDc2MCA4MCBMMTAwMCAxODAgTDEwMDAgNzgwIi8+DQogICAgPGxpbmUgeDE9IjUyMCIgeTE9IjI4MCIgeDI9IjEwMDAiIHkyPSIyODAiLz4NCiAgICA8bGluZSB4MT0iNTIwIiB5MT0iMzgwIiB4Mj0iMTAwMCIgeTI9IjM4MCIvPg0KICAgIDxsaW5lIHgxPSI1MjAiIHkxPSI0ODAiIHgyPSIxMDAwIiB5Mj0iNDgwIi8+DQogICAgPGxpbmUgeDE9IjUyMCIgeTE9IjU4MCIgeDI9IjEwMDAiIHkyPSI1ODAiLz4NCiAgICA8bGluZSB4MT0iNTIwIiB5MT0iNjgwIiB4Mj0iMTAwMCIgeTI9IjY4MCIvPg0KICAgIDxsaW5lIHgxPSI2NDAiIHkxPSIxODAiIHgyPSI2NDAiIHkyPSI3ODAiLz4NCiAgICA8bGluZSB4MT0iNzYwIiB5MT0iODAiIHgyPSI3NjAiIHkyPSI3ODAiLz4NCiAgICA8bGluZSB4MT0iODgwIiB5MT0iMTgwIiB4Mj0iODgwIiB5Mj0iNzgwIi8+DQogIDwvZz4NCiAgPGcgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMC44IiBvcGFjaXR5PSIwLjM1Ij4NCiAgICA8cGF0aCBkPSJNMTA4MCA3ODAgTDEwODAgMjYwIEwxMTgwIDIwMCBMMTI4MCAyNjAgTDEyODAgNzgwIi8+DQogICAgPHBhdGggZD0iTTEzMjAgNzgwIEwxMzIwIDMwMCBMMTQyMCAyNDAgTDE1MjAgMzAwIEwxNTIwIDc4MCIvPg0KICAgIDxsaW5lIHgxPSIxMDgwIiB5MT0iMzYwIiB4Mj0iMTUyMCIgeTI9IjM2MCIvPg0KICAgIDxsaW5lIHgxPSIxMDgwIiB5MT0iNDYwIiB4Mj0iMTUyMCIgeTI9IjQ2MCIvPg0KICAgIDxsaW5lIHgxPSIxMDgwIiB5MT0iNTYwIiB4Mj0iMTUyMCIgeTI9IjU2MCIvPg0KICAgIDxsaW5lIHgxPSIxMDgwIiB5MT0iNjYwIiB4Mj0iMTUyMCIgeTI9IjY2MCIvPg0KICA8L2c+DQogIDxnIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjAuNiIgb3BhY2l0eT0iMC40IiBzdHJva2UtZGFzaGFycmF5PSI2IDgiPg0KICAgIDxsaW5lIHgxPSI4MCIgeTE9Ijc4MCIgeDI9IjE1MjAiIHkyPSI3ODAiLz4NCiAgICA8bGluZSB4MT0iODAiIHkxPSIxMjAiIHgyPSIxNTIwIiB5Mj0iMTIwIi8+DQogICAgPGxpbmUgeDE9IjgwIiB5MT0iMTIwIiB4Mj0iODAiIHkyPSI3ODAiLz4NCiAgICA8bGluZSB4MT0iMTUyMCIgeTE9IjEyMCIgeDI9IjE1MjAiIHkyPSI3ODAiLz4NCiAgPC9nPg0KICA8dGV4dCB4PSIxMTAiIHk9IjgyMCIgZmlsbD0iY3VycmVudENvbG9yIiBvcGFjaXR5PSIwLjM1IiBmb250LWZhbWlseT0iQXJpYWwsc2Fucy1zZXJpZiIgZm9udC1zaXplPSIxNCIgbGV0dGVyLXNwYWNpbmc9IjAuMmVtIj5DRVBIRSBFTEVWQVNZT04gFCBURUtOMEsgRVNLMFo8L3RleHQ+DQo8L3N2Zz4NCg==) center bottom / min(130%,920px) auto no-repeat;color:#8a8a8a;opacity:.1;pointer-events:none}.page-products__grid>.container{position:relative;z-index:1}body[data-service-slug] .service-showcase__brands:empty,body[data-service-slug] .service-examples-grid--row:empty{display:none;margin:0}body[data-service-slug] .service-overview{padding-bottom:clamp(1rem,2vw,1.5rem)}body[data-service-slug] .service-examples{padding-top:0;padding-bottom:clamp(.75rem,1.5vw,1.25rem)}body[data-service-slug] .service-tech{padding-top:clamp(.5rem,1vw,1rem);padding-bottom:clamp(2rem,4vw,3rem)}body[data-service-slug] .service-tech__header{margin-bottom:clamp(1rem,2vw,1.5rem)}body[data-service-slug] .service-showcase__brands{width:min(100% - 2.5rem,var(--container-narrow));margin:1rem auto 1.25rem}body[data-service-slug] .service-examples-grid--row{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:900px){body[data-service-slug] .service-examples-grid--row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){body[data-service-slug] .service-examples-grid--row{grid-template-columns:1fr}}body[data-service-slug] .service-overview,body[data-service-slug] .service-examples,body[data-service-slug] .service-tech{background:#fff}body[data-service-slug] .service-intro:before,body[data-service-slug] .service-examples:before{display:none}body[data-service-slug] .service-examples.section--surface{background:#fff}body[data-service-slug] .service-examples-grid{gap:.75rem;background:#fff;border:none}body[data-service-slug] .service-example-card{background:#fff}
