*,:before,:after{box-sizing:border-box}:root{--color-text:#2c2c2c;--color-text-muted:#2c2c2c80;--color-text-secondary:#757575;--color-bg:#fff;--color-card-bg:#00000005;--color-border:#0000001a;--color-nav-active:#00000014;--color-button-border:#e3e3e3;--font-sans:"Inter", system-ui, sans-serif;--font-serif:"Libre Caslon Text", "Times New Roman", serif}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);margin:0}#root{min-height:100svh}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:0 0;border:none}.nav-header{z-index:10;-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);background:#ffffff6e;border:1px solid #0000001a;border-radius:40px;align-items:center;width:245px;margin-top:18px;padding:4px;display:flex;position:sticky;top:18px;box-shadow:0 0 1px #0000001a,0 4px 7px #0000000d}.nav{align-items:center;width:100%;display:flex}.nav-logo{flex-shrink:0;justify-content:center;align-items:center;width:63px;height:43px;display:flex}.nav-link{letter-spacing:.8px;color:#0009;border-radius:24px;flex:1;justify-content:center;align-items:center;height:43px;padding:10px 20px;font-size:16px;font-weight:500;transition:background .2s;display:flex}.nav-link--active{background:var(--color-nav-active);color:#000}.nav-link:not(.nav-link--active):hover{color:var(--color-text)}.about-page{flex-direction:column;align-items:center;width:100%;display:flex}.about-section{justify-content:center;width:100%;padding:80px 0;display:flex}.about-layout{grid-template-columns:150px minmax(220px,412px) minmax(0,1fr);align-items:start;gap:70px;width:min(1340px,100%);display:grid}.about-heading{width:150px;font-family:var(--font-serif);letter-spacing:-.03em;color:var(--color-text);margin:0;font-size:25px;font-weight:700;line-height:1.3}.about-photo{aspect-ratio:412/308;border:10px solid #f5f5f5;border-radius:8px;width:100%;max-width:412px;overflow:hidden;box-shadow:0 1px 4px #0003,0 5.4px 3.6px #0000000d}.about-photo img{object-fit:cover;object-position:center 20%;width:100%;height:100%}.about-copy{color:#000000bf;flex-direction:column;gap:34px;min-width:0;font-size:17px;font-weight:400;line-height:2;display:flex}.about-copy p{margin:0}.about-copy strong{font-weight:700}.about-resume-wrap{width:100%;max-width:412px}.about-resume{isolation:isolate;border:1px solid var(--color-text);letter-spacing:-.02em;width:100%;color:var(--color-text);background:#fff;border-radius:40px;justify-content:center;align-items:center;padding:13px 20px;font-size:18px;font-weight:500;transition:color .38s;display:flex;position:relative;overflow:hidden}.about-resume:before{content:"";z-index:-1;background:var(--color-text);pointer-events:none;border-radius:50% 50% 0 0;width:160%;height:145%;transition:transform .38s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:-30%;transform:translateY(100%)}.about-resume:hover{color:#fff}.about-resume:hover:before{transform:translateY(0)}.about-jobs{flex-direction:column;gap:8px;min-width:0;margin:0;padding:0;list-style:none;display:flex}.about-job{border:1px solid var(--color-border);background:var(--color-card-bg);text-align:left;width:100%;color:inherit;border-radius:8px;align-items:flex-start;gap:80px;padding:8px;transition:border-color .2s;display:flex}.about-job:hover{border-color:#0003}.about-job-dates{border:1px solid var(--color-border);color:var(--color-text-muted);white-space:nowrap;border-radius:40px;flex-shrink:0;justify-content:center;align-items:center;padding:2px 10px;font-size:10px;font-weight:600;line-height:2;display:inline-flex}.about-job-body{flex:1;align-items:flex-start;min-width:0;display:flex}.about-job-copy{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.about-job-title{color:#000000bf;font-size:14px;font-weight:700;line-height:1.6}.about-job-company{color:#0000008c;font-size:11px;font-weight:400;line-height:1.5}.about-job-collapse{grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1);display:grid}.about-job--open .about-job-collapse{grid-template-rows:1fr}.about-job-collapse-inner{min-height:0;overflow:hidden}.about-job-description{color:#000000bf;opacity:0;padding-top:8px;font-size:12px;font-weight:400;line-height:2;transition:opacity .2s,transform .32s cubic-bezier(.4,0,.2,1);display:block;transform:translateY(-6px)}.about-job--open .about-job-description{opacity:1;transition-delay:50ms;transform:translateY(0)}.about-job-icon{flex-shrink:0;width:15px;height:19px;margin-left:8px;position:relative}.about-job-icon:before,.about-job-icon:after{content:"";background:#0000004d;border-radius:1px;transition:transform .32s cubic-bezier(.4,0,.2,1),background .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-job:hover .about-job-icon:before,.about-job:hover .about-job-icon:after{background:#0009}.about-job-icon:before{width:11px;height:1.5px}.about-job-icon:after{width:1.5px;height:11px}.about-job-icon--open:after{transform:translate(-50%,-50%)rotate(90deg)}@media (prefers-reduced-motion:reduce){.about-job,.about-job-collapse,.about-job-description,.about-job-icon:before,.about-job-icon:after{transition:none}}@media (width<=1024px){.about-layout{grid-template-columns:1fr;gap:28px}.about-heading{width:auto}.about-photo,.about-resume-wrap{max-width:none}.about-job{gap:16px}}@media (width<=640px){.about-section{padding:48px 0}.about-copy{gap:24px;font-size:16px}.about-job{flex-direction:column;gap:10px}.about-job-icon{margin-top:2px}}.case-study{flex-direction:column;align-items:center;width:100%;display:flex}.case-study-intro{justify-content:center;width:100%;padding:60px 24px;display:flex}.case-study-intro-inner{flex-direction:column;gap:40px;width:min(800px,100%);display:flex}.case-study-header{border-bottom:1px solid #0003;flex-direction:column;gap:12px;padding-bottom:20px;display:flex}.case-study-title{letter-spacing:.6px;color:#000c;margin:0;font-size:30px;font-weight:700}.case-study-subtitle{color:#00000080;margin:0;font-size:20px;font-weight:400;line-height:32px}.case-study-details{align-items:flex-start;gap:31px;display:flex}.case-study-meta{flex-direction:column;flex-shrink:0;gap:30px;width:179px;display:flex}.case-study-copy{flex-direction:column;flex:1;gap:30px;min-width:0;display:flex}.case-study-block{flex-direction:column;gap:12px;display:flex}.case-study-label{letter-spacing:.13px;text-transform:uppercase;color:#00000080;margin:0;font-size:13px;font-weight:700}.case-study-text{color:#000c;margin:0;font-size:16px;font-weight:400;line-height:2}.case-study-team{margin:0;padding:0;list-style:none}.case-study-team li{color:#000c;font-size:16px;font-weight:400;line-height:2}.case-study-gallery{flex-direction:column;align-items:center;gap:20px;width:100%;padding:40px 24px 80px;display:flex}.case-study-gallery-inner{flex-direction:column;gap:20px;width:min(1344px,100%);display:flex}.case-study-gallery-row{gap:20px;width:100%;display:flex}.case-study-gallery-row--focus,.case-study-gallery-row--pair{height:auto}.case-study-media{background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:30px;flex:1;min-width:0}.case-study-media--focus,.case-study-media--bento,.case-study-media--tile{position:relative;overflow:hidden;container-type:size}.case-study-media--focus{aspect-ratio:1344/1135;flex:none;width:100%}.case-study-media--focus.case-study-media--natural{aspect-ratio:2689/2242;container-type:normal}.case-study-media--focus.case-study-media--checkout{aspect-ratio:2688/2136;container-type:normal}.case-study-media--focus.case-study-media--datavis{aspect-ratio:1344/680;container-type:normal}.case-study-media--bento,.case-study-media--tile{aspect-ratio:662/680}.case-study-media-image--fill{object-fit:cover;object-position:top center;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block;position:absolute;inset:0}.case-study-media--bento>.case-study-media-image--fill,.case-study-media--tile>.case-study-media-image--fill{width:100%;max-width:none;height:100%;max-height:none}.case-study-media--bento .case-study-media-frame{border-radius:1.81cqw;width:fit-content;height:fit-content;position:absolute;top:7.794%;left:7.553%;overflow:hidden;transform:none}.case-study-media--bento .case-study-media-image{width:158.61cqw;max-width:none}.case-study-media--bento.case-study-media--inset .case-study-media-frame{width:89.43%;height:100%;box-shadow:none;background:0 0;border:none;border-radius:0;top:0;left:50%;overflow:hidden;transform:translate(-50%)}.case-study-media--bento.case-study-media--inset .case-study-media-image{width:100%;max-width:none;height:auto;max-height:none}.case-study-media--bento.case-study-media--followup>.case-study-media-image--fill{object-fit:unset;object-position:top center;width:100%;max-width:none;height:auto;max-height:none;inset:auto auto 0 50%;transform:translate(-50%)}.case-study-media--tile.case-study-media--artifacts .case-study-media-image--artifacts{border:1px solid #0000001a;width:196.424%;max-width:none;height:auto;max-height:none;display:block;position:absolute;top:8.0882%;left:-66.5915%;box-shadow:0 12px 24px #00000014,0 2px 6px #0000000a}.case-study-media--tile .case-study-media-frame{width:fit-content;height:fit-content;top:50%;left:50%;transform:translate(-50%,-50%)}.case-study-media--tile .case-study-media-image{width:auto;max-width:96.98cqw;height:auto;max-height:97.06cqh}.case-study-media--tile.case-study-media--chat .case-study-media-image{width:90.8cqw;max-width:90.8cqw;height:auto;max-height:none}.case-study-media--tile.case-study-media--figure .case-study-media-frame{width:89.43%;height:fit-content;max-height:97.06cqh;box-shadow:none;background:0 0;border:none;border-radius:12px}.case-study-media--tile.case-study-media--figure .case-study-media-image{object-fit:contain;width:100%;max-width:none;height:auto;max-height:97.06cqh}.case-study-media-frame{border:1px solid var(--color-border);background:#fff;border-radius:12px;width:73.13%;position:absolute;top:8.09%;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 12px 24px #00000014,0 2px 6px #0000000a}.case-study-media-image{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;max-width:none;height:auto;display:block}@media (width<=900px){.case-study-details{flex-direction:column;gap:40px}.case-study-meta{width:100%}.case-study-gallery-row--pair{flex-direction:column}.case-study-media{flex:none;width:100%}.case-study-media--focus{aspect-ratio:16/10}.case-study-media--focus.case-study-media--natural{aspect-ratio:2689/2242}.case-study-media--focus.case-study-media--checkout{aspect-ratio:2688/2136}.case-study-media--focus.case-study-media--datavis{aspect-ratio:1344/680}.case-study-media--bento,.case-study-media--tile{aspect-ratio:662/680}.case-study-media-frame{width:90%;top:6%}}@media (width<=640px){.case-study-intro{padding:40px 16px}.case-study-gallery{padding:32px 16px 48px}.case-study-title{font-size:26px}.case-study-subtitle{font-size:18px;line-height:1.5}}.case-study-status{background:#fff;border:1px solid #0000001a;border-radius:40px;align-items:center;width:fit-content;max-width:100%;padding:6px;display:flex}.case-study-status-pill,.case-study-status-note{letter-spacing:-.34px;white-space:nowrap;border-radius:40px;justify-content:center;align-items:center;padding:13px 20px;font-size:17px;font-weight:500;line-height:normal;display:flex}.case-study-status-pill{color:#fff;background:#2c2c2c66}.case-study-status-note{color:#0009}.case-study-media--focus.case-study-media--ask-hero{aspect-ratio:2688/1782;border-radius:20px;box-shadow:0 1.104px 2.209px #00000017,0 -3.313px 16.566px #0000001a;container-type:normal}.case-study-media--focus.case-study-media--ask-full{aspect-ratio:1344/680;container-type:normal}@media (width<=900px){.case-study-media--focus.case-study-media--ask-hero{aspect-ratio:2688/1782}.case-study-media--focus.case-study-media--ask-full{aspect-ratio:1344/680}}@media (width<=700px){.case-study-status{flex-direction:column;align-items:stretch;width:100%}.case-study-status-pill,.case-study-status-note{white-space:normal;text-align:center}}.before-after{--before-after-pos:50%;touch-action:none;-webkit-user-select:none;user-select:none;cursor:ew-resize;background:var(--color-card-bg);position:absolute;inset:0;overflow:hidden}.before-after-image{object-fit:cover;object-position:top center;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block;position:absolute;inset:0}.before-after-before{clip-path:inset(0 calc(100% - var(--before-after-pos)) 0 0);position:absolute;inset:0}.before-after-label{z-index:2;color:#fff;letter-spacing:.04em;text-transform:uppercase;pointer-events:none;background:#2c2c2cb8;border-radius:6px;padding:6px 10px;font-size:12px;font-weight:600;line-height:1;position:absolute;top:16px}.before-after-label--before{left:16px}.before-after-label--after{right:16px}.before-after-divider{top:0;bottom:0;left:var(--before-after-pos);z-index:3;pointer-events:none;background:#fff;width:2px;position:absolute;transform:translate(-50%);box-shadow:0 0 0 1px #00000014}.before-after-knob{width:44px;height:44px;color:var(--color-text);background:#fff;border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 1px 2px #00000014,0 8px 20px #00000024}.before-after-knob-icon{width:20px;height:20px}.before-after-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.before-after:focus-visible{outline:2px solid var(--color-text);outline-offset:-2px}@media (width<=768px){.before-after-label{padding:5px 8px;font-size:11px;top:12px}.before-after-label--before{left:12px}.before-after-label--after{right:12px}.before-after-knob{width:40px;height:40px}}.case-study-story{flex-direction:column;gap:40px;width:min(800px,100%);padding:60px 24px 80px;display:flex}.case-study-gallery--lead{padding-bottom:0}.case-study-story-block{flex-direction:column;gap:12px;width:100%;display:flex}.case-study-story-title{color:#000c;margin:0;font-size:24px;font-weight:700;line-height:normal}.case-study-story-media{background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:30px;width:100%;overflow:hidden}.case-study-story-media--first{aspect-ratio:1600/600}.case-study-story-media--testing{aspect-ratio:1600/924}.case-study-story-media--more{aspect-ratio:1600/1138}.case-study-story-media--hover{aspect-ratio:1600/592}.case-study-story-media--final{aspect-ratio:1600/1349}.case-study-story-image{object-fit:cover;object-position:top center;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}.case-study-story-stack{flex-direction:column;gap:20px;width:100%;display:flex}.case-study-insights{gap:12px;width:100%;padding:12px 0;display:flex}.case-study-insight{border:1px solid #dcdcdc;border-radius:20px;flex-direction:column;flex:1;gap:12px;min-width:0;padding:20px;display:flex}.case-study-insight-dots,.case-study-insight-hearts{align-items:center;gap:16px;padding:8px 0;display:flex}.case-study-insight-dot{background:#d9d9d9;border-radius:30px;flex-shrink:0;width:10px;height:10px}.case-study-insight-dot--alert{background:#ff5050}.case-study-insight-heart{flex-shrink:0;align-items:center;width:12px;height:13px;display:flex;overflow:clip}.case-study-insight-heart img{width:12px;height:13px;display:block}.case-study-insight .case-study-text strong{font-weight:700}@media (width<=700px){.case-study-insights{flex-direction:column}}@media (width<=640px){.case-study-story{padding:40px 16px 48px}}.case-study-impact{border-top:1px dashed #00000024;border-bottom:1px dashed #00000024;align-items:flex-start;gap:20px;width:100%;padding:12px 0;display:flex}.case-study-impact-item{flex-direction:column;flex:1;gap:16px;min-width:0;display:flex}.case-study-impact-item+.case-study-impact-item{border-left:1px dashed #00000024;padding-left:20px}.case-study-impact-value-block{flex-direction:column;align-items:flex-start;gap:1px;display:flex}.case-study-impact-value{color:#000c;margin:0;font-size:32px;font-weight:600;line-height:1.2}.case-study-impact-badge{background:#39cc511a;border-radius:7px;justify-content:center;align-items:center;gap:4px;padding:4px 8px;display:inline-flex}.case-study-impact-badge img{flex-shrink:0;width:18px;height:18px;display:block}.case-study-impact-badge-text{color:#44824e;white-space:nowrap;font-size:14px;font-weight:500;line-height:1.2}.case-study-story-subtitle{color:#000c;margin:0;font-size:20px;font-weight:700;line-height:normal}.case-study-story-option{color:#000c;margin:0;font-size:16px;font-weight:700;line-height:normal}.case-study-issue-heading{flex-direction:column;display:flex}.case-study-issue-heading .case-study-text{line-height:2}.case-study-issue-heading em{font-style:italic;font-weight:400}.case-study-data-split{align-items:flex-start;gap:40px;width:100%;display:flex}.case-study-data-copy{flex:1;min-width:0}.case-study-data-copy .case-study-text{line-height:1.5}.case-study-data-copy .case-study-text+.case-study-text{margin-top:1.5em}.case-study-story-media--churn{aspect-ratio:760/528;border-radius:20px;flex:1;min-width:0}.case-study-story-media--checkout{border-radius:20px}.case-study-story-media--marketing{aspect-ratio:1600/1054}.case-study-story-media--comms,.case-study-story-media--cta{aspect-ratio:1600/880}.case-study-story-media--old{aspect-ratio:1600/1288}.case-study-story-media--option1{aspect-ratio:1600/1044}.case-study-story-media--option2{aspect-ratio:1600/1068}.case-study-story-media--stripe,.case-study-story-media--proposal{aspect-ratio:1600/1104}.case-study-story-media--final-checkout{aspect-ratio:1600/1041}.case-study-final-split{align-items:flex-start;gap:20px;width:100%;display:flex}.case-study-story-media--detail{aspect-ratio:784/874;flex:1;min-width:0}.case-study-final-copy{flex-direction:column;flex:1;gap:16px;min-width:0;display:flex}@media (width<=700px){.case-study-impact{flex-direction:column;gap:24px}.case-study-impact-item+.case-study-impact-item{border-top:1px dashed #00000024;border-left:none;padding-top:24px;padding-left:0}.case-study-data-split,.case-study-final-split{flex-direction:column}}.dashboard-strip{align-items:flex-end;gap:16px;width:1144px;display:flex}.dashboard-strip-group{flex-shrink:0;align-items:flex-end;gap:20px;width:564px;display:flex}.metric-card{background:#fff;border:1px solid #e5e5e5;border-radius:20px;flex-direction:column;gap:8px;height:277px;padding:20px;transition:box-shadow .25s;display:flex;position:relative;box-shadow:0 2px 1.5px #0000000d}.project-card-dashboard .metric-card{pointer-events:auto}.project-card-dashboard .metric-card:hover{z-index:2;box-shadow:0 24px 48px #ff64321f,0 12px 24px #ff825014}.metric-card--market-share{flex-shrink:0;width:564px}.metric-card--revenue{flex:1;transform:rotate(-.29deg)}.metric-card--units{flex:1}.metric-card-header{align-items:center;gap:12px;min-height:21px;display:flex}.metric-card-title{color:#7b7b7b;margin:0;font-size:14px;font-weight:600}.metric-card-badge{color:#7b7b7b;white-space:nowrap;border:1px solid #e5e5e5;border-radius:8px;align-items:center;gap:8px;padding:4px 8px;font-size:12px;font-weight:500;display:inline-flex}.metric-card-pin{background:#ff5e00;border-radius:50%;flex-shrink:0;width:8px;height:8px}.metric-card-value{letter-spacing:-.6px;color:#222;font-size:20px;font-weight:600;line-height:1.2}.trend-badge{align-items:center;gap:4px;display:flex}.trend-badge-pill{border-radius:6px;align-items:center;gap:2px;padding:2px 5px 2px 4px;font-size:10px;font-weight:500;line-height:1.6;display:inline-flex}.trend-badge-pill--up{color:#07835b;background:#e3f8f1}.trend-badge-pill--down{color:#e71313;background:#ffe6e7;border-radius:4px}.trend-badge-arrow{flex-shrink:0;width:12px;height:12px}.trend-badge-label{color:#7b7b7b;font-size:10px;font-weight:500}.metric-card-chart{flex:1;min-height:0;margin-top:4px;position:relative}.metric-card-grid{flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:12px 0 28px}.metric-card-grid span{opacity:.5;background:repeating-linear-gradient(90deg,#c2c2c2 0 2px,#0000 2px 6px);height:1px;display:block}.metric-card-grid span:last-child{background:#c2c2c2}.chart-line{width:auto;height:auto;position:absolute;left:4px;right:4px}.metric-card--market-share .chart-line{top:26.33%;bottom:42.16%}.metric-card--revenue .chart-line,.metric-card--units .chart-line{height:32px;top:44%}.metric-card-months{color:#7b7b7b;justify-content:space-between;font-size:12px;display:flex;position:absolute;bottom:0;left:0;right:0}.metric-card-chart--interactive{cursor:crosshair}.interactive-chart{z-index:1;position:absolute;inset:0}.interactive-chart .chart-line{inset:26.33% 4px 42.16%}.chart-hover{pointer-events:none;z-index:2;align-items:flex-start;gap:10px;display:flex;position:absolute;top:12px;bottom:28px}.chart-hover-tooltip{opacity:.95;border-radius:7px;width:232px;position:absolute;top:0;right:calc(100% + 10px);overflow:hidden;box-shadow:0 0 1px #0000000d,0 2px 10px #0000001a}.chart-hover--flip .chart-hover-tooltip{left:calc(100% + 10px);right:auto}.chart-hover-tooltip-date{color:#afafaf;background:#171717;border-bottom:1px solid #656565;padding:8px 12px;font-size:12px;line-height:20px}.chart-hover-tooltip-body{background:#222;padding:12px}.chart-hover-tooltip-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.chart-hover-tooltip-label{color:#afafaf;align-items:flex-start;gap:8px;min-width:0;font-size:12px;line-height:20px;display:flex}.chart-hover-tooltip-swatch{background:#f57706;border:1px solid #fff;border-radius:5px;flex-shrink:0;width:9px;height:9px;margin-top:5px}.chart-hover-tooltip-value{color:#fff;text-align:right;white-space:nowrap;flex-shrink:0;font-size:12px;line-height:20px}.chart-hover-marker{flex-shrink:0;width:10px;height:100%;position:relative}.chart-hover-crosshair{mix-blend-mode:multiply;background:#e5e5e5;width:2px;position:absolute;top:0;bottom:0;left:4px}.chart-hover-dot{background:#f57706;border:1px solid #fff;border-radius:50%;width:6px;height:6px;position:absolute;left:2px;transform:translateY(-50%)}.photo-stack{--photo-scale:min(1, 100cqw / 321px);--photo-w:calc(261px * var(--photo-scale));--photo-h:calc(344px * var(--photo-scale));pointer-events:none;position:absolute;inset:0}.photo-stack-item{width:var(--photo-w);height:var(--photo-h);transform:translate(calc(-50% + var(--ox) * var(--photo-scale)), calc(-50% + var(--oy) * var(--photo-scale))) rotate(var(--photo-r));border-radius:6px;transition:transform .55s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:50%;box-shadow:0 2px 3px #0000000d}.photo-stack-item img{object-fit:cover;border-radius:6px;width:100%;height:100%;display:block}.photo-stack-item--3752{z-index:1;--ox:-88px;--oy:-71px;--photo-r:-7.68deg;--ox-hover:-289px;--oy-hover:-279px;--photo-r-hover:-32.28deg}.photo-stack-item--4071{z-index:2;--ox:-106px;--oy:75px;--photo-r:-16.7deg;--ox-hover:-216px;--oy-hover:254px;--photo-r-hover:30deg}.photo-stack-item--4072{z-index:3;--ox:88px;--oy:-141px;--photo-r:11.86deg;--ox-hover:46px;--oy-hover:-373px;--photo-r-hover:46.25deg}.photo-stack-item--3753{z-index:4;--ox:55px;--oy:77px;--photo-r:11.34deg;--ox-hover:340px;--oy-hover:-108px;--photo-r-hover:-17.49deg}.photo-stack-item--3908{z-index:5;--ox:55px;--oy:127px;--photo-r:18deg;--ox-hover:235px;--oy-hover:295px;--photo-r-hover:24.56deg}.project-card-wrap:hover .photo-stack-item,.project-card-wrap:focus-within .photo-stack-item{transform:translate(calc(-50% + var(--ox-hover) * var(--photo-scale)), calc(-50% + var(--oy-hover) * var(--photo-scale))) rotate(var(--photo-r-hover))}.project-card-wrap:hover .photo-stack-item--3752,.project-card-wrap:focus-within .photo-stack-item--3752{transition-delay:40ms}.project-card-wrap:hover .photo-stack-item--4071,.project-card-wrap:focus-within .photo-stack-item--4071{transition-delay:.1s}.project-card-wrap:hover .photo-stack-item--4072,.project-card-wrap:focus-within .photo-stack-item--4072{transition-delay:.16s}.project-card-wrap:hover .photo-stack-item--3753,.project-card-wrap:focus-within .photo-stack-item--3753{transition-delay:.22s}.project-card-wrap:hover .photo-stack-item--3908,.project-card-wrap:focus-within .photo-stack-item--3908{transition-delay:.28s}.project-card-wrap{position:relative}.project-card{background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:30px;height:330px;transition:border-color .2s,background-color .2s;display:block;position:relative;overflow:hidden;container-type:inline-size}.project-card:hover,.project-card-wrap:hover .project-card,.project-card-wrap:focus-within .project-card{background:#fff6ef;border-color:#ff3b01}.project-card-wrap--benchmark:hover .project-card,.project-card-wrap--benchmark:focus-within .project-card,.about-grid-cell--intro:hover .project-card,.about-grid-cell--intro:focus-within .project-card,.about-grid-cell--intro .project-card:hover{background:#f5f6ff;border-color:#5357f8}.project-card-wrap--logo:hover .project-card,.project-card-wrap--logo:focus-within .project-card{background:var(--color-card-bg);border-color:var(--color-border)}.project-card-tags{z-index:1;flex-wrap:wrap;gap:30px;display:flex;position:absolute;top:40px;left:40px}.project-card-tag{letter-spacing:2.24px;text-transform:uppercase;color:var(--color-text-secondary);align-items:center;gap:8px;font-size:14px;font-weight:500;display:inline-flex}.project-card-dashboard{z-index:0;pointer-events:none;transition:left .6s cubic-bezier(.4,0,.2,1);position:absolute;top:86px;left:67px}.project-card-dashboard--lift{transition:top .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);top:96px;left:50%;transform:translate(-50%)}.project-card-dashboard--lift .dashboard-strip{width:564px}.project-card-dashboard--lift .metric-card{transition:box-shadow .35s cubic-bezier(.4,0,.2,1)}.project-card-dashboard--lift .metric-card:hover{box-shadow:0 2px 1.5px #0000000d}.project-card-benchmark{--benchmark-scale:.95;--benchmark-lift:0px;z-index:0;transform:translateX(-50%) translateY(var(--benchmark-lift)) scale(var(--benchmark-scale));transform-origin:top;pointer-events:none;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;top:29px;left:50%}.project-card-wrap:hover .project-card-benchmark,.project-card-wrap:focus-within .project-card-benchmark{--benchmark-lift:-210.9px}.project-card-showcase{--showcase-scale:.902;z-index:0;transform:translateX(-50%) scale(var(--showcase-scale));transform-origin:top;pointer-events:none;position:absolute;top:95px;left:50%}.project-card-checkout{--checkout-lift:0px;z-index:0;pointer-events:none;width:158.741%;transform:translateY(var(--checkout-lift));border:1px solid #0000001a;transition:transform .35s cubic-bezier(.4,0,.2,1);position:absolute;top:-18.7879%;left:-71.0884%}.project-card-checkout img{width:100%;max-width:none;height:auto;transition:box-shadow .35s cubic-bezier(.4,0,.2,1);display:block;box-shadow:0 2px 1.5px #0000000d}.project-card-wrap:hover .project-card-checkout,.project-card-wrap:focus-within .project-card-checkout{--checkout-lift:-10px}.project-card-wrap:hover .project-card-checkout img,.project-card-wrap:focus-within .project-card-checkout img{transition-delay:50ms;box-shadow:0 24px 48px #ff64321f,0 12px 24px #ff825014}@container (width<=560px){.project-card-benchmark{transform:translateX(-50%) translateY(var(--benchmark-lift)) scale(calc((100cqw - 48px) / 524 * var(--benchmark-scale)));transform-origin:top;top:24px}.project-card-wrap:hover .project-card-benchmark,.project-card-wrap:focus-within .project-card-benchmark{--benchmark-lift:calc(-222px * ((100cqw - 48px) / 524) * var(--benchmark-scale))}}@container (width<=400px){.project-card-tags{gap:16px;top:28px;left:28px;right:28px}.project-card-tag{letter-spacing:1.6px;font-size:12px}.project-card-showcase{--showcase-scale:.75;top:82px}}.project-card-wrap:hover .project-card-dashboard{transition-delay:.3s;left:calc(100% - 1184px)}.project-card-wrap:hover .project-card-dashboard--lift,.project-card-wrap:focus-within .project-card-dashboard--lift{transition:top .35s cubic-bezier(.4,0,.2,1),transform .35s cubic-bezier(.4,0,.2,1);top:86px;left:50%;transform:translate(-50%)}.project-card-wrap:hover .project-card-dashboard--lift .metric-card,.project-card-wrap:focus-within .project-card-dashboard--lift .metric-card{transition-delay:50ms;box-shadow:0 24px 48px #ff64321f,0 12px 24px #ff825014}.project-card-dashboard--lift .metric-card-chart--interactive{pointer-events:none}.project-card-wrap:hover .project-card-dashboard--lift .metric-card-chart--interactive,.project-card-wrap:focus-within .project-card-dashboard--lift .metric-card-chart--interactive{pointer-events:auto}.project-card-preview{pointer-events:none;justify-content:center;align-items:flex-end;padding:72px 20px 52px;display:flex;position:absolute;inset:0}.project-card-preview img{object-fit:contain;object-position:center bottom;width:100%;height:auto}.project-card-logo{position:absolute;inset:0}.project-card-logo-mark{z-index:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.project-card-arrow{z-index:2;opacity:.7;display:flex;position:absolute;bottom:20px;left:20px}.project-card-caption{white-space:nowrap;opacity:0;pointer-events:none;align-items:center;gap:8px;margin:0;font-size:16px;line-height:normal;transition:opacity .2s;display:flex;position:absolute;top:calc(100% + 19px);left:20px}.project-card-caption strong{color:#363636;font-weight:700}.project-card-caption span{color:#727272;font-weight:600}.project-card-wrap:hover .project-card-caption,.project-card-wrap:focus-within .project-card-caption{opacity:1}.showcase-stack{width:290px;height:175px;position:relative}.showcase-stack-card{width:275.494px;transition:transform .35s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.showcase-stack-card--units{z-index:1;transform:translate(17.67px,31px)rotate(4.8deg)}.showcase-stack-card--price{z-index:2;transform:translate(-17.04px,23px)rotate(-5deg)}.showcase-stack-card--rating{z-index:3;transform:translate(32.62px,4.94px)rotate(4.27deg)}.showcase-stack-card--reviews{z-index:4;transform:translate(6.29px)rotate(0)}.project-card-wrap:hover .showcase-stack-card--reviews,.project-card-wrap:focus-within .showcase-stack-card--reviews{transform:translate(6.29px,-10px)rotate(0)}.scatter-metric-card{box-sizing:border-box;background:#fff;border:1.368px solid #e5e5e5;border-radius:20px;flex-direction:column;gap:16.42px;width:100%;padding:21.894px;transition:box-shadow .35s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 2px #0c0c0d0d}.project-card-wrap:hover .showcase-stack-card--reviews .scatter-metric-card,.project-card-wrap:focus-within .showcase-stack-card--reviews .scatter-metric-card{overflow:visible;box-shadow:0 12px 24px #0000001a,0 4px 8px #0000000f}:is(.project-card-wrap:has(.project-card-showcase):hover .project-card,.project-card-wrap:has(.project-card-showcase):focus-within .project-card){overflow:visible}.scatter-metric-card-title{color:#7b7b7b;margin:0;font-size:19.157px;font-weight:600;line-height:27.367px}.scatter-metric-card-body{flex-direction:column;gap:4px;width:100%;display:flex}.scatter-chart{width:100%;height:36px;position:relative}.scatter-chart--interactive{z-index:2;pointer-events:none}.project-card-wrap:hover .showcase-stack-card--reviews .scatter-chart--interactive,.project-card-wrap:focus-within .showcase-stack-card--reviews .scatter-chart--interactive{pointer-events:auto}.scatter-chart-plot{width:100%;height:21.894px;display:block;overflow:visible}.scatter-chart-hit{fill:#0000;cursor:pointer;outline:none}.scatter-chart-glow{transition:opacity .15s}.scatter-chart-glow--active{opacity:.45}.scatter-chart-labels{font-variant-numeric:tabular-nums;color:#9b9b9b;pointer-events:none;justify-content:space-between;font-size:12.315px;line-height:19.704px;display:flex;position:absolute;top:13.55px;left:14.78px;right:18.47px}.scatter-chart-popover{z-index:3;pointer-events:none;width:206px;position:absolute;bottom:calc(100% + 10px);transform:translate(-50%)}.scatter-chart-popover--align-left{transform:translate(-12px)}.scatter-chart-popover--align-right{transform:translate(calc(12px - 100%))}.scatter-chart-tooltip{border-radius:7px;overflow:hidden;box-shadow:0 0 .5px #0000000d,0 2px 5px #0000001a}.scatter-chart-tooltip-body{background:#222;padding:12px}.scatter-chart-tooltip-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.scatter-chart-tooltip-asin{align-items:center;gap:8px;min-width:0;display:flex}.scatter-chart-tooltip-dot{border:1px solid #fff;border-radius:5px;flex-shrink:0;width:9px;height:9px}.product-thumbnail{flex-shrink:0;width:32px;height:32px;position:relative}.product-thumbnail-layer{background:#fff;border:1px solid #e5e5e5;border-radius:4px;position:absolute}.product-thumbnail-layer--back{inset:3px 0 0 3px}.product-thumbnail-layer--front{inset:0 3px 3px 0;overflow:hidden}.product-thumbnail-image{object-fit:cover;width:100%;height:100%;display:block}.scatter-chart-tooltip-name{color:#afafaf;text-overflow:ellipsis;white-space:nowrap;width:92px;margin:0;font-size:12px;font-weight:400;line-height:20px;overflow:hidden}.scatter-chart-tooltip-value{font-variant-numeric:tabular-nums;color:#fff;text-align:right;white-space:nowrap;flex-shrink:0;font-size:12px;font-weight:400;line-height:20px}.scatter-chart-tooltip-footer{font-variant-numeric:tabular-nums;color:#f0f0f0;text-align:center;background:#171717;border-top:1px solid #656565;padding:4px 12px;font-size:12px;font-weight:500;line-height:22px}.scatter-metric-card-data{flex-direction:column;display:flex}.scatter-metric-card-value{font-variant-numeric:tabular-nums;color:#222;font-size:19.157px;font-weight:600;line-height:1.2}.scatter-metric-card-label{font-variant-numeric:tabular-nums;color:#7b7b7b;font-size:16.42px;line-height:1.2}.about-grid{aspect-ratio:1;grid-template-rows:repeat(4,minmax(0,1fr));grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;width:min(1340px,100%);margin:0 auto;display:grid}.about-grid-cell{min-width:0;min-height:0}.about-grid-cell .project-card{height:100%}.about-grid-cell--intro{grid-area:1/1/3/3}.about-grid-cell--market{grid-area:1/3/auto/5}.about-grid-cell--showcase{grid-area:2/3/4}.about-grid-cell--photos{grid-area:2/4/4}.about-grid-cell--checkout{grid-area:3/1/5/3}.about-grid-cell--design{grid-area:4/3/auto/5}.about-grid-cell--photos .project-card:hover,.about-grid-cell--photos:focus-within .project-card{background:var(--color-card-bg);border-color:var(--color-border)}.about-card-dashboard{z-index:0;pointer-events:none;position:absolute;top:40px;left:40px}.about-card-dashboard .dashboard-strip{width:auto}.about-card-dashboard .metric-card{width:580px;height:297px;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1);transform:translateY(0)}.about-grid-cell--market:hover .about-card-dashboard .metric-card,.about-grid-cell--market:focus-within .about-card-dashboard .metric-card{transform:translateY(-10px);box-shadow:0 24px 48px #ff64321f,0 12px 24px #ff825014}.about-card-dashboard .metric-card-chart--interactive{pointer-events:none}.about-grid-cell--market:hover .about-card-dashboard .metric-card-chart--interactive,.about-grid-cell--market:focus-within .about-card-dashboard .metric-card-chart--interactive{pointer-events:auto}.about-card-photos{position:absolute;inset:0}.about-grid-cell--photos:hover .photo-stack-item,.about-grid-cell--photos:focus-within .photo-stack-item{transform:translate(calc(-50% + var(--ox-hover) * var(--photo-scale)), calc(-50% + var(--oy-hover) * var(--photo-scale))) rotate(var(--photo-r-hover))}.about-card-showcase{z-index:0;pointer-events:none;position:absolute;inset:0}.about-grid-cell--showcase .showcase-stack{width:auto;height:auto;position:absolute;inset:0}.about-grid-cell--showcase .showcase-stack-card{width:67.5903%;top:auto;left:50%}.about-grid-cell--showcase .scatter-metric-card{border-radius:12px;gap:13px;padding:17px}.about-grid-cell--showcase .scatter-metric-card-title,.about-grid-cell--showcase .scatter-metric-card-value{font-size:15px;line-height:21.5px}.about-grid-cell--showcase .scatter-metric-card-label{font-size:13px}.about-grid-cell--showcase .showcase-stack-card--rating-back{z-index:0;top:49.3939%;transform:translate(calc(-50% - .65cqi))rotate(-6.52deg)}.about-grid-cell--showcase .showcase-stack-card--units{z-index:1;top:41.6667%;transform:translate(calc(6.60625cqi - 50%))rotate(5.81deg)}.about-grid-cell--showcase .showcase-stack-card--price{z-index:2;top:36.0606%;transform:translate(calc(-50% - 10.2375cqi))rotate(-5deg)}.about-grid-cell--showcase .showcase-stack-card--rating{z-index:3;top:31.2121%;transform:translate(calc(10.4375cqi - 50%))rotate(4.27deg)}.about-grid-cell--showcase .showcase-stack-card--reviews{z-index:4;width:72.3284%;top:24.5455%;transform:translate(calc(.49375cqi - 50%))rotate(0)}.about-grid-cell--showcase:hover .showcase-stack-card--reviews,.about-grid-cell--showcase:focus-within .showcase-stack-card--reviews{transform:translate(calc(.49375cqi - 50%))translateY(-10px)rotate(0)}.about-grid-cell--photos .photo-stack{--photo-scale:min(1, 100cqw / 320px);--photo-w:calc(273px * var(--photo-scale));--photo-h:calc(359px * var(--photo-scale))}.about-grid-cell--photos .photo-stack-item--3753{z-index:1;--ox:-146px;--oy:-127px;--photo-r:11.34deg;--ox-hover:-346px;--oy-hover:-207px;--photo-r-hover:-17.49deg}.about-grid-cell--photos .photo-stack-item--3752{z-index:2;--ox:48px;--oy:0px;--photo-r:-7.68deg;--ox-hover:249px;--oy-hover:-208px;--photo-r-hover:-32.28deg}.about-grid-cell--photos .photo-stack-item--4071{z-index:3;--ox:-53px;--oy:216px;--photo-r:20.73deg;--ox-hover:-163px;--oy-hover:395px;--photo-r-hover:30deg}.about-grid-cell--photos .photo-stack-item--4072{z-index:4;--ox:56px;--oy:-280px;--photo-r:19.43deg;--ox-hover:14px;--oy-hover:-512px;--photo-r-hover:46.25deg}.about-grid-cell--photos .photo-stack-item--3908{z-index:5;--ox:80px;--oy:252px;--photo-r:-9.48deg;--ox-hover:260px;--oy-hover:420px;--photo-r-hover:24.56deg}.about-card-media{--media-lift:0px;z-index:0;pointer-events:none;transform:translateY(var(--media-lift));border:1px solid #0000001a;border-radius:12px;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1);position:absolute;overflow:hidden;box-shadow:0 2px 3px #0000000d}.about-card-media img{width:100%;max-width:none;height:auto;display:block}.about-card-media--report{width:132.563%;top:6.06061%;left:6.06061%}.about-card-media--design{width:87.8788%;top:9.0625%;left:6.06061%}.about-grid-cell--intro:hover .about-card-media--report,.about-grid-cell--intro:focus-within .about-card-media--report{--media-lift:-10px;box-shadow:0 24px 48px #5357f81f,0 12px 24px #787cff12}.about-card-checkout{--checkout-lift:0px;z-index:0;pointer-events:none;width:121.818%;transform:translateY(var(--checkout-lift));border:1px solid #0000001a;border-radius:12px;transition:transform .35s cubic-bezier(.4,0,.2,1);position:absolute;top:6.36364%;left:-28.3333%;overflow:hidden;box-shadow:0 2px 3px #0000000d}.about-card-checkout img{width:100%;max-width:none;height:auto;display:block}.about-grid-cell--checkout:hover .about-card-checkout,.about-grid-cell--checkout:focus-within .about-card-checkout{--checkout-lift:-10px;box-shadow:0 24px 48px #ff64321f,0 12px 24px #ff825014}.about-grid-cell--design:hover .about-card-media--design,.about-grid-cell--design:focus-within .about-card-media--design{--media-lift:-10px;box-shadow:0 24px 48px #ff64321f,0 12px 24px #ff825014}@media (width<=1100px){.about-grid{aspect-ratio:2/8;grid-template-rows:repeat(8,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr))}.about-grid-cell--intro{grid-area:1/1/3/3}.about-grid-cell--market{grid-area:3/1/auto/3}.about-grid-cell--showcase{grid-area:4/1/6}.about-grid-cell--photos{grid-area:4/2/6}.about-grid-cell--checkout{grid-area:6/1/8/3}.about-grid-cell--design{grid-area:8/1/auto/3}}@media (width<=640px){.about-grid{aspect-ratio:auto;grid-template-rows:none;grid-template-columns:1fr;grid-auto-rows:minmax(220px,auto)}.about-grid-cell--intro,.about-grid-cell--market,.about-grid-cell--photos,.about-grid-cell--showcase,.about-grid-cell--checkout,.about-grid-cell--design{grid-area:auto/1}.about-grid-cell--intro,.about-grid-cell--checkout{aspect-ratio:1;min-height:320px}.about-grid-cell--showcase,.about-grid-cell--photos{min-height:420px}.about-grid-cell--design{aspect-ratio:2;min-height:200px}.about-card-dashboard{transform-origin:0 0;top:24px;left:24px;transform:scale(.72)}}.hero{flex-direction:column;align-items:flex-start;gap:50px;width:min(1344px,100%);margin:0 auto;padding:80px 0;display:flex}.hero-title{max-width:595px;font-family:var(--font-serif);letter-spacing:-.04em;color:var(--color-text);flex-direction:column;margin:0;font-size:clamp(32px,4.5vw,50px);font-weight:700;line-height:1.3;display:flex}.hero-title-primary{font-weight:700}.hero-title-secondary{color:#2c2c2cc4;font-weight:400}.hero-title-secondary em{font-style:italic;font-weight:400}.hero-actions{border:1px solid var(--color-border);background:#fff;border-radius:40px;align-items:center;padding:6px;display:inline-flex}.hero-btn{letter-spacing:-.02em;white-space:nowrap;border-radius:40px;justify-content:center;align-items:center;gap:10px;padding:13px 20px;font-size:18px;font-weight:500;display:inline-flex}.hero-btn--primary{isolation:isolate;background:var(--color-text);color:#fff;border:1px solid #0000;transition:color .38s,border-color .38s;position:relative;overflow:hidden}.hero-btn--primary:before{content:"";z-index:-1;pointer-events:none;background:#fff;border-radius:50% 50% 0 0;width:160%;height:145%;transition:transform .38s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:-30%;transform:translateY(100%)}.hero-btn--primary:hover{color:var(--color-text);border-color:var(--color-text)}.hero-btn--primary:hover:before{transform:translateY(0)}.hero-connect{letter-spacing:-.02em;white-space:nowrap;color:#0009;cursor:pointer;background:0 0;border-radius:40px;justify-content:center;align-items:center;gap:10px;padding:13px 20px;font-size:18px;font-weight:500;transition:color .2s;display:inline-flex}.hero-connect:before,.hero-connect:after{content:none;display:none}.hero-connect:hover{color:#2c2c2c}.hero-btn-icon{flex-shrink:0;width:20px;height:20px}@media (width<=640px){.hero{gap:36px;padding:48px 0}.hero-actions{border-radius:28px;flex-direction:column;align-items:stretch;width:100%}.hero-btn{width:100%}.hero-connect{white-space:normal;text-align:center;width:100%}}.page{flex-direction:column;align-items:center;width:100%;padding:0 24px 80px;display:flex}.page-body{flex-direction:column;align-items:center;gap:40px;width:100%;margin-top:35px;display:flex}@media (width<=768px){.page{padding:0 16px 48px}.page-body{gap:48px;margin-top:24px}}
