:root{--bg-color:#fff;--text-color:#000}body.dark-mode{--bg-color:#000;--text-color:#fff}body,html{margin:0;height:100%;font-family:"Fragment Mono",monospace;background:var(--bg-color);color:var(--text-color);transition:background .5s ease,color .5s ease}.overlay{position:fixed;top:0;left:0;right:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;color:#fff;mix-blend-mode:difference;pointer-events:none}.overlay-inner{width:100%;display:flex;justify-content:space-between;align-items:center;pointer-events:auto}.logo svg{fill:currentColor;width:60px;height:60px;display:block;transition:transform .3s ease,fill .3s ease}.menu{display:flex;gap:2rem;mix-blend-mode:normal;color:currentColor}.nav-link{position:relative;text-transform:uppercase;text-decoration:none;font-weight:700;letter-spacing:.05em;color:#fff;padding:.5rem 0;overflow:hidden;transition:color .25s ease;isolation:isolate}.nav-link::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;transform:scaleY(0);transform-origin:top;transition:transform 80ms ease-out,transform .25s cubic-bezier(.4,0,.2,1) 80ms;z-index:0;mix-blend-mode:difference}.nav-link span{position:relative;z-index:1;transition:color .25s ease}.nav-link:hover::before{transform:scaleY(1);transform-origin:top}.nav-link:not(:hover)::before{transform:scaleY(0);transform-origin:bottom}.nav-link:hover span{color:#000}.section{min-height:100vh;padding:8rem 2rem 4rem;text-align:center}.fill-divider{position:relative;display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-weight:600;letter-spacing:.05em;margin:2rem 0;padding:.5rem 1rem;background:#fff;color:#000;mix-blend-mode:difference;isolation:isolate;transition:background .3s ease,color .3s ease}.fill-divider .divider-indent{flex-shrink:0;width:4rem;display:flex;align-items:center;justify-content:center}.fill-divider .divider-indent.filled{background:var(--bg-color);color:var(--text-color)}.fill-divider .divider-icon svg{width:1rem;height:1rem;fill:currentColor}@media (max-width:768px){.fill-divider .divider-indent{width:3rem}.fill-divider .divider-content{padding:.4rem .75rem}}.hollow-divider{position:relative;display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-weight:600;letter-spacing:.05em;line-height:1.2;margin:2rem 0;padding:.4rem .75rem;background:0 0;color:var(--text-color);border-top:2px solid var(--text-color);border-bottom:2px solid var(--text-color);isolation:isolate;transition:all .3s ease}.hollow-divider .divider-icon svg{width:1rem;height:1rem;fill:currentColor;margin-right:.5rem}.divider-tight{margin:1.25rem 0;padding:.3rem .75rem}@media (max-width:768px){.fill-divider,.hollow-divider{font-size:.85rem;padding:.4rem .5rem}}.divider-center{justify-content:center;text-align:center}.divider-center .divider-icon{order:0;margin-right:.5rem;margin-left:0}.divider-right{justify-content:flex-end;text-align:right}.divider-right .divider-icon{order:2;margin-left:.5rem;margin-right:0}.divider-left{justify-content:flex-start;text-align:left}.divider-left .divider-icon{order:0!important;margin-right:.5rem;margin-left:0}.work-panels{width:100%;display:flex;flex-direction:column;border-top:1px solid currentColor;position:relative;z-index:1;mix-blend-mode:difference}.work-panel{border-bottom:1px solid currentColor;background:0 0;color:var(--text-color);transition:background .4s ease,color .4s ease;isolation:isolate}.work-panel-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;font-weight:600;cursor:pointer}.work-panel-header h3{margin:0;font-size:1rem;pointer-events:none}.toggle-icon{background:0 0;border:none;color:inherit;font-size:1.3rem;line-height:1;cursor:pointer;width:1.5rem;height:1.5rem;position:relative}.toggle-icon::after{content:"+";position:absolute;inset:0;display:grid;place-items:center}.work-panel.active{background:#fff;color:#000;mix-blend-mode:difference;transition:background .4s ease,color .4s ease}.work-panel.active .toggle-icon::after{content:"–"}.work-panel-content{max-height:0;overflow:hidden;padding:0 1.5rem;opacity:0;transition:max-height .5s ease,opacity .25s ease,padding .25s ease}.work-panel.active .work-panel-content{max-height:400px;opacity:1;padding:.75rem 1.5rem 1.25rem}@media (max-width:768px){.work-panel-header{padding:.6rem 1rem}.work-panel.active .work-panel-header{padding:1rem}.work-panel-content{padding:0 1rem}}.project-list-section{position:relative;width:100%;margin:4rem 0 2rem}.project-list-section,.project-list-section *{mix-blend-mode:normal!important}.project-list-nav{display:grid;grid-template-columns:6rem 1fr 14rem;align-items:center;gap:1rem;padding:.5rem 1rem;border-top:1px solid currentColor;border-bottom:1px solid currentColor;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.project-list-nav .align-right{text-align:right}.project-row{display:block;text-decoration:none;color:inherit;border-bottom:1px solid currentColor;background:#f5f5f5;transition:background-color .3s ease}.bg-1{background:#0d0d0d;color:#fff}.bg-2{background:#242424;color:#fff}.bg-3{background:#3b3b3b;color:#fff}.project-row-header{display:grid;grid-template-columns:6rem 1fr 14rem;align-items:center;gap:1rem;padding:.9rem 1rem}.project-row-header .meta{font-weight:600;opacity:.9}.project-row-header .align-right{text-align:right}.project-row-header .title{font-weight:800}.project-row-drawer{height:0;overflow:hidden;transition:height .35s ease,opacity .25s ease;opacity:0;will-change:height,opacity}.project-row-drawer img{width:100%;display:block;transform:translateY(8%);transition:transform .35s ease}.hover-peek:hover .project-row-drawer{height:10vh;opacity:1}.hover-peek:hover .project-row-drawer img{transform:translateY(0)}.project-row.peek .project-row-drawer{height:10vh;opacity:1}.project-row.peek .project-row-drawer img{transform:translateY(0)}@media (max-width:768px){.project-list-nav,.project-row-header{grid-template-columns:4.5rem 1fr 9rem;padding:.75rem .75rem}}.lb-section{padding:4rem 1.25rem}.lb-container{width:min(1200px,100% - 2rem);margin-inline:auto}.lb-title{margin:0 0 2rem 0;line-height:.95;letter-spacing:.01em;font-size:clamp(1.125rem, 2.2vw, 1.6rem);color:var(--text-color)}.lb-items{display:grid;gap:1.25rem}.lb-item{padding:.75rem 0 1.15rem;border-bottom:2px solid color-mix(in oklab,currentColor 24%,transparent)}.lb-head{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;color:inherit}.lb-name{margin:0;font-weight:700;font-size:clamp(1.05rem, 2vw, 1.25rem)}.lb-bullet{width:22px;height:22px;border:2px solid currentColor;border-radius:50%;display:grid;place-items:center;flex:0 0 22px}.lb-bullet svg{display:block;width:12px;height:12px}.lb-head:hover .lb-bullet svg{transform:translateX(1px);transition:transform .15s ease}.lb-head:hover .lb-name{text-decoration:underline;text-underline-offset:.15em}.lb-desc{margin:.35rem 0 0;max-width:80ch;line-height:1.55;opacity:.95;color:var(--text-color)}@media (max-width:600px){.lb-title{margin-bottom:1.25rem}.lb-item{padding-bottom:.9rem}}.faq-block{padding:4rem 2rem;color:var(--text-color);background:0 0}.faq-block__inner{width:min(1100px,100% - 2rem);margin-inline:auto}.faq-block__title{margin:0 0 1.25rem 0;font-size:clamp(2.4rem, 8vw, 5rem);line-height:.95;letter-spacing:.01em}.faq-item{border-top:1px solid color-mix(in oklab,currentColor 22%,transparent);padding:1.25rem 0}.faq-item:last-of-type{border-bottom:1px solid color-mix(in oklab,currentColor 22%,transparent)}.faq-q{list-style:none;cursor:pointer;display:block;margin:0;font:inherit;color:inherit;position:relative;padding-left:1.75rem;font-size:clamp(1.125rem, 2.2vw, 1.6rem);line-height:1.3;outline:0}.faq-q::-webkit-details-marker{display:none}.faq-q::before{content:"+";position:absolute;left:0;top:0;transform:translateY(.05em);font-size:1.4em;line-height:1}.faq-item[open] .faq-q::before{content:"×"}.faq-item[open] .faq-q{font-weight:700}.faq-q:focus-visible{box-shadow:0 0 0 3px color-mix(in oklab,currentColor 18%,transparent);border-radius:8px}.faq-a{padding:.6rem 0 0 1.75rem;max-width:75ch;font-size:clamp(1rem, 1.6vw, 1.05rem);line-height:1.6;opacity:.9}@media (max-width:640px){.faq-block{padding:3rem 1.25rem}}.pb{padding:2rem;background:#fff;color:#000;font-family:Inter,Arial,sans-serif}.pb__wrap{width:min(1100px,100% - 2rem);margin-inline:auto}.pb__title{font-size:clamp(2rem, 5vw, 2.6rem);text-align:center;margin:0 0 .5rem}.pb__subtitle{text-align:center;color:#555;margin:0 0 2rem}.pb__toggle{display:inline-grid;grid-auto-flow:column;gap:.4rem;border:1px solid #ccc;border-radius:0;padding:.25rem;margin:0 auto 2rem;place-items:center}.pb__toggle input{position:absolute;opacity:0;pointer-events:none}.pb__toggle label{padding:.45rem .9rem;border-radius:0;cursor:pointer;user-select:none;font-weight:600;font-size:.9rem;color:#000;opacity:.75}.pb:has(#pb-advanced:checked) label[for=pb-advanced],.pb:has(#pb-standard:checked) label[for=pb-standard]{background:#000;color:#fff;opacity:1}.pb__panel{transition:opacity .35s ease}.pb-visible{opacity:1;position:relative;pointer-events:auto}.pb-hidden{opacity:0;position:absolute;inset:0;pointer-events:none}.pb:has(#pb-advanced:checked) .pb__panel--standard{opacity:0;position:absolute;inset:0;pointer-events:none}.pb:has(#pb-advanced:checked) .pb__panel--advanced{opacity:1;position:relative;pointer-events:auto}.pb-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.pb-card{border:1px solid #ccc;border-radius:0;padding:2rem;background:#fff;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s ease,box-shadow .2s ease}.pb-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.06)}.pb-card__head h2.pb-card__title{margin:0;font-size:1.5rem}.pb-card__blurb{margin:.25rem 0 0;color:#333}.pb-card__price{font-size:2rem;font-weight:800;margin:1rem 0}.pb-card__term{color:#555;font-size:.95rem;margin:0 0 1rem}.pb-card__unit{font-weight:500}.pb-btn{display:inline-block;text-align:center;padding:.75rem 1rem;background:#000;color:#fff;border-radius:0;text-decoration:none;margin:.5rem 0 1rem;font-weight:600}.pb-btn:hover{filter:brightness(1.05)}.pb-list{list-style:none;padding:1rem 0 0;margin:0;border-top:1px solid #ddd}.pb-list li{padding:.5rem 0;font-size:.95rem}.pb-card--popular{border:2px solid #000;position:relative}.pb-badge{position:absolute;top:1rem;right:1rem;background:#000;color:#fff;font-size:.72rem;font-weight:800;padding:.25rem .5rem;border-radius:0}@media (max-width:560px){.pb{padding:1.25rem}.pb__toggle{margin-bottom:1.5rem}}.th-footer{background:#000;color:#fff;padding:2.25rem 1.25rem 1.25rem;position:relative}.th-footer__inner{width:min(1200px,100% - 2rem);margin-inline:auto}.th-footer__row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.th-footer__row--top{min-height:140px}.th-footer__row--bottom{padding:.5rem 0 0}.th-footer__ref{color:#fff;text-decoration:none;letter-spacing:.02em}.th-footer__ref:hover{opacity:.85}.th-footer__right{display:flex;align-items:center;gap:2rem}.th-footer__social{display:flex;align-items:center;gap:1rem}.th-ico{display:grid;place-items:center;width:28px;height:28px;color:#fff;opacity:.95;text-decoration:none}.th-ico:hover{opacity:1;transform:translateY(-1px)}.th-ico svg{display:block;width:100%;height:100%}.th-footer__legal{display:flex;gap:.5rem;align-items:center;font-size:.95rem}.th-footer__legal a{color:#fff;text-decoration:none}.th-footer__legal a:hover{opacity:.85}.th-footer__rule{border:0;height:2px;margin:1.25rem 0 .75rem;background:rgba(255,255,255,.9)}.th-footer__brand{font-weight:600;letter-spacing:.02em}.th-footer-underlay{height:25vw;min-height:200px;max-height:480px;background:#000;display:block;position:relative;overflow:hidden;width:100vw;margin-left:calc(50% - 50vw);pointer-events:auto}#marquee-canvas{width:100%;height:100%;display:block}@media (max-width:900px){.th-footer__row--top{min-height:100px}.th-footer__right{flex-direction:column;align-items:flex-end;gap:.75rem}.th-footer__legal{order:2}.th-footer-underlay{height:30vw}}@media (max-width:600px){.th-footer__row{flex-direction:column;align-items:flex-start}.th-footer__right{align-items:flex-start}.th-footer-underlay{height:35vw;max-height:300px}}@media (max-width:480px){.th-footer-underlay{height:40vw;min-height:150px}}.case{padding:4rem 1.25rem}.case-wrap{width:min(1100px,100% - 2rem);margin-inline:auto;display:grid;gap:2rem}.case-eyebrow{font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;opacity:.7}.case-title{margin:0;font-size:clamp(2rem, 5.5vw, 3.6rem);line-height:1.05;letter-spacing:.01em}.case-sub{max-width:72ch;opacity:.92}.case-tags{display:flex;flex-wrap:wrap;gap:.5rem}.case-tag{border:1px solid currentColor;border-radius:999px;padding:.35rem .7rem;font-size:.8rem;white-space:nowrap}.case-media{display:block;width:100%;height:auto;border-radius:14px}.case-caption{font-size:.9rem;opacity:.8;margin-top:.35rem}.case-quote{border:1px solid currentColor;border-radius:14px;padding:1rem;font-style:italic}.case-quote footer{margin-top:.35rem;opacity:.8;font-style:normal}.case-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.case-stat{border:1px solid currentColor;border-radius:14px;padding:1rem;text-align:center}.case-stat .v{font-size:clamp(1.6rem,3.6vw,2.4rem);font-weight:800;line-height:1}.case-stat .k{opacity:.8}.case-section{display:grid;gap:1rem}.case-section>h3{margin:.25rem 0 0;font-size:clamp(1.15rem, 2.5vw, 1.4rem)}.case-body{display:grid;gap:1rem;max-width:72ch}.case-body p{margin:0;line-height:1.6}.case-body ul{margin:.25rem 0 0 1.25rem;display:grid;gap:.35rem}.case-gallery{display:grid;gap:1rem;grid-template-columns:1fr}.case-gallery--2{grid-template-columns:1fr 1fr}.case-gallery--3{grid-template-columns:repeat(3,1fr)}.case-card{border:1px solid currentColor;border-radius:14px;background:rgba(255,255,255,.7)}body.dark-mode .case-card{background:rgba(255,255,255,.08)}.case-card__pad{padding:1rem}.case-b{display:grid;gap:2rem;grid-template-columns:320px 1fr;align-items:start}@media (max-width:980px){.case-b{grid-template-columns:1fr}}.case-side{display:grid;gap:1rem}.case-kv{border:1px solid currentColor;border-radius:14px;padding:1rem}.case-kv dt{font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;opacity:.8}.case-kv dd{margin:0 0 .75rem 0}.case-nav{display:flex;justify-content:space-between;gap:1rem;border-top:1px dashed currentColor;padding-top:1rem}.case-nav a{text-decoration:none;color:inherit}.case .xblk-card{background:rgba(255,255,255,.7)}body.dark-mode .case .xblk-card{background:rgba(255,255,255,.08)}.tag{border:1px solid #000;border-radius:0!important;background:#fff;color:#000;padding:10px 14px;line-height:1;font:inherit;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s,border-color .15s;text-decoration:none!important}.tag:active,.tag:focus,.tag:hover{text-decoration:none!important;box-shadow:0 0 0 2px rgba(0,0,0,.06) inset}.tag[aria-pressed=true]{background:#000;color:#fff;border-color:#000;font-weight:600;text-decoration:none!important}.tag[aria-pressed=true]:hover{box-shadow:0 0 0 2px rgba(255,255,255,.08) inset}.tag:focus-visible{outline:2px solid #000;outline-offset:2px}.tags{gap:8px}.page--padded{--pad-x-mobile:16px;--pad-x-desktop:56px;--pad-top-mobile:88px;--pad-top-desktop:128px;padding:var(--pad-top-mobile) var(--pad-x-mobile) 72px}@media (min-width:960px){.page--padded{padding:var(--pad-top-desktop) var(--pad-x-desktop) 96px}}.section-anchor{scroll-margin-top:120px}@media (min-width:960px){.section-anchor{scroll-margin-top:160px}}.pb-badge,.pb-btn,.pb-card,.pb__toggle,.pb__toggle label{border-radius:0!important}.ico{display:inline-block;width:20px;height:20px;vertical-align:middle}.ico--q{flex-shrink:0}.lb-mark{display:none!important}.th-footer__social{display:flex;gap:.75rem;align-items:center}.th-ico{position:relative;display:inline-grid;place-items:center;width:32px;height:32px;color:#9ca3af;text-decoration:none;outline:0}.th-ico .icon{position:absolute;inset:0;width:100%;height:100%;transition:opacity .18s ease,transform .18s ease;will-change:opacity,transform}.th-ico .icon--hover{opacity:0;transform:scale(.92)}.th-ico:where(:hover,:focus-visible){color:#1f2937}.th-ico:where(:hover,:focus-visible) .icon--default{opacity:0;transform:scale(1.06)}.th-ico:where(:hover,:focus-visible) .icon--hover{opacity:1;transform:scale(1)}.th-ico:focus-visible{box-shadow:0 0 0 3px rgba(99,102,241,.45);border-radius:8px}@media (prefers-reduced-motion:reduce){.th-ico .icon{transition:none}}.hero-section{position:relative;width:100vw;height:100vh;background-color:#000;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-left:calc(-1 * var(--pad-x-mobile));margin-right:calc(-1 * var(--pad-x-mobile));margin-top:calc(-1 * var(--pad-top-mobile))}@media (min-width:960px){.hero-section{margin-left:calc(-1 * var(--pad-x-desktop));margin-right:calc(-1 * var(--pad-x-desktop));margin-top:calc(-1 * var(--pad-top-desktop))}}.hero-webgl-container{position:relative;width:100%;max-width:none;height:100%;aspect-ratio:unset}.hero-webgl-container canvas{display:block;width:100%;height:100%}@media (max-width:768px){.hero-webgl-container{width:100%;height:70vh}}.page--legal{--pad-x-mobile:16px;--pad-x-desktop:56px;--pad-top-mobile:88px;--pad-top-desktop:128px;padding:72px var(--pad-x-mobile)}@media (min-width:960px){.page--legal{padding:96px var(--pad-x-desktop)}}.page-legal-layout{max-width:1200px;margin:0 auto}.legal-content{width:100%}.legal-section{scroll-margin-top:120px}@media (min-width:960px){.legal-section{scroll-margin-top:160px}}.legal-hero{margin-bottom:24px}@media (min-width:960px){.legal-hero{margin-bottom:32px}}.legal-section+.legal-section{margin-top:48px}@media (min-width:960px){.legal-section+.legal-section{margin-top:56px}}.legal-section h2{font-size:1.5rem;margin-bottom:16px;font-weight:700}.legal-section h3{font-size:1.2rem;margin-top:24px;margin-bottom:12px;font-weight:700}.legal-section ol,.legal-section p,.legal-section ul{margin-bottom:16px;line-height:1.6}.legal-section ol,.legal-section ul{padding-left:24px}.legal-section li{margin-bottom:8px}.legal-divider{border:0;height:2px;background:rgba(255,255,255,.2);margin:64px 0}.legal-section--dark{background:#000;color:#fff;width:100%;padding:128px 0;margin:0 0 48px 0;box-sizing:border-box}.legal-section--dark-inner{max-width:1200px;margin:0 auto;padding:0 56px}@media (max-width:960px){.legal-section--dark{padding:88px 0}.legal-section--dark-inner{padding:0 16px}}.legal-section--dark h2,.legal-section--dark h3{color:#fff}.legal-section--dark h2{font-size:1.5rem;margin-bottom:16px;font-weight:700}.legal-section--dark h3{font-size:1.2rem;margin-top:24px;margin-bottom:12px;font-weight:700}.legal-section--dark ol,.legal-section--dark p,.legal-section--dark ul{margin-bottom:16px;line-height:1.6}.legal-section--dark ol,.legal-section--dark ul{padding-left:24px}.legal-section--dark li{margin-bottom:8px}.legal-section--dark a{color:#fff;text-decoration:underline}.legal-section--dark a:hover{opacity:.8}.project-hero{padding:180px 24px 80px;background:var(--bg-color)}.project-hero__inner{max-width:1000px;margin:0 auto;text-align:center}.project-hero__meta{display:flex;gap:16px;justify-content:center;margin-bottom:24px;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;opacity:.7}.project-hero__title{font-size:clamp(3rem, 8vw, 5rem);font-weight:700;margin:0 0 24px 0;line-height:1.1;letter-spacing:-.02em}.project-hero__subtitle{font-size:clamp(1.1rem, 2vw, 1.4rem);margin:0 0 40px 0;opacity:.85;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.5}.project-hero__tags{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.project-tag{display:inline-block;padding:8px 16px;border:1px solid currentColor;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;transition:all .2s}.project-tag:hover{background:var(--text-color);color:var(--bg-color)}.project-featured{width:100%;padding:0 0 80px 0}.project-featured__inner{max-width:1400px;margin:0 auto;padding:0 24px}.project-img-placeholder{background:linear-gradient(135deg,rgba(0,0,0,.05) 0,rgba(0,0,0,.1) 100%);border:1px solid currentColor;display:flex;align-items:center;justify-content:center;font-size:.9rem;opacity:.6;aspect-ratio:4/3;transition:opacity .3s;overflow:hidden}.project-img-placeholder:hover{opacity:.8}.project-img-placeholder img,.project-img-placeholder picture,.project-img-placeholder source{max-width:100%;height:auto;display:block;object-fit:contain}.project-img-placeholder--hero{aspect-ratio:16/9}.project-img-placeholder--wide{aspect-ratio:21/9}.project-img-placeholder--square{aspect-ratio:1/1}.project-img-placeholder--mobile{aspect-ratio:9/16;max-width:400px;margin:0 auto}.project-section{padding:80px 24px;background:var(--bg-color)}.project-section--dark{background:#000;color:#fff}.project-section--light{background:rgba(0,0,0,.02)}.project-section__inner{max-width:1200px;margin:0 auto}.project-section__title{font-size:clamp(2rem, 4vw, 3rem);font-weight:700;margin:0 0 32px 0;letter-spacing:-.01em}.project-section__intro{font-size:1.2rem;line-height:1.7;margin-bottom:48px;opacity:.9;max-width:800px}.project-grid{display:grid;gap:48px}.project-grid--overview{grid-template-columns:1fr;gap:64px}@media (min-width:900px){.project-grid--overview{grid-template-columns:300px 1fr;gap:80px}}.project-grid--2col{grid-template-columns:1fr;gap:40px}@media (min-width:768px){.project-grid--2col{grid-template-columns:1fr 1fr}}.project-grid--3col{grid-template-columns:1fr;gap:32px}@media (min-width:640px){.project-grid--3col{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.project-grid--3col{grid-template-columns:repeat(3,1fr)}}.project-overview__info{display:grid;gap:32px}.project-info-block h3{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 8px 0;opacity:.6;font-weight:700}.project-info-block p{margin:0;font-size:1rem;line-height:1.5}.project-overview__content h2{font-size:1.8rem;margin:0 0 24px 0;font-weight:700}.project-overview__content p{line-height:1.7;margin-bottom:16px}.project-content h3{font-size:1.4rem;margin:0 0 16px 0;font-weight:700}.project-content ul{list-style:none;padding:0;margin:0}.project-content li{padding-left:24px;position:relative;margin-bottom:12px;line-height:1.6}.project-content li:before{content:"→";position:absolute;left:0;opacity:.6}.project-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:48px}@media (min-width:768px){.project-stats{grid-template-columns:repeat(4,1fr)}}.project-stat{text-align:center;padding:32px 16px;border:1px solid currentColor}.project-stat__value{font-size:clamp(2.5rem, 5vw, 4rem);font-weight:700;line-height:1;margin-bottom:12px}.project-stat__label{font-size:.9rem;opacity:.7;text-transform:uppercase;letter-spacing:.05em}.project-card{border:1px solid currentColor;padding:24px;transition:transform .3s}.project-card:hover{transform:translateY(-4px)}.project-card h3{font-size:1.3rem;margin:16px 0 12px 0;font-weight:700}.project-card p{margin:0;line-height:1.6;opacity:.85}.project-image-grid{display:grid;gap:24px}.project-image-grid--2{grid-template-columns:1fr}@media (min-width:768px){.project-image-grid--2{grid-template-columns:repeat(2,1fr)}}.project-image-grid--3{grid-template-columns:1fr}@media (min-width:640px){.project-image-grid--3{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.project-image-grid--3{grid-template-columns:repeat(3,1fr)}}.project-feature{display:grid;grid-template-columns:1fr;gap:48px;margin-bottom:80px;align-items:center}@media (min-width:900px){.project-feature{grid-template-columns:1fr 1fr;gap:80px}}.project-feature--reverse{direction:ltr}@media (min-width:900px){.project-feature--reverse .project-feature__content{order:2}.project-feature--reverse .project-feature__media{order:1}}.project-feature__content h3{font-size:1.8rem;margin:0 0 16px 0;font-weight:700}.project-feature__content p{line-height:1.7;margin-bottom:24px;opacity:.9}.project-feature__content ul{list-style:none;padding:0;margin:0}.project-feature__content li{padding-left:24px;position:relative;margin-bottom:12px;line-height:1.6}.project-feature__content li:before{content:"✓";position:absolute;left:0;font-weight:700}.project-process{display:grid;grid-template-columns:1fr;gap:40px;margin-top:48px}@media (min-width:640px){.project-process{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.project-process{grid-template-columns:repeat(5,1fr)}}.project-process__step{text-align:center}.project-process__number{font-size:3rem;font-weight:700;margin-bottom:16px;opacity:.3;line-height:1}.project-process__step h3{font-size:1.2rem;margin:0 0 12px 0;font-weight:700}.project-process__step p{font-size:.9rem;line-height:1.6;opacity:.8;margin:0}.project-results{display:grid;grid-template-columns:1fr;gap:40px;margin:48px 0}@media (min-width:768px){.project-results{grid-template-columns:repeat(3,1fr)}}.project-result{text-align:center;padding:48px 24px;border:2px solid currentColor}.project-result__metric{font-size:clamp(2.5rem, 5vw, 4rem);font-weight:700;line-height:1;margin-bottom:16px;display:block}.project-result__label{font-size:1rem;opacity:.8;line-height:1.4}.project-quote{max-width:800px;margin:64px auto 0;text-align:center;padding:48px 24px;border-top:2px solid currentColor;border-bottom:2px solid currentColor}.project-quote blockquote{font-size:1.5rem;line-height:1.6;margin:0 0 24px 0;font-style:italic}.project-quote cite{font-size:1rem;opacity:.7;font-style:normal}.project-next{padding:120px 24px;background:#000;color:#fff;text-align:center}.project-next__inner{max-width:800px;margin:0 auto}.project-next__label{font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;opacity:.6;display:block;margin-bottom:16px}.project-next__title{font-size:clamp(2.5rem, 6vw, 4rem);font-weight:700;margin:0 0 32px 0;letter-spacing:-.01em}.project-next__link{display:inline-block;color:#fff;text-decoration:none;font-size:1.1rem;padding:16px 32px;border:1px solid #fff;text-transform:uppercase;letter-spacing:.1em;transition:all .3s}.project-next__link:hover{background:#fff;color:#000;transform:translateY(-2px)}@media (max-width:768px){.project-hero{padding:140px 16px 60px}.project-section{padding:60px 16px}.project-featured__inner{padding:0 16px}}body.dark-mode .project-section--light{background:rgba(255,255,255,.05)}body.dark-mode .project-img-placeholder{background:linear-gradient(135deg,rgba(255,255,255,.05) 0,rgba(255,255,255,.1) 100%)}