.product-story h2{font-size:clamp(2rem,3.3vw,3.1rem);font-weight:600;line-height:1.12;letter-spacing:-.05em}.product-story{display:grid;grid-template-columns:.85fr 1.15fr;gap:4rem;align-items:center;padding-block:2rem 4rem}.product-story:nth-child(2n){grid-template-columns:1.15fr .85fr}.product-story:nth-child(2n) .product-story-copy{grid-column:2;grid-row:1}.product-story:nth-child(2n) .product-story-stage{grid-column:1;grid-row:1}.product-story-copy{display:flex;flex-direction:column;align-items:start;gap:1.25rem}.product-story-label{display:inline-flex;align-items:center;gap:.75rem;font-size:.9375rem;font-weight:600;color:var(--hue-ink)}.product-story-copy>p{max-width:43ch;color:var(--fg-secondary);line-height:1.75}.product-story-copy .product-text-link{color:var(--hue-ink)}.product-story-copy .product-gallery-trigger{font-weight:500;font-size:.8125rem}.product-story-stage{position:relative;min-height:39rem;isolation:isolate}.product-stage-backdrop{position:absolute;top:6%;right:0;bottom:6%;left:0;background:var(--hue-plane);border-radius:2rem;overflow:hidden}.product-stage-backdrop svg{position:absolute;right:-1rem;top:1.5rem;color:var(--hue);opacity:.18;transform:rotate(15deg)}.product-front-screen{position:absolute;width:43%;left:12%;top:4%;transform:rotate(-5deg);z-index:2}.product-front-screen>img{width:100%;height:auto;border-radius:1.25rem;box-shadow:var(--shadow-e3)}.product-front-screen .product-video{border-radius:1.25rem}.product-front-screen .product-video-controls{padding:.15rem}.product-front-screen .product-video-controls button>span{display:none}.product-back-screen{position:absolute;width:39%;right:8%;top:10%;transform:rotate(6deg)}.product-back-screen>img{width:100%;height:auto;border-radius:1.2rem;box-shadow:var(--shadow-e2)}.product-story-note{position:absolute;bottom:7%;right:2%;width:56%;z-index:3;padding:1.25rem;border-radius:var(--radius-card);background:var(--surface-1);box-shadow:var(--shadow-e3);transform:rotate(2deg)}.product-story-note>svg{color:var(--hue);margin-bottom:.6rem}.product-story-note strong{font-size:1.1rem;font-weight:600}.product-story-note ul{display:grid;gap:.55rem;margin-top:.75rem}.product-story-note li{display:flex;align-items:center;gap:.45rem;color:var(--fg-secondary);font-size:.8125rem}.product-story-note li svg{color:var(--hue)}.product-stage-caption{position:absolute;bottom:0;left:1rem;color:var(--fg-muted);font-size:.75rem}.product-detail-media{display:grid;grid-template-columns:.75fr 1fr;align-items:center;gap:3rem;padding:2rem;margin-block:3rem;border-radius:var(--radius-sheet);background:var(--hue-plane)}.product-detail-media h2{font-size:2rem;font-weight:600;letter-spacing:-.035em}.product-detail-media p{color:var(--fg-secondary);margin-block:1rem 1.5rem}.product-detail-screens{display:flex;align-items:center;justify-content:center;gap:1rem;min-width:0}.product-detail-screens>*{width:min(45%,13rem);border-radius:var(--radius-card);height:auto}.product-detail-screens>:nth-child(2){transform:translateY(1rem) rotate(3deg);box-shadow:var(--shadow-e2)}.product-detail-art{margin-block:3rem}.product-detail-art header h2{font-size:1.75rem;font-weight:600;letter-spacing:-.03em}.product-detail-art header p{color:var(--fg-secondary);margin-block:.75rem 1.25rem;max-width:44ch}.product-detail-art ul{display:grid;grid-template-columns:repeat(auto-fill,minmax(13rem,1fr));gap:1.5rem;margin-top:1.5rem;padding:0;list-style:none}.product-detail-art figure{margin:0;height:100%;display:flex;flex-direction:column;gap:.75rem}.product-detail-art img{width:100%;height:auto;border-radius:var(--radius-card);background:var(--surface-2)}.product-detail-art figcaption{color:var(--fg-secondary);font-size:.8125rem;line-height:1.5}.product-detail-stage{margin:2.5rem 0 3rem;display:flex;justify-content:center}.product-detail-stage img{width:min(34rem,100%);height:auto}.catalog-editorial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:2rem 1.5rem;padding-bottom:2.5rem}.catalog-editorial-grid>li:nth-child(3n+2){translate:0 2rem}.catalog-editorial-grid .catalog-card{min-height:100%;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:var(--surface-1);position:relative;overflow:hidden}.catalog-editorial-grid .catalog-card-copy{width:100%}.catalog-editorial-grid .catalog-card-copy h3{font-size:1.3rem;font-weight:600;letter-spacing:-.025em}.catalog-editorial-grid .catalog-card-copy p{font-size:.875rem;line-height:1.65}.catalog-editorial-grid .catalog-card-platforms{margin-top:auto;padding-top:.5rem;width:100%}.catalog-card-art{position:relative;display:flex;align-items:center;justify-content:center;width:calc(100% + 3rem);height:13rem;margin:-1.5rem -1.5rem .25rem;overflow:hidden;background:var(--hue-plane)}.catalog-card-art>img{position:absolute;top:1.75rem;width:50%;height:auto;transform:rotate(-7deg);border-radius:.75rem;box-shadow:var(--shadow-e2)}.catalog-card-art>.catalog-art-glyph{display:grid;place-items:center;width:6rem;height:6rem;background:var(--surface-1);color:var(--hue);border-radius:1.5rem;box-shadow:var(--shadow-e2);transform:rotate(-12deg);transition:transform .25s ease}.catalog-card:hover .catalog-art-glyph{transform:rotate(0)}.catalog-card-art:before,.catalog-card-art:after{content:"";position:absolute;width:7rem;height:7rem;border-radius:1.5rem;background:var(--hue-tint);transform:translate(1rem,.3rem) rotate(12deg)}.catalog-card-art:after{transform:translate(-1.4rem,-.5rem) rotate(-24deg)}.catalog-card-art>*{z-index:1}.catalog-editorial-grid .catalog-card>.icon-tile{margin-top:-2rem;position:relative;z-index:2;background:var(--surface-1);box-shadow:var(--shadow-e1)}.creative-examples{padding-block:1rem 4rem}.creative-examples h2{font-size:2rem;line-height:1.15;letter-spacing:-.04em;font-weight:600}.creative-examples>p{max-width:60ch;color:var(--fg-secondary);margin-block:.75rem 1.75rem;line-height:1.65}.creative-examples-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;align-items:start}.creative-examples-grid>figure:nth-child(2){padding-top:2rem}.creative-examples-grid figcaption{padding:1rem .25rem;font-size:.875rem;color:var(--fg-secondary)}.agent-capture-story{display:grid;grid-template-columns:.8fr 1.2fr;gap:3rem;align-items:center;margin-bottom:4rem}.agent-capture-story h2{font-size:clamp(2rem,3vw,2.8rem);font-weight:600;letter-spacing:-.05em;line-height:1.15;margin-block:1rem}.agent-capture-story p{color:var(--fg-secondary);line-height:1.7;margin-bottom:1.5rem}.agent-capture-story figure{display:flex;align-items:start;gap:1rem;padding:2rem;background:var(--accent-soft);border-radius:var(--radius-sheet)}.agent-capture-story figure img{width:calc(50% - .5rem);height:auto;border-radius:1rem;box-shadow:var(--shadow-e2);transform:rotate(-4deg)}.agent-capture-story figure img+img{margin-top:3rem;transform:rotate(4deg)}.agent-real-office{padding-top:3rem}.agent-real-office h2{font-size:2rem;font-weight:600;letter-spacing:-.04em;margin-bottom:1rem}.agent-real-office>p{color:var(--fg-secondary);line-height:1.65;max-width:70ch;margin-bottom:1.5rem}@media(max-width:74rem){.product-story{gap:2.5rem}}@media(max-width:63.99rem){.product-story-stage{min-height:32rem}.product-story-note{width:62%;padding:1rem}.catalog-editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-editorial-grid>li:nth-child(3n+2){translate:none}.catalog-editorial-grid>li:nth-child(2n){translate:0 1.5rem}}@media(max-width:47.99rem){.product-story,.product-story:nth-child(2n){display:flex;flex-direction:column;align-items:stretch;padding-block:1rem 3rem;gap:1.75rem}.product-story-copy{gap:1rem}.product-story-stage{min-height:36rem;width:100%;max-width:30rem;align-self:center}.product-detail-media{display:flex;flex-direction:column;align-items:stretch;padding:1.5rem;gap:1.5rem}.product-detail-screens{padding-bottom:1rem}.product-detail-art ul{grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));gap:1.25rem}.product-detail-stage img{width:100%}.agent-capture-story{grid-template-columns:1fr;gap:1.5rem}.agent-capture-story figure{max-width:30rem}.creative-examples-grid{grid-template-columns:1fr}.creative-examples-grid>figure{max-width:28rem;width:100%;margin-inline:auto}.creative-examples-grid>figure:nth-child(2){padding-top:0}}@media(max-width:35rem){.catalog-editorial-grid{grid-template-columns:1fr;gap:1.25rem;padding-bottom:0}.catalog-editorial-grid>li:nth-child(2n){translate:none}.catalog-card-art{height:14rem}.product-story-stage{min-height:31rem}.product-front-screen{left:7%;width:47%}.product-back-screen{width:43%;right:4%}.product-story-note{width:65%;bottom:6%}}.catalog-grid .catalog-card-art{display:none}.catalog-card-art>.catalog-skill-art{top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transform:none;border-radius:0;box-shadow:none}.catalog-browse-link{margin-bottom:1rem}.catalog-library-heading{font-size:2rem;font-weight:600;letter-spacing:-.04em;margin-bottom:2rem;scroll-margin-top:7rem}.catalog-jump{scroll-margin-top:7rem}.product-front-screen{left:6%;width:42%}.product-story-note{right:0;width:49%}@media(max-width:35rem){.product-front-screen{left:3%;width:47%}.product-story-note{width:46%;padding:.8rem}.product-story-note strong{font-size:.9375rem}.product-story-note li{align-items:start;font-size:.75rem}.product-story-note li svg{margin-top:.15rem}}.catalog-editorial-grid .catalog-card-copy h3{display:flex;justify-content:space-between;align-items:start;gap:.75rem}.catalog-editorial-grid .catalog-card-copy h3 svg{margin-top:.3rem;color:var(--hue-ink)}
