@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap";@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";@font-face{font-family:Italianno;src:url(../fonts/italianno/Italianno-Regular.ttf) format("truetype");font-weight:400;font-style:normal}:root{--color-bg: #ffffff;--color-bg-hero: #f8fafb;--color-grid: rgba(90, 141, 171, .12);--color-accent: #5A8DAB;--color-accent-hover: #4a7a96;--color-text-primary: #2d3748;--color-text-secondary: #5a6575;--color-text-muted: #718096;--color-text-light: #8b9aab;--color-border: #a7a7a7;--color-footer-bg: #3F5D72;--color-footer-text: #ffffff;font-family:DM Sans,system-ui,sans-serif;line-height:1.5;font-weight:400;color:var(--color-text-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}a:hover{color:var(--color-accent)}button{font-family:inherit;cursor:pointer}#root{display:flex;flex-direction:column;min-height:100vh}.header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem;background:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0;z-index:10;border-bottom:1px solid var(--color-border)}.header-logo{font-size:1.25rem;font-weight:600;color:var(--color-text-secondary);letter-spacing:-.02em}.header-nav{display:flex;gap:2rem}.header-nav a{font-size:.95rem;color:var(--color-text-secondary);font-weight:500}.header-nav a:hover{color:var(--color-accent)}.header-nav a.active{color:var(--color-accent);font-weight:600}:root,html{background-color:#e2eaf5}html{min-height:100%;margin:0;overscroll-behavior-y:none}html:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background-image:radial-gradient(circle at var(--bg-blob-1-x) var(--bg-blob-1-y),var(--bg-blob-1) 0,transparent 20%),radial-gradient(circle at var(--bg-blob-2-x) var(--bg-blob-2-y),var(--bg-blob-2) 0,transparent 52%),radial-gradient(circle at var(--bg-blob-3-x) var(--bg-blob-3-y),var(--bg-blob-3) 0,transparent 20%),linear-gradient(135deg,var(--bg-base-start) 0%,var(--bg-base-mid) 50%,var(--bg-base-end) 100%),radial-gradient(circle,var(--bg-grain) 0,var(--bg-grain) 1px,transparent 100%);background-size:140% 140%,120% 120%,160% 160%,100% 100%,3px 3px;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,repeat;background-attachment:scroll}html{--bg-blob-1-x: 10%;--bg-blob-1-y: 20%;--bg-blob-2-x: 85%;--bg-blob-2-y: 25%;--bg-blob-3-x: 20%;--bg-blob-3-y: 75%;--bg-blob-1: rgba(70, 130, 190, .5);--bg-blob-2: rgba(90, 150, 200, .55);--bg-blob-3: rgba(180, 205, 235, .7);--bg-base-start: #e2eaf5;--bg-base-mid: #f0f5fc;--bg-base-end: #fafcff;--bg-grain: rgba(255, 255, 255, .4)}body{min-height:100%;margin:0;background:transparent;overscroll-behavior-y:none}#root{background:transparent}.hero{position:relative;width:100vw;min-height:90vh;margin-left:calc(-50vw + 50%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem 5rem;overflow:visible}.hero-grid{display:none}.hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:-3rem;position:relative;z-index:1}.hero-carousel{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);margin-top:0;width:100vw;max-width:none;overflow:hidden}.hero-carousel-track{display:flex;gap:1.5rem;width:max-content;animation:hero-carousel-scroll 20s linear infinite}.hero-carousel-item{width:240px;height:140px;border-radius:16px;background:var(--color-bg-hero);box-shadow:0 8px 24px #00000014;opacity:.9}.hero-carousel-item img{width:100%;height:100%;object-fit:cover;display:block;border-radius:16px}@keyframes hero-carousel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero-name,.hero-title,.hero-tagline{font-family:Celias,system-ui,sans-serif}.hero-name{position:relative;font-size:1rem;font-weight:450;color:#5e8295;letter-spacing:.2em;margin:0 0 1rem;text-transform:uppercase}.hero-title{position:relative;font-size:clamp(3rem,10vw,5.5rem);font-weight:500;color:#5e8295;letter-spacing:-.02em;margin:0 0 .75rem;line-height:1.1}.hero-tagline{position:relative;margin:1.5rem 0 0;font-size:clamp(.95rem,2.4vw,1.25rem);font-weight:400;color:#5e8295;line-height:1.6;max-width:32rem;text-align:center}.projects{padding:3rem 2rem 4rem;max-width:1000px;margin:0 auto;margin-top:4rem}.projects-title{text-align:center;font-size:1.5rem;font-weight:600;color:var(--color-text-primary);margin:0 0 1.5rem}.projects-filters{display:flex;justify-content:center;gap:.75rem;margin-bottom:2.5rem;flex-wrap:wrap}.filter-btn{padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;border-radius:9999px;border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-accent);transition:background .2s,color .2s,border-color .2s}.filter-btn:hover{border-color:var(--color-accent);background:#5a8dab14}.filter-btn.active{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.filter-btn.active:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);color:#fff}.projects-grid{display:flex;flex-direction:column;gap:2rem}.projects-header{opacity:0;transform:translateY(40px);transform-origin:center top;transition:opacity .6s ease-out,transform .6s ease-out}.projects-header-visible{opacity:1;transform:translateY(0)}.project-card{display:flex;align-items:center;gap:2rem;padding:2rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 2px 8px #0000000a;opacity:0;--card-scale: 1;transform:scale(var(--card-scale));transform-origin:center top;transition:opacity .6s ease-out,box-shadow .2s}.project-card:hover{box-shadow:0 4px 16px #00000014}.project-card-visible{opacity:1;transition-delay:calc(.08s * var(--card-index, 0))}.project-card-content{flex:1;min-width:0}.project-title{font-size:clamp(1.35rem,2.4vw,1.75rem);font-weight:600;color:var(--color-text-secondary);margin:0 0 .5rem;line-height:1.3}.project-description{font-size:clamp(.85rem,1.6vw,.95rem);color:var(--color-text-muted);line-height:1.6;margin:0 0 1rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.project-tag{font-size:.75rem;padding:.25rem .6rem;border-radius:9999px;border:1px solid var(--color-border);color:var(--color-text-muted);background:var(--color-bg)}.project-cta{display:inline-block;padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;background:var(--color-accent);color:#fff;border-radius:8px;transition:background .2s}.project-cta:hover{background:var(--color-accent-hover);color:#fff}.project-card-image{flex-shrink:0;width:460px;max-width:100%;border-radius:8px;overflow:hidden;background:var(--color-bg-hero)}.project-card-image img{width:460px;max-width:100%;height:374px;object-fit:cover;display:block}@media(max-width:700px){.project-card{flex-direction:column!important}.project-card-image{width:100%}.project-card-image img{width:100%;height:374px}}.footer{margin-top:auto;padding:3rem 2rem;color:var(--color-text-primary);text-align:center}.footer a{color:var(--color-text-primary)}.footer a:hover{opacity:.9;text-decoration:underline}.footer-title{font-size:1.75rem;font-weight:450;margin:0 0 2rem}.footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:.5rem}.footer-links a{font-size:1.25rem}.footer-instagram{display:inline-block;font-size:1.25rem;margin-bottom:2rem}.footer-copy{font-size:.9rem;opacity:.85;margin:0}@media(max-width:768px){.header{padding:1rem 1.5rem}.header-nav{gap:1.25rem}.header-nav a{font-size:.9rem}.hero{min-height:70vh;padding:3rem 1.5rem 3.5rem}.hero-inner{margin-top:-1.5rem}.hero-title{font-size:clamp(2.25rem,8vw,4rem)}.hero-scroll-indicator{bottom:3.5rem}.hero-scroll-arrows{width:30px;height:36px}.hero-carousel-item{width:200px;height:120px}.parallax-tagline{min-height:55vh;padding:2rem 1.5rem}.parallax-tagline-inner{max-width:88vw;margin:3rem auto 0}.parallax-tagline-line1{font-size:clamp(1.1rem,3.2vw,1.5rem)}.parallax-tagline-line2{font-size:clamp(1.35rem,4vw,2rem)}.parallax-tagline-line3{font-size:clamp(1.1rem,3.2vw,1.5rem)}.projects{padding:2.5rem 1.5rem 3rem;margin-top:4rem}.projects-title{font-size:1.35rem;margin-bottom:1.25rem}.projects-filters{gap:.5rem;margin-bottom:2rem}.filter-btn{padding:.45rem 1rem;font-size:.85rem}.projects-grid{gap:1.5rem}.project-card{padding:1.5rem;gap:1.5rem}.project-title{font-size:1.5rem;line-height:1.35}.project-description{font-size:.85rem}.project-card-image{width:100%;max-width:360px;margin:0 auto}.project-card-image img{width:100%;height:280px}.footer{padding:2.5rem 1.5rem}.footer-title{font-size:1.5rem;margin-bottom:1.5rem}.footer-links{gap:1.25rem}.footer-links a{font-size:1.1rem}.about-page{padding:3rem 1.5rem 4rem}.about-inner{grid-template-columns:1fr;gap:2rem;margin-top:3rem}.about-heading{font-size:2.25rem}.about-body{font-size:1.1rem}}@media(max-width:425px){.header{padding:.75rem 1rem}.header-logo{font-size:1.1rem}.header-nav{gap:1rem}.header-nav a{font-size:.85rem}.hero{min-height:65vh;padding:2.25rem 1rem 3rem}.hero-inner{margin-top:-1.5rem}.hero-name{font-size:.85rem;letter-spacing:.15em;margin-bottom:.75rem}.hero-title{font-size:clamp(1.85rem,10vw,2.75rem)}.hero-scroll-indicator{bottom:2.5rem}.hero-scroll-arrows{width:26px;height:32px}.hero-carousel-item{width:180px;height:110px}.parallax-tagline{min-height:50vh;padding:1.5rem 1rem}.parallax-tagline-inner{max-width:92vw;margin:2rem auto 0}.parallax-tagline-line1{font-size:clamp(.95rem,4.5vw,1.15rem);margin-bottom:.35em}.parallax-tagline-line2{font-size:clamp(1.1rem,5vw,1.4rem);margin-bottom:.4em}.parallax-tagline-line3{font-size:clamp(.95rem,4.5vw,1.15rem)}.parallax-tagline-pixel{font-size:.5em;vertical-align:.1em}.projects{padding:2rem 1rem 2.5rem;margin-top:8rem}.projects-title{font-size:1.25rem;margin-bottom:1rem}.projects-filters{gap:.4rem;margin-bottom:1.5rem}.filter-btn{padding:.4rem .85rem;font-size:.8rem}.projects-grid{gap:1.25rem}.project-card{padding:1.1rem;gap:1.25rem}.project-title{font-size:1.35rem}.project-description{font-size:.8rem}.project-card-image img{height:220px}.footer{padding:2rem 1rem}.footer-title{font-size:1.35rem;margin-bottom:1.25rem}.footer-links{gap:1rem;flex-wrap:wrap;justify-content:center}.footer-links a{font-size:1rem}.footer-copy{font-size:.8rem}.about-page{padding:2.5rem 1rem 3rem}.about-inner{gap:1.5rem;margin-top:2rem}.about-heading{font-size:1.85rem}.about-body{font-size:1rem}.back-to-top{bottom:1rem;right:1rem;padding:.4rem .6rem;font-size:.8rem}}@media(max-width:375px){.header{padding:.65rem .85rem}.header-logo{font-size:1rem}.header-nav a{font-size:.8rem}.hero{min-height:60vh;padding:2rem .85rem 2.75rem}.hero-name{font-size:.8rem;letter-spacing:.12em}.hero-title{font-size:clamp(1.65rem,9vw,2.4rem)}.hero-scroll-indicator{bottom:2.25rem}.hero-scroll-arrows{width:24px;height:28px}.hero-carousel-item{width:160px;height:100px}.parallax-tagline{min-height:45vh;padding:1.25rem .85rem}.parallax-tagline-inner{margin:1.5rem auto 0}.parallax-tagline-line1{font-size:clamp(.9rem,4.2vw,1.05rem)}.parallax-tagline-line2{font-size:clamp(1rem,4.8vw,1.25rem)}.parallax-tagline-line3{font-size:clamp(.9rem,4.2vw,1.05rem)}.projects{padding:1.75rem .85rem 2rem;margin-top:6rem}.projects-title{font-size:1.15rem}.filter-btn{padding:.35rem .75rem;font-size:.75rem}.project-card{padding:.9rem;gap:1rem}.project-title{font-size:1.2rem}.project-description{font-size:.78rem}.project-card-image img{height:200px}.footer{padding:1.5rem .85rem}.footer-title{font-size:1.2rem;margin-bottom:1rem}.footer-links a{font-size:.95rem}.about-page{padding:2rem .85rem 2.5rem}.about-heading{font-size:1.65rem}.about-body{font-size:.95rem}}@media(max-width:320px){.header{padding:.5rem .75rem}.header-logo{font-size:.95rem}.header-nav{gap:.75rem}.header-nav a{font-size:.75rem}.hero{min-height:56vh;padding:1.5rem .75rem 2.25rem}.hero-inner{margin-top:-1rem}.hero-name{font-size:.75rem;letter-spacing:.1em;margin-bottom:.5rem}.hero-title{font-size:clamp(1.45rem,11vw,2rem)}.hero-scroll-indicator{bottom:1.75rem}.hero-scroll-arrows{width:22px;height:24px}.hero-carousel-item{width:140px;height:90px}.parallax-tagline{min-height:40vh;padding:1rem .75rem}.parallax-tagline-inner{max-width:94vw;margin:1rem auto 0}.parallax-tagline-line1{font-size:clamp(.85rem,4vw,.95rem)}.parallax-tagline-line2{font-size:clamp(.95rem,4.5vw,1.1rem)}.parallax-tagline-line3{font-size:clamp(.85rem,4vw,.95rem)}.parallax-tagline-pixel{font-size:.45em}.projects{padding:1.5rem .75rem 1.75rem;margin-top:5rem}.projects-title{font-size:1.05rem;margin-bottom:.85rem}.projects-filters{margin-bottom:1.25rem}.filter-btn{padding:.3rem .65rem;font-size:.7rem}.projects-grid{gap:1rem}.project-card{padding:.8rem;gap:.85rem}.project-title{font-size:1.1rem}.project-description{font-size:.75rem}.project-tags{margin-bottom:.75rem}.project-tag{font-size:.65rem;padding:.2rem .5rem}.project-card-image img{height:180px}.footer{padding:1.25rem .75rem}.footer-title{font-size:1.1rem;margin-bottom:.85rem}.footer-links{gap:.75rem}.footer-links a{font-size:.9rem}.footer-copy{font-size:.75rem}.about-page{padding:1.5rem .75rem 2rem}.about-inner{gap:1.25rem;margin-top:1.5rem}.about-heading{font-size:1.5rem}.about-body{font-size:.9rem}.back-to-top{bottom:.75rem;right:.75rem;padding:.35rem .5rem;font-size:.75rem}}.back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;z-index:20;padding:.5rem .75rem;font-size:.85rem;font-family:inherit;font-weight:500;color:var(--color-text-secondary);background:var(--color-bg);border:1px solid var(--color-border);border-radius:6px;cursor:pointer;box-shadow:0 2px 8px #00000014;transition:color .2s,border-color .2s,background .2s}.back-to-top:hover{color:var(--color-accent);border-color:var(--color-accent)}.about-page{position:relative;padding:4rem 2rem 5rem;min-height:auto}.about-grid-bg{position:absolute;inset:0;pointer-events:none;display:none}.about-inner{position:relative;max-width:1200px;margin:0 auto;margin-top:5rem;display:grid;grid-template-columns:minmax(280px,1fr) minmax(300px,1fr);gap:3rem;align-items:center}.about-image-col{display:flex;justify-content:center;align-items:center}.about-image-wrap{width:100%;max-width:480px;aspect-ratio:1;border-radius:12px;overflow:hidden;transition:transform .35s ease}.about-image-wrap:hover{transform:rotate(-4deg)}.about-camera-image{width:100%;height:100%;object-fit:cover;object-position:left center}.about-text-col{padding:0 .5rem}.about-heading{font-family:Celias,system-ui,sans-serif;font-size:3rem;font-weight:600;color:var(--color-text-primary);margin:0 0 1.25rem;letter-spacing:-.02em}.about-body{font-size:1.25rem;line-height:1.7;color:var(--color-text-secondary)}.about-body p{margin:0 0 1rem}.about-body p:last-child{margin-bottom:0}@media(max-width:720px){.about-inner{grid-template-columns:1fr;gap:2rem;text-align:center}.about-image-wrap{max-width:320px;margin:0 auto}.about-text-col{text-align:left}}.project-page{padding:2rem;max-width:800px;margin:0 auto 4rem}.project-back{display:inline-block;font-size:.9rem;color:var(--color-text-muted);margin-bottom:2rem}.project-back:hover{color:var(--color-accent)}.project-header{margin-bottom:2rem}.project-page-title{font-size:2rem;font-weight:600;color:var(--color-text-secondary);margin:0 0 .75rem}.project-hero-image{width:1026px;height:479px;max-width:100%;border-radius:12px;overflow:hidden;margin-bottom:2rem;background:var(--color-bg-hero)}.project-hero-image img{width:1026px;height:479px;max-width:100%;object-fit:cover;display:block}.project-body{font-size:1rem;color:var(--color-text-muted);line-height:1.7}.project-body .project-description{font-size:1.05rem;margin-bottom:1rem}.project-placeholder{color:var(--color-text-muted);font-style:italic;margin:0}.project-not-found{text-align:center;padding:4rem 2rem}.project-not-found h1{font-size:1.5rem;color:var(--color-text-muted);margin:0 0 1rem}.project-not-found .project-cta{margin-top:1rem}.under-construction{padding:4rem 2rem;text-align:center;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.under-construction-title{font-size:2rem;font-weight:600;color:var(--color-text-secondary);margin:0 0 1rem}.under-construction-text{font-size:1.05rem;color:var(--color-text-muted);margin:0 0 2rem;max-width:360px}.project-layout{font-family:Celias,system-ui,sans-serif;padding-bottom:3rem}.project-banner{width:100%;height:480px;background:#e0e4e8;overflow:hidden}.project-banner-image{width:100%;height:100%;object-fit:cover;display:block;border-bottom:1px solid var(--color-border)}.project-banner-placeholder{width:100%;height:480px;display:flex;align-items:center;justify-content:center;background:#d1d6dc}.project-placeholder-label{font-size:.9rem;color:var(--color-text-muted)}.project-intro{background:var(--color-bg);padding:6.25rem 2rem}.project-intro-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 420px;gap:2.5rem;align-items:stretch}.project-intro-left{min-width:0}.project-title{font-family:Celias,system-ui,sans-serif;font-size:3rem;font-weight:700;color:var(--color-text-primary);margin:0 0 1rem;letter-spacing:-.02em}.project-description{font-family:Celias,system-ui,sans-serif;font-size:1rem;line-height:1.7;color:var(--color-text-secondary);margin:0 0 1rem}.project-read-more{font-family:Celias,system-ui,sans-serif;font-size:.95rem;color:var(--color-text-muted);margin:0}.project-arrow{display:inline-block;margin-left:.25rem}.project-intro-right{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;padding:1.5rem;border:1px solid var(--color-border);border-radius:8px;min-height:100%}.project-detail-column{display:flex;flex-direction:column;gap:1.25rem}.project-detail-label{font-family:Celias,system-ui,sans-serif;font-size:1rem;font-weight:600;color:var(--color-text-primary);display:block;margin-bottom:.25rem}.project-detail-value{font-family:Celias,system-ui,sans-serif;font-size:.95rem;color:var(--color-text-secondary);margin:0;line-height:1.5}.project-hero-section{background:#434343;padding:3rem 2rem;display:flex;justify-content:center;align-items:center}.project-hero-placeholder{width:100%;max-width:100%;min-height:420px;height:100%;aspect-ratio:16 / 9;border-radius:12px;background:#434343;display:flex;align-items:center;justify-content:center}.project-section{background:var(--color-bg);padding:3rem 2rem}.project-section-inner{max-width:1000px;margin:0 auto}.project-section-title{font-family:Celias,system-ui,sans-serif;font-size:1.5rem;font-weight:700;color:var(--color-text-primary);margin:0 0 1.5rem}.project-design-intent-grid{display:grid;grid-template-columns:1fr 340px;column-gap:2rem;row-gap:.75rem;align-items:center}.project-design-intent-grid .project-section-title{grid-column:1 / -1;margin:0}.project-design-intent-text{font-family:Celias,system-ui,sans-serif;font-size:1rem;line-height:1.7;color:var(--color-text-muted)}.project-design-intent-text p{margin:0 0 1rem}.project-design-intent-text p:last-child{margin-bottom:0}.project-placeholder-box{background:#f0f2f4;border:1px solid var(--color-border);border-radius:8px;display:flex;align-items:center;justify-content:center}.project-design-intent-image-box{width:100%;max-width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;border:1px solid var(--color-border)}.project-design-intent-image-box img{width:100%;height:100%;object-fit:cover}.project-design-intent-image .project-placeholder-square{max-width:340px;aspect-ratio:1}.project-placeholder-wide{width:100%;min-height:280px;margin-bottom:1rem}.project-placeholder-wide:last-child{margin-bottom:0}.project-dieline-stack{display:flex;flex-direction:column;gap:1rem}.project-dieline-image{overflow:hidden;padding:0}.project-dieline-image img{width:100%;height:auto;display:block}.project-final-stack{display:flex;flex-direction:column;gap:1.5rem}.project-final-carousel{position:relative;width:100%;max-width:1026px;margin:0 auto}.project-final-carousel-inner{position:relative;width:100%;height:479px;border-radius:8px;overflow:hidden;border:1px solid var(--color-border)}.project-final-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.project-final-slide.is-active{position:relative;opacity:1;visibility:visible}.project-final-image-box{width:100%;height:479px;border-radius:8px;overflow:hidden}.project-final-carousel .project-final-image-box{border:none;border-radius:0;background:#f0f2f4}.project-final-image-box img,.project-final-carousel .project-final-image-box img{width:100%;height:100%;object-fit:contain;object-position:center}.project-final-image-box.has-placeholder{display:flex;align-items:center;justify-content:center;background:#f0f2f4;border-right:1px}.project-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;z-index:2;border:none;background:#fff3;color:#000c;font-size:1.75rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease,background .2s ease}.project-final-carousel-inner:hover .project-carousel-btn{opacity:1}.project-carousel-btn:hover{background:#ffffff59;color:#000}.project-carousel-prev{left:12px}.project-carousel-next{right:12px}.project-carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.project-carousel-dot{width:10px;height:10px;border-radius:50%;border:1px solid var(--color-border);background:transparent;cursor:pointer;padding:0;transition:background .2s,border-color .2s}.project-carousel-dot:hover{background:var(--color-border)}.project-carousel-dot.is-active{background:var(--color-accent);border-color:var(--color-accent)}.project-back-wrap{padding:2rem;max-width:1000px;margin:0 auto}.project-back-link{font-family:Celias,system-ui,sans-serif;font-size:.95rem;color:var(--color-text-muted)}.project-back-link:hover{color:var(--color-accent)}@media(max-width:800px){.project-intro-inner{grid-template-columns:1fr;gap:1.5rem}.project-design-intent-grid{grid-template-columns:1fr}.project-design-intent-image .project-placeholder-square,.project-placeholder-square{width:100%;max-width:340px;margin:0 auto;aspect-ratio:1}.project-final-carousel-inner,.project-final-carousel .project-final-image-box{height:320px}}.uxcs{font-family:Celias,system-ui,sans-serif;padding-bottom:4rem}.uxcs-hero{background:var(--color-bg)}.uxcs-phone-frame{width:140px;max-width:100%;aspect-ratio:9 / 19;border-radius:26px;overflow:hidden;background:#2b2b2b;box-shadow:0 20px 40px #00000059}.uxcs-phone-frame img{width:100%;height:100%;object-fit:cover;display:block}.uxcs-hero-body{padding:3rem 2rem 2.5rem;background:var(--color-bg)}.uxcs-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,1.2fr);gap:3rem;align-items:center}.uxcs-hero-left{min-width:0}.uxcs-title{font-size:3rem;font-weight:700;letter-spacing:-.03em;color:var(--color-text-primary);margin:0 0 .75rem}.uxcs-lede{font-size:1rem;line-height:1.7;color:var(--color-text-secondary);margin:0;max-width:32rem}.uxcs-hero-chips{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.uxcs-chip{display:inline-flex;align-items:center;padding:.5rem 1rem;font-size:.9rem;font-weight:600;color:var(--color-text-primary);background:#fff;border:1px solid var(--color-border);border-radius:999px;text-decoration:none;transition:background .2s,border-color .2s,color .2s}.uxcs-chip:hover{background:var(--color-bg);border-color:var(--color-text-secondary)}.uxcs-chip:focus-visible{outline:2px solid var(--color-text-primary);outline-offset:2px}.uxcs-hero-meta{border-radius:8px;border:1px solid var(--color-border);background:#fff;display:grid;grid-template-columns:repeat(3,minmax(100px,1fr));gap:2rem;padding:1.75rem 2rem}.uxcs-meta-column{font-size:.9rem}.uxcs-meta-heading{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#111}.uxcs-meta-list{list-style:none;padding:0;margin:0;color:#3b3b3b;line-height:1.5}.uxcs-meta-list li{white-space:nowrap}.uxcs-meta-list li+li{margin-top:.15rem}.uxcs-timeline{padding:4.5rem 2rem 3rem;background:var(--color-bg)}.uxcs-section-inner{max-width:1000px;margin:0 auto}.uxcs-timeline-title{text-align:center;font-size:2rem;font-weight:600;color:var(--color-text-primary);margin:0 0 .5rem}.uxcs-timeline-helper{display:none;margin:-.5rem 0 1.5rem;font-size:.8rem;color:var(--color-text-muted);text-align:center}.uxcs-timeline-row{display:flex;align-items:center;gap:1.5rem}.uxcs-timeline-label{font-size:.9rem;color:var(--color-text-secondary);white-space:nowrap}.uxcs-timeline-track{position:relative;flex:1;display:flex;align-items:center;justify-content:space-between;padding:0 .75rem}.uxcs-timeline-track:before{content:"";position:absolute;left:0;right:0;height:4px;background:#111;top:50%;transform:translateY(-50%);border-radius:3px}.uxcs-timeline-dot{position:relative;z-index:1;width:14px;height:14px;border-radius:50%;background:#111;border:none;padding:0;cursor:pointer;flex-shrink:0;transition:transform .2s,background .2s}.uxcs-timeline-dot:hover{transform:scale(1.25);background:var(--color-accent)}.uxcs-timeline-tooltip{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);padding:.4rem .75rem;background:#2b2b2b;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.02em;white-space:nowrap;border-radius:6px;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;pointer-events:none;z-index:10;box-shadow:0 4px 12px #0003}.uxcs-timeline-tooltip:before{content:"";position:absolute;bottom:100%;left:50%;margin-left:-4px;border:4px solid transparent;border-bottom-color:#2b2b2b}.uxcs-timeline-dot:hover .uxcs-timeline-tooltip,.uxcs-timeline-dot:focus-visible .uxcs-timeline-tooltip{opacity:1;visibility:visible}@media(min-width:1025px){.uxcs-timeline-helper{display:block}}@media(max-width:1024px){.uxcs-timeline-tooltip{opacity:1;visibility:visible}.uxcs-timeline-row{flex-direction:column;align-items:stretch;gap:0}.uxcs-timeline-label{text-align:left;padding:.25rem 0}.uxcs-timeline-track{flex-direction:column;flex:none;align-items:stretch;justify-content:flex-start;padding:.5rem 0;margin-left:0;gap:0}.uxcs-timeline-track:before{width:3px;height:100%;left:5.5px;right:auto;top:0;transform:none;border-radius:2px}.uxcs-timeline-dot{display:flex;flex-direction:row;align-items:center;gap:.75rem;width:100%;max-width:100%;height:auto;min-height:44px;padding:.5rem 0;border-radius:0;text-align:left;background:transparent}.uxcs-timeline-dot:hover{background:transparent;transform:none}.uxcs-timeline-dot:before{content:"";flex-shrink:0;width:14px;height:14px;border-radius:50%;background:#111}.uxcs-timeline-dot:hover:before{background:var(--color-accent)}.uxcs-timeline-dot .uxcs-timeline-tooltip{position:static;transform:none;left:auto;top:auto;flex:1;min-width:0;padding:0;background:transparent;color:var(--color-text-primary);font-size:.875rem;font-weight:600;white-space:normal;box-shadow:none;pointer-events:auto}.uxcs-timeline-dot .uxcs-timeline-tooltip:before{display:none}}.uxcs-back-to-timeline{position:fixed;bottom:1.5rem;right:1.5rem;z-index:100;padding:.75rem 1rem .8rem;background:color-mix(in srgb,var(--color-accent) 88%,transparent);color:#fff;border:1px solid var(--color-border);cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.25rem;border-radius:8px;box-shadow:0 4px 14px #0003;transition:transform .2s,box-shadow .2s}.uxcs-back-to-timeline:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.uxcs-back-to-timeline:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.uxcs-back-to-timeline-arrow{display:block;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:10px solid currentColor}.uxcs-back-to-timeline-label{font-size:.75rem;font-weight:600;letter-spacing:.02em;margin-top:.25rem}#timeline{scroll-margin-top:6rem}.uxcs-section{background:var(--color-bg);padding:3.5rem 2rem;scroll-margin-top:6rem}.uxcs-section-title{font-size:2.5rem;font-weight:700;color:var(--color-text-primary);margin:0 0 1.25rem}.uxcs-body{font-size:1rem;line-height:1.7;color:var(--color-text-secondary);margin:0;max-width:100%}.uxcs-section-dark{background:#434343;color:#fff}.uxcs-section-dark .uxcs-section-inner{padding-block:0;margin-top:4rem;margin-bottom:4rem}.uxcs-section-dark .uxcs-section-title,.uxcs-section-title-light{color:#fff}.uxcs-body-light{color:#ffffffe6}.uxcs-mission-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:3rem;padding:3.5rem 0}.uxcs-mission-copy{min-width:0}.uxcs-mission-feature{margin-top:1.75rem}.uxcs-feature-title{font-size:1.5rem;font-weight:500;margin:0 0 .5rem;color:#fff}.uxcs-mission-visual{display:flex;flex-direction:column;gap:1.75rem;align-items:center}.uxcs-mission-phones-top{display:flex;gap:1.5rem}.uxcs-mission-phones-bottom{display:flex;justify-content:center;gap:1.5rem}.uxcs-phone-frame-large{width:140px}.uxcs-section-label{font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 .35rem}.uxcs-image-placeholder{display:flex;align-items:center;justify-content:center;background:#e8eaed;border:1px dashed var(--color-border);border-radius:12px;min-height:250px;margin-top:1rem;overflow:hidden}.uxcs-image-placeholder:has(img){padding:0;background:transparent;border-style:solid}.uxcs-image-placeholder:has(img) .uxcs-placeholder-label{display:none}.uxcs-placeholder-label{font-size:.9rem;color:var(--color-text-muted)}.uxcs-comp-placeholder{aspect-ratio:16 / 9;min-height:280px}.uxcs-comp-placeholder img,.uxcs-persona-placeholder img{width:100%;height:100%;object-fit:contain;border-radius:12px;display:block}.uxcs-persona-placeholder{aspect-ratio:3 / 5;min-height:560px}.uxcs-research-intro{margin-bottom:1.5rem}.uxcs-stat-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1rem}.uxcs-stat-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000f;border:1px solid var(--color-border);padding:1.5rem 1.25rem}.uxcs-stat-value{display:block;font-size:2.25rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.5rem}.uxcs-stat-text{font-size:.95rem;line-height:1.6;color:var(--color-text-secondary);margin:0}.uxcs-personas-title{text-align:center;margin-bottom:2rem}.uxcs-personas-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.uxcs-persona-item{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.uxcs-persona-item .uxcs-persona-placeholder{width:100%;margin-top:0}.uxcs-persona-cta{display:block;width:100%;padding:.65rem 1rem;background:#fff;border:1px solid #2b2b2b;border-radius:12px;font-size:.9rem;font-weight:500;color:#2b2b2b;text-align:center;text-decoration:none;transition:background .2s,border-color .2s,color .2s;box-sizing:border-box}.uxcs-persona-cta:hover{background:#f5f6f8;border-color:#1a1a1a;color:#1a1a1a}.uxcs-sitemap-placeholder{display:flex;align-items:center;justify-content:center;min-height:280px;max-width:100%;overflow:visible}.uxcs-sitemap-placeholder img{max-width:100%;width:auto;height:auto;object-fit:contain;border-radius:12px;display:block}.uxcs-wireframe-placeholder{display:block;border-radius:12px;aspect-ratio:4 / 3;min-height:1000px;margin-top:1rem;width:100%;overflow:hidden}.uxcs-wireframe-placeholder img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:12px;display:block}.uxcs-wireframe-placeholder+.uxcs-wireframe-placeholder{margin-top:1.5rem}.uxcs-wireframe-placeholder .uxcs-placeholder-label{color:#fff9}.uxcs-styleguide-placeholder{min-height:280px;max-width:100%;overflow:visible}.uxcs-styleguide-placeholder img{max-width:100%;width:auto;height:auto;object-fit:contain;border-radius:12px;display:block}.uxcs-testing-intro{margin-bottom:1.25rem}.uxcs-feedback-blocks{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem}.uxcs-feedback-block{background:#fff;border:1px solid #d1d5da;border-radius:16px;padding:1.5rem 1.75rem;font-size:.95rem;line-height:1.55;color:var(--color-text-secondary);box-shadow:0 4px 20px #0000000f}.uxcs-feedback-num{display:block;font-size:3rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.4rem}.uxcs-section-feedback .uxcs-section-title{text-align:center}.uxcs-feedback-card-placeholders{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-top:1rem}.uxcs-feedback-card-placeholder{width:823px;max-width:100%;height:369px;aspect-ratio:823 / 369;margin-top:0;border-radius:16px}@supports (aspect-ratio: 1){.uxcs-feedback-card-placeholder{height:auto}}.uxcs-feedback-card-placeholder img{width:100%;height:100%;object-fit:contain;border-radius:16px;display:block}.uxcs-section-subtitle{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin:0 0 .75rem}.uxcs-web-supplement-placeholder{aspect-ratio:16 / 9;min-height:320px;margin-top:1rem;border-radius:16px}.uxcs-web-supplement-placeholder img{width:100%;height:100%;object-fit:cover;border-radius:16px;display:block}.uxcs-marketing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:1rem}.uxcs-marketing-card{display:flex;flex-direction:column;align-items:stretch;gap:1rem}.uxcs-marketing-placeholder{width:100%;aspect-ratio:4 / 3;min-height:220px;margin-top:0;border-radius:16px}.uxcs-marketing-placeholder img{width:100%;height:100%;object-fit:contain;border-radius:16px;display:block}.uxcs-marketing-cta{display:block;width:100%;padding:.65rem 1rem;background:#fff;border:1px solid #2b2b2b;border-radius:8px;font-size:.9rem;font-weight:500;color:#2b2b2b;text-decoration:none;text-align:center;box-sizing:border-box}.uxcs-marketing-cta:hover{background:#f5f6f8}.uxcs-promo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1rem}.uxcs-promo-placeholder{aspect-ratio:4 / 3;min-height:200px;margin-top:0;border-radius:16px}.uxcs-promo-placeholder img{width:100%;height:100%;object-fit:contain;border-radius:16px;display:block}.uxcs-youtube-placeholder{grid-column:1 / -1;justify-self:center;max-width:900px;width:100%;min-height:360px;aspect-ratio:16 / 9;text-decoration:none;color:inherit}.uxcs-youtube-placeholder:hover .uxcs-placeholder-label{color:var(--color-accent)}.uxcs-hifi-placeholder{background:#434343;border-radius:16px;min-height:400px;margin-top:1rem}.uxcs-hifi-placeholder .uxcs-placeholder-label{color:#fff9}.uxcs-hifi-placeholder img{width:100%;height:100%;object-fit:contain;border-radius:16px;display:block}.uxcs-hifi-placeholder:has(img){background:transparent}.uxcs-achievements-intro{display:grid;grid-template-columns:1fr 420px;gap:2rem;align-items:start;margin-top:1rem}.uxcs-achievements-copy .uxcs-body{margin:0 0 1rem}.uxcs-achievements-copy .uxcs-body:last-child{margin-bottom:0}.uxcs-achievements-photo-placeholder{aspect-ratio:4 / 3;min-height:200px;margin-top:0;border-radius:16px}.uxcs-achievements-photo-placeholder img{width:100%;height:100%;object-fit:cover;border-radius:16px;display:block}.uxcs-achievements-photos{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}.uxcs-achievements-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.uxcs-achievements-card{background:#fff;border:1px solid #d1d5da;border-radius:16px;padding:1.5rem 1.75rem;text-align:left}.uxcs-achievements-callout-title{font-size:1.1rem;font-weight:700;color:var(--color-text-primary);margin:0 0 .35rem}.uxcs-achievements-emoji{font-size:1.75em;line-height:1;vertical-align:-.1em;padding:.2em .2em .2em 0;display:inline-block}.uxcs-achievements-callout-desc{font-size:.9rem;color:var(--color-text-secondary);line-height:1.5;margin:0}@media(max-width:900px){.uxcs-hero-inner{grid-template-columns:1fr;gap:2rem}.uxcs-hero-meta{grid-template-columns:1fr 1fr;row-gap:1.5rem}.uxcs-stat-cards,.uxcs-personas-grid,.uxcs-feedback-blocks,.uxcs-marketing-grid,.uxcs-promo-grid{grid-template-columns:1fr}.uxcs-youtube-placeholder{grid-column:1;max-width:100%}.uxcs-achievements-intro,.uxcs-achievements-photos,.uxcs-achievements-cards{grid-template-columns:1fr}}@media(max-width:700px){.uxcs-phone-frame{width:120px}.uxcs-hero-body,.uxcs-timeline,.uxcs-section{padding-inline:1.5rem}.uxcs-hero-meta,.uxcs-mission-grid{grid-template-columns:1fr}.uxcs-mission-phones-top{justify-content:center}}
