*{margin:0;padding:0;box-sizing:border-box;font-family:Mulish,sans-serif}:root{font-family:Mulish,sans-serif;line-height:1.5;font-weight:400;color:#6b2a10;background-color:#fdfbf8;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}a{text-decoration:none;color:inherit}.app{min-height:100vh;background:linear-gradient(to bottom,#fdfbf8 0% 85%,#f5f3f0);position:relative;padding:0 10%}.header{display:flex;justify-content:space-between;align-items:center;padding:2rem 0;position:sticky;top:0;z-index:10;background:#fdfbf8;transition:transform .25s ease,box-shadow .25s ease}.header--hidden{transform:translateY(-120%);box-shadow:none}.header-left{display:flex;align-items:center;gap:1rem}.header-logo{width:40px;height:auto}.header-name{font-size:1rem;font-weight:600;color:#e87b2f;text-transform:lowercase;letter-spacing:.5px}.header-nav{display:flex;gap:2.5rem}.nav-link{font-size:1rem;font-weight:600;color:#e87b2f;text-transform:uppercase;letter-spacing:1px;position:relative;transition:color .3s ease;cursor:pointer}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#e87b2f;transition:width .3s ease}.nav-link:hover{color:#6b2a10}.nav-link:hover:after{width:100%}.nav-link--active{color:#e87b2f;font-weight:700}.nav-link--active:after{width:100%}.main-content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 200px);padding:4rem 0 5rem}.hero-section{display:flex;flex-direction:column;align-items:center;gap:2rem}.main-heading{font-size:3.5rem;font-weight:800;text-align:center;line-height:1.2;margin:0}.heading-text{color:#6b2a10}.heading-name{color:#e87b2f}.hero-dots{display:flex;gap:1rem;margin-top:-.5rem;margin-bottom:.2rem}.hero-dot{width:14px;height:14px;border-radius:50%;background:#e87b2f}.subheading{font-size:1.25rem;font-weight:700;color:#6b2a10;text-align:center;margin-top:-1rem;margin-bottom:2.5rem}.subheading-strong{color:#e87b2f;font-weight:900}.skills-strip{position:relative;width:100%;max-width:1200px;height:50px;margin-top:2rem;display:flex;align-items:center;overflow:hidden;border-radius:999px;background:transparent}.skills-strip:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(90deg,#e85d0400,#e85d04 15%,#f48c2c,#e85d04 85%,#e85d0400);z-index:0}.skills-wrapper{flex:1;overflow:hidden;display:flex;position:relative;height:100%;z-index:1}.skills-content{display:inline-flex;white-space:nowrap;font-size:1rem;font-weight:400;color:#fff;padding:0 2.5rem;align-items:center;animation:skills-marquee 18s linear infinite}.skills-fade-left,.skills-fade-right{position:absolute;top:0;bottom:0;width:160px;z-index:2;pointer-events:none}.skills-fade-left{left:0;background:linear-gradient(to right,#fdfbf8,#fdfbf833 20%,#fdfbf800)}@keyframes skills-marquee{0%{transform:translate(0)}to{transform:translate(-33.3333%)}}.skills-fade-right{right:0;background:linear-gradient(to left,#fdfbf8,#fdfbf833 20%,#fdfbf800)}.home-about-preview{padding:2.5rem 0 4rem;margin-top:1.5rem}.home-about-preview-inner{max-width:880px;margin:0 auto}.home-about-layout{display:grid;grid-template-columns:auto minmax(0,1fr);gap:2.5rem;align-items:center}.home-about-photo{margin:0;width:200px;height:200px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#f5f0eb;border:4px solid rgba(232,93,4,.15)}.home-about-photo-image{width:100%;height:100%;display:block;object-fit:cover;object-position:center 18%}.home-about-copy{display:flex;flex-direction:column;align-items:flex-start}.home-about-title{font-size:2.2rem;font-weight:900;color:#6b2a10;margin:0 0 .75rem;line-height:1.1}.home-about-summary{font-size:1rem;line-height:1.6;color:#6b2a10;margin:0 0 1rem;font-weight:500;max-width:52ch}.home-about-skills{list-style:none;margin:0 0 1.25rem;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.home-about-skill-pill{display:inline-flex;align-items:center;padding:.45rem .95rem;border-radius:999px;background:#e85d04;color:#fff;font-size:.85rem;font-weight:700}.home-about-link{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.35rem;border-radius:999px;background:transparent;border:2px solid #e85d04;color:#e85d04;font-size:.95rem;font-weight:700;transition:background .2s ease,color .2s ease,transform .2s ease}.home-about-link:hover{background:#e85d04;color:#fff;transform:translateY(-1px)}.featured-projects{padding:5.5rem 0 1.5rem;margin-top:1rem}.projects-title{text-align:center;font-size:3.2rem;font-weight:900;color:#6a040f;margin-bottom:2.2rem}.projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.project-card{display:block;color:#6a040f}.project-card-media{position:relative;border-radius:16px;overflow:hidden;margin-bottom:.9rem;height:400px;display:flex;align-items:center;justify-content:center}.project-card-construction-overlay{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;padding:1rem;background:#5f5f5fc7;border-radius:inherit;pointer-events:none}.project-card-construction-text{color:#fff;font-size:clamp(.72rem,1.8vw,1rem);font-weight:900;letter-spacing:.06em;line-height:1.25;text-align:center;text-transform:uppercase}.project-card-solace .project-card-media{background:#7461d7}.project-card-daybreak .project-card-media{background:#2a7f62;align-items:flex-end}.project-card-daybreak .project-card-image{width:auto;height:82%;max-width:100%;max-height:none}.project-card-daybreak:hover .project-card-image{transform:scale(1.035)}.projects-layout .project-card-daybreak .project-card-media{background:#2a7f62;align-items:flex-end}.projects-layout .project-card-daybreak .project-card-image{width:auto;height:82%;max-width:100%;max-height:none}.project-card-capycare .project-card-media{background:#c5d94a;padding:0}.project-card-capycare .project-card-image,.projects-layout .project-card-capycare .project-card-image{width:100%;height:100%;max-width:none;object-fit:cover}.project-card-capycare:hover .project-card-image{transform:scale(1.035)}.project-card-scream .project-card-media{background:#d8d8d8;padding:0;overflow:hidden}.projects-layout .project-card-scream .project-card-image{width:100%;height:100%;max-width:none;object-fit:cover;object-position:50% 50%;transform:scale(1.12);transform-origin:center center}.project-card-scream:hover .project-card-image{transform:scale(1.17)}.project-card-can .project-card-media{background:#fffdd0;padding:0;overflow:hidden;align-items:center;justify-content:center}.projects-layout .project-card-can .project-card-image{width:100%;height:auto;max-height:100%;max-width:none;object-fit:contain;object-position:center center;display:block}.project-card-can:hover .project-card-image{transform:scale(1.035)}.project-card-image{width:84%;max-width:680px;height:auto;display:block;transition:transform .3s ease}.project-card-solace:hover .project-card-image{transform:scale(1.035)}.project-card-title{font-size:2rem;line-height:1;font-weight:800;margin:0 0 .25rem}.project-card-subtitle{font-size:.9rem;font-weight:600;margin:0 0 .35rem}.project-card-description{font-size:.95rem;line-height:1.25;margin:0}.project-card-media-template{height:400px;background:#6f6464}.about-page{min-height:100vh}.about-main{max-width:1080px;margin:0 auto;padding:1.5rem 0 4rem}.about-layout{display:grid;grid-template-columns:minmax(240px,300px) minmax(0,1fr);gap:3rem;align-items:start}.about-sidebar{display:flex;flex-direction:column}.about-photo{margin:0;width:100%;aspect-ratio:4 / 5;border-radius:16px;overflow:hidden;background:#f5f0eb}.about-photo-image{width:100%;height:100%;display:block;object-fit:cover;object-position:center 18%}.about-content{display:flex;flex-direction:column;gap:2.5rem;padding-top:.15rem}.about-bio-heading{font-size:2.5rem;font-weight:900;color:#6b2a10;margin:0 0 1rem;line-height:1.15}.about-bio-tagline{font-size:1.05rem;line-height:1.6;color:#e85d04;margin:0 0 1.25rem;font-weight:700}.about-bio-tagline strong{font-weight:900}.about-body-text{font-size:1rem;line-height:1.75;color:#6b2a10;margin:0 0 1.15rem;font-weight:500}.about-body-text:last-child{margin-bottom:0}.about-section-title{font-size:2rem;font-weight:900;color:#6b2a10;margin:0 0 1rem;line-height:1.1}.about-skills-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.65rem}.about-skill-pill{display:inline-flex;align-items:center;padding:.5rem 1.1rem;border-radius:999px;background:#e85d04;color:#fff;font-size:.95rem;font-weight:700}.projects-page{min-height:100vh}.projects-main{padding:1rem 0 4rem}.projects-page-title{font-size:4rem;line-height:1;color:#e85d04;font-weight:900;margin:1rem 0 2rem}.projects-layout{display:grid;grid-template-columns:2fr 1fr;gap:2rem 1.2rem}.projects-layout .project-card-media{height:390px}.projects-layout .project-card-solace .project-card-image{width:auto;height:72%;max-width:100%;max-height:none}.projects-layout .project-card-title{margin-top:.15rem}.project-card-large{grid-column:1}.project-card-small{grid-column:2}.projects-layout .project-card-daybreak.project-card-small{grid-column:1}.solace-case-page{--solace-purple: #6f6df1;--solace-heading-size: 2rem}.solace-case-main{max-width:1320px;margin:0 auto;padding:1.2rem 0 2.2rem}.solace-case-title{font-size:var(--solace-heading-size);line-height:1;font-weight:900;color:var(--solace-purple);margin:0 0 1.2rem}.solace-hero-card{position:relative;border-radius:28px;min-height:420px;background:linear-gradient(120deg,#2a2f36,#252b32 45%,#232930);overflow:hidden;display:flex;align-items:center;justify-content:center}.solace-hero-glow{position:absolute;width:280px;height:280px;border-radius:50%;filter:blur(48px);opacity:.18;pointer-events:none}.solace-hero-glow-left{background:radial-gradient(circle,#7a73ff,#7a73ff00 70%);left:-90px;bottom:-70px;animation:solaceGlowLeft 10s ease-in-out infinite alternate}.solace-hero-glow-right{background:radial-gradient(circle,#6a62f0,#6a62f000 70%);right:-90px;top:-80px;animation:solaceGlowRight 12s ease-in-out infinite alternate}.solace-hero-image{position:relative;width:88%;max-width:980px;height:auto;z-index:2}.solace-details-grid{margin-top:2rem;display:grid;grid-template-columns:1.3fr .9fr;gap:2.4rem}.solace-section-heading,.solace-meta h3{margin:0 0 1rem;color:var(--solace-purple);font-size:var(--solace-heading-size);line-height:1;font-weight:900}.solace-body-text{color:#111;font-size:.9rem;line-height:1.4;margin:0 0 .8rem}.solace-highlight{color:var(--solace-purple);font-weight:800}.solace-meta p{margin:0 0 .35rem;font-size:.95rem;line-height:1.25;color:#111}.solace-steps{margin-top:3.4rem;display:flex;flex-direction:column;gap:1.6rem}.solace-step-card{border-radius:26px;overflow:hidden;display:grid;grid-template-columns:1.1fr .9fr;gap:1rem;padding:2.2rem 2.4rem}.solace-role-card{background:#1f2427;color:#fff}.solace-role-left h3{margin:1.1rem 0 .35rem;font-size:1.6rem;font-weight:900;color:#fff}.solace-role-left ul{margin:0 0 0 1.1rem;padding:0;list-style:disc;list-style-position:outside}.solace-role-left li{margin:.35rem 0;line-height:1.35;color:#ffffffe6;font-size:.95rem}.solace-step-title{font-size:1.55rem;font-weight:900;margin-bottom:.7rem;color:#fffffff2}.solace-step-index{margin-right:.25rem}.solace-role-right{display:flex;align-items:center;justify-content:center}.solace-role-phones{width:100%;max-width:440px;height:auto;display:block;transform:translateY(10px)}.solace-problem-card{background:#7665d8;grid-template-columns:1.1fr .9fr}.solace-problem-left .solace-step-title{color:#fffffff2}.solace-problem-headline{color:#fff;font-size:3.3rem;line-height:1.05;margin:.2rem 0 1rem;font-weight:900}.solace-problem-body{color:#ffffffeb;font-size:1rem;line-height:1.35;margin:0;max-width:520px}.solace-problem-face{display:flex;align-items:center;justify-content:center;min-height:260px}.solace-problem-face-image{width:min(100%,221px);height:auto}.solace-research{margin-top:3.6rem;display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;align-items:stretch}.solace-research-left{padding-left:.2rem;display:flex;flex-direction:column}.solace-research-title{color:var(--solace-purple);font-size:var(--solace-heading-size);font-weight:900;margin-bottom:1rem}.solace-research-title-index{margin-right:.4rem}.solace-research-intro{color:#111;font-size:1rem;line-height:1.35;margin:0 0 1.1rem;max-width:560px}.solace-research-headings{display:flex;flex-direction:column;flex:1;gap:0;justify-content:space-between}.solace-research-h{color:var(--solace-purple);font-weight:900;font-size:1.35rem;line-height:1.1}.solace-research-right{background:#262b2a;border-radius:30px;padding:2.6rem 2.2rem;color:#b9ff55;min-height:520px;display:flex;flex-direction:column;justify-content:space-between}.solace-stat+.solace-stat{margin-top:0}.solace-stat-label{font-size:1.1rem;color:#b9ff55;line-height:1.25;margin-bottom:1.2rem;font-weight:700}.solace-stat-value{font-size:3.6rem;font-weight:900;letter-spacing:.5px;line-height:1;margin-bottom:.6rem}.solace-stat-subvalue{font-size:1.15rem;font-weight:700;color:#b9ff55;line-height:1.25}.solace-takeaways{margin-top:3.2rem;background:#7665d8;border-radius:24px;padding:1.4rem 1.5rem 1.8rem}.solace-takeaways-title{color:#fff;font-size:2rem;line-height:1;font-weight:900;margin:0 0 1.2rem}.solace-takeaways-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.solace-takeaway-item{color:#fff}.solace-takeaway-icon{width:120px;height:120px;object-fit:contain;display:block;margin-bottom:.8rem}.solace-takeaway-item h3{margin:0 0 .35rem;font-size:1.05rem;line-height:1.1;font-weight:900}.solace-takeaway-item p{margin:0 0 .55rem;font-size:.9rem;line-height:1.25;color:#fffffff2}.solace-personas{margin-top:3.2rem}.solace-personas-title{text-align:center;color:var(--solace-purple);font-size:2.7rem;font-weight:900;margin:0 0 1.2rem}.solace-personas-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.8rem;max-width:980px;margin:0 auto;justify-items:center}.solace-persona{display:flex;flex-direction:column;align-items:center}.solace-persona h3{color:var(--solace-purple);font-size:1.9rem;line-height:1;font-weight:900;margin:0 0 .7rem}.solace-persona-image{width:160px;height:160px;object-fit:contain;border-radius:50%;background:#fff}.solace-personas-needs-title{text-align:center;color:var(--solace-purple);font-size:2.2rem;line-height:1;font-weight:900;margin:1.7rem 0 1rem}.solace-needs-grid{max-width:980px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem 1.8rem;justify-items:center}.solace-needs-col{display:flex;flex-direction:column;gap:.7rem;align-items:center;width:100%}.solace-need-pill{display:inline-flex;justify-content:center;align-items:center;min-height:44px;width:min(340px,100%);border-radius:999px;background:#6f6df1;color:#fff;text-align:center;font-size:1rem;line-height:1.15;font-weight:800;padding:.55rem 1rem}.solace-wireframes{margin-top:3.4rem}.solace-wireframes-title{color:var(--solace-purple);font-size:2.4rem;font-weight:900;margin:0 0 1.2rem}.solace-wireframes-card{background:#1f2427;border-radius:26px;position:relative;padding:2.65rem 1.25rem 1.2rem;overflow:visible}.solace-wireframes-card--lofi{background:#1f2427}.solace-wireframes-card--midfi{background:#b9ff55}.solace-wireframes-card--hifi{background:#6f6df1}.solace-wireframes-tabs{display:flex;gap:.7rem;align-items:flex-end;justify-content:flex-start;margin-bottom:0;position:absolute;top:-.75rem;left:1.05rem;z-index:5}.solace-wire-tab{border:0;background:transparent;font-weight:900;letter-spacing:.5px;padding:.6rem 1.35rem;border-radius:18px;cursor:pointer;font-size:.95rem;transform-origin:bottom center;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;box-shadow:0 8px 20px #0000}.solace-wire-tab-lofi{background:#1b1f21;color:#b9ff55}.solace-wire-tab-midfi{background:#b9ff55;color:#1b1f21}.solace-wire-tab-hifi{background:#6f6df1;color:#fff}.solace-wire-tab.is-active{filter:brightness(1.03)}.solace-wire-tab:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 12px 28px #0000004d;filter:brightness(1.06)}.solace-wire-tab:active{transform:translateY(-2px) scale(1.01)}.solace-wireframes-imageWrap{background:transparent;border-radius:0;overflow:visible;padding:0;height:360px;position:relative}.solace-wireframes-image{width:100%;height:100%;display:block;object-fit:contain;object-position:left center;transform:none}.solace-wireframes-content{display:flex;align-items:stretch;justify-content:space-between;gap:1.6rem}.solace-wireframes-imageWrap{flex:0 0 52%}.solace-wireframes-notes{flex:1;background:transparent;border-radius:0;padding:.4rem .2rem 0 .6rem;color:#fff;display:flex;flex-direction:column;justify-content:flex-start}.solace-wireframes-notes-title{margin:0 0 1rem;font-size:2.1rem;font-weight:900;line-height:1}.solace-wireframes-notes-list{display:flex;flex-direction:column;gap:1rem;margin:0;padding-left:1.15rem;list-style:disc;font-weight:800}.solace-wireframes-notes-list li{font-size:1.7rem;line-height:1.1}.solace-wireframes-notes--lofi{color:#b9ff55}.solace-wireframes-notes--midfi{color:#262b2a}.solace-wireframes-notes--hifi{color:#fff}.solace-wireframes-fallback{display:none}.daybreak-case-page{--daybreak-green: #2a7f62}.daybreak-construction-overlay{position:fixed;inset:0;z-index:9;display:flex;align-items:center;justify-content:center;padding:2rem;background:#5f5f5fd1;pointer-events:none}.daybreak-construction-text{margin:0;color:#fff;font-size:clamp(2.5rem,10vw,5.5rem);font-weight:900;letter-spacing:.08em;line-height:1.1;text-align:center;text-transform:uppercase}.daybreak-case-main{max-width:1320px;margin:0 auto;padding:1.2rem 0 2.2rem}.daybreak-case-title{font-size:2rem;line-height:1;font-weight:900;color:var(--daybreak-green);margin:0 0 1.2rem}.daybreak-hero-card{background:var(--daybreak-green);border-radius:28px;min-height:420px;overflow:hidden;display:flex;align-items:center;justify-content:center}.daybreak-hero-image{position:relative;width:88%;max-width:980px;height:auto;z-index:2}.daybreak-details-grid{margin-top:2rem;display:grid;grid-template-columns:1.3fr .9fr;gap:2.4rem}.daybreak-section-heading{margin:0 0 1rem;color:var(--daybreak-green);font-size:2rem;line-height:1;font-weight:900}.daybreak-body-text{color:#111;font-size:.95rem;line-height:1.45;margin:0 0 .8rem}.daybreak-meta h3{margin:0 0 1rem;color:var(--daybreak-green);font-size:2rem;line-height:1;font-weight:900}.daybreak-meta p{margin:0 0 .35rem;font-size:.95rem;line-height:1.25;color:#111}.daybreak-steps{margin-top:2.4rem;display:flex;flex-direction:column;gap:1.6rem}.daybreak-step-card{border-radius:26px;overflow:hidden;display:grid;grid-template-columns:1.1fr .9fr;gap:1rem;padding:2.2rem 2.4rem}.daybreak-role-card{background:var(--daybreak-green);color:#fff}.daybreak-step-title{font-size:1.55rem;font-weight:900;margin-bottom:.7rem;color:#fffffff2}.daybreak-role-left h3{margin:1.1rem 0 .35rem;font-size:1.2rem;font-weight:900;color:#fff}.daybreak-role-left ul{margin:0 0 0 1.1rem;padding:0;list-style:disc;list-style-position:outside}.daybreak-role-left li{margin:.25rem 0;line-height:1.35;color:#ffffffeb;font-size:.95rem}.daybreak-role-right{display:flex;align-items:center;justify-content:center}.daybreak-role-illustration{width:100%;max-width:520px;height:auto;display:block}.scream-case-page{--scream-accent: #6a040f}.scream-case-main{max-width:1200px;margin:0 auto;padding:1.2rem 0 3rem;display:flex;flex-direction:column;gap:5.5rem}.scream-case-title{font-size:2rem;line-height:1;font-weight:900;color:var(--scream-accent);margin:0 0 1.2rem}.scream-section-heading{margin:0 0 1rem;color:var(--scream-accent);font-size:2rem;line-height:1;font-weight:900}.scream-body-text{color:#111;font-size:.95rem;line-height:1.45;margin:0 0 .8rem}.scream-section-lead{color:#111;font-size:.95rem;line-height:1.55;margin:0 0 1.25rem}.scream-intro-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:2.5rem;align-items:center;margin-bottom:0}.scream-intro-details{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:1.5rem}.scream-details-heading{margin:0 0 .65rem;color:var(--scream-accent);font-size:1.25rem;line-height:1.2;font-weight:900}.scream-intro-details-group p{margin:0 0 .35rem;font-size:.95rem;line-height:1.25;color:#111}.scream-intro-details-group p:last-child{margin-bottom:0}.scream-intro-poster{margin:0;display:flex;align-items:center;justify-content:center;min-width:0}.scream-poster-image{width:100%;max-width:100%;max-height:min(620px,72vh);height:auto;display:block;object-fit:contain;border-radius:14px}.scream-process-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:2.5rem;align-items:center;margin-bottom:0}.scream-process-copy{display:flex;flex-direction:column;justify-content:center}.scream-process-mockup{margin:0;display:flex;align-items:center;justify-content:center;min-width:0}.scream-process-mockup .scream-mockup-image-frame{max-width:100%}.scream-mockup-image{width:100%;max-width:100%;max-height:min(560px,68vh);height:auto;display:block;object-fit:contain;border-radius:14px}.scream-mockups-section{margin-top:0}.scream-mockups-heading{text-align:center;margin-bottom:1.25rem}.scream-mockup-carousel{max-width:100%;margin:0 auto}.scream-mockup-viewport{background:transparent;border:none;min-width:0}.scream-mockup-stage{margin:0;min-height:min(620px,68vh);padding:0;display:flex;align-items:center;justify-content:center}.scream-mockup-slider-row{display:inline-flex;align-items:center;gap:.85rem;max-width:100%}.scream-mockup-image-frame{overflow:hidden;border-radius:12px;line-height:0;max-width:100%}.scream-mockup-image-frame--clickable{cursor:zoom-in;transition:transform .38s cubic-bezier(.22,1,.36,1);transform-origin:center center}.scream-mockup-image-frame--clickable:hover{transform:scale(1.04)}.scream-mockup-stage-image{width:auto;max-width:100%;max-height:min(660px,66vh);height:auto;display:block;object-fit:contain;border-radius:12px;animation:scream-mockup-fade-in .45s ease both}.scream-mockup-image-frame--next .scream-mockup-stage-image{animation-name:scream-mockup-slide-next}.scream-mockup-image-frame--prev .scream-mockup-stage-image{animation-name:scream-mockup-slide-prev}@keyframes scream-mockup-fade-in{0%{opacity:0}to{opacity:1}}@keyframes scream-mockup-slide-next{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes scream-mockup-slide-prev{0%{opacity:0;transform:translate(-28px)}to{opacity:1;transform:translate(0)}}@media(prefers-reduced-motion:reduce){.scream-mockup-stage-image{animation:none}.scream-mockup-image-frame--clickable{transition:none}.scream-mockup-image-frame--clickable:hover{transform:none}}.scream-mockup-lightbox{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:2rem;background:#fdfbf899;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.scream-mockup-lightbox--opening{animation:scream-lightbox-backdrop-in .36s cubic-bezier(.22,1,.36,1) forwards}.scream-mockup-lightbox--closing{animation:scream-lightbox-backdrop-out .32s cubic-bezier(.4,0,.2,1) forwards}.scream-mockup-lightbox-content{position:relative;display:flex;flex-direction:column;align-items:center;max-width:min(92vw,920px);max-height:90vh;transform-origin:center center;will-change:transform,opacity}.scream-mockup-lightbox-content--opening{animation:scream-lightbox-zoom-in .42s cubic-bezier(.22,1,.36,1) forwards}.scream-mockup-lightbox-content--closing{animation:scream-lightbox-zoom-out .32s cubic-bezier(.4,0,.2,1) forwards}@keyframes scream-lightbox-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes scream-lightbox-backdrop-out{0%{opacity:1}to{opacity:0}}@keyframes scream-lightbox-zoom-in{0%{opacity:0;transform:scale(.72)}to{opacity:1;transform:scale(1)}}@keyframes scream-lightbox-zoom-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.82)}}.scream-mockup-lightbox-image{width:auto;max-width:100%;max-height:82vh;height:auto;display:block;object-fit:contain;border-radius:16px}.scream-mockup-lightbox-close{position:absolute;top:-2.75rem;right:0;border:0;background:transparent;color:var(--scream-accent);font-size:2rem;line-height:1;cursor:pointer;padding:.25rem .5rem}.scream-mockup-lightbox-close:hover{color:#111}.scream-mockup-nav{flex-shrink:0;width:2.5rem;height:2.5rem;padding:0;border:none;border-radius:999px;background:#6a040fe0;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .2s ease}.scream-mockup-nav-icon{width:1.1rem;height:1.1rem;display:block}.scream-mockup-nav:hover{background:var(--scream-accent);transform:scale(1.05)}.scream-mockup-thumbs{display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem;margin-top:.85rem;padding:0 .25rem}.scream-mockup-thumb{padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;background:#fff;cursor:pointer;opacity:.55;transition:opacity .2s ease,border-color .2s ease,transform .2s ease}.scream-mockup-thumb:hover{opacity:.85}.scream-mockup-thumb--active{border-color:var(--scream-accent);opacity:1;transform:translateY(-1px)}.scream-mockup-thumb-image{width:72px;height:54px;display:block;object-fit:cover;object-position:center}.can-case-page{--can-accent: #6a040f;--can-beige: #fffdd0;--can-process-bg: #fff4d2}.can-case-main{max-width:1200px;margin:0 auto;padding:1.2rem 0 3rem;display:flex;flex-direction:column;gap:5.5rem}.can-section-heading{margin:0 0 1rem;color:var(--can-accent);font-size:2rem;line-height:1;font-weight:900}.can-body-text{color:#111;font-size:.95rem;line-height:1.45;margin:0 0 .8rem}.can-intro-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:2.5rem;align-items:center}.can-intro-image-panel{margin:0;display:flex;align-items:center;justify-content:center;background:var(--can-beige);border-radius:18px;overflow:hidden;min-width:0}.can-intro-image{width:100%;max-width:100%;max-height:min(620px,72vh);height:auto;display:block;object-fit:contain;border-radius:18px}.can-intro-details{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:1.5rem}.can-details-heading{margin:0 0 .65rem;color:var(--can-accent);font-size:1.25rem;line-height:1.2;font-weight:900}.can-intro-details-group p{margin:0 0 .35rem;font-size:.95rem;line-height:1.25;color:#111}.can-intro-details-group p:last-child{margin-bottom:0}.can-process-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:2.5rem;align-items:center}.can-process-copy{display:flex;flex-direction:column;justify-content:center}.can-process-mockup-panel{margin:0;display:flex;align-items:center;justify-content:center;background:var(--can-process-bg);border-radius:18px;overflow:hidden;min-width:0;min-height:min(580px,68vh);padding:.35rem 0}.can-process-cycle-image{width:100%;max-width:none;max-height:min(650px,76vh);height:auto;display:block;object-fit:contain;border-radius:14px;transform:scale(1.16);transform-origin:center center;animation:can-flavor-slide-in .5s ease}@keyframes can-flavor-slide-in{0%{opacity:0;transform:translate(36px) scale(1.16)}to{opacity:1;transform:translate(0) scale(1.16)}}@keyframes can-flavor-slide-in-mobile{0%{opacity:0;transform:translate(28px) scale(1.1)}to{opacity:1;transform:translate(0) scale(1.1)}}.can-dielines-section{margin-top:0}.can-dielines-heading{text-align:center;margin-bottom:1.25rem}.can-dieline-carousel{max-width:100%;margin:0 auto}.can-dieline-stage{margin:0;min-height:min(680px,72vh);padding:0;display:flex;align-items:center;justify-content:center}.can-dieline-slider-row{display:inline-flex;align-items:center;gap:.85rem;max-width:100%}.can-dieline-image-frame{overflow:hidden;border-radius:12px;line-height:0;max-width:100%;background:#fff}.can-dieline-image-frame--clickable{cursor:zoom-in;transition:transform .38s cubic-bezier(.22,1,.36,1);transform-origin:center center}.can-dieline-image-frame--clickable:hover{transform:scale(1.04)}.can-dieline-stage-image{width:100%;max-width:100%;max-height:min(720px,72vh);height:auto;display:block;object-fit:contain;border-radius:12px;animation:can-dieline-fade-in .45s ease both}.can-dieline-image-frame--next .can-dieline-stage-image{animation-name:can-dieline-slide-next}.can-dieline-image-frame--prev .can-dieline-stage-image{animation-name:can-dieline-slide-prev}@keyframes can-dieline-fade-in{0%{opacity:0}to{opacity:1}}@keyframes can-dieline-slide-next{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes can-dieline-slide-prev{0%{opacity:0;transform:translate(-28px)}to{opacity:1;transform:translate(0)}}.can-dieline-nav{flex-shrink:0;width:2.5rem;height:2.5rem;padding:0;border:none;border-radius:999px;background:#6a040fe0;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .2s ease}.can-dieline-nav-icon{width:1.1rem;height:1.1rem;display:block}.can-dieline-nav:hover{background:var(--can-accent);transform:scale(1.05)}.can-dieline-thumbs{display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem;margin-top:.85rem;padding:0 .25rem}.can-dieline-thumb{padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;background:#fff;cursor:pointer;opacity:.55;transition:opacity .2s ease,border-color .2s ease,transform .2s ease}.can-dieline-thumb:hover{opacity:.85}.can-dieline-thumb--active{border-color:var(--can-accent);opacity:1;transform:translateY(-1px)}.can-dieline-thumb-image{width:72px;height:54px;display:block;object-fit:cover;object-position:center}.can-dieline-lightbox{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:2rem;background:#fdfbf899;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.can-dieline-lightbox--opening{animation:can-lightbox-backdrop-in .36s cubic-bezier(.22,1,.36,1) forwards}.can-dieline-lightbox--closing{animation:can-lightbox-backdrop-out .32s cubic-bezier(.4,0,.2,1) forwards}.can-dieline-lightbox-content{position:relative;display:flex;flex-direction:column;align-items:center;max-width:min(92vw,920px);max-height:90vh;transform-origin:center center;will-change:transform,opacity}.can-dieline-lightbox-content--opening{animation:can-lightbox-zoom-in .42s cubic-bezier(.22,1,.36,1) forwards}.can-dieline-lightbox-content--closing{animation:can-lightbox-zoom-out .32s cubic-bezier(.4,0,.2,1) forwards}@keyframes can-lightbox-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes can-lightbox-backdrop-out{0%{opacity:1}to{opacity:0}}@keyframes can-lightbox-zoom-in{0%{opacity:0;transform:scale(.72)}to{opacity:1;transform:scale(1)}}@keyframes can-lightbox-zoom-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.82)}}.can-dieline-lightbox-image{width:auto;max-width:100%;max-height:82vh;height:auto;display:block;object-fit:contain;border-radius:16px}.can-dieline-lightbox-close{position:absolute;top:-2.75rem;right:0;border:0;background:transparent;color:var(--can-accent);font-size:2rem;line-height:1;cursor:pointer;padding:.25rem .5rem}.can-dieline-lightbox-close:hover{color:#111}@media(prefers-reduced-motion:reduce){.can-dieline-stage-image{animation:none}.can-dieline-image-frame--clickable{transition:none}.can-dieline-image-frame--clickable:hover{transform:none}}.capy-case-page{--capy-green: #6b8f2a;--capy-lime: #c5d94a;--capy-dark: #3d5218}.capy-case-main{max-width:1200px;margin:0 auto;padding:1.2rem 0 2.2rem}.capy-case-title{font-size:2rem;line-height:1;font-weight:900;color:var(--capy-green);margin:0 0 1.2rem}.capy-hero-card{position:relative;border-radius:28px;min-height:420px;height:420px;background:var(--capy-lime);overflow:hidden;display:flex;align-items:center;justify-content:center}.capy-hero-image{position:relative;width:100%;height:100%;object-fit:cover;object-position:center;z-index:2}.capy-details-grid{margin-top:2rem;display:grid;grid-template-columns:1.3fr .9fr;gap:2.4rem}.capy-section-heading{margin:0 0 1rem;color:var(--capy-green);font-size:2rem;line-height:1;font-weight:900}.capy-body-text{color:#111;font-size:.95rem;line-height:1.45;margin:0 0 .8rem}.capy-meta h3{margin:0 0 1rem;color:var(--capy-green);font-size:2rem;line-height:1;font-weight:900}.capy-meta p{margin:0 0 .35rem;font-size:.95rem;line-height:1.25;color:#111}.capy-steps{margin-top:2.4rem}.capy-step-card{border-radius:26px;overflow:hidden;display:grid;grid-template-columns:1.1fr .9fr;gap:1rem;padding:2.2rem 2.4rem}.capy-role-card{background:var(--capy-green);color:#fff;align-items:stretch}.capy-step-title{font-size:1.55rem;font-weight:900;margin-bottom:.7rem;color:#fffffff2}.capy-step-index{margin-right:.25rem}.capy-role-left h3{margin:1.1rem 0 .35rem;font-size:1.2rem;font-weight:900;color:#fff}.capy-role-left ul{margin:0 0 0 1.1rem;padding:0;list-style:disc;list-style-position:outside}.capy-role-left li{margin:.25rem 0;line-height:1.35;color:#ffffffeb;font-size:.95rem}.capy-role-right{display:flex;align-items:center;justify-content:center;align-self:stretch}.capy-role-image{width:auto;max-width:95%;max-height:360px;height:auto;display:block;border-radius:16px;object-fit:contain;object-position:center;transform:scale(1.12)}.capy-asset-section{margin-top:3rem}.capy-asset-section--unused{background:#c5d94a2e;border-radius:24px;padding:1.8rem 1.6rem 2rem}.capy-section-lead{color:#111;font-size:.95rem;line-height:1.45;margin:0 0 1.4rem;max-width:760px}.capy-story{margin-bottom:2rem}.capy-story-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:2rem;align-items:center;margin-bottom:2rem}.capy-story-layout-left{display:flex;flex-direction:column;justify-content:center}.capy-section-heading--inline{margin-bottom:1rem}.capy-story-layout .capy-story{margin-bottom:0}.capy-story-layout .capy-story p{max-width:none;font-size:.92rem;line-height:1.5}.capy-story-layout .capy-story p:last-child{margin-bottom:0}.capy-sketch-panel{display:flex;flex-direction:column;gap:1.1rem;justify-content:center}.capy-sketch-item{margin:0;display:flex;flex-direction:column;align-items:center}.capy-sketch-image{width:auto;max-width:100%;max-height:130px;height:auto;display:block;object-fit:contain;background:#fff;border-radius:14px}.capy-sketch-caption{margin:.35rem 0 0;font-size:.75rem;line-height:1.3;color:#555;font-weight:600;text-align:center;max-width:200px}.capy-story p{color:#111;font-size:.95rem;line-height:1.55;margin:0 0 .9rem;max-width:820px}.capy-story p:last-child{margin-bottom:0}.capy-subsection-title{margin:2rem 0 .5rem;font-size:1.35rem;font-weight:900;color:var(--capy-dark)}.capy-story--block{margin-bottom:1.5rem}.capy-state-section{margin-top:4.5rem}.capy-state-intro-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:2rem;align-items:center;margin-bottom:2.5rem}.capy-state-intro-left{display:flex;flex-direction:column;justify-content:center}.capy-state-intro-left .capy-story{margin-bottom:0}.capy-state-intro-left .capy-story p{max-width:none}.capy-state-cycle-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;overflow:hidden}.capy-state-cycle-image{width:auto;max-width:100%;max-height:260px;height:auto;display:block;object-fit:contain;border-radius:14px;animation:capy-state-slide-in .5s ease}.capy-state-cycle-label{margin:0;font-size:.85rem;font-weight:700;color:var(--capy-dark);text-align:center}@keyframes capy-state-slide-in{0%{opacity:0;transform:translate(48px)}to{opacity:1;transform:translate(0)}}.capy-state-group{margin-top:2rem}.capy-state-group .capy-subsection-title{margin-bottom:1.6rem}.capy-state-group:first-of-type{margin-top:0}.capy-state-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1.4rem 1rem}.capy-state-gallery-item{margin:0;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.capy-state-gallery-item:hover{z-index:5}.capy-state-gallery-item--clickable{cursor:zoom-in}.capy-state-image{width:auto;max-width:100%;max-height:200px;height:auto;display:block;object-fit:contain;border-radius:12px;transition:transform .38s cubic-bezier(.22,1,.36,1);transform-origin:center center}.capy-state-gallery-item:hover .capy-state-image{transform:scale(1.5)}.capy-state-label{margin:.45rem 0 0;font-size:.78rem;line-height:1.3;font-weight:700;color:var(--capy-dark);text-align:center;max-width:140px}.capy-state-lightbox{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:2rem;background:#fdfbf899;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.capy-state-lightbox--opening{animation:capy-lightbox-backdrop-in .36s cubic-bezier(.22,1,.36,1) forwards}.capy-state-lightbox--closing{animation:capy-lightbox-backdrop-out .32s cubic-bezier(.4,0,.2,1) forwards}.capy-state-lightbox-content{position:relative;display:flex;flex-direction:column;align-items:center;max-width:min(92vw,760px);max-height:90vh;transform-origin:center center;will-change:transform,opacity}.capy-state-lightbox-content--opening{animation:capy-lightbox-zoom-in .42s cubic-bezier(.22,1,.36,1) forwards}.capy-state-lightbox-content--closing{animation:capy-lightbox-zoom-out .32s cubic-bezier(.4,0,.2,1) forwards}@keyframes capy-lightbox-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes capy-lightbox-backdrop-out{0%{opacity:1}to{opacity:0}}@keyframes capy-lightbox-zoom-in{0%{opacity:0;transform:scale(.72)}to{opacity:1;transform:scale(1)}}@keyframes capy-lightbox-zoom-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.82)}}.capy-state-lightbox-image{width:auto;max-width:100%;max-height:75vh;height:auto;display:block;object-fit:contain;border-radius:16px}.capy-state-lightbox-label{margin:1rem 0 0;font-size:1rem;font-weight:800;color:var(--capy-dark);text-align:center}.capy-state-lightbox-close{position:absolute;top:-2.75rem;right:0;border:0;background:transparent;color:var(--capy-dark);font-size:2rem;line-height:1;cursor:pointer;padding:.25rem .5rem}.capy-state-lightbox-close:hover{color:var(--capy-green)}.capy-room-section{margin-top:4rem}.capy-room-intro-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:2rem;align-items:center;margin-bottom:2.5rem}.capy-room-intro-left{display:flex;flex-direction:column;justify-content:center}.capy-room-intro-left .capy-room-story{margin-bottom:0}.capy-room-image-panel{display:flex;align-items:center;justify-content:center;align-self:center;padding-top:2.75rem}.capy-room-story p{color:#111;font-size:.95rem;line-height:1.55;margin:0 0 .9rem;max-width:none}.capy-room-story p:last-child{margin-bottom:0}.capy-room-block-copy{margin-bottom:1rem}.capy-room-block-copy p,.capy-room-block-copy .capy-section-lead{color:#111;font-size:.95rem;line-height:1.55;margin:0 0 .9rem;max-width:none}.capy-room-block-copy p:last-child{margin-bottom:0}.capy-room-hero{margin:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.capy-room-hero-image{width:100%;max-height:400px;height:auto;display:block;border-radius:20px;object-fit:contain}.capy-room-caption{margin:.75rem 0 0;font-size:.88rem;line-height:1.4;color:#444;font-weight:600;text-align:center;max-width:320px}.capy-room-block{margin-top:2.5rem}.capy-room-block .capy-subsection-title{margin-bottom:1rem}.capy-room-duo{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:1rem}.capy-room-duo-item{margin:0;display:flex;flex-direction:column;align-items:center;text-align:center}.capy-room-duo-image{width:100%;height:auto;display:block;border-radius:16px;object-fit:contain;background:#fff}.capy-room-duo-image--ui{max-height:320px;width:auto;max-width:100%}.capy-room-duo-item figcaption{margin-top:.6rem;font-size:.9rem;font-weight:800;color:var(--capy-dark)}.capy-unused-section{margin-top:4rem}.capy-unused-intro-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center;margin-bottom:2.5rem}.capy-unused-intro-left{display:flex;flex-direction:column;justify-content:center}.capy-unused-intro-layout .capy-unused-intro{margin-bottom:0}.capy-unused-food-panel{display:flex;align-items:center;justify-content:center}.capy-unused-block{margin-top:2.5rem}.capy-unused-block .capy-subsection-title{margin-bottom:.75rem}.capy-unused-lead{color:#111;font-size:.95rem;line-height:1.55;margin:0 0 1.25rem;max-width:none}.capy-unused-block .capy-state-group{margin-top:0}.capy-unused-food-grid{display:grid;grid-template-columns:repeat(2,auto);grid-template-rows:repeat(2,auto);gap:.1rem .2rem;width:max-content;max-width:100%}.capy-unused-food-item{margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:transparent;border:none;border-radius:0;padding:0}.capy-unused-food-image{width:auto;max-width:100%;max-height:130px;height:auto;flex:1;display:block;object-fit:contain}.capy-unused-food-item figcaption{margin-top:.15rem;font-size:.78rem;font-weight:800;color:var(--capy-dark);line-height:1.2}.capy-unused-tutorial-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center}.capy-unused-tutorial-left .capy-subsection-title{margin-bottom:.75rem}.capy-unused-tutorial-left .capy-room-block-copy p{margin:0;max-width:none}.capy-unused-tutorial-images{display:flex;align-items:center;justify-content:center}.capy-unused-tutorial-duo{margin-top:0;width:100%}.capy-unused-tutorial-item{margin:0;display:flex;flex-direction:column;align-items:center;text-align:center;background:transparent;border:none;padding:0}.capy-unused-tutorial-image{width:auto;max-width:100%;max-height:220px;height:auto;display:block;object-fit:contain}.capy-unused-tutorial-item figcaption{margin-top:.5rem;font-size:.78rem;font-weight:800;color:var(--capy-dark)}.capy-results-section{margin-top:4rem}.capy-results-section>.capy-section-heading{margin-bottom:1.5rem}.capy-results-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:2rem;align-items:center}.capy-results-copy>.capy-body-text{max-width:none}.capy-results-block{margin-top:2rem}.capy-results-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%;text-align:center}.capy-results-image{width:100%;max-width:440px;height:auto;display:block;object-fit:contain;border-radius:22px}.capy-results-play-btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.5rem;border-radius:999px;background:var(--capy-green);color:#fff;font-size:.92rem;font-weight:800;text-decoration:none;transition:background .2s ease,transform .2s ease}.capy-results-play-btn:hover{background:var(--capy-dark);transform:translateY(-1px)}.capy-results-block .capy-subsection-title{margin-bottom:.75rem}.capy-results-block .capy-body-text{max-width:none}.capy-results-list{margin:.5rem 0 0;padding:0 0 0 1.2rem;list-style:disc;list-style-position:outside}.capy-results-list li{margin:.65rem 0;color:#111;font-size:.95rem;line-height:1.55}.capy-results-list li strong{color:var(--capy-dark)}.capy-iteration-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.capy-asset-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.capy-asset-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.capy-iteration-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.capy-asset-card,.capy-iteration-card{margin:0;background:#fff;border-radius:18px;overflow:hidden;border:1px solid rgba(61,82,24,.12)}.capy-asset-card--unused{opacity:.92}.capy-asset-media{background:#f4f7ea;min-height:220px;display:flex;align-items:center;justify-content:center;padding:1rem}.capy-asset-media--iteration{background:#ebe8df;min-height:260px}.capy-asset-image{width:auto;max-width:100%;max-height:190px;height:auto;display:block;object-fit:contain}.capy-asset-card figcaption,.capy-iteration-card figcaption{padding:1rem 1.1rem 1.2rem}.capy-asset-card h3,.capy-iteration-card h3{margin:0 0 .45rem;font-size:1.05rem;font-weight:900;color:var(--capy-dark)}.capy-asset-card p,.capy-iteration-card p{margin:0;font-size:.88rem;line-height:1.4;color:#333}.solace-branding{margin-top:3.8rem}.solace-branding-title{color:var(--solace-purple);font-size:2.2rem;font-weight:900;margin:0 0 1.2rem}.solace-branding-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:1.6rem;align-items:center}.solace-brand-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-self:center;margin-top:.6rem}.solace-brand-cell{margin:0;background:#fff;border-radius:18px;padding:0;overflow:hidden;border:1px solid #ececec}.solace-brand-image{width:100%;height:auto;display:block}.solace-brand-notes{background:transparent;border-radius:0;padding:0;border:0}.solace-brand-notes-title{color:var(--solace-purple);font-size:1.4rem;font-weight:900;margin:0 0 .6rem}.solace-brand-list,.solace-brand-bullets{margin:.6rem 0 .9rem;padding-left:1.1rem}.solace-brand-list li,.solace-brand-bullets li{margin:.25rem 0;font-weight:800;color:#000}@media(max-width:960px){.solace-branding-layout{grid-template-columns:1fr}}.solace-final-iterations{margin-top:3.2rem}.solace-final-title{text-align:center;color:var(--solace-purple);font-size:1.6rem;font-weight:900;margin:0 0 .8rem}.solace-final-wrap{background:transparent;display:flex;justify-content:center;align-items:center}.solace-final-image{width:100%;max-width:980px;height:auto;display:block}.solace-results{margin-top:3.4rem}.solace-results-title{color:var(--solace-purple);font-size:2rem;font-weight:900;margin:0 0 1.2rem}.solace-results-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:1.6rem;align-items:center}.solace-results-media{background:#14181a;border-radius:28px;padding:.9rem;max-width:640px;justify-self:center}.solace-results-notes{align-self:center}.solace-results-mediaLabel{color:#a8b0b2;font-size:.8rem;font-weight:900;letter-spacing:.02em;margin:0 0 .4rem}.solace-results-image{width:100%;height:auto;border-radius:18px;display:block}.solace-results-h{color:var(--solace-purple);font-size:1.4rem;font-weight:900;margin:0 0 .6rem}.solace-results-list{margin:.4rem 0 0;padding-left:1.1rem}.solace-results-list li{margin:.25rem 0;font-weight:800;color:#000}.solace-learned{margin-top:3.4rem}.solace-learned-layout{display:grid;grid-template-columns:1.1fr 1.1fr;gap:2.4rem;align-items:center}.solace-learned-media{display:flex;justify-content:center}.solace-learned-image{width:100%;max-width:520px;height:auto;display:block}.solace-learned-title{color:var(--solace-purple);font-size:1.8rem;font-weight:900;margin:0 0 .8rem}.solace-learned-notes strong{font-size:1.12em;font-weight:900}@keyframes solaceGlowLeft{0%{transform:translate(0) scale(1)}to{transform:translate(45px,-25px) scale(1.12)}}@keyframes solaceGlowRight{0%{transform:translate(0) scale(1)}to{transform:translate(-55px,30px) scale(1.15)}}.footer{margin-top:3rem;margin-bottom:0;width:calc(100% + 20vw);margin-left:-10vw;margin-right:-10vw;background:#e85d04;border-radius:0;display:flex;justify-content:center}.footer-content{width:100%;margin:0 auto;padding:4.2rem 10% 2.2rem;display:flex;flex-direction:column;align-items:center;text-align:center}.footer-title{color:#fff;font-size:4.2rem;font-weight:900;line-height:.9;letter-spacing:-.5px;margin-bottom:1.4rem;width:100%}.footer-contact-row{display:flex;align-items:center;justify-content:center;gap:.8rem;flex-wrap:wrap;width:100%}.footer-contact-pill{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff40;color:#fff;border-radius:6px;padding:.18rem .5rem;font-size:1.05rem;font-weight:700;transition:background-color .2s ease}.footer-contact-pill:hover{background:#fff6}.footer-contact-icon{width:22px;height:22px;display:block}.footer-divider{margin-top:2.5rem;height:6px;border-radius:999px;background:#fff;width:100%}.footer-nav{margin-top:1rem;display:flex;gap:2rem;width:100%;justify-content:center}.footer-nav-link{font-size:1rem;font-weight:500;color:#fff;letter-spacing:1px;position:relative;transition:color .3s ease;cursor:pointer}.footer-nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#fff;transition:width .3s ease}.footer-nav-link:hover{color:#ffe3cc}.footer-nav-link:hover:after{width:100%}.footer-nav-link--active{font-weight:600}@media(max-width:768px){.app{padding:0 5%}.header{flex-direction:column;gap:1.5rem;padding:1.5rem 0}.header-nav{gap:1.5rem}.main-heading{font-size:2.5rem}.subheading{font-size:1rem}.footer{margin-top:2rem;width:calc(100% + 10vw);margin-left:-5vw;margin-right:-5vw}.footer-content{padding:2.6rem 5% 1.4rem}.footer-title{font-size:2.8rem}.footer-contact-row{flex-direction:column;align-items:center}.featured-projects{padding-top:4rem;margin-top:.5rem}.home-about-preview{padding:2rem 0 3rem;margin-top:1rem}.home-about-layout{grid-template-columns:1fr;gap:1.5rem;justify-items:center;text-align:center}.home-about-copy{align-items:center}.home-about-photo{width:168px;height:168px}.home-about-title{font-size:2rem}.home-about-summary{font-size:.98rem;max-width:none}.home-about-skills{justify-content:center}.projects-title{font-size:2.4rem;margin-bottom:1.5rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card-media-template{height:260px}.about-main{padding-top:1rem}.about-layout{grid-template-columns:1fr;gap:2rem}.about-sidebar{align-items:center}.about-photo{max-width:280px;width:100%}.about-bio-heading{font-size:2rem;text-align:center}.about-bio-tagline,.about-body-text{text-align:center}.about-section-title{font-size:1.6rem;text-align:center}.about-skills-list{justify-content:center}.projects-page-title{font-size:2.8rem;margin-bottom:1.2rem}.projects-layout{grid-template-columns:1fr;gap:1.5rem}.project-card-large,.project-card-small,.projects-layout .project-card-daybreak.project-card-small{grid-column:auto}.projects-layout .project-card-media{height:300px}.solace-case-title{font-size:1.7rem}.solace-hero-card{min-height:250px;border-radius:20px}.solace-details-grid{grid-template-columns:1fr;gap:1.2rem;margin-top:1.5rem}.solace-section-heading,.solace-meta h3{font-size:1.7rem}.solace-meta p{font-size:1rem;color:#111}.solace-research{grid-template-columns:1fr;gap:1.4rem}.solace-research-title{font-size:2rem}.solace-research-h{font-size:1.1rem}.solace-research-right{padding:1.8rem 1.4rem;min-height:auto}.solace-stat-value{font-size:3.1rem}.solace-takeaways-title{font-size:1.5rem}.solace-takeaways-grid{grid-template-columns:1fr;gap:1rem}.solace-takeaway-icon{width:95px;height:95px}.solace-personas-title{font-size:2rem}.solace-personas-grid{grid-template-columns:1fr;gap:1.2rem}.solace-persona h3{font-size:1.55rem}.solace-persona-image{width:130px;height:130px}.solace-personas-needs-title{font-size:1.7rem;margin:1.3rem 0 .8rem}.solace-needs-grid{grid-template-columns:1fr;gap:.7rem}.solace-need-pill{font-size:.92rem;min-height:40px}.solace-step-card{grid-template-columns:1fr;padding:1.6rem 1.2rem}.solace-role-right{justify-content:flex-start}.solace-role-phones{max-width:280px;transform:translateY(0)}.solace-problem-headline{font-size:2.4rem}.solace-problem-face{min-height:120px;justify-content:center}.solace-problem-face-image{width:min(100%,180px)}.capy-details-grid{grid-template-columns:1fr;gap:1.2rem}.capy-step-card{grid-template-columns:1fr;padding:1.6rem 1.2rem}.capy-role-image{max-height:260px;width:auto;max-width:85%;margin:0 auto}.capy-asset-grid,.capy-iteration-grid,.capy-iteration-grid--two,.capy-asset-grid--compact{grid-template-columns:1fr}.capy-section-heading{font-size:1.6rem}.capy-story-layout,.capy-state-intro-layout,.capy-room-intro-layout{grid-template-columns:1fr;gap:1.5rem}.capy-room-image-panel{padding-top:0}.capy-room-hero-image{max-height:300px}.capy-state-cycle-image{max-height:220px}.capy-room-duo{grid-template-columns:1fr;gap:1.2rem}.capy-unused-intro-layout,.capy-unused-tutorial-layout,.capy-results-layout{grid-template-columns:1fr;gap:1.5rem}.capy-results-image{max-width:320px}.capy-unused-food-grid{max-width:100%;margin:0 auto}.capy-state-gallery{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.capy-hero-card{min-height:250px;height:250px;border-radius:20px}.scream-case-title,.scream-section-heading{font-size:1.6rem}.scream-intro-layout,.scream-process-layout{grid-template-columns:1fr;gap:1.5rem}.scream-case-main{gap:4rem}.scream-intro-details{grid-template-columns:1fr;gap:1.25rem}.scream-poster-image{max-height:min(420px,58vh)}.scream-mockup-image{max-height:min(380px,54vh)}.scream-mockup-stage{min-height:min(380px,56vh)}.scream-mockup-slider-row{gap:.6rem}.scream-mockup-stage-image{max-height:min(360px,54vh);border-radius:10px}.scream-mockup-nav{width:2.15rem;height:2.15rem}.scream-mockup-nav-icon{width:.95rem;height:.95rem}.scream-mockup-thumb-image{width:58px;height:44px}.can-section-heading{font-size:1.6rem}.can-intro-layout,.can-process-layout{grid-template-columns:1fr;gap:1.5rem}.can-case-main{gap:4rem}.can-intro-details{grid-template-columns:1fr;gap:1.25rem}.can-intro-image{max-height:min(420px,58vh)}.can-process-mockup-panel{min-height:min(400px,54vh);padding:.25rem 0}.can-process-cycle-image{max-height:min(420px,58vh);transform:scale(1.1);animation-name:can-flavor-slide-in-mobile}.can-dieline-stage{min-height:min(420px,60vh)}.can-dieline-slider-row{gap:.6rem}.can-dieline-stage-image{max-height:min(400px,58vh);border-radius:10px}.can-dieline-nav{width:2.15rem;height:2.15rem}.can-dieline-nav-icon{width:.95rem;height:.95rem}.can-dieline-thumb-image{width:58px;height:44px}}.logo-container{width:300px;height:auto;margin-bottom:1rem}.main-logo{width:100%;height:auto;display:block}.eye{transition:transform .3s ease}@media(max-width:768px){.logo-container{width:200px}}
