* {box-sizing:border-box}
html {scroll-behavior:smooth;scroll-padding-top:112px}
body {margin:0;overflow-x:clip;background:var(--paper);color:var(--ink);font-family:Unica77,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
.pp-hero h1, .pp-definition h2, .pp-section h2, .pp-detail h2, .pp-outcomes h2, .pp-truth-item h2, .pp-faq-heading h2, .pp-related h2, .pp-commit h2 {font-family:Everett,Unica77,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
button, a {font:inherit}
img, video {max-width:100%}
a {color:inherit}
.pp-shell {width:min(100%,calc(var(--shell) + 2*var(--gutter)));margin:0 auto;padding-inline:var(--gutter)}
.pp-nav-inner {height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.pp-logo {display:flex;align-items:center;justify-content:flex-start;min-width:44px;min-height:44px;text-decoration:none}.pp-logo svg {width:24px;height:28px;display:block}
.pp-nav-group {position:relative}.pp-nav-group>button {display:flex;align-items:center;gap:6px}.pp-nav-group svg {width:9px;transition:transform 160ms var(--ease)}.pp-nav-group.is-open>button svg {transform:rotate(180deg)}

.pp-text-link {display:inline-flex;align-items:center;gap:8px;color:#4f5055;text-decoration:none;font-size:14px}.pp-text-link:hover {color:var(--ink)}.pp-text-link svg {width:16px}
@media(prefers-reduced-motion:reduce){html {scroll-behavior:auto}*, *::before, *::after {transition-duration:.01ms!important;animation-duration:.01ms!important}}

/* 2026 product-page system pass
   Shares the Studio homepage's quieter 1200px axis, neutral surfaces,
   restrained typography, and visible chapter rhythm. */
/* Asset Library is the durable asset layer beneath Studio and
   Pipeline. Its proof follows the real app's Library rail, Product detail,
   material version, and Render edit-history surfaces. */
.pp-library-page .pp-library-hero h1,
.pp-library-page .pp-library-delivery h2,
.pp-library-page .pp-library-section-head h2,
.pp-library-page .pp-detail h2 {
  font-family:Everett,Unica77,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.pp-library-hero {padding:var(--hero-pad-top, 86px) 0 0;border-bottom:1px solid var(--line)}
.pp-library-hero-copy {max-width:960px;margin:0 auto;text-align:center}
.pp-library-hero-copy .pp-eyebrow, .pp-library-hero-copy .pp-hero-actions {justify-content:center}
.pp-library-hero h1 {max-width:15ch;margin:0 auto;font-size:clamp(44px,4.7vw,62px);font-weight:400;line-height:1.02;letter-spacing:-.025em;text-wrap:balance}
.pp-library-hero .pp-hero-lead {max-width:860px;margin:24px auto 0;font-size:clamp(17px,1.35vw,19px);line-height:1.52}
.pp-library-hero-capture {margin:48px 0 0;overflow:hidden;border:1px solid var(--line);border-radius:5px;background:#f3f3f4;box-shadow:0 26px 64px -56px rgba(0,0,0,.42)}
.pp-library-hero-capture video {display:block;width:100%;height:auto}
.pp-library-hero-capture figcaption {display:flex;align-items:center;gap:8px;padding:12px 16px;border-top:1px solid var(--line);background:#fff;color:#77787c;font-size:11px}
.pp-library-hero-capture figcaption::before {content:"";width:5px;height:5px;border-radius:50%;background:var(--accent)}

.pp-library-assets, .pp-library-delivery {padding:96px 0;border-bottom:1px solid var(--line)}
.pp-library-delivery-grid {display:grid;grid-template-columns:minmax(300px,4.5fr) minmax(0,7.5fr);gap:72px;align-items:center}.pp-library-delivery .pp-detail-copy h2 {max-width:12ch;margin:0;font-size:40px;font-weight:400;line-height:1.15;letter-spacing:-.02em;text-wrap:balance}
.pp-library-section-head {max-width:820px;margin-bottom:40px}.pp-library-section-head h2 {max-width:24ch;margin:14px 0 0;font-size:clamp(30px,3vw,40px);font-weight:400;line-height:1.05;letter-spacing:-.025em;text-wrap:balance}.pp-library-section-head p {max-width:680px;margin:18px 0 0;color:var(--muted);font-size:16px;line-height:1.55}

.pp-library-asset-grid {display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.pp-library-asset-grid article {min-height:310px;padding:16px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.pp-library-asset-visual {position:relative;height:178px;overflow:hidden;margin-bottom:22px;border-radius:5px;background:#f1f1f2}.pp-library-asset-visual img {width:100%;height:100%;object-fit:cover;filter:grayscale(.9) contrast(.92)}.pp-library-asset-grid article>strong {font-size:14px;font-weight:550}.pp-library-asset-grid article>p {max-width:34ch;margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.5}
.pp-library-hero .pp-library-asset-grid {margin-top:64px;text-align:left}
.pp-library-asset-visual.is-template {display:grid;grid-template-columns:repeat(3,1fr);align-items:center;gap:7px;padding:28px}.pp-library-asset-visual.is-template span {position:relative;height:100px;border:1px solid #d2d3d5;border-radius:4px;background:#fafafa}.pp-library-asset-visual.is-template span::before {content:"";position:absolute;left:50%;top:50%;width:24px;height:36px;border-radius:12px 12px 5px 5px;background:#c4c5c7;transform:translate(-50%,-50%)}.pp-library-asset-visual.is-template span:nth-child(2)::before {width:34px;height:26px;border-radius:50%}.pp-library-asset-visual.is-template span:nth-child(3)::before {width:30px;height:30px;border-radius:5px;transform:translate(-50%,-50%) rotate(12deg)}.pp-library-asset-visual.is-decal {display:grid;place-items:center}.pp-library-asset-visual.is-decal span {min-width:132px;height:62px;display:grid;place-items:center;padding:0 22px;border:1px solid #afb0b4;border-radius:4px;background:#fafafa;color:#4f5055;font-size:18px;letter-spacing:.08em;transform:rotate(-5deg)}.pp-library-asset-visual.is-style {display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px}.pp-library-asset-visual.is-style img {border-radius:3px}

.pp-library-model-grid {display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.pp-library-model-grid article {min-width:0;padding:16px 16px 22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.pp-library-model-grid article>strong {font-size:15px;font-weight:550}
.pp-library-model-grid article>p {max-width:38ch;margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.55}
.pp-library-model-visual {height:178px;margin-bottom:22px;overflow:hidden;border-radius:5px;background:#f2f2f3}
.pp-library-model-visual.is-publish {display:grid;grid-template-columns:58px 72px 58px;place-content:center;align-items:center}
.pp-library-model-visual.is-publish span, .pp-library-model-visual.is-publish b {height:58px;display:grid;place-items:center;border:1px solid #cfd0d2;border-radius:5px;background:#fff;color:#4f5054;font-size:13px;font-weight:550;font-style:normal}
.pp-library-model-visual.is-publish b {background:#242528;color:#fff;font-size:18px;font-weight:500}
.pp-library-model-visual.is-publish i {position:relative;height:1px;background:#b9babd}
.pp-library-model-visual.is-publish i::after {content:"";position:absolute;right:0;top:-3px;width:6px;height:6px;border-top:1px solid #9c9da1;border-right:1px solid #9c9da1;transform:rotate(45deg)}
.pp-library-model-visual.is-organize {display:grid;grid-template-columns:repeat(3,1fr);align-content:center;gap:0;padding:22px}
.pp-library-model-visual.is-organize span {height:74px;display:grid;align-content:center;gap:8px;padding:0 14px;border:1px solid #d7d8da;background:#fff}
.pp-library-model-visual.is-organize span+span {border-left:0}
.pp-library-model-visual.is-organize span:first-child {border-radius:5px 0 0 5px}.pp-library-model-visual.is-organize span:last-child {border-radius:0 5px 5px 0}
.pp-library-model-visual.is-organize small {color:#999a9e;font-size:8px;text-transform:uppercase;letter-spacing:.06em}.pp-library-model-visual.is-organize b {font-size:13px;font-weight:550}
.pp-library-model-visual.is-share {display:grid;grid-template-columns:minmax(0,1.35fr) .72fr .72fr;align-items:center;gap:8px;padding:12px}
.pp-library-model-visual.is-share figure {height:154px;margin:0;overflow:hidden;border-radius:4px}.pp-library-model-visual.is-share img {width:100%;height:100%;object-fit:cover;filter:saturate(.8)}
.pp-library-model-visual.is-share>span {height:76px;display:grid;place-content:center;gap:5px;border:1px solid #d7d8da;border-radius:4px;background:#fff;text-align:center}.pp-library-model-visual.is-share b {font-size:18px;font-weight:400}.pp-library-model-visual.is-share small {color:#8c8d91;font-size:8px}

.pp-library-page .pp-detail {padding-block:96px}.pp-library-page .pp-detail-grid {align-items:center}.pp-library-page .pp-detail-copy h2 {max-width:12ch}
.pp-material-record-proof {display:block;padding:0;background:transparent}
.pp-material-record-proof>header {height:52px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 13px;border:1px solid var(--line);border-bottom:0;border-radius:5px 5px 0 0;background:#fff}.pp-material-record-proof>header>div {display:grid;gap:3px}.pp-material-record-proof header small {color:#96979b;font-size:7px;text-transform:uppercase;letter-spacing:.07em}.pp-material-record-proof header strong {font-size:10px;font-weight:550}.pp-material-record-proof>header>span {padding:5px 7px;border-radius:4px;background:#f0f1f2;color:#77787c;font-size:7px}
.pp-material-record-body {height:390px;display:grid;grid-template-columns:minmax(0,1.3fr) 138px 118px;overflow:hidden;border:1px solid var(--line);border-radius:0 0 5px 5px;background:#fff}.pp-material-record-body>figure {position:relative;margin:0;overflow:hidden;background:#dedfe1}.pp-material-record-body>figure img {width:100%;height:100%;object-fit:cover;filter:saturate(.78)}.pp-material-record-body>figure span {position:absolute;left:10px;top:10px;padding:5px 6px;border-radius:4px;background:rgba(255,255,255,.86);color:#707176;font-size:7px}.pp-material-record-body>section, .pp-material-record-body>aside {padding:12px;border-left:1px solid var(--line)}.pp-material-record-body>section>small, .pp-material-record-body>aside>small {display:block;margin-bottom:10px;color:#95969a;font-size:7px;text-transform:uppercase;letter-spacing:.07em}.pp-material-record-body>section>div {display:grid;grid-template-columns:1fr 24px auto;align-items:center;gap:6px;padding:11px 0;border-top:1px solid var(--line);font-size:7px}.pp-material-record-body>section i {width:24px;height:24px;border-radius:3px;background:linear-gradient(135deg,#b8b8ba,#efeff0)}.pp-material-record-body>section i.is-orange {background:#d96543}.pp-material-record-body>section em {color:#929398;font-style:normal}.pp-material-record-body>aside {display:flex;flex-direction:column}.pp-material-record-body>aside>span {display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 7px;border:1px solid transparent;border-radius:4px}.pp-material-record-body>aside>span.is-current {border-color:rgba(236,95,63,.38);background:#fafafa}.pp-material-record-body>aside b {font-size:8px;font-weight:550}.pp-material-record-body>aside em {color:#96979b;font-size:7px;font-style:normal}.pp-material-record-body>aside button {height:32px;margin-top:auto;border:0;border-radius:5px;background:#242528;color:#fff;font-size:8px}

.pp-library-delivery-proof {max-width:100%}.pp-library-delivery-proof>header {height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--line);background:#fff}.pp-library-delivery-proof>header>div {display:grid;gap:3px}.pp-library-delivery-proof>header small {color:#96979b;font-size:8px;text-transform:uppercase;letter-spacing:.07em}.pp-library-delivery-proof>header strong {font-size:11px;font-weight:550}.pp-library-delivery-proof>header>span {display:flex;align-items:center;gap:7px;color:#6b7f70;font-size:8px}.pp-library-delivery-proof>header>span i {width:6px;height:6px;border-radius:50%;background:#78907d}
.pp-library-delivery-source {display:grid;grid-template-columns:130px minmax(0,1fr);gap:16px;align-items:center;padding:18px;border-bottom:1px solid var(--line)}.pp-library-delivery-source figure {height:90px;margin:0;overflow:hidden;border-radius:4px}.pp-library-delivery-source img {width:100%;height:100%;object-fit:cover}.pp-library-delivery-source>div {display:grid;gap:5px}.pp-library-delivery-source small {color:#96979b;font-size:8px}.pp-library-delivery-source strong {font-size:13px;font-weight:550}.pp-library-delivery-source span {color:#77787c;font-size:9px}
.pp-library-destinations {display:grid;grid-template-columns:repeat(4,1fr);background:#fff}.pp-library-destinations article {min-height:152px;display:grid;grid-template-columns:40px 1fr;align-content:center;gap:11px;padding:18px;border-right:1px solid var(--line)}.pp-library-destinations article:last-child {border-right:0}.pp-library-destinations article>i {width:38px;height:38px;display:grid;place-items:center;border:1px solid #d6d7da;border-radius:4px;background:#f4f4f5;color:#77787c;font-size:10px;font-style:normal}.pp-library-destinations article>div {display:grid;align-content:center;gap:4px}.pp-library-destinations strong {font-size:10px;font-weight:550}.pp-library-destinations small {color:#96979b;font-size:8px}.pp-library-destinations em {grid-column:2;justify-self:start;padding:4px 6px;border-radius:4px;background:#f0f1f2;color:#77787c;font-size:7px;font-style:normal}
.pp-library-delivery .pp-library-destinations {grid-template-columns:1fr 1fr}.pp-library-delivery .pp-library-destinations article:nth-child(2) {border-right:0}.pp-library-delivery .pp-library-destinations article:nth-child(-n+2) {border-bottom:1px solid var(--line)}
.pp-library-delivery .pp-detail-copy h2 {max-width:18ch;font-size:38px}
.pp-library-control {padding:96px 0;border-bottom:1px solid var(--line)}
.pp-library-control-grid {display:grid;grid-template-columns:minmax(300px,4.5fr) minmax(0,7.5fr);gap:72px;align-items:center}
.pp-library-control .pp-detail-copy h2 {max-width:15ch;margin:0;font-size:40px;font-weight:400;line-height:1.15;letter-spacing:-.02em;text-wrap:balance}
.pp-library-version-proof {overflow:hidden;border:1px solid var(--line);border-radius:5px;background:#f3f3f4;box-shadow:0 28px 64px -56px rgba(0,0,0,.4)}
.pp-library-version-proof>header {height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--line);background:#fff}
.pp-library-version-proof>header>div {display:grid;gap:3px}.pp-library-version-proof small {color:#95969b;font-size:8px;text-transform:uppercase;letter-spacing:.06em}.pp-library-version-proof>header strong {font-size:11px;font-weight:550}.pp-library-version-proof>header>span {padding:5px 7px;border-radius:4px;background:#f0f1f2;color:#77787c;font-size:8px}
.pp-library-version-source {display:grid;grid-template-columns:112px minmax(0,1fr);gap:16px;align-items:center;padding:16px 18px;border-bottom:1px solid var(--line)}
.pp-library-version-source figure {height:78px;margin:0;overflow:hidden;border-radius:4px}.pp-library-version-source img {width:100%;height:100%;object-fit:cover;filter:saturate(.8)}.pp-library-version-source>div {display:grid;gap:5px}.pp-library-version-source strong {font-size:14px;font-weight:550}.pp-library-version-source span {display:flex;align-items:center;gap:6px;color:#6b7f70;font-size:9px}.pp-library-version-source span i {width:6px;height:6px;border-radius:50%;background:#78907d}
.pp-library-version-list {display:grid;grid-template-columns:repeat(3,1fr);background:#fff}.pp-library-version-list article {min-height:112px;display:flex;flex-direction:column;justify-content:space-between;padding:17px;border-right:1px solid var(--line)}.pp-library-version-list article:last-child {border-right:0}.pp-library-version-list article>div {display:grid;gap:7px}.pp-library-version-list strong {font-size:11px;font-weight:550}.pp-library-version-list article>span {color:#77787c;font-size:9px}
.pp-library-version-proof>footer {height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-top:1px solid var(--line);background:#fff}.pp-library-version-proof>footer span {color:#85868a;font-size:9px}.pp-library-version-proof>footer b {padding:9px 11px;border-radius:5px;background:#242528;color:#fff;font-size:9px;font-weight:550}

@media(max-width:900px){
  .pp-library-delivery-grid, .pp-library-control-grid {grid-template-columns:1fr;gap:42px}
  .pp-library-destinations {grid-template-columns:1fr 1fr}.pp-library-destinations article:nth-child(2) {border-right:0}.pp-library-destinations article:nth-child(-n+2) {border-bottom:1px solid var(--line)}
}
@media(max-width:720px){
  .pp-library-hero {padding-top:58px}.pp-library-hero-copy {text-align:left}.pp-library-hero-copy .pp-eyebrow, .pp-library-hero-copy .pp-hero-actions {justify-content:flex-start}.pp-library-hero h1 {font-size:42px;line-height:1.03}.pp-library-hero .pp-hero-lead {margin-inline:0;font-size:17px}.pp-library-hero-capture {margin-top:36px}
  .pp-library-assets, .pp-library-delivery {padding:72px 0}.pp-library-delivery .pp-detail-copy h2 {font-size:34px}.pp-library-section-head h2 {font-size:32px}.pp-library-section-head {margin-bottom:30px}

  .pp-library-asset-grid {grid-template-columns:1fr 1fr}.pp-library-asset-grid article {min-height:260px;padding:10px}.pp-library-asset-visual {height:138px;margin-bottom:17px}.pp-library-asset-grid article>p {font-size:12px}
  .pp-library-model-grid {grid-template-columns:1fr}.pp-library-model-grid article {padding:10px 10px 20px}.pp-library-model-visual {height:162px;margin-bottom:18px}.pp-library-model-visual.is-share figure {height:138px}
  .pp-library-page .pp-detail {padding-block:72px}.pp-material-record-proof {min-height:0;padding:8px}.pp-material-record-body {height:auto;grid-template-columns:1fr;grid-template-rows:280px auto auto}.pp-material-record-body>section, .pp-material-record-body>aside {border-left:0;border-top:1px solid var(--line)}.pp-material-record-body>aside {min-height:190px}
  .pp-library-delivery-source {grid-template-columns:92px 1fr;padding:12px}.pp-library-delivery-source figure {height:70px}.pp-library-destinations, .pp-library-delivery .pp-library-destinations {grid-template-columns:1fr}.pp-library-destinations article, .pp-library-destinations article:nth-child(2), .pp-library-delivery .pp-library-destinations article:nth-child(2) {min-height:96px;border-right:0;border-bottom:1px solid var(--line)}.pp-library-destinations article:last-child, .pp-library-delivery .pp-library-destinations article:last-child {border-bottom:0}
  .pp-library-control {padding:72px 0}.pp-library-control .pp-detail-copy h2 {font-size:34px}.pp-library-version-list {grid-template-columns:1fr}.pp-library-version-list article {min-height:82px;border-right:0;border-bottom:1px solid var(--line)}.pp-library-version-list article:last-child {border-bottom:0}
}
main {position:relative;isolation:isolate}
main::before {
  content:"";
  position:absolute;
  z-index:-1;
  inset:0 auto 0 50%;
  width:min(var(--shell),calc(100% - 2*var(--gutter)));
  border-left:1px solid var(--line);
  border-right:1px solid var(--line);
  transform:translateX(-50%);
  pointer-events:none;
}

/* Navigation: a stable site row with a slimmer, sticky page index. */
.pp-nav {position:sticky;top:0;z-index:80;height:60px;border-bottom:1px solid var(--line);background:rgba(253,253,253,.9);backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%)}
.pp-nav-links {display:flex;align-items:center;gap:26px}
.pp-nav-links>a, .pp-nav-group>button {padding:0;border:0;background:none;color:rgba(24,24,27,.68);font-size:13px;text-decoration:none;cursor:pointer}
.pp-nav-links>a:hover, .pp-nav-group>button:hover {color:var(--ink)}
.pp-nav-cta, .pp-button {min-height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border:1px solid var(--ink);border-radius:6px;background:var(--ink);color:#fff;font-size:14px;font-weight:500;text-decoration:none;transition:background 150ms var(--ease),transform 150ms var(--ease)}
.pp-nav-cta:hover, .pp-button:hover {background:#303035}
.pp-button:active {transform:translateY(1px)}
.pp-nav-links>.pp-nav-cta {min-height:38px;padding:0 15px;border:1px solid var(--ink);border-radius:6px;background:var(--ink);color:#fff;font-weight:500}
.pp-nav-links>.pp-nav-cta:hover {background:#303035;color:#fff}
.pp-nav-cta:focus-visible, .pp-button:focus-visible, .pp-text-link:focus-visible, .pp-nav a:focus-visible, .pp-nav button:focus-visible {outline:2px solid var(--accent);outline-offset:3px}

/* Long-form use-case and industry pages keep a compact local index beneath
   the global navigation. Core platform pages intentionally omit this row. */
.pp-subnav {
  position:sticky;
  z-index:70;
  top:60px;
  height:46px;
  overflow:hidden;
  border-bottom:1px solid var(--line);
  background:rgba(253,253,253,.94);
  backdrop-filter:blur(18px) saturate(145%);
  -webkit-backdrop-filter:blur(18px) saturate(145%);
}
.pp-subnav-inner {
  height:100%;
  display:flex;
  align-items:center;
  gap:28px;
  overflow-x:auto;
  scrollbar-width:none;
  overscroll-behavior-inline:contain;
}
.pp-subnav-inner::-webkit-scrollbar {display:none}
.pp-subnav a {
  flex:0 0 auto;
  color:#77787d;
  font-size:12px;
  line-height:1;
  text-decoration:none;
  transition:color 140ms var(--ease);
}
.pp-subnav a:hover, .pp-subnav a:focus-visible {color:var(--ink)}

/* Hero: product proof and message arrive together without becoming a wall. */
.pp-hero {min-height:0;padding:var(--hero-pad-top, 86px) 0 72px;border-bottom:1px solid var(--line)}
.pp-hero-grid {display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);gap:64px;align-items:center}
.pp-eyebrow {display:flex;align-items:center;gap:10px;margin-bottom:20px;color:#62636a;font-size:12px;font-weight:500;letter-spacing:.02em}
.pp-eyebrow::before {content:"";width:6px;height:6px;background:var(--accent)}
.pp-hero h1, .pp-type-industry .pp-hero h1 {max-width:14ch;margin:0;font-size:58px;font-weight:400;line-height:1.05;letter-spacing:-.035em;text-wrap:balance}
.pp-type-industry .pp-hero h1 {max-width:15ch;font-size:58px}
.pp-hero-lead {max-width:34ch;margin:24px 0 0;color:#5f6066;font-size:19px;line-height:1.5}
.pp-hero-actions {display:flex;align-items:center;gap:20px;margin-top:28px}
.pp-proof {position:relative;min-width:0;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}
.pp-proof-media {position:relative;aspect-ratio:4/3;overflow:visible;background:transparent}
.pp-proof-media img, .pp-proof-media video {width:100%;height:100%;object-fit:cover;display:block;overflow:hidden;border:1px solid rgba(24,24,27,.08);border-radius:5px;background:#e7e8ea;box-shadow:0 26px 58px -48px rgba(17,18,20,.58)}
.pp-proof-chip {position:absolute;left:-16px;top:auto;bottom:18px;padding:8px 10px;border:1px solid rgba(24,24,27,.1);border-radius:5px;background:rgba(255,255,255,.9);box-shadow:0 18px 38px -31px rgba(0,0,0,.44);backdrop-filter:blur(12px);color:#33343a;font-size:11px;font-weight:500}
.pp-proof-panel {position:absolute;right:16px;bottom:16px;width:min(250px,43%);padding:15px;border:1px solid rgba(24,24,27,.09);border-radius:6px;background:rgba(255,255,255,.93);box-shadow:0 16px 38px -26px rgba(0,0,0,.4)}
.pp-proof-panel strong {display:block;margin-bottom:12px;font-size:12px}
.pp-proof-row {display:flex;align-items:center;gap:8px;margin-top:9px;color:#77787d;font-size:10px}
.pp-proof-row i {height:4px;flex:1;border-radius:2px;background:#dddde0}
.pp-proof-row i::after {content:"";display:block;width:var(--value,60%);height:100%;border-radius:inherit;background:#56575c}
.pp-proof-foot {display:flex;gap:8px;padding:10px 12px;background:#fff}
.pp-proof-foot span {padding:6px 8px;border:1px solid var(--line);border-radius:5px;color:#66676c;font-size:10px}

/* AI Scenes is a workflow illustration, not a generic finished-image hero. */
.pp-scenes-proof {min-height:500px}
.pp-scenes-proof .pp-proof-media {position:absolute;right:0;top:18px;width:78%;height:430px;aspect-ratio:auto}
.pp-scenes-proof .pp-proof-media img {border-radius:5px;filter:saturate(.86) contrast(.98)}
.pp-scenes-proof .pp-proof-chip {left:auto;right:12px;bottom:12px}
.pp-scenes-source {position:absolute;z-index:3;left:0;bottom:12px;width:38%;height:190px;margin:0;overflow:hidden;border:1px solid rgba(24,24,27,.1);border-radius:5px;background:#eee;box-shadow:0 24px 48px -38px rgba(18,18,20,.58)}
.pp-scenes-source img {width:100%;height:100%;display:block;object-fit:cover;filter:saturate(.68) brightness(.96)}
.pp-scenes-source figcaption {position:absolute;inset:auto 8px 8px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 9px;border:1px solid rgba(24,24,27,.09);border-radius:5px;background:rgba(255,255,255,.9);backdrop-filter:blur(12px)}
.pp-scenes-source small,.pp-scenes-source b {display:block}.pp-scenes-source small {color:#85868b;font-size:8px}.pp-scenes-source b {font-size:9px;font-weight:500}
.pp-scenes-direction {position:absolute;z-index:4;left:7%;top:36px;width:230px;padding:12px;border:1px solid rgba(24,24,27,.11);border-radius:5px;background:rgba(255,255,255,.94);box-shadow:0 24px 48px -36px rgba(18,18,20,.52);backdrop-filter:blur(16px)}
.pp-scenes-direction header {display:flex;align-items:center;justify-content:space-between;padding-bottom:9px;border-bottom:1px solid #e4e5e7;color:#77787d;font-size:8px}.pp-scenes-direction header b {color:#3d3e43;font-weight:500}
.pp-scenes-direction p {margin:10px 0;padding:9px;border:1px solid #e1e2e4;border-radius:5px;background:#fafafa;color:#4e4f54;font-size:9px;line-height:1.4}
.pp-scenes-direction>div {display:flex;flex-wrap:wrap;gap:4px}.pp-scenes-direction>div span {padding:5px 6px;border:1px solid #e0e1e3;border-radius:4px;color:#77787d;font-size:7px}
.pp-scenes-direction footer {display:flex;align-items:center;gap:6px;margin-top:10px;padding-top:9px;border-top:1px solid #e7e8ea;color:#74757a;font-size:8px}.pp-scenes-direction footer i {width:6px;height:6px;border-radius:50%;background:#7d9783}
.pp-scenes-link {position:absolute;z-index:2;left:29%;top:186px;width:18%;border-top:1px dotted #b6b9bd}.pp-scenes-link::after {content:"";position:absolute;right:-1px;top:-4px;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:6px solid #a7aaae}

/* A compact category definition bridges the hero and the detailed argument.
   Keep the label attached to the idea instead of stranding it in a rail. */
.pp-definition {padding:54px 0;border-bottom:1px solid var(--line)}
.pp-definition-grid {display:block;max-width:none}
.pp-definition-label {display:none;color:#76777c;font-size:12px}
.pp-definition-grid>div:last-child {display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:start;gap:clamp(48px,7vw,112px)}
.pp-definition h2 {max-width:18ch;margin:0;font-size:clamp(30px,2.7vw,40px);font-weight:400;line-height:1.12;letter-spacing:-.02em;text-wrap:balance}
.pp-definition p {max-width:54ch;margin:3px 0 0;color:#66676c;font-size:16px;line-height:1.55}

/* Major chapters use three distinct registers: setup, proof, resolution. */
.pp-section {padding:96px 0;border-bottom:1px solid var(--line)}
.pp-section-head {display:grid;grid-template-columns:5fr 7fr;gap:56px;margin-bottom:48px;align-items:start}
.pp-section h2 {max-width:19ch;margin:0;font-size:40px;font-weight:400;line-height:1.15;letter-spacing:-.02em;text-wrap:balance}
.pp-section-intro {max-width:44ch;margin:0;color:#66676c;font-size:17px;line-height:1.58}
.pp-section--system {padding:72px 0}
.pp-section--system .pp-section-head {margin-bottom:32px}
.pp-section--system h2 {font-size:40px}
.pp-steps {display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.pp-step, .pp-step+ .pp-step {position:relative;min-height:318px;padding:24px 28px 28px;border-right:1px solid var(--line)}
.pp-step:first-child {padding-left:0}
.pp-step:last-child {padding-right:0;border-right:0}
.pp-step-num {position:relative;display:block;height:126px;margin-bottom:28px;padding-top:2px;color:#9a9ba0;font-size:10px;font-variant-numeric:tabular-nums;isolation:isolate}
.pp-step-num::before,.pp-step-num::after {content:"";position:absolute;z-index:-1;display:block;border:1px solid #dcdee1;border-radius:5px;background-color:rgba(255,255,255,.92);box-shadow:0 20px 42px -38px rgba(19,20,22,.56)}
.pp-step:nth-child(1) .pp-step-num::before {left:0;top:27px;width:74%;height:72px;background-image:linear-gradient(#d5d7da,#d5d7da),linear-gradient(#e5e6e8,#e5e6e8),linear-gradient(#e5e6e8,#e5e6e8),radial-gradient(circle,#8b8d92 0 3px,transparent 3.5px);background-position:42px 20px,42px 34px,calc(100% - 18px) 20px,15px 22px;background-size:35% 5px,24% 5px,17% 4px,9px 9px;background-repeat:no-repeat}
.pp-step:nth-child(1) .pp-step-num::after {right:2px;bottom:0;width:40%;height:58px;background-image:linear-gradient(#d9dbde,#d9dbde),linear-gradient(#e7e8ea,#e7e8ea),radial-gradient(circle,#ee6447 0 2.5px,transparent 3px);background-position:34px 18px,34px 31px,15px 20px;background-size:42% 5px,28% 4px,8px 8px;background-repeat:no-repeat;box-shadow:0 24px 48px -38px rgba(19,20,22,.62)}
.pp-step:nth-child(2) .pp-step-num::before {left:4%;top:22px;width:76%;height:84px;background-color:#f8f8f9;background-image:linear-gradient(rgba(214,216,219,.62) 1px,transparent 1px),linear-gradient(90deg,rgba(214,216,219,.62) 1px,transparent 1px),radial-gradient(circle,#fff 0 9px,#aeb0b5 9.5px 10.5px,transparent 11px);background-size:26px 26px,26px 26px,100% 100%;background-position:center}
.pp-step:nth-child(2) .pp-step-num::after {right:0;bottom:0;width:48%;height:64px;background-image:linear-gradient(#d7d9dc,#d7d9dc),linear-gradient(#e6e7e9,#e6e7e9),linear-gradient(#54565b,#54565b),radial-gradient(circle,#fff 0 4px,#9da0a5 4.5px 5.5px,transparent 6px);background-position:14px 15px,14px 29px,14px 45px,70% 47px;background-size:37% 5px,56% 4px,70% 3px,100% 100%;background-repeat:no-repeat;box-shadow:0 24px 48px -38px rgba(19,20,22,.62)}
.pp-step:nth-child(3) .pp-step-num::before {left:0;top:31px;width:30%;height:73px;background-image:linear-gradient(135deg,#f0f1f2 49%,#d9dbde 50%,#f7f7f8 53%)}
.pp-step:nth-child(3) .pp-step-num::after {left:36%;top:31px;width:26%;height:48px;background-image:linear-gradient(#dedfe2,#dedfe2),linear-gradient(#ececee,#ececee);background-position:center 18px,center 30px;background-size:56% 5px,36% 4px;background-repeat:no-repeat;box-shadow:86px 20px 0 -1px #fff,86px 20px 0 0 #dcdee1,0 20px 42px -38px rgba(19,20,22,.56)}
.pp-step:nth-child(3)::before {content:"";position:absolute;left:calc(28px + 25%);top:72px;width:58%;border-top:1px dotted #bfc2c6}
.pp-step:nth-child(3)::after {content:"";position:absolute;right:8%;top:68px;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:6px solid #aeb1b6}

/* Reusable workflow illustration states. Keep the same two-plane grammar while
   changing the evidence to match the actual action on each page. */
.pp-step.pp-step--cad .pp-step-num::before {left:2%;top:22px;width:76%;height:84px;background-color:#f8f8f9;background-image:linear-gradient(rgba(214,216,219,.66) 1px,transparent 1px),linear-gradient(90deg,rgba(214,216,219,.66) 1px,transparent 1px),radial-gradient(circle,#fff 0 10px,#a7aab0 10.5px 11.5px,transparent 12px);background-size:25px 25px,25px 25px,100% 100%;background-position:center}
.pp-step.pp-step--cad .pp-step-num::after {right:0;bottom:0;width:44%;height:58px;background-image:linear-gradient(#d4d6d9,#d4d6d9),linear-gradient(#e6e7e9,#e6e7e9),linear-gradient(#e6e7e9,#e6e7e9),radial-gradient(circle,#85888d 0 2.5px,transparent 3px);background-position:30px 15px,30px 28px,30px 41px,13px 17px;background-size:42% 5px,58% 4px,32% 4px,8px 8px;background-repeat:no-repeat}
.pp-step.pp-step--material .pp-step-num::before {left:3%;top:22px;width:76%;height:84px;background-color:#f9f9fa;background-image:radial-gradient(circle at 24% 43%,#bfc1c5 0 12px,transparent 12.5px),radial-gradient(circle at 50% 43%,#4f5156 0 12px,transparent 12.5px),radial-gradient(circle at 76% 43%,#dedfe1 0 12px,transparent 12.5px),linear-gradient(#e2e3e5,#e2e3e5),linear-gradient(#5a5c61,#5a5c61);background-position:center,center,center,14px 68px,14px 68px;background-size:100% 100%,100% 100%,100% 100%,calc(100% - 28px) 4px,58% 4px;background-repeat:no-repeat}
.pp-step.pp-step--material .pp-step-num::after {right:0;bottom:0;width:46%;height:60px;background-image:linear-gradient(#d7d9dc,#d7d9dc),linear-gradient(#e7e8ea,#e7e8ea),linear-gradient(#5a5c61,#5a5c61),radial-gradient(circle,#fff 0 4px,#989ba0 4.5px 5.5px,transparent 6px);background-position:13px 14px,13px 28px,13px 44px,67% 46px;background-size:42% 5px,64% 4px,72% 3px,100% 100%;background-repeat:no-repeat}
.pp-step.pp-step--camera .pp-step-num::before {left:2%;top:22px;width:76%;height:84px;background-color:#f8f8f9;background-image:linear-gradient(rgba(214,216,219,.62) 1px,transparent 1px),linear-gradient(90deg,rgba(214,216,219,.62) 1px,transparent 1px),radial-gradient(circle,#fff 0 9px,#aeb0b5 9.5px 10.5px,transparent 11px);background-size:26px 26px,26px 26px,100% 100%;background-position:center}
.pp-step.pp-step--camera .pp-step-num::after {right:0;bottom:0;width:48%;height:64px;background-image:linear-gradient(#d7d9dc,#d7d9dc),linear-gradient(#e6e7e9,#e6e7e9),linear-gradient(#54565b,#54565b),radial-gradient(circle,#fff 0 4px,#9da0a5 4.5px 5.5px,transparent 6px);background-position:14px 15px,14px 29px,14px 45px,70% 47px;background-size:37% 5px,56% 4px,70% 3px,100% 100%;background-repeat:no-repeat}
.pp-step.pp-step--preset .pp-step-num::before {left:2%;top:22px;width:79%;height:84px;background-image:linear-gradient(#f6f6f7,#f6f6f7),linear-gradient(#d7d9dc,#d7d9dc),linear-gradient(#e4e5e7,#e4e5e7),linear-gradient(#f6f6f7,#f6f6f7),linear-gradient(#d7d9dc,#d7d9dc),linear-gradient(#e4e5e7,#e4e5e7);background-position:10px 10px,39px 20px,39px 34px,10px 48px,39px 58px,39px 72px;background-size:20px 28px,40% 5px,24% 4px,20px 28px,51% 5px,31% 4px;background-repeat:no-repeat}
.pp-step.pp-step--preset .pp-step-num::after {right:0;bottom:0;width:46%;height:58px;background-image:linear-gradient(#dedfe2,#dedfe2),linear-gradient(#595b60,#595b60),radial-gradient(circle,#fff 0 4px,#9da0a5 4.5px 5.5px,transparent 6px);background-position:13px 33px,13px 33px,68% 35px;background-size:calc(100% - 26px) 4px,55% 4px,100% 100%;background-repeat:no-repeat}
.pp-step.pp-step--ai .pp-step-num::before {left:2%;top:22px;width:76%;height:84px;background-image:linear-gradient(#d2d4d7,#d2d4d7),linear-gradient(#e4e5e7,#e4e5e7),linear-gradient(#e4e5e7,#e4e5e7),radial-gradient(circle,#7d8085 0 2.5px,transparent 3px);background-position:18px 18px,18px 34px,18px 49px,calc(100% - 17px) 18px;background-size:48% 5px,72% 4px,56% 4px,8px 8px;background-repeat:no-repeat}
.pp-step.pp-step--ai .pp-step-num::after {right:0;bottom:0;width:47%;height:62px;background-color:#f8f8f9;background-image:linear-gradient(135deg,transparent 42%,#d2d4d7 43% 46%,transparent 47%),linear-gradient(45deg,transparent 47%,#bfc2c6 48% 51%,transparent 52%);background-size:36px 36px,42px 42px;background-position:center;background-repeat:no-repeat}
.pp-step.pp-step--review .pp-step-num::before {left:1%;top:24px;width:58%;height:78px;background-image:linear-gradient(#d7d9dc,#d7d9dc),linear-gradient(#e7e8ea,#e7e8ea),radial-gradient(circle,#fff 0 7px,#8e9196 7.5px 8.5px,transparent 9px);background-position:24px 20px,24px 35px,calc(100% - 18px) 17px;background-size:48% 5px,32% 4px,100% 100%;background-repeat:no-repeat}
.pp-step.pp-step--review .pp-step-num::after {right:0;bottom:0;width:54%;height:70px;background-image:linear-gradient(#d5d7da,#d5d7da),linear-gradient(#e6e7e9,#e6e7e9),radial-gradient(circle,#7f9684 0 3px,transparent 3.5px);background-position:22px 20px,22px 35px,calc(100% - 16px) 18px;background-size:44% 5px,62% 4px,9px 9px;background-repeat:no-repeat}
.pp-step.pp-step--deliver .pp-step-num::before {left:0;top:31px;width:30%;height:73px;background-image:linear-gradient(135deg,#f0f1f2 49%,#d9dbde 50%,#f7f7f8 53%)}
.pp-step.pp-step--deliver .pp-step-num::after {left:36%;top:31px;width:26%;height:48px;background-image:linear-gradient(#dedfe2,#dedfe2),linear-gradient(#ececee,#ececee);background-position:center 18px,center 30px;background-size:56% 5px,36% 4px;background-repeat:no-repeat;box-shadow:86px 20px 0 -1px #fff,86px 20px 0 0 #dcdee1,0 20px 42px -38px rgba(19,20,22,.56)}
.pp-step.pp-step--deliver::before {border-color:#b8bbc0}
.pp-step.pp-step--deliver::after {border-left-color:#9da0a5}
.pp-step.pp-step--regions .pp-step-num::before {left:2%;top:22px;width:76%;height:84px;background-color:#f8f8f9;background-image:linear-gradient(#d1d3d6,#d1d3d6),radial-gradient(circle at 24% 50%,#fff 0 6px,#aaadb2 6.5px 7.5px,transparent 8px),radial-gradient(circle at 50% 50%,#fff 0 6px,#72757a 6.5px 7.5px,transparent 8px),radial-gradient(circle at 76% 50%,#fff 0 6px,#c3c5c9 6.5px 7.5px,transparent 8px);background-position:center;background-size:58% 1px,100% 100%,100% 100%,100% 100%;background-repeat:no-repeat}.pp-step.pp-step--regions .pp-step-num::after {right:0;bottom:0;width:46%;height:60px;background-image:linear-gradient(#d7d9dc,#d7d9dc),linear-gradient(#e7e8ea,#e7e8ea),linear-gradient(#5a5c61,#5a5c61),radial-gradient(circle,#fff 0 4px,#989ba0 4.5px 5.5px,transparent 6px);background-position:13px 14px,13px 28px,13px 44px,72% 46px;background-size:42% 5px,64% 4px,68% 3px,100% 100%;background-repeat:no-repeat}
.pp-step-anchor {display:inline-block;margin-left:8px;color:#7b7d82;font-size:9px;font-style:normal;font-weight:500;letter-spacing:.01em;vertical-align:baseline}
.pp-step h3 {margin:0 0 12px;font-size:16px;font-weight:500;line-height:1.35;letter-spacing:-.01em}
.pp-step p {max-width:32ch;margin:0;color:#6b6c71;font-size:14px;line-height:1.55}

/* Motion proof uses the compact illustration tier: one inset evidence plane
   per stage, with real Studio chrome supporting the sequence instead of
   letting the product image become the card. */
.pp-motion-steps {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.pp-motion-step {overflow:hidden;border:1px solid #dfe0e3;border-radius:5px;background:#fff;box-shadow:0 18px 46px -44px rgba(21,22,24,.38)}
.pp-motion-step-visual {position:relative;display:grid;height:236px;place-items:center;overflow:hidden;background:#f4f4f5}
.pp-motion-evidence {position:relative;width:92%;height:184px;overflow:hidden;border:1px solid rgba(17,17,17,.1);border-radius:5px;background:#fff;box-shadow:0 12px 30px -24px rgba(17,17,17,.34),0 2px 6px -5px rgba(17,17,17,.18)}
.pp-motion-step-visual img {display:block;width:100%;height:100%;object-fit:cover}
.pp-motion-step-copy {display:grid;grid-template-columns:28px 1fr;gap:14px;min-height:128px;padding:22px 22px 24px;border-top:1px solid #e2e3e5}
.pp-motion-step-number {padding-top:2px;color:#9b9ca1;font-size:11px;font-variant-numeric:tabular-nums}
.pp-motion-step-copy h3 {margin:0 0 9px;font-size:17px;font-weight:500;line-height:1.25;letter-spacing:-.012em}
.pp-motion-step-copy p {max-width:31ch;margin:0;color:#74757a;font-size:13px;line-height:1.52}
.pp-motion-mini-bar {position:absolute;z-index:2;left:10px;right:10px;top:10px;display:flex;align-items:center;justify-content:space-between;min-height:34px;padding:3px 4px 3px 3px;border:1px solid rgba(222,223,226,.92);border-radius:5px;background:rgba(255,255,255,.91);box-shadow:0 12px 32px -27px rgba(0,0,0,.48);backdrop-filter:blur(12px)}
.pp-motion-mini-bar small {padding-right:8px;color:#8b8c91;font-size:9px}
.pp-motion-mini-mode {display:flex;gap:2px;padding:2px;border-radius:4px;background:#eff0f2}.pp-motion-mini-mode i, .pp-motion-mini-mode b {padding:6px 8px;border-radius:3px;font-size:9px;font-style:normal;font-weight:500}.pp-motion-mini-mode i {color:#98999e}.pp-motion-mini-mode b {background:#fff;color:#303136;box-shadow:0 1px 2px rgba(0,0,0,.05)}
.pp-motion-shot-canvas {position:absolute;inset:0}.pp-motion-shot-canvas>img {filter:saturate(.82) brightness(1.04)}
.pp-motion-frame-corners {position:absolute;inset:54px 26px 38px;border:1px solid rgba(236,95,63,.68);border-radius:5px}.pp-motion-frame-corners::before, .pp-motion-frame-corners::after {content:"";position:absolute;width:6px;height:6px;border:1px solid #ec5f3f;background:#fff}.pp-motion-frame-corners::before {left:-4px;top:-4px}.pp-motion-frame-corners::after {right:-4px;bottom:-4px}
.pp-motion-shot-rail {position:absolute;left:10px;right:10px;bottom:10px;display:flex;gap:5px;padding:5px;border:1px solid rgba(222,223,226,.9);border-radius:5px;background:rgba(255,255,255,.89);backdrop-filter:blur(12px)}.pp-motion-shot-rail figure {width:43px;height:28px;margin:0;overflow:hidden;border:1px solid transparent;border-radius:3px;background:#ddd}.pp-motion-shot-rail figure.is-active {border-color:#34353a;box-shadow:0 0 0 1px #fff inset}.pp-motion-shot-rail img {width:100%;height:100%;object-fit:cover}
.pp-motion-evidence--direct>img {filter:grayscale(.15) brightness(.74);transform:scale(1.03)}
.pp-motion-direct-panel {position:absolute;left:10px;right:10px;bottom:10px;padding:10px;border:1px solid rgba(255,255,255,.78);border-radius:5px;background:rgba(250,250,251,.93);box-shadow:0 18px 38px -28px rgba(0,0,0,.65);backdrop-filter:blur(14px)}
.pp-motion-direct-head {display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.pp-motion-direct-head span {display:flex;align-items:center;gap:7px;font-size:10px;font-weight:500}.pp-motion-direct-head svg {width:16px;height:16px;fill:none;stroke:#626369;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.pp-motion-direct-head time {color:#797a80;font-size:9px;font-variant-numeric:tabular-nums}

.pp-motion-step-visual--render {display:grid;place-items:center;background:#f4f4f5}
.pp-motion-render-card {display:grid;grid-template-columns:45% 55%;background:#fff}
.pp-motion-render-preview {position:relative;height:100%;overflow:hidden;background:#111}.pp-motion-render-preview img {filter:grayscale(.2) brightness(.82)}.pp-motion-render-preview>span {position:absolute;left:50%;top:50%;display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(255,255,255,.38);border-radius:50%;background:rgba(24,25,28,.58);color:#fff;transform:translate(-50%,-50%);backdrop-filter:blur(8px)}.pp-motion-render-preview svg {width:15px;height:15px;fill:currentColor}
.pp-motion-render-meta {display:flex;min-width:0;flex-direction:column;padding:18px 14px}.pp-motion-render-meta small {margin-bottom:7px;color:#9a9ba0;font-size:8px;text-transform:uppercase;letter-spacing:.055em}.pp-motion-render-meta strong {font-size:10px;font-weight:500;line-height:1.35}.pp-motion-render-specs {display:flex;flex-wrap:wrap;gap:4px;margin-top:16px}.pp-motion-render-specs span {padding:5px 6px;border:1px solid #e0e1e3;border-radius:4px;color:#6f7075;font-size:8px}.pp-motion-render-status {display:flex;align-items:center;gap:6px;margin-top:auto;padding-top:12px;border-top:1px solid #e3e4e6}.pp-motion-render-status i {width:6px;height:6px;border-radius:50%;background:#ec5f3f}.pp-motion-render-status b {font-size:9px;font-weight:500}

/* Feature proof favors one composed image plane over nested cards. */
.pp-detail {padding:92px 0;border-bottom:1px solid var(--line)}
.pp-detail-grid {display:grid;grid-template-columns:minmax(340px,4.5fr) minmax(0,7.5fr);gap:72px;align-items:center}
.pp-detail:nth-of-type(even) .pp-detail-copy {order:2}
.pp-detail:nth-of-type(even) .pp-detail-visual {order:1}
.pp-detail-kicker {display:block;margin-bottom:16px;color:#77787d;font-size:12px}
.pp-detail h2 {max-width:17ch;margin:0;font-size:40px;font-weight:400;line-height:1.15;letter-spacing:-.02em;text-wrap:balance}
.pp-detail-copy>p {max-width:42ch;margin:20px 0;color:#66676c;font-size:16px;line-height:1.62}
.pp-list {display:grid;gap:0;margin-top:26px;border-top:1px solid var(--line)}
.pp-list span {display:flex;align-items:center;gap:11px;padding:12px 0;border-bottom:1px solid var(--line);font-size:13px}
.pp-list span::before {content:"";width:5px;height:5px;background:var(--accent)}
.pp-detail-visual {position:relative;min-width:0;min-height:420px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:var(--surface)}
.pp-detail-visual img, .pp-detail-visual video {width:100%;height:100%;min-height:420px;object-fit:cover;display:block}
.pp-float {position:absolute;padding:14px;border:1px solid var(--line);border-radius:6px;background:rgba(255,255,255,.94);box-shadow:0 20px 46px -34px rgba(0,0,0,.42)}
.pp-float--left {left:22px;bottom:22px}
.pp-float--right {right:22px;top:22px}
.pp-float strong {display:block;margin-bottom:6px;font-size:12px}
.pp-float span {display:block;color:#77787d;font-size:10px}
.pp-feature-control {display:grid;grid-template-columns:28px auto auto;align-items:center;gap:10px;min-width:210px;padding:10px 12px;background:rgba(255,255,255,.92);backdrop-filter:blur(14px)}.pp-feature-control svg {width:28px;height:28px;padding:5px;border:1px solid #dedfe2;border-radius:5px;fill:none;stroke:#5e5f64;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.pp-feature-control div {min-width:0}.pp-feature-control small {display:block;margin-bottom:2px;color:#929398;font-size:8px;text-transform:uppercase;letter-spacing:.055em}.pp-feature-control strong {margin:0;font-size:11px;font-weight:500}.pp-feature-control>span {margin-left:auto;color:#77787d;font-size:10px;font-variant-numeric:tabular-nums}.pp-feature-control--turn {min-width:246px}

/* Output uses the same compact mixed-format rail as the Studio homepage. */
.pp-outcomes {padding:72px 0;border-bottom:1px solid var(--line);background:var(--paper);color:var(--ink)}
.pp-outcomes-head {display:flex;justify-content:space-between;gap:48px;align-items:flex-end;margin-bottom:30px}
.pp-outcomes h2 {max-width:17ch;margin:0;font-size:clamp(28px,2.8vw,36px);font-weight:400;line-height:1.15;letter-spacing:-.02em;text-wrap:balance}
.pp-outcomes p {max-width:40ch;margin:0;color:var(--muted);font-size:15px;line-height:1.55}
.pp-output-strip {display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.pp-output-strip::-webkit-scrollbar {display:none}
.pp-output {position:relative;height:320px;min-height:0;flex:0 0 auto;margin:0;overflow:hidden;scroll-snap-align:start;border:1px solid var(--line);border-radius:8px;background:var(--surface)}
.pp-output img, .pp-output video {width:100%;height:100%;object-fit:cover;display:block}
.pp-output span {position:absolute;left:12px;bottom:12px;padding:5px 7px;border-radius:4px;background:rgba(12,13,15,.72);color:rgba(255,255,255,.8);font-size:10px}
.pp-output:nth-child(3n+1), .pp-output:nth-child(3n+3) {width:480px}
.pp-output:nth-child(3n+2) {width:238px}

/* Product limits read as direct answers, without internal strategy labels. */
.pp-truth {padding:72px 0;border-bottom:1px solid var(--line)}
.pp-truth-grid {display:grid;grid-template-columns:6fr 6fr;gap:0;background:transparent;border:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.pp-truth-item {padding:30px 36px 32px 0;background:transparent}
.pp-truth-item+.pp-truth-item {padding-left:36px;border-left:1px solid var(--line)}
.pp-truth-item span {display:none;margin-bottom:28px;color:#77787d;font-size:12px}
.pp-truth-item h2 {margin:0 0 16px;font-size:25px;font-weight:400;line-height:1.2;letter-spacing:-.015em}
.pp-truth-item p {max-width:48ch;margin:0;color:#66676c;font-size:15px;line-height:1.65}

/* FAQ keeps the section label quiet so the questions carry the reading rhythm. */
.pp-faq {padding:92px 0;border-bottom:1px solid var(--line)}
.pp-faq-grid {display:grid;grid-template-columns:4fr 8fr;gap:64px}
.pp-faq-heading h2 {margin:0;font-size:40px;font-weight:400;line-height:1.15;letter-spacing:-.02em}
.pp-faq-heading p {max-width:28ch;margin:12px 0 0;color:var(--muted);font-size:16px;font-weight:400;line-height:1.5;letter-spacing:-.005em;text-wrap:pretty}
.pp-faq-list {border-top:1px solid var(--line)}
.pp-faq details {border-bottom:1px solid var(--line)}
.pp-faq summary {display:grid;grid-template-columns:minmax(0,1fr) 20px;align-items:center;gap:24px;min-height:64px;padding:18px 0;list-style:none;cursor:pointer;font-size:17px;font-weight:400;line-height:1.35;letter-spacing:-.01em;text-wrap:pretty}
.pp-faq summary::-webkit-details-marker {display:none}
.pp-faq summary::after {content:"+";width:20px;height:20px;display:grid;place-items:center;font-size:17px;font-weight:300;line-height:1;color:#85868b}
.pp-faq details[open] summary::after {content:"−"}
.pp-faq summary:hover::after {color:var(--ink)}
.pp-faq summary:focus-visible {outline:1.5px solid rgba(24,24,27,.38);outline-offset:-1px;border-radius:5px}
.pp-faq details p {max-width:62ch;margin:0;padding:0 52px 23px 0;color:#66676c;font-size:15px;line-height:1.62;letter-spacing:-.003em;text-wrap:pretty}
.pp-faq-list, .pp-faq details, .pp-faq summary, .pp-faq details p {min-width:0;overflow-wrap:anywhere}

.pp-related {padding:72px 0}
.pp-related-head {display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:24px}
.pp-related h2 {margin:0;font-size:36px;font-weight:400;line-height:1.15;letter-spacing:-.02em}
.pp-related-grid {display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}
.pp-related a {min-height:156px;padding:24px 28px 24px 0;border-right:1px solid var(--line);text-decoration:none}
.pp-related a+ a {padding-left:28px}
.pp-related a:last-child {border-right:0}
.pp-related small {display:block;margin-bottom:34px;color:#77787d}
.pp-related strong {display:block;font-size:16px;font-weight:500;line-height:1.35;letter-spacing:-.01em}
.pp-related span {display:block;margin-top:8px;color:#77787d;font-size:14px;line-height:1.5}
.pp-commit {padding:88px 0;background:var(--carbon);color:#fff}
.pp-commit-inner {display:flex;align-items:end;justify-content:space-between;gap:64px}
.pp-commit h2 {max-width:16ch;margin:0;font-size:48px;font-weight:400;line-height:1.08;letter-spacing:-.025em;text-wrap:balance}
.pp-commit p {max-width:40ch;margin:22px 0 0;color:rgba(255,255,255,.6);font-size:17px;line-height:1.55}
.pp-commit .pp-button {min-height:48px;padding-inline:22px;border-color:#fff;background:#fff;color:var(--ink)}
.pp-commit .pp-button:hover {background:#e8e8ea}

/* Progressive enhancement: the page enters in quiet chapters. */
html.pp-js .pp-reveal {opacity:0;transform:translateY(14px)}
html.pp-js .pp-reveal.is-visible {opacity:1;transform:none;transition:opacity 560ms var(--ease),transform 640ms var(--ease)}

@media(max-width:1000px){
  .pp-nav-links>a:not(.pp-nav-cta), .pp-nav-group {display:none}
  .pp-hero {min-height:0;padding-top:64px}
  .pp-hero-grid, .pp-section-head, .pp-detail-grid {grid-template-columns:1fr}
  .pp-hero-grid {gap:44px}
  .pp-hero h1, .pp-type-industry .pp-hero h1 {max-width:15ch;font-size:54px}
  .pp-definition-grid, .pp-faq-grid {grid-template-columns:1fr;gap:28px}
  .pp-section-head {gap:24px}
  .pp-detail-grid {gap:42px}
  .pp-detail:nth-of-type(even) .pp-detail-copy, .pp-detail:nth-of-type(even) .pp-detail-visual {order:initial}
  .pp-detail-copy {max-width:680px}
  .pp-detail-visual, .pp-detail-visual img, .pp-detail-visual video {min-height:390px}

}

@media(max-width:720px){

  html {scroll-padding-top:58px}
  main::before {width:min(var(--shell),calc(100% - 2*var(--gutter)))}
  .pp-nav {height:60px}
  .pp-nav-inner {gap:16px}
  .pp-nav-links {gap:0}
  .pp-nav-links>.pp-nav-cta {min-height:44px;padding-inline:14px}
  .pp-hero {padding:56px 0 52px}
  .pp-hero-grid {gap:36px}
  .pp-hero h1, .pp-type-industry .pp-hero h1 {max-width:none;font-size:38px;line-height:1.06;letter-spacing:-.03em;overflow-wrap:normal}
  .pp-hero-lead {font-size:17px}
  .pp-hero-actions {width:100%;align-items:flex-start;flex-direction:column;gap:14px}
  .pp-hero-actions .pp-button {width:100%;min-height:44px}
  .pp-text-link {min-height:44px}
  .pp-proof-media {aspect-ratio:4/3}
  .pp-proof-panel {width:min(62%,230px)}
  .pp-proof-foot {overflow-x:auto;scrollbar-width:none}
  .pp-proof-foot span {flex:0 0 auto}
  .pp-definition {padding:48px 0}
  .pp-definition-grid>div:last-child {grid-template-columns:1fr;gap:18px}
  .pp-definition h2 {font-size:30px}
  .pp-definition p {margin:0;font-size:15px}
  .pp-section, .pp-detail {padding:72px 0}
  .pp-section h2 {font-size:32px}
  .pp-section--system {padding:60px 0}
  .pp-section--system h2 {font-size:32px}
  .pp-section--system .pp-section-head {margin-bottom:28px}
  .pp-section-head {margin-bottom:34px}
  .pp-steps {grid-template-columns:1fr}
  .pp-step, .pp-step+ .pp-step {min-height:0;padding:24px 0 28px;border-right:0;border-bottom:1px solid var(--line)}
  .pp-step-num {height:116px;margin-bottom:22px}
  .pp-step:nth-child(3)::before {left:25%;top:72px;width:53%}
  .pp-step:nth-child(3)::after {right:12%;top:68px}

  .pp-motion-steps {grid-template-columns:1fr;gap:10px}.pp-motion-step-visual {height:226px}.pp-motion-evidence {width:calc(100% - 36px);height:178px}.pp-motion-step-copy {min-height:0;padding:20px}.pp-motion-render-card {max-width:360px}.pp-motion-render-preview {height:100%}
  .pp-detail h2 {font-size:32px}
  .pp-detail-visual, .pp-detail-visual img, .pp-detail-visual video {min-height:310px}
  .pp-float {padding:10px}
  .pp-float--left {left:10px;bottom:10px}
  .pp-float--right {right:10px;top:10px}
  .pp-outcomes {padding:68px 0}
  .pp-outcomes-head {display:block}
  .pp-outcomes h2 {font-size:28px}
  .pp-outcomes p {margin-top:18px}
  .pp-output-strip {gap:8px;margin-right:0;padding-right:0}
  .pp-output {height:220px;min-width:0;border-radius:7px}
  .pp-output:nth-child(3n+1), .pp-output:nth-child(3n+3) {width:330px}
  .pp-output:nth-child(3n+2) {width:165px}
  .pp-truth {padding:56px 0}
  .pp-truth-grid {grid-template-columns:1fr}
  .pp-truth-item, .pp-truth-item+.pp-truth-item {padding:26px 0;border-left:0}
  .pp-truth-item+.pp-truth-item {border-top:1px solid var(--line)}
  .pp-faq {padding:72px 0}
  .pp-faq-grid {grid-template-columns:1fr;gap:30px}
  .pp-faq-heading h2 {font-size:32px}
  .pp-faq-heading p {font-size:16px}
  .pp-faq summary {min-height:60px;padding:16px 0;font-size:16px}
  .pp-faq details p {padding-right:36px}
  .pp-related {padding:60px 0}
  .pp-related h2 {font-size:27px}
  .pp-related-grid {display:flex;overflow-x:auto}
  .pp-related a, .pp-related a+ a {min-width:82%;padding:24px;border-right:1px solid var(--line)}
  .pp-commit {padding:68px 0}
  .pp-commit-inner {display:block}
  .pp-commit h2 {font-size:38px}
  .pp-commit .pp-button {margin-top:32px}

}

@media(max-width:720px){
  .pp-scenes-proof {min-height:548px;margin-top:10px}
  .pp-scenes-source {left:0;top:0;bottom:auto;width:42%;height:142px}
  .pp-scenes-direction {left:auto;right:0;top:8px;bottom:auto;width:60%;padding:10px}
  .pp-scenes-link {left:50%;top:154px;width:0;height:28px;border-top:0;border-left:1px dotted #b6b9bd}
  .pp-scenes-link::after {left:-4px;right:auto;top:auto;bottom:-1px;border:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid #a7aaae}
  .pp-scenes-proof .pp-proof-media {top:188px;width:100%;height:310px}
}

/* The hero image is the proof. Repeated synthetic meters and workflow
   badges made every capability look like the same placeholder. */
.pp-proof-panel,
.pp-proof-foot {
  display: none;
}

/* Motion hero: show the smallest useful slice of the product, not a generic
   dashboard. The real render stays dominant while this control fragment makes
   the available action legible at a glance. */
.pp-motion-hero-panel {
  position:absolute;
  left:16px;
  bottom:16px;
  width:min(244px,calc(100% - 32px));
  padding:10px;
  border:1px solid rgba(24,24,27,.12);
  border-radius:5px;
  background:rgba(250,250,251,.94);
  box-shadow:0 18px 44px -28px rgba(0,0,0,.55);
  backdrop-filter:blur(16px);
  color:#252629;
}
.pp-motion-hero-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.pp-motion-hero-title {
  display:flex;
  align-items:center;
  gap:7px;
}
.pp-motion-hero-title svg {
  width:14px;
  height:14px;
  color:#5d5e63;
}
.pp-motion-hero-head strong {
  font-size:11px;
  font-weight:500;
  line-height:1.2;
}
.pp-motion-hero-head time {
  color:#696a70;
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:10px;
}

.pp-motion-hero-preview {
  display:grid;
  grid-template-columns:25px auto minmax(0,1fr) auto;
  align-items:center;
  gap:7px;
  color:#929398;
  font:9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;
}
.pp-motion-hero-preview button {
  display:grid;
  place-items:center;
  width:25px;
  height:25px;
  padding:0;
  border:1px solid rgba(24,24,27,.11);
  border-radius:5px;
  background:#252629;
  color:#fff;
}
.pp-motion-hero-preview button svg {
  width:12px;
  height:12px;
}
.pp-motion-hero-preview>i {
  position:relative;
  height:3px;
  overflow:visible;
  border-radius:2px;
  background:#d9dade;
}
.pp-motion-hero-preview>i::before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:42%;
  height:100%;
  border-radius:inherit;
  background:#6a6b70;
}
.pp-motion-hero-preview>i b {
  position:absolute;
  left:42%;
  top:50%;
  width:7px;
  height:7px;
  border:1px solid #65666b;
  border-radius:50%;
  background:#fff;
  transform:translate(-50%,-50%);
}
@media(max-width:720px){
  .pp-motion-hero-panel {left:10px;bottom:10px;width:min(224px,calc(100% - 20px));padding:9px}

}

/* Studio proof: real product imagery with only the controls needed to explain
   live direction and saved views. */
.pp-studio-proof {position:relative;aspect-ratio:16/11;min-height:0;overflow:hidden;border-radius:5px;background:#f0f1f2}.pp-studio-bar {position:absolute;inset:0 0 auto;z-index:4;height:42px;display:flex;align-items:center;gap:4px;padding:0 12px;border-bottom:1px solid #dedfe2;background:rgba(250,250,251,.98);color:#919297;font-size:9px}.pp-studio-bar span {padding:5px 8px;border-radius:4px}.pp-studio-bar span.is-active {background:#fff;color:#36373b;box-shadow:0 1px 5px rgba(0,0,0,.06);font-weight:500}.pp-studio-bar strong {margin-left:8px;padding-left:12px;border-left:1px solid #dddde0;color:#48494e;font-weight:500}.pp-studio-bar>i {width:52px;height:5px;margin-left:auto;border-radius:3px;background:#dedfe2}
.pp-studio-stage {position:absolute;inset:42px 0 58px;display:grid;grid-template-columns:94px minmax(0,1fr);gap:10px;padding:10px;background:#f0f1f2}.pp-studio-stage>img {width:100%;height:100%;min-width:0;display:block;object-fit:cover;border:1px solid #dadbde;border-radius:5px;background:#d5d3d2}.pp-studio-skeleton {position:relative;overflow:hidden;padding:13px 10px;border:1px solid #dedfe2;border-radius:5px;background:#fff}.pp-studio-skeleton b, .pp-studio-skeleton span, .pp-studio-skeleton em {display:block;border-radius:3px;background:#dfe0e2}.pp-studio-skeleton b {width:40px;height:6px}.pp-studio-skeleton i {position:absolute;right:10px;top:13px;width:6px;height:6px;border-radius:50%;background:#cfd0d3}.pp-studio-skeleton span {height:6px;margin-top:18px}.pp-studio-skeleton span.is-short {width:62%;margin-top:7px}.pp-studio-skeleton em {height:1px;margin:22px 0 2px;background:#ececef}
.pp-studio-controls {position:absolute;right:20px;top:20px;width:176px;overflow:hidden;border:1px solid rgba(24,24,27,.11);border-radius:5px;background:rgba(255,255,255,.94);box-shadow:0 18px 42px -30px rgba(0,0,0,.55);backdrop-filter:blur(14px)}.pp-studio-controls header, .pp-studio-controls>div {display:flex;align-items:center;justify-content:space-between}.pp-studio-controls header {padding:10px 11px;border-bottom:1px solid #e5e6e8;color:#8e8f94;font-size:8px}.pp-studio-controls header strong {color:#ec5f3f;font-weight:500}.pp-studio-controls>div {padding:9px 11px;border-bottom:1px solid #ececef;color:#8b8c91;font-size:8px}.pp-studio-controls>div:last-child {border-bottom:0}.pp-studio-controls>div strong {color:#3e3f43;font-weight:500}
.pp-studio-captures {position:absolute;inset:auto 0 0;height:58px;display:flex;align-items:center;gap:8px;padding:8px 12px;border-top:1px solid #dedfe2;background:#fff;color:#8c8d92;font-size:8px}.pp-studio-captures>span {margin-right:2px}.pp-studio-captures figure {width:52px;height:38px;overflow:hidden;margin:0;border:1px solid #dedfe2;border-radius:4px;background:#ddd}.pp-studio-captures figure.is-active {border-color:#55565b}.pp-studio-captures img {width:100%;height:100%;display:block;object-fit:cover}.pp-studio-captures>strong {margin-left:auto;padding:8px 9px;border:1px solid #dedfe2;border-radius:5px;background:#fafafa;color:#4a4b50;font-size:8px;font-weight:500}

/* Variants proof: a live colorway decision over the product, with the rest of
   Studio reduced to quiet context. */
.pp-variant-proof {position:relative;aspect-ratio:16/11;min-height:0;overflow:hidden;border-radius:5px;background:#d8d8d7}.pp-variant-product {position:absolute;inset:42px 0 0;width:100%;height:calc(100% - 42px);display:block;object-fit:cover}.pp-variant-bar {position:absolute;inset:0 0 auto;z-index:3;height:42px;display:flex;align-items:center;gap:4px;padding:0 12px;border-bottom:1px solid #dedfe2;background:rgba(250,250,251,.97);color:#929398;font-size:9px}.pp-variant-bar span {padding:5px 8px;border-radius:4px}.pp-variant-bar span.is-active {background:#fff;color:#36373b;box-shadow:0 1px 5px rgba(0,0,0,.06);font-weight:500}.pp-variant-bar strong {margin-left:8px;padding-left:12px;border-left:1px solid #dddde0;color:#48494e;font-weight:500}.pp-variant-bar>i {width:48px;height:5px;margin-left:auto;border-radius:3px;background:#dedfe2}
.pp-variant-selector {position:absolute;right:14px;top:56px;z-index:2;width:196px;padding:11px;border:1px solid rgba(24,24,27,.11);border-radius:5px;background:rgba(255,255,255,.94);box-shadow:0 18px 42px -30px rgba(0,0,0,.55);backdrop-filter:blur(14px)}.pp-variant-selector header, .pp-variant-selector footer {display:flex;align-items:center;justify-content:space-between}.pp-variant-selector header {padding-bottom:9px;border-bottom:1px solid #e6e6e8;color:#8c8d92;font-size:8px}.pp-variant-selector header strong {color:#393a3e;font-weight:500}.pp-variant-options {display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:9px 0}.pp-variant-options figure {min-width:0;margin:0}.pp-variant-options img {width:100%;aspect-ratio:1;display:block;object-fit:cover;border:1px solid #dedfe2;border-radius:5px;background:#d8d8d7}.pp-variant-options figure.is-selected img {border-color:#54555a;box-shadow:0 0 0 1px #fff inset}.pp-variant-options figcaption {margin-top:4px;color:#8c8d92;font-size:7px;text-align:center}.pp-variant-options figure.is-selected figcaption {color:#37383c;font-weight:500}.pp-variant-selector footer {padding-top:9px;border-top:1px solid #e6e6e8;color:#8c8d92;font-size:8px}.pp-variant-selector footer strong {color:#393a3e;font-weight:500}

.pp-variant-status {position:absolute;left:14px;bottom:14px;display:flex;align-items:center;gap:8px;padding:9px 10px;border:1px solid rgba(24,24,27,.1);border-radius:5px;background:rgba(255,255,255,.9);color:#8a8b90;font-size:8px;backdrop-filter:blur(12px)}.pp-variant-status i {width:24px;height:3px;border-radius:2px;background:#dadbde}.pp-variant-status strong {color:#494a4f;font-weight:500}
.pp-variant-flow {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 34px}.pp-variant-flow figure {position:relative;overflow:hidden;margin:0;border:1px solid #dedfe2;border-radius:5px;background:#f0f1f2}.pp-variant-flow figure.is-selected {border-color:#77787d}.pp-variant-flow img {width:100%;aspect-ratio:4/3;display:block;object-fit:cover}.pp-variant-flow figcaption {display:grid;grid-template-columns:24px 1fr;gap:2px 8px;padding:10px 11px;border-top:1px solid #dedfe2;background:#fff}.pp-variant-flow figcaption span {grid-row:1/3;color:#aaaab0;font-size:8px}.pp-variant-flow figcaption strong {font-size:10px;font-weight:500}.pp-variant-flow figcaption small {color:#8b8c91;font-size:8px}
.pp-variant-label-proof {isolation:isolate}.pp-variant-label-proof>img {object-position:center}.pp-variant-label-target {position:absolute;z-index:2;left:69%;top:16%;width:14%;height:21%;border:1px solid rgba(42,43,47,.58);border-radius:5px;box-shadow:0 0 0 1px rgba(255,255,255,.52) inset}.pp-variant-label-target::before,.pp-variant-label-target::after {content:"";position:absolute;width:7px;height:7px;border:1px solid rgba(42,43,47,.48);border-radius:2px;background:#fff;box-shadow:0 1px 2px rgba(24,24,27,.08)}.pp-variant-label-target::before {left:-4px;top:-4px}.pp-variant-label-target::after {right:-4px;bottom:-4px}.pp-variant-label-panel {position:absolute;z-index:3;right:24px;bottom:24px;width:220px;padding:14px;border:1px solid rgba(24,24,27,.1);border-radius:5px;background:rgba(255,255,255,.92);box-shadow:0 18px 40px -26px rgba(24,24,27,.52);backdrop-filter:blur(14px)}.pp-variant-label-panel header {display:flex;align-items:center;justify-content:space-between;padding-bottom:11px;border-bottom:1px solid rgba(24,24,27,.08);color:#8a8b90;font-size:9px}.pp-variant-label-panel header strong {color:#3e3f44;font-weight:500}.pp-variant-label-panel>div {display:grid;grid-template-columns:46px 1fr;gap:10px;align-items:center;margin-top:11px;color:#77787d;font-size:9px}.pp-variant-label-panel i {position:relative;height:4px;border-radius:3px;background:#dedfe2}.pp-variant-label-panel i b {position:absolute;inset:0 auto 0 0;width:62%;border-radius:inherit;background:#606167}.pp-variant-label-panel i b::after {content:"";position:absolute;right:-4px;top:50%;width:8px;height:8px;transform:translateY(-50%);border:1px solid #a8aaaf;border-radius:50%;background:#fff}.pp-variant-label-panel>div:last-child i b {width:84%}
.pp-variant-output-line {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 0 12px;overflow:hidden;border:1px solid rgba(24,24,27,.08);border-radius:5px;background:#f4f4f2;color:#6f7075;font-size:10px}.pp-variant-output-line span {display:flex;align-items:center;gap:8px;min-height:42px;padding:0 12px;border-right:1px solid rgba(24,24,27,.07)}.pp-variant-output-line span:last-child {border-right:0}.pp-variant-output-line b {color:#303136;font-weight:500}.pp-variants-page .pp-output span {display:grid;gap:2px;padding:7px 9px;border:1px solid rgba(24,24,27,.09);border-radius:5px;background:rgba(255,255,255,.9);color:#414247;box-shadow:0 6px 18px -12px rgba(24,24,27,.42);backdrop-filter:blur(10px)}.pp-variants-page .pp-output span strong {font-size:10px;font-weight:500}.pp-variants-page .pp-output span small {color:#88898e;font-size:8px}

/* Materials proof: a marketing abstraction of the real Studio material
   workflow. Real product imagery carries the fidelity; the UI only exposes
   the selector and channel controls needed to understand the feature. */
.pp-material-proof {
  overflow:hidden;
  border-radius:5px;
  background:#e9e8e6;
}
.pp-material-canvas {
  position:relative;
  aspect-ratio:16/11;
  min-height:0;
  overflow:hidden;
  background:#c9c0b4;
}
.pp-material-canvas>img {
  position:absolute;
  inset:40px 0 0;
  width:100%;
  height:calc(100% - 40px);
  object-fit:cover;
  object-position:center;
  display:block;
}
.pp-material-bar {
  position:absolute;
  inset:0 0 auto;
  z-index:3;
  height:40px;
  display:flex;
  align-items:center;
  gap:5px;
  padding:0 12px;
  border-bottom:1px solid #e1e2e4;
  background:rgba(250,250,251,.97);
  color:#8a8b90;
  font-size:9px;
}
.pp-material-bar .pp-material-back {
  width:22px;
  height:22px;
  margin-right:3px;
  border:1px solid #dfe0e2;
  border-radius:5px;
  background:#fff;
}
.pp-material-bar>span:not(.pp-material-back) {
  padding:5px 8px;
  border-radius:4px;
}
.pp-material-bar>span.is-active {
  background:#fff;
  color:#35363a;
  box-shadow:0 1px 5px rgba(0,0,0,.06);
  font-weight:500;
}
.pp-material-bar strong {
  margin-left:6px;
  padding-left:10px;
  border-left:1px solid #dddde0;
  color:#48494e;
  font-weight:500;
}
.pp-material-bar>i {
  width:38px;
  height:5px;
  margin-left:auto;
  border-radius:3px;
  background:#d9dade;
}
.pp-material-bar>i.is-short {
  width:20px;
  margin-left:0;
}
.pp-material-selector,
.pp-material-controls {
  position:absolute;
  z-index:2;
  border:1px solid rgba(24,24,27,.11);
  border-radius:5px;
  background:rgba(250,250,251,.94);
  box-shadow:0 20px 48px -34px rgba(0,0,0,.58);
  backdrop-filter:blur(15px);
}
.pp-material-selector {
  right:14px;
  top:54px;
  width:202px;
  padding:11px;
}
.pp-material-selector-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.pp-material-selector-head span {
  color:#88898e;
  font-size:9px;
}
.pp-material-selector-head strong {
  font-size:10px;
  font-weight:500;
}
.pp-material-swatches {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:6px;
  margin-top:10px;
}
.pp-material-swatches>span,
.pp-material-selected-swatch {
  display:block;
  overflow:hidden;
  border:1px solid rgba(24,24,27,.1);
  border-radius:5px;
}
.pp-material-swatches>span {
  aspect-ratio:1;
}
.pp-material-swatches>span.is-selected {
  outline:1px solid #252629;
  outline-offset:2px;
}
.pp-material-selector .is-weave {
  background-color:#ddd7cd;
  background-image:repeating-linear-gradient(45deg,rgba(53,49,45,.42) 0 1px,transparent 1px 5px),repeating-linear-gradient(-45deg,rgba(255,255,255,.72) 0 1px,transparent 1px 5px);
}
.pp-material-selector .is-ribbed {
  background:repeating-linear-gradient(90deg,#323234 0 3px,#555457 3px 4px,#242426 4px 7px);
}
.pp-material-selector .is-soft {
  background-color:#bcae9c;
  background-image:radial-gradient(circle at 25% 35%,rgba(255,255,255,.42) 0 2px,transparent 2.5px),radial-gradient(circle at 70% 65%,rgba(70,60,49,.18) 0 2px,transparent 2.5px);
  background-size:11px 11px;
}
.pp-material-selected {
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:11px;
  padding-top:10px;
  border-top:1px solid rgba(24,24,27,.08);
}
.pp-material-selected-swatch {
  width:25px;
  height:25px;
  flex:0 0 auto;
}
.pp-material-selected>span:last-child {
  min-width:0;
}
.pp-material-selected strong,
.pp-material-selected small {
  display:block;
}
.pp-material-selected strong {
  font-size:10px;
  font-weight:500;
}
.pp-material-selected small {
  margin-top:2px;
  color:#909196;
  font-size:10.5px;
}
.pp-material-controls {
  left:14px;
  bottom:14px;
  width:184px;
  padding:10px 11px;
}
.pp-material-controls>div {
  display:grid;
  grid-template-columns:58px 1fr;
  align-items:center;
  gap:8px;
}
.pp-material-controls>div+div {
  margin-top:9px;
}
.pp-material-controls span {
  color:#74757a;
  font-size:9px;
}
.pp-material-controls i {
  position:relative;
  display:block;
  height:3px;
  border-radius:2px;
  background:#d7d8db;
}
.pp-material-controls i::before {
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:var(--position,50%);
  border-radius:inherit;
  background:#66676c;
}
.pp-material-controls b {
  position:absolute;
  left:var(--position,50%);
  top:50%;
  width:7px;
  height:7px;
  border:1px solid #67686d;
  border-radius:50%;
  background:#fff;
  transform:translate(-50%,-50%);
}

@media(max-width:720px){
  .pp-studio-proof {aspect-ratio:4/5}.pp-studio-bar {height:40px;padding-inline:9px}.pp-studio-bar>i {display:none}.pp-studio-bar strong {font-size:8px}.pp-studio-stage {inset:40px 0 54px;grid-template-columns:1fr;padding:8px}.pp-studio-skeleton {display:none}.pp-studio-controls {right:18px;top:18px;width:164px}.pp-studio-captures {height:54px;padding-inline:9px}.pp-studio-captures>span {display:none}.pp-studio-captures figure {width:46px;height:34px}.pp-studio-captures>strong {padding-inline:7px}

  .pp-variants-page .pp-variant-proof {width:100%;aspect-ratio:4/5;border-radius:5px}.pp-variant-product {inset:40px 0 0;height:calc(100% - 40px);object-position:center}.pp-variant-bar {height:40px;padding-inline:9px}.pp-variant-bar>i {display:none}.pp-variant-selector {right:10px;top:50px;width:170px;padding:9px}.pp-variant-status {left:10px;right:10px;bottom:10px;justify-content:space-between}
  .pp-variant-flow {display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.pp-variant-flow figure {min-width:82%;scroll-snap-align:start}
  .pp-variant-label-target {left:65%;top:17%;width:18%;height:20%}.pp-variant-label-panel {right:16px;bottom:16px;width:196px;padding:12px}
  .pp-variant-output-line {grid-template-columns:1fr}.pp-variant-output-line span {min-height:36px;border-right:0;border-bottom:1px solid rgba(24,24,27,.07)}.pp-variant-output-line span:last-child {border-bottom:0}.pp-variants-page .pp-output-strip {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;overflow:visible}.pp-variants-page .pp-output-strip .pp-output {width:auto!important;min-width:0;height:180px}.pp-variants-page .pp-output-strip .pp-output:first-child {grid-column:1/-1;height:260px}
  .pp-variants-page .pp-related-grid>a {min-width:82%}
  .pp-material-canvas {aspect-ratio:4/5}
  .pp-material-canvas>img {inset:38px 0 0;height:calc(100% - 38px);object-position:55% center}
  .pp-material-bar {height:38px;padding-inline:9px}
  .pp-material-bar>i {display:none}
  .pp-material-selector {right:10px;top:50px;width:170px;padding:9px}
  .pp-material-controls {display:none}

}

@media(prefers-reduced-motion:reduce){
  html.pp-js .pp-reveal, html.pp-js .pp-reveal.is-visible {opacity:1;transform:none;transition:none}
}

/* Model preparation proof: fidelity from the product, explanation from one compact status panel. */
.pp-model-proof {align-self:center;overflow:hidden;border:1px solid var(--pp-line);border-radius:5px;background:#f2f2f2;box-shadow:0 18px 42px rgb(20 20 20 / 6%)}
.pp-model-proof-bar, .pp-model-proof-foot {min-height:52px;display:flex;align-items:center;gap:14px;padding:0 18px;color:var(--pp-muted);background:rgb(255 255 255 / 90%)}
.pp-model-proof-bar {border-bottom:1px solid var(--pp-line);font-size:12px}.pp-model-proof-bar strong {color:var(--pp-text);font-weight:600}.pp-model-proof-bar i {width:42px;height:4px;margin-left:auto;border-radius:4px;background:#d8d8d8}
.pp-model-proof-canvas {position:relative;min-height:440px;overflow:hidden;background:#ececeb}.pp-model-proof-canvas>img {width:100%;height:100%;min-height:440px;object-fit:cover;filter:saturate(.65) contrast(.94)}
.pp-model-source, .pp-model-ready {position:absolute;border:1px solid rgb(25 25 25 / 11%);border-radius:5px;background:rgb(253 253 253 / 94%);backdrop-filter:blur(14px);box-shadow:0 14px 30px rgb(20 20 20 / 9%)}
.pp-model-source {left:16px;bottom:16px;display:grid;gap:2px;min-width:150px;padding:13px 15px}.pp-model-source small, .pp-model-ready small {color:var(--pp-muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.pp-model-source strong {font-size:13px;font-weight:600}.pp-model-source span {color:var(--pp-muted);font-size:10px}
.pp-model-ready {top:16px;right:16px;width:min(230px,calc(100% - 32px));overflow:hidden}.pp-model-ready-head {display:grid;gap:2px;padding:14px 15px 12px;border-bottom:1px solid var(--pp-line)}.pp-model-ready-head strong {font-size:14px;font-weight:600}.pp-model-ready-row {display:flex;justify-content:space-between;gap:16px;padding:10px 15px;border-bottom:1px solid var(--pp-line);color:var(--pp-muted);font-size:11px}.pp-model-ready-row:last-child {border-bottom:0}.pp-model-ready-row strong {color:var(--pp-text);font-weight:550}
.pp-model-proof-foot {justify-content:center;border-top:1px solid var(--pp-line);font-size:12px}.pp-model-proof-foot b {color:var(--pp-muted);font-weight:400}.pp-model-proof-foot strong {color:var(--pp-text);font-weight:600}
@media(max-width:720px){.pp-model-proof-canvas, .pp-model-proof-canvas>img {min-height:360px}.pp-model-ready {top:12px;right:12px}.pp-model-source {left:12px;bottom:12px}.pp-model-proof-foot {min-height:46px}}

/* Product-proof refinement: one real product decision per composition. */
.pp-studio-controls>div.is-skeleton {justify-content:flex-start;gap:10px}
.pp-studio-controls>div.is-skeleton span {width:38px;height:4px;border-radius:999px;background:#d7d8db}
.pp-studio-controls>div.is-skeleton i {width:72px;height:4px;border-radius:999px;background:#e4e5e7}

.pp-motion-hero-values, .pp-motion-direct-values {display:grid;grid-template-columns:1fr 1fr;gap:6px}
.pp-motion-hero-values span, .pp-motion-direct-values span {display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 9px;border:1px solid rgba(24,24,27,.08);border-radius:4px;background:rgba(255,255,255,.58)}
.pp-motion-hero-values small, .pp-motion-direct-values small {color:#8b8c91;font-size:8px}
.pp-motion-hero-values strong, .pp-motion-direct-values strong {color:#44454a;font-size:9px;font-weight:500;font-variant-numeric:tabular-nums}
.pp-motion-direct-window {position:relative;height:18px;margin-top:9px;border-radius:4px;background:#e6e7e9}
.pp-motion-direct-window i {position:absolute;left:14%;right:12%;top:6px;height:6px;border-radius:999px;background:#c4c5c9}
.pp-motion-direct-window b {position:absolute;left:61%;top:2px;width:1px;height:14px;background:var(--accent)}

@media(max-width:720px){
  .pp-motion-hero-values span, .pp-motion-direct-values span {padding:7px}

}

/* Automation proof: one legible run, with product outputs kept visible. */
.pp-automation-proof {background:#f3f4f5}
.pp-auto-bar {min-height:48px;display:flex;align-items:center;gap:16px;padding:0 14px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.92);color:#77787d;font-size:10px}
.pp-auto-brand {display:flex;align-items:center;gap:6px;color:#26272a;font-weight:500}.pp-auto-brand>i {width:7px;height:7px;background:var(--accent)}
.pp-auto-bar>strong {font-size:11px;font-weight:500;color:#303136}.pp-auto-live {display:flex;align-items:center;gap:6px;margin-left:auto}.pp-auto-live>i {width:6px;height:6px;border-radius:50%;background:#7aa67d;box-shadow:0 0 0 4px rgba(122,166,125,.12)}
.pp-auto-canvas {position:relative;min-height:350px;padding:44px 152px 104px 18px;background:linear-gradient(rgba(24,24,27,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(24,24,27,.035) 1px,transparent 1px),#f1f2f3;background-size:30px 30px}
.pp-auto-lane {height:100%;display:flex;align-items:center;justify-content:center;gap:7px}
.pp-auto-lane article {position:relative;min-width:106px;padding:12px;border:1px solid rgba(24,24,27,.1);border-radius:5px;background:rgba(255,255,255,.9);box-shadow:0 14px 28px -28px rgba(0,0,0,.55)}
.pp-auto-lane article::before {content:"";position:absolute;left:10px;top:-3px;width:26px;height:3px;border-radius:2px;background:#d8d9dc}.pp-auto-lane article.is-complete::before {background:#87988a}.pp-auto-lane article.is-active {border-color:rgba(236,95,63,.42);box-shadow:0 16px 34px -26px rgba(236,95,63,.58)}.pp-auto-lane article.is-active::before {background:var(--accent)}
.pp-auto-lane small, .pp-auto-lane strong, .pp-auto-lane span {display:block}.pp-auto-lane small {color:#909197;font-size:7px;text-transform:uppercase;letter-spacing:.06em}.pp-auto-lane strong {margin-top:8px;color:#303136;font-size:10px;font-weight:500}.pp-auto-lane span {margin-top:3px;color:#898a90;font-size:8px}
.pp-auto-link {width:17px;height:1px;flex:0 0 17px;background:#bdbfc3;position:relative}.pp-auto-link::after {content:"";position:absolute;right:-1px;top:-2px;width:4px;height:4px;border-top:1px solid #a4a6aa;border-right:1px solid #a4a6aa;transform:rotate(45deg)}
.pp-auto-panel {position:absolute;right:14px;top:18px;width:132px;padding:13px;border:1px solid rgba(24,24,27,.1);border-radius:5px;background:rgba(255,255,255,.94);box-shadow:0 18px 36px -28px rgba(0,0,0,.4);backdrop-filter:blur(12px)}
.pp-auto-panel>small, .pp-auto-panel>strong {display:block}.pp-auto-panel>small {color:#96979b;font-size:8px;text-transform:uppercase;letter-spacing:.06em}.pp-auto-panel>strong {margin:6px 0 11px;font-size:11px;font-weight:500}.pp-auto-panel>div {display:flex;justify-content:space-between;gap:8px;padding:6px 0;border-top:1px solid var(--line);color:#85868b;font-size:8px}.pp-auto-panel b {color:#4d4e53;font-weight:500}
.pp-auto-outputs {position:absolute;left:18px;right:18px;bottom:14px;height:76px;display:flex;align-items:center;gap:8px;padding:8px;border:1px solid rgba(24,24,27,.09);border-radius:5px;background:rgba(255,255,255,.9);backdrop-filter:blur(12px)}
.pp-auto-outputs figure {width:66px;height:58px;margin:0;overflow:hidden;border-radius:4px;background:#ddd}.pp-auto-outputs img {width:100%;height:100%;object-fit:cover}.pp-auto-outputs>span {margin-left:auto;padding-right:7px;text-align:right}.pp-auto-outputs strong, .pp-auto-outputs small {display:block}.pp-auto-outputs strong {font-size:10px;font-weight:500}.pp-auto-outputs small {margin-top:3px;color:#8b8c91;font-size:8px}
@media(max-width:720px){
  .pp-auto-bar {gap:8px;padding-inline:10px}.pp-auto-brand {display:none}.pp-auto-bar>strong {max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .pp-auto-canvas {min-height:360px;padding:18px 10px 100px}.pp-auto-lane {display:grid;grid-template-columns:1fr 1fr;align-content:start;gap:8px}.pp-auto-lane article {min-width:0}.pp-auto-link {display:none}.pp-auto-panel {display:none}.pp-auto-outputs {left:10px;right:10px;bottom:10px}
}

/* Authored automation proofs replace stale full-app screenshots. */
.pp-run-ledger {padding:28px;background:#f1f2f3}
.pp-run-ledger-shell {width:100%;overflow:hidden;border:1px solid rgba(24,24,27,.09);border-radius:5px;background:#fff;box-shadow:0 24px 54px -42px rgba(0,0,0,.45)}
.pp-run-ledger-shell header {min-height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--line)}
.pp-run-ledger-shell header div {display:grid;gap:2px}.pp-run-ledger-shell header small {color:#8a8b90;font-size:9px}.pp-run-ledger-shell header strong {font-size:13px;font-weight:500}.pp-run-ledger-shell header>span {padding:6px 9px;border-radius:4px;background:#f1f2f3;color:#66676c;font-size:9px}
.pp-run-ledger-head, .pp-run-ledger-row {display:grid;grid-template-columns:1.3fr .9fr .65fr;align-items:center;gap:12px;padding:0 18px}
.pp-run-ledger-head {min-height:38px;border-bottom:1px solid var(--line);color:#95969a;font-size:8px;text-transform:uppercase;letter-spacing:.05em}
.pp-run-ledger-row {position:relative;min-height:58px;border-bottom:1px solid var(--line);font-size:10px}.pp-run-ledger-row.is-active::before {content:"";position:absolute;inset:0 auto 0 0;width:2px;background:var(--accent)}
.pp-run-ledger-row span {display:flex;align-items:center;gap:9px;color:#34353a;font-weight:500}.pp-run-ledger-row span i {width:26px;height:26px;border-radius:4px;background:linear-gradient(145deg,#d7d8db,#eeeff0)}.pp-run-ledger-row strong {font-weight:500;color:#66676c}.pp-run-ledger-row em {justify-self:start;padding:5px 7px;border-radius:4px;background:#f2f3f4;color:#696a70;font-style:normal;font-size:8px}.pp-run-ledger-row.is-active em {background:rgba(236,95,63,.08);color:#a34a36}
.pp-run-ledger-shell footer {min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 18px;color:#85868b;font-size:9px}.pp-run-ledger-shell footer b {color:#34353a;font-weight:500}

@media(max-width:720px){
  .pp-run-ledger {padding:12px}
  .pp-run-ledger-head, .pp-run-ledger-row {grid-template-columns:1.2fr .8fr;padding-inline:12px}.pp-run-ledger-head span:nth-child(3), .pp-run-ledger-row em {display:none}

}

/* Materials task proof: source, AI build, manual tune, live application. */
.pp-material-workbench {overflow:hidden;border:1px solid var(--pp-line);border-radius:5px;background:#f1f2f3;box-shadow:0 26px 60px -52px rgba(0,0,0,.5)}
.pp-material-workbench-bar {height:52px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 15px;border-bottom:1px solid var(--pp-line);background:#fbfbfc;color:#898a90;font-size:9px}
.pp-material-workbench-bar>div {display:flex;align-items:center;gap:9px}.pp-material-workbench-bar>div span {color:#4a4b50}.pp-material-workbench-bar>div i {width:1px;height:15px;background:#d7d8da}.pp-material-workbench-bar>div strong {font-weight:550;color:#303136}.pp-material-workbench-state {display:flex;align-items:center;gap:6px}.pp-material-workbench-state i {width:6px;height:6px;border-radius:50%;background:#73a27b;box-shadow:0 0 0 4px rgba(115,162,123,.11)}
.pp-material-workbench-body {height:476px;display:grid;grid-template-columns:176px minmax(0,1fr) 266px}
.pp-material-sources {display:flex;flex-direction:column;gap:8px;padding:15px 12px;border-right:1px solid var(--pp-line);background:#f8f8f9}.pp-material-sources>small {margin:0 4px 3px;color:#939499;font-size:8px;text-transform:uppercase;letter-spacing:.07em}
.pp-material-sources>div {display:flex;align-items:center;gap:9px;padding:8px;border:1px solid transparent;border-radius:5px;color:#55565b}.pp-material-sources>div.is-active {border-color:rgba(236,95,63,.4);background:#fff}
.pp-material-sources>div>img, .pp-material-sources>div>i {width:34px;height:34px;min-height:0;flex:0 0 34px;border-radius:4px;object-fit:cover;background:#e1e2e4}.pp-material-sources>div>span {min-width:0;display:grid;gap:3px}.pp-material-sources>div strong {overflow:hidden;font-size:8px;font-weight:550;text-overflow:ellipsis;white-space:nowrap}.pp-material-sources>div small {color:#9a9ba0;font-size:7px}
.pp-material-source-row>i {position:relative;border:1px solid rgba(24,24,27,.06)}.pp-material-source-row>i::before, .pp-material-source-row>i::after {content:"";position:absolute}.pp-material-source-row>i.is-maps::before {inset:9px;border:1px solid #9b9ca1;border-radius:2px}.pp-material-source-row>i.is-maps::after {left:12px;right:12px;bottom:11px;height:6px;border-left:1px solid #9b9ca1;border-bottom:1px solid #9b9ca1;transform:skewY(-30deg)}.pp-material-source-row>i.is-prompt::before {left:9px;top:10px;width:15px;height:11px;border:1px solid #9b9ca1;border-radius:3px}.pp-material-source-row>i.is-prompt::after {left:12px;bottom:9px;width:5px;height:5px;border-left:1px solid #9b9ca1;transform:skewX(-35deg)}
.pp-material-sources>b {width:72px;height:4px;margin:13px 6px 0;border-radius:99px;background:#d9dade}.pp-material-sources>b.is-short {width:44px;margin-top:0;background:#e3e4e6}
.pp-material-live-product {position:relative;min-width:0;overflow:hidden;background:#ddd}.pp-material-live-product>img {width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.78) contrast(.96)}
.pp-material-target {position:absolute;top:16px;left:16px;display:flex;align-items:center;gap:8px;padding:8px 9px;border:1px solid rgba(24,24,27,.09);border-radius:5px;background:rgba(255,255,255,.92);color:#4b4c51;font-size:8px;backdrop-filter:blur(12px)}.pp-material-target i {width:7px;height:7px;border-radius:50%;background:#c5b29f;box-shadow:0 0 0 3px #fff}
.pp-material-live-swatches {position:absolute;left:15px;right:15px;bottom:15px;display:flex;gap:7px;padding:8px;border:1px solid rgba(24,24,27,.09);border-radius:5px;background:rgba(255,255,255,.9);backdrop-filter:blur(14px)}
.pp-material-live-swatches>span {min-width:0;flex:1;display:flex;align-items:center;gap:7px;padding:4px;border:1px solid transparent;border-radius:4px}.pp-material-live-swatches>span.is-selected {border-color:rgba(24,24,27,.15);background:#fff}.pp-material-live-swatches>span>i {width:27px;height:27px;flex:0 0 27px;border-radius:4px;background:#bbb}.pp-material-live-swatches small {overflow:hidden;color:#696a6f;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.pp-material-live-swatches .is-weave {background-color:#c9c1b5;background-image:repeating-linear-gradient(45deg,rgba(54,50,45,.28) 0 1px,transparent 1px 5px),repeating-linear-gradient(-45deg,rgba(255,255,255,.72) 0 1px,transparent 1px 5px)}.pp-material-live-swatches .is-warm {background:#b59b86}.pp-material-live-swatches .is-dark {background:#313235}
.pp-material-builder {display:flex;flex-direction:column;padding:14px;border-left:1px solid var(--pp-line);background:#fbfbfc}.pp-material-builder>header {display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:12px;border-bottom:1px solid var(--pp-line)}.pp-material-builder>header>div {display:grid;gap:3px}.pp-material-builder>header small {color:#96979b;font-size:7px;text-transform:uppercase;letter-spacing:.07em}.pp-material-builder>header strong {font-size:11px;font-weight:550}.pp-material-builder>header>span {padding:5px 7px;border-radius:4px;background:#efeff1;color:#85868b;font-size:7px}
.pp-material-builder-mode {display:grid;grid-template-columns:1fr 1fr;gap:3px;margin:12px 0;padding:3px;border-radius:5px;background:#ececef}.pp-material-builder-mode span {height:27px;display:grid;place-items:center;border-radius:4px;color:#8b8c91;font-size:8px}.pp-material-builder-mode span.is-active {background:#fff;color:#3d3e43;box-shadow:0 1px 2px rgba(0,0,0,.06)}
.pp-material-ai-build>small, .pp-material-tune-head>small {color:#8f9095;font-size:8px}.pp-material-ai-build>div {display:flex;align-items:center;gap:8px;margin:8px 0;padding:7px;border:1px solid var(--pp-line);border-radius:5px;background:#fff}.pp-material-ai-build>div img {width:36px;height:36px;min-height:0;flex:0 0 36px;border-radius:4px;object-fit:cover}.pp-material-ai-build>div>span {min-width:0;display:grid;gap:3px}.pp-material-ai-build>div strong {font-size:8px;font-weight:550}.pp-material-ai-build>div small {color:#999a9e;font-size:7px}.pp-material-ai-build>div>i {width:5px;height:5px;margin-left:auto;border-top:1px solid #8f9095;border-right:1px solid #8f9095;transform:rotate(45deg)}
.pp-material-ai-build>button {width:100%;height:30px;border:0;border-radius:5px;background:#292a2d;color:#fff;font:inherit;font-size:8px;font-weight:550;cursor:default}
.pp-material-manual-tune {margin-top:13px;padding-top:12px;border-top:1px solid var(--pp-line)}.pp-material-tune-head {display:flex;align-items:center;justify-content:space-between}.pp-material-tune-head>span {color:#8e8f94;font-size:7px}.pp-material-manual-tune label {display:grid;grid-template-columns:68px 1fr;align-items:center;gap:8px;margin-top:12px;color:#6f7075;font-size:8px}.pp-material-manual-tune label>i {position:relative;height:3px;border-radius:99px;background:#dedfe1}.pp-material-manual-tune label>i::before {content:"";position:absolute;left:0;top:0;width:var(--value);height:3px;border-radius:99px;background:#77787d}.pp-material-manual-tune label b {position:absolute;left:var(--value);top:50%;width:9px;height:9px;border:2px solid #fff;border-radius:50%;background:#55565b;box-shadow:0 0 0 1px rgba(24,24,27,.18);transform:translate(-50%,-50%)}
.pp-material-builder>a {height:34px;display:flex;align-items:center;justify-content:center;margin-top:auto;border-radius:5px;background:var(--accent);color:#fff;font-size:9px;font-weight:600;text-decoration:none}
.pp-material-workbench-steps {height:50px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--pp-line);background:#fbfbfc}.pp-material-workbench-steps span {display:flex;align-items:center;justify-content:center;gap:8px;border-right:1px solid var(--pp-line);color:#64656a;font-size:9px}.pp-material-workbench-steps span:last-child {border-right:0}.pp-material-workbench-steps b {color:var(--accent);font-size:8px;font-weight:500;font-variant-numeric:tabular-nums}

/* Compact material capabilities. Each card stands alone and intentionally
   stays below the mass of the real-product proof above. */
.pp-section--with-capabilities {padding-bottom:24px;border-bottom:0}
.pp-capability-section {padding:0 0 96px;border-bottom:1px solid var(--pp-line)}
.pp-capability-grid {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:visible;border:1px solid var(--pp-line);border-radius:5px;background:var(--pp-line)}
.pp-capability-card {position:relative;min-width:0;min-height:292px;display:grid;grid-template-rows:14px 148px auto;gap:13px;padding:18px 16px 20px;background:var(--paper,#fff)}
.pp-capability-card:first-child {border-radius:5px 0 0 5px}.pp-capability-card:last-child {border-radius:0 5px 5px 0}
.pp-capability-index {color:#a0a1a6;font-size:9px;font-variant-numeric:tabular-nums;letter-spacing:.04em}
.pp-capability-visual {min-width:0;position:relative;display:grid;place-items:center;overflow:visible;border-radius:5px;background:transparent}
.pp-capability-copy::before {content:"";width:6px;height:6px;display:block;margin-bottom:12px;border-radius:1px;background:var(--accent)}
.pp-capability-copy h3 {margin:0;color:#25262a;font-size:16px;font-weight:550;line-height:1.2;letter-spacing:-.015em}
.pp-capability-copy p {max-width:34ch;margin:8px 0 0;color:#75767b;font-size:12px;line-height:1.5}

.pp-material-flow-source {grid-template-columns:minmax(104px,1fr) 88px;gap:14px;padding:9px 0}
.pp-material-inputs {width:100%;display:grid;gap:5px}.pp-material-inputs>span {height:34px;display:flex;align-items:center;gap:7px;padding:5px;border:1px solid rgba(24,24,27,.09);border-radius:5px;background:#fafafb;color:#68696e}.pp-material-inputs>span.is-active {border-color:rgba(24,24,27,.15);background:#fff;box-shadow:0 6px 18px rgba(24,24,27,.07)}
.pp-material-inputs img,.pp-material-inputs i {position:relative;width:22px;height:22px;min-height:0;flex:0 0 22px;border:1px solid rgba(24,24,27,.07);border-radius:5px;background:#ebecee;object-fit:cover}.pp-material-inputs b {overflow:hidden;font-size:7px;font-weight:550;text-overflow:ellipsis;white-space:nowrap}
.pp-material-inputs i::before,.pp-material-inputs i::after {content:"";position:absolute}.pp-material-inputs i.is-maps::before {inset:6px;border:1px solid #9a9ba0;border-radius:2px}.pp-material-inputs i.is-maps::after {left:8px;right:8px;bottom:7px;height:4px;border-left:1px solid #9a9ba0;border-bottom:1px solid #9a9ba0;transform:skewY(-28deg)}.pp-material-inputs i.is-prompt::before {left:5px;top:6px;width:10px;height:7px;border:1px solid #9a9ba0;border-radius:3px}.pp-material-inputs i.is-prompt::after {left:7px;bottom:5px;width:4px;height:4px;border-left:1px solid #9a9ba0;transform:skewX(-35deg)}
.pp-material-draft {width:88px;height:64px;display:flex;align-items:center;gap:7px;padding:8px;border:1px solid rgba(24,24,27,.12);border-radius:5px;background:#fff;box-shadow:0 10px 24px rgba(24,24,27,.08)}.pp-material-draft>i {width:28px;height:40px;flex:0 0 28px;border-radius:5px;background:linear-gradient(135deg,#823423,#ee6847 53%,#a84229)}.pp-material-draft>span {min-width:0;display:grid;gap:3px}.pp-material-draft small {color:#9a9ba0;font-size:6px}.pp-material-draft b {font-size:7px;font-weight:550;white-space:nowrap}

.pp-material-channel-record {width:min(100%,242px);overflow:hidden;border:1px solid rgba(24,24,27,.11);border-radius:5px;background:#fff;box-shadow:0 9px 24px rgba(24,24,27,.06)}
.pp-material-channel-record>header {height:32px;display:flex;align-items:center;justify-content:space-between;padding:0 9px;border-bottom:1px solid rgba(24,24,27,.07)}.pp-material-channel-record>header span {display:flex;align-items:center;gap:6px}.pp-material-channel-record>header i {width:12px;height:12px;border-radius:3px;background:#cc684b}.pp-material-channel-record>header b {font-size:7px;font-weight:550}.pp-material-channel-record>header small {color:#8b8c91;font-size:6px}
.pp-material-channel-grid {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;padding:8px 8px 7px}.pp-material-channel-grid>span {min-width:0;display:grid;gap:4px}.pp-material-channel-grid i {height:25px;border-radius:5px;background:#cd6b50}.pp-material-channel-grid b {overflow:hidden;color:#85868b;font-size:5px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.pp-material-channel-grid .is-rough i {background:linear-gradient(135deg,#fafafa,#76777c)}.pp-material-channel-grid .is-normal i {background:linear-gradient(135deg,#6f7075 0 14%,#d4d5d7 14% 31%,#8c8d92 31% 47%,#efeff0 47% 66%,#74757a 66%)}.pp-material-channel-grid .is-metal i {background:linear-gradient(135deg,#2f3034,#dedfe1 50%,#85868c)}
.pp-material-channel-controls {display:grid;gap:6px;padding:7px 8px 9px;border-top:1px solid rgba(24,24,27,.06)}.pp-material-channel-controls>span {display:grid;grid-template-columns:45px 1fr;align-items:center;gap:7px;color:#8c8d92;font-size:5px}.pp-material-channel-controls span>i {height:3px;border-radius:99px;background:#e2e3e5}.pp-material-channel-controls span>i>b {position:relative;width:var(--value);height:3px;display:block;border-radius:99px;background:#77787d}.pp-material-channel-controls span>i>b::after {content:"";position:absolute;top:50%;right:0;width:7px;height:7px;border:1px solid rgba(24,24,27,.18);border-radius:50%;background:#fff;transform:translate(50%,-50%)}

.pp-material-flow-preview {place-items:center;padding:6px 4px}.pp-material-product-preview {position:relative;width:84%;height:112px;margin-right:auto;overflow:hidden;border:1px solid rgba(24,24,27,.1);border-radius:5px;background:#dedede}.pp-material-product-preview>img {width:100%;height:100%;min-height:0;display:block;object-fit:cover;object-position:center 44%;filter:saturate(.68) contrast(.96)}.pp-material-product-preview>span {position:absolute;top:8px;left:8px;display:flex;align-items:center;gap:5px;padding:5px 6px;border:1px solid rgba(24,24,27,.09);border-radius:5px;background:rgba(255,255,255,.9);color:#63646a;font-size:6px;backdrop-filter:blur(10px)}.pp-material-product-preview>span i {width:5px;height:5px;border-radius:50%;background:#c6b29f;box-shadow:0 0 0 2px #fff}
.pp-material-preview-control {position:absolute;right:0;bottom:5px;width:112px;display:flex;align-items:center;justify-content:space-between;gap:7px;padding:7px;border:1px solid rgba(24,24,27,.11);border-radius:5px;background:rgba(255,255,255,.94);box-shadow:0 10px 22px rgba(24,24,27,.1);backdrop-filter:blur(12px)}.pp-material-preview-control>span {min-width:0;display:grid;gap:2px}.pp-material-preview-control small {color:#999a9f;font-size:5px}.pp-material-preview-control b {overflow:hidden;font-size:6px;font-weight:550;text-overflow:ellipsis;white-space:nowrap}.pp-material-preview-control>div {display:flex;gap:3px}.pp-material-preview-control>div i {width:16px;height:16px;border:1px solid rgba(24,24,27,.08);border-radius:5px}.pp-material-preview-control .is-weave,.pp-material-approved.is-weave,.pp-material-approved>.is-weave {background-color:#c9c1b5;background-image:repeating-linear-gradient(45deg,rgba(54,50,45,.28) 0 1px,transparent 1px 4px),repeating-linear-gradient(-45deg,rgba(255,255,255,.72) 0 1px,transparent 1px 4px)}.pp-material-preview-control .is-warm {background:#b59b86}.pp-material-preview-control .is-dark {background:#313235}

.pp-material-flow-library {grid-template-columns:112px minmax(92px,1fr);gap:14px;padding:10px 0}.pp-material-approved {height:66px;display:flex;align-items:center;gap:7px;padding:7px;border:1px solid rgba(24,24,27,.12);border-radius:5px;background:#fff;box-shadow:0 9px 24px rgba(24,24,27,.07)}.pp-material-approved>i {width:32px;height:46px;flex:0 0 32px;border:1px solid rgba(24,24,27,.08);border-radius:5px}.pp-material-approved>span {min-width:0;display:grid;gap:3px}.pp-material-approved small {color:#85868b;font-size:5px}.pp-material-approved b {overflow:hidden;font-size:7px;font-weight:550;text-overflow:ellipsis;white-space:nowrap}.pp-material-approved em {display:none}
.pp-material-destinations {display:grid;gap:6px}.pp-material-destinations>span {height:44px;display:grid;grid-template-columns:25px minmax(0,1fr);grid-template-rows:1fr 1fr;column-gap:7px;align-items:end;padding:6px;border:1px solid rgba(24,24,27,.09);border-radius:5px;background:#fafafb}.pp-material-destinations>span:first-child {margin-right:8px;background:#fff;box-shadow:0 7px 18px rgba(24,24,27,.06)}.pp-material-destinations i {position:relative;grid-row:1/3;width:25px;height:25px;align-self:center;border:1px solid rgba(24,24,27,.08);border-radius:5px;background:#ebecee}.pp-material-destinations i::before {content:"";position:absolute;inset:7px;border:1px solid #9b9ca0}.pp-material-destinations .is-product::before {transform:rotate(30deg)}.pp-material-destinations .is-collection::before {inset:7px 6px;border-radius:1px;box-shadow:3px 3px 0 -2px #ebecee,3px 3px 0 -1px #9b9ca0}.pp-material-destinations b {overflow:hidden;align-self:end;font-size:6px;font-weight:550;text-overflow:ellipsis;white-space:nowrap}.pp-material-destinations small {align-self:start;color:#999a9e;font-size:5px}

/* Major Materials stories use the open editorial split: display copy on the
   page, one framed proof canvas, and an alternating reading rhythm. */
.pp-material-feature {padding:112px 0;border-bottom:1px solid var(--pp-line);background:var(--paper,#fff)}
.pp-material-feature-grid {display:grid;grid-template-columns:minmax(300px,4.2fr) minmax(0,7.8fr);gap:72px;align-items:center}
.pp-material-feature--reverse .pp-material-feature-grid {grid-template-columns:minmax(0,7.8fr) minmax(300px,4.2fr)}
.pp-material-feature--reverse .pp-material-feature-copy {order:2}.pp-material-feature--reverse .pp-material-feature-proof {order:1}
.pp-material-feature-copy h2 {max-width:14ch;margin:12px 0 0;color:#222327;font-size:clamp(34px,3vw,44px);font-weight:400;line-height:1.12;letter-spacing:-.025em;text-wrap:balance}.pp-material-feature-copy>p {max-width:40ch;margin:24px 0 0;color:#74757a;font-size:16px;line-height:1.6}
.pp-material-feature-copy .pp-list {margin-top:30px}.pp-material-feature-copy .pp-list span {font-size:13px}
.pp-material-feature-proof {min-width:0;min-height:500px;overflow:hidden;border:1px solid var(--pp-line);border-radius:5px;background:#f3f3f4;box-shadow:0 28px 68px -58px rgba(24,24,27,.42)}
.pp-material-feature-proof small {color:#96979c;font-weight:500}.pp-material-feature-proof button {font:inherit;cursor:default}

.pp-material-library-proof>header {height:58px;display:grid;grid-template-columns:1fr minmax(160px,260px) auto;align-items:center;gap:14px;padding:0 16px;border-bottom:1px solid var(--pp-line);background:#fff}.pp-material-library-proof>header>div {display:flex;align-items:baseline;gap:10px}.pp-material-library-proof>header strong {font-size:12px;font-weight:550}.pp-material-library-proof>header>div span {color:#96979c;font-size:8px}.pp-material-library-proof>header label {height:32px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid var(--pp-line);border-radius:5px;color:#a0a1a6;font-size:8px}.pp-material-library-proof>header label i {width:10px;height:10px;border:1px solid #9a9ba0;border-radius:50%}.pp-material-library-proof>header button {height:32px;padding:0 12px;border:0;border-radius:5px;background:#25262a;color:#fff;font-size:8px;font-weight:550}
.pp-material-library-body {height:442px;display:grid;grid-template-columns:112px minmax(0,1fr) 184px}.pp-material-library-body>nav {display:flex;flex-direction:column;gap:4px;padding:14px 10px;border-right:1px solid var(--pp-line);background:#fafafb}.pp-material-library-body>nav small {margin:4px 7px 3px;color:#a0a1a6;font-size:6px;text-transform:uppercase;letter-spacing:.08em}.pp-material-library-body>nav span {height:30px;display:flex;align-items:center;justify-content:space-between;padding:0 7px;border-radius:5px;color:#77787d;font-size:7px}.pp-material-library-body>nav span.is-active {background:#fff;color:#35363a;box-shadow:0 1px 4px rgba(24,24,27,.06)}.pp-material-library-body>nav b {color:#a0a1a6;font-size:6px;font-weight:500}
.pp-material-library-grid {align-content:start;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:16px}.pp-material-library-grid article {min-width:0;overflow:hidden;border:1px solid rgba(24,24,27,.08);border-radius:5px;background:#fff}.pp-material-library-grid article.is-selected {border-color:rgba(236,95,63,.48);box-shadow:0 10px 24px rgba(24,24,27,.07)}.pp-material-library-grid article>img,.pp-material-library-grid article>i {width:100%;height:112px;display:block;border-radius:0;background:#d8d9dc;object-fit:cover}.pp-material-library-grid article>div {display:grid;gap:4px;padding:10px}.pp-material-library-grid article strong {overflow:hidden;font-size:8px;font-weight:550;text-overflow:ellipsis;white-space:nowrap}.pp-material-library-grid article small {font-size:7px}.pp-material-library-grid .is-weave {background-color:#c9c1b5;background-image:repeating-linear-gradient(45deg,rgba(54,50,45,.32) 0 1px,transparent 1px 7px),repeating-linear-gradient(-45deg,rgba(255,255,255,.7) 0 1px,transparent 1px 7px)}.pp-material-library-grid .is-metal {background:linear-gradient(125deg,#303136,#eee 38%,#77787d 61%,#d7d8da)}
.pp-material-library-record {display:flex;flex-direction:column;border-left:1px solid var(--pp-line);background:#fff}.pp-material-library-record figure {height:142px;margin:0;overflow:hidden}.pp-material-library-record figure img {width:100%;height:100%;min-height:0;object-fit:cover}.pp-material-library-record>div {display:grid;gap:5px;padding:13px;border-bottom:1px solid var(--pp-line)}.pp-material-library-record>div small,.pp-material-library-record>section>small {font-size:6px;text-transform:uppercase;letter-spacing:.07em}.pp-material-library-record>div strong {font-size:10px;font-weight:550}.pp-material-library-record>div span {display:flex;align-items:center;gap:5px;color:#6f8374;font-size:7px}.pp-material-library-record>div span i {width:5px;height:5px;border-radius:50%;background:#78907d}.pp-material-library-record>section {display:grid;gap:4px;padding:12px}.pp-material-library-record>section>span {height:28px;display:flex;align-items:center;gap:7px;padding:0 7px;border:1px solid var(--pp-line);border-radius:5px;font-size:7px}.pp-material-library-record>section>span i {width:14px;height:14px;border-radius:5px;background:linear-gradient(135deg,#ccc,#777)}.pp-material-library-record>section>span i.is-color {background:#d66949}.pp-material-library-record>footer {display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding:12px;border-top:1px solid var(--pp-line);font-size:7px}.pp-material-library-record>footer span {color:#96979c}.pp-material-library-record>footer b {padding:8px;border-radius:5px;background:#25262a;color:#fff;font-weight:550}

.pp-material-scan-proof>header {height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--pp-line);background:#fff}.pp-material-scan-proof>header>div {display:grid;gap:3px}.pp-material-scan-proof>header small {font-size:7px;text-transform:uppercase;letter-spacing:.07em}.pp-material-scan-proof>header strong {font-size:11px;font-weight:550}.pp-material-scan-proof>header>span {padding:6px 8px;border-radius:5px;background:#eef2ef;color:#708275;font-size:7px}
.pp-material-scan-body {height:442px;display:grid;grid-template-columns:minmax(0,1fr) 250px}.pp-material-dropzone {padding:18px;border-right:1px solid var(--pp-line);background:#fafafb}.pp-material-dropzone>div {height:106px;display:grid;place-items:center;align-content:center;gap:7px;margin-bottom:17px;border:1px dashed #c7c8cc;border-radius:5px;background:#fff}.pp-material-dropzone>div i {position:relative;width:26px;height:26px;border:1px solid #d4d5d8;border-radius:5px;background:#f2f3f4}.pp-material-dropzone>div i::before {content:"";position:absolute;left:8px;top:6px;width:8px;height:9px;border-left:1px solid #8e8f94;border-top:1px solid #8e8f94;transform:rotate(45deg)}.pp-material-dropzone>div strong {font-size:9px;font-weight:550}.pp-material-dropzone>div span {color:#999a9f;font-size:7px}.pp-material-dropzone>small {display:block;margin-bottom:7px;font-size:7px;text-transform:uppercase;letter-spacing:.07em}.pp-material-dropzone>article {height:48px;display:flex;align-items:center;gap:9px;padding:6px;border-top:1px solid var(--pp-line)}.pp-material-dropzone>article>i,.pp-material-map-assignment>div i {width:29px;height:29px;flex:0 0 29px;border-radius:5px;background:#d36949}.pp-material-dropzone>article>span {min-width:0;display:grid;gap:3px}.pp-material-dropzone article b {overflow:hidden;font-size:7px;font-weight:550;text-overflow:ellipsis;white-space:nowrap}.pp-material-dropzone article small {font-size:6px}.pp-material-dropzone article em {margin-left:auto;color:#738578;font-size:6px;font-style:normal}.pp-material-dropzone .is-rough,.pp-material-map-assignment .is-rough {background:linear-gradient(135deg,#f5f5f6,#77787d)}.pp-material-dropzone .is-normal,.pp-material-map-assignment .is-normal {background:linear-gradient(135deg,#777 0 20%,#ddd 20% 43%,#999 43% 65%,#eee 65%)}.pp-material-dropzone .is-metal,.pp-material-map-assignment .is-metal {background:linear-gradient(135deg,#2d2e32,#e2e3e5 50%,#85868b)}
.pp-material-map-assignment {display:flex;flex-direction:column;background:#fff}.pp-material-map-assignment>header {height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid var(--pp-line)}.pp-material-map-assignment>header small {font-size:7px;text-transform:uppercase;letter-spacing:.07em}.pp-material-map-assignment>header span {color:#738578;font-size:7px}.pp-material-map-assignment figure {position:relative;height:142px;margin:0;overflow:hidden}.pp-material-map-assignment figure img {width:100%;height:100%;min-height:0;object-fit:cover;filter:saturate(.65)}.pp-material-map-assignment figcaption {position:absolute;left:8px;bottom:8px;padding:5px 6px;border-radius:5px;background:rgba(255,255,255,.9);color:#77787d;font-size:6px}.pp-material-map-assignment>div {display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:10px}.pp-material-map-assignment>div span {min-width:0;display:grid;grid-template-columns:22px 1fr;grid-template-rows:1fr 1fr;column-gap:6px;align-items:end;padding:6px;border:1px solid var(--pp-line);border-radius:5px}.pp-material-map-assignment>div i {grid-row:1/3;width:22px;height:22px}.pp-material-map-assignment>div b {font-size:6px;font-weight:550}.pp-material-map-assignment>div em {align-self:start;color:#85868b;font-size:5px;font-style:normal}.pp-material-map-assignment>button {height:34px;margin:auto 10px 10px;border:0;border-radius:5px;background:#25262a;color:#fff;font-size:8px;font-weight:550}

.pp-material-ai-proof {display:grid;grid-template-columns:minmax(180px,.85fr) 40px minmax(0,1.15fr);align-items:center;padding:18px}.pp-material-ai-source,.pp-material-ai-result {overflow:hidden;border:1px solid var(--pp-line);border-radius:5px;background:#fff}.pp-material-ai-source {box-shadow:0 14px 30px rgba(24,24,27,.07)}.pp-material-ai-source>header,.pp-material-ai-result>header {height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 13px;border-bottom:1px solid var(--pp-line)}.pp-material-ai-source>header {display:grid;align-content:center;gap:3px}.pp-material-ai-source header small,.pp-material-ai-result header small {font-size:7px;text-transform:uppercase;letter-spacing:.07em}.pp-material-ai-source header strong,.pp-material-ai-result header strong {font-size:10px;font-weight:550}.pp-material-ai-source figure {position:relative;height:156px;margin:0;overflow:hidden}.pp-material-ai-source figure img,.pp-material-ai-result figure img {width:100%;height:100%;min-height:0;object-fit:cover}.pp-material-ai-source figcaption,.pp-material-ai-result figcaption {position:absolute;left:9px;bottom:9px;padding:5px 6px;border-radius:5px;background:rgba(255,255,255,.9);color:#75767b;font-size:6px}.pp-material-ai-source>div {margin:11px;padding:10px;border:1px solid var(--pp-line);border-radius:5px;background:#fafafb}.pp-material-ai-source>div small {font-size:6px;text-transform:uppercase;letter-spacing:.07em}.pp-material-ai-source>div p {margin:7px 0 0;color:#696a6f;font-size:8px;line-height:1.45}.pp-material-ai-source>button {height:34px;margin:0 11px 11px;border:0;border-radius:5px;background:#25262a;color:#fff;font-size:8px;font-weight:550}
.pp-material-ai-connector {position:relative;width:100%;height:7px;background:radial-gradient(circle,#b8bac0 1px,transparent 1.5px) left center/6px 6px repeat-x}.pp-material-ai-connector::after {content:"";position:absolute;top:0;right:-1px;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:5px solid #a8aab0}.pp-material-ai-result>header>div {display:grid;gap:3px}.pp-material-ai-result>header>span {padding:5px 7px;border-radius:5px;background:#f0f1f2;color:#85868b;font-size:6px}.pp-material-ai-result figure {position:relative;height:235px;margin:0;overflow:hidden}.pp-material-ai-result>section {display:grid;grid-template-columns:repeat(4,1fr);gap:5px;padding:9px}.pp-material-ai-result>section span {min-width:0;display:grid;gap:4px}.pp-material-ai-result>section i {height:28px;border-radius:5px;background:#d36949}.pp-material-ai-result>section b {color:#85868b;font-size:5px;font-weight:500}.pp-material-ai-result .is-rough {background:linear-gradient(135deg,#fafafa,#777)}.pp-material-ai-result .is-normal {background:linear-gradient(135deg,#777 0 20%,#ddd 20% 43%,#999 43% 65%,#eee 65%)}.pp-material-ai-result .is-metal {background:linear-gradient(135deg,#303136,#ddd 50%,#85868b)}.pp-material-ai-result>footer {height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 11px;border-top:1px solid var(--pp-line);font-size:7px}.pp-material-ai-result>footer span {color:#929398}.pp-material-ai-result>footer b {padding:7px 8px;border-radius:5px;background:#25262a;color:#fff;font-weight:550}

.pp-material-studio-proof>header {height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;border-bottom:1px solid var(--pp-line);background:#fff}.pp-material-studio-proof>header>div {display:flex;align-items:center;gap:8px}.pp-material-studio-proof>header>div span {font-size:9px;font-weight:550}.pp-material-studio-proof>header>div i {width:1px;height:13px;background:var(--pp-line)}.pp-material-studio-proof>header>div strong {font-size:8px;font-weight:500}.pp-material-studio-proof>header>span {display:flex;align-items:center;gap:6px;color:#708275;font-size:7px}.pp-material-studio-proof>header>span i {width:5px;height:5px;border-radius:50%;background:#78907d}
.pp-material-studio-body {height:446px;display:grid;grid-template-columns:108px minmax(0,1fr) 218px}.pp-material-studio-body>aside {padding:13px 9px;border-right:1px solid var(--pp-line);background:#fafafb}.pp-material-studio-body>aside>small {display:block;margin:3px 6px 9px;font-size:6px;text-transform:uppercase;letter-spacing:.07em}.pp-material-studio-body>aside>span {height:42px;display:flex;align-items:center;gap:7px;padding:5px;border:1px solid transparent;border-radius:5px}.pp-material-studio-body>aside>span.is-active {border-color:rgba(24,24,27,.1);background:#fff}.pp-material-studio-body>aside i {width:25px;height:25px;flex:0 0 25px;border-radius:5px;background:#ccc}.pp-material-studio-body>aside b {overflow:hidden;font-size:6px;font-weight:550;text-overflow:ellipsis;white-space:nowrap}.pp-material-studio-body .is-weave {background-color:#c9c1b5;background-image:repeating-linear-gradient(45deg,rgba(54,50,45,.3) 0 1px,transparent 1px 5px),repeating-linear-gradient(-45deg,rgba(255,255,255,.72) 0 1px,transparent 1px 5px)}.pp-material-studio-body .is-dark {background:#323337}.pp-material-studio-body .is-warm {background:#b59b86}
.pp-material-studio-body>figure {position:relative;margin:0;overflow:hidden;background:#ddd}.pp-material-studio-body>figure>img {width:100%;height:100%;min-height:0;object-fit:cover;object-position:center;filter:saturate(.76) contrast(.96)}.pp-material-studio-body>figure>span {position:absolute;top:15px;left:15px;display:flex;align-items:center;gap:6px;padding:7px 8px;border:1px solid rgba(24,24,27,.09);border-radius:5px;background:rgba(255,255,255,.9);color:#5f6065;font-size:7px}.pp-material-studio-body>figure>span i {width:6px;height:6px;border-radius:50%;background:#c5b29f;box-shadow:0 0 0 2px #fff}.pp-material-studio-swatches {position:absolute;right:15px;bottom:15px;display:flex;gap:5px;padding:6px;border:1px solid rgba(24,24,27,.09);border-radius:5px;background:rgba(255,255,255,.9);box-shadow:0 10px 24px rgba(24,24,27,.09)}.pp-material-studio-swatches i {width:26px;height:26px;border:1px solid rgba(24,24,27,.08);border-radius:5px}
.pp-material-studio-body>section {display:flex;flex-direction:column;border-left:1px solid var(--pp-line);background:#fff}.pp-material-studio-body>section>header {height:58px;display:grid;grid-template-columns:1fr auto;align-content:center;gap:3px;padding:0 13px;border-bottom:1px solid var(--pp-line)}.pp-material-studio-body>section>header small {grid-column:1;font-size:6px;text-transform:uppercase;letter-spacing:.07em}.pp-material-studio-body>section>header strong {font-size:10px;font-weight:550}.pp-material-studio-body>section>header span {grid-column:2;grid-row:1/3;align-self:center;padding:5px 6px;border-radius:5px;background:#f0f1f2;color:#85868b;font-size:6px}.pp-material-studio-map {display:flex;align-items:center;gap:9px;margin:13px;padding:8px;border:1px solid var(--pp-line);border-radius:5px}.pp-material-studio-map>i {width:38px;height:38px;flex:0 0 38px;border-radius:5px}.pp-material-studio-map>span {display:grid;gap:3px}.pp-material-studio-map b {font-size:8px;font-weight:550}.pp-material-studio-map small {font-size:6px}.pp-material-studio-body>section label {display:grid;grid-template-columns:58px 1fr 28px;align-items:center;gap:7px;margin:10px 13px 0;color:#737479;font-size:7px}.pp-material-studio-body>section label>i {height:3px;border-radius:99px;background:#e0e1e3}.pp-material-studio-body>section label>i>b {position:relative;width:var(--value);height:3px;display:block;border-radius:99px;background:#77787d}.pp-material-studio-body>section label>i>b::after {content:"";position:absolute;top:50%;right:0;width:8px;height:8px;border:1px solid rgba(24,24,27,.18);border-radius:50%;background:#fff;transform:translate(50%,-50%)}.pp-material-studio-body>section label em {color:#999a9f;font-style:normal;text-align:right}.pp-material-studio-body>section>footer {height:48px;display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding:0 13px;border-top:1px solid var(--pp-line);font-size:7px}.pp-material-studio-body>section>footer span {color:#9a9ba0}.pp-material-studio-body>section>footer b {padding:8px;border-radius:5px;background:#25262a;color:#fff;font-weight:550}

@media(max-width:980px){
  .pp-material-feature {padding:88px 0}.pp-material-feature-grid,.pp-material-feature--reverse .pp-material-feature-grid {grid-template-columns:1fr;gap:42px}.pp-material-feature--reverse .pp-material-feature-copy {order:1}.pp-material-feature--reverse .pp-material-feature-proof {order:2}.pp-material-feature-copy h2 {max-width:18ch}.pp-material-feature-copy>p {max-width:54ch}.pp-material-feature-proof {width:100%}
}

@media(max-width:720px){

  .pp-material-workbench-body {height:auto;grid-template-columns:1fr;grid-template-rows:58px 330px auto}.pp-material-sources {flex-direction:row;gap:5px;padding:8px;border-right:0;border-bottom:1px solid var(--pp-line);overflow-x:auto}.pp-material-sources>small, .pp-material-sources>b {display:none}.pp-material-sources>div {min-width:155px;padding:5px}.pp-material-live-product {min-height:330px}.pp-material-builder {min-height:360px;border-left:0;border-top:1px solid var(--pp-line)}.pp-material-workbench-steps {height:auto;grid-template-columns:1fr}.pp-material-workbench-steps span {height:42px;justify-content:flex-start;padding:0 14px;border-right:0;border-bottom:1px solid var(--pp-line)}.pp-material-workbench-steps span:last-child {border-bottom:0}
  .pp-section--with-capabilities {padding-bottom:16px}.pp-capability-section {padding-bottom:72px;scroll-margin-top:72px}.pp-capability-grid {grid-template-columns:1fr}.pp-capability-card {min-height:272px;grid-template-rows:14px 140px auto;padding:18px}.pp-capability-card:first-child,.pp-capability-card:last-child {border-radius:0}.pp-capability-copy h3 {font-size:17px}.pp-capability-copy p {font-size:13px}.pp-material-flow-source,.pp-material-flow-library {width:min(100%,300px);justify-self:center}.pp-material-channel-record {width:min(100%,270px)}.pp-material-product-preview {width:80%}
  .pp-material-feature {padding:72px 0}.pp-material-feature-grid {gap:32px}.pp-material-feature-copy h2 {font-size:34px}.pp-material-feature-copy>p {margin-top:18px;font-size:15px}.pp-material-feature-copy .pp-list {margin-top:24px}.pp-material-feature-proof {min-height:0}
  .pp-material-library-proof>header {height:50px;grid-template-columns:1fr auto;padding:0 10px}.pp-material-library-proof>header label {display:none}.pp-material-library-proof>header button {height:30px}.pp-material-library-body {height:auto;grid-template-columns:1fr}.pp-material-library-body>nav {height:48px;display:flex;flex-direction:row;gap:5px;padding:8px;border-right:0;border-bottom:1px solid var(--pp-line);overflow:hidden}.pp-material-library-body>nav small,.pp-material-library-body>nav span:nth-of-type(n+4) {display:none}.pp-material-library-body>nav span {min-width:90px;padding-inline:9px}.pp-material-library-grid {grid-template-columns:1fr 1fr;padding:10px}.pp-material-library-grid article>img,.pp-material-library-grid article>i {height:92px}.pp-material-library-record {border-top:1px solid var(--pp-line);border-left:0}.pp-material-library-record figure {height:190px}.pp-material-library-record>section {grid-template-columns:1fr 1fr}.pp-material-library-record>section>small {grid-column:1/3}.pp-material-library-record>footer {margin-top:0}
  .pp-material-scan-body {height:auto;grid-template-columns:1fr}.pp-material-dropzone {padding:12px;border-right:0;border-bottom:1px solid var(--pp-line)}.pp-material-dropzone>div {height:92px}.pp-material-map-assignment figure {height:210px}.pp-material-map-assignment>button {margin-top:10px}
  .pp-material-ai-proof {grid-template-columns:1fr;padding:10px}.pp-material-ai-source figure {height:190px}.pp-material-ai-connector {width:7px;height:28px;justify-self:center;background:radial-gradient(circle,#b8bac0 1px,transparent 1.5px) center top/6px 6px repeat-y}.pp-material-ai-connector::after {top:auto;right:-1px;bottom:-1px;border-top:5px solid #a8aab0;border-right:4px solid transparent;border-bottom:0;border-left:4px solid transparent}.pp-material-ai-result figure {height:230px}
  .pp-material-studio-proof>header {height:50px;padding-inline:10px}.pp-material-studio-body {height:auto;grid-template-columns:1fr}.pp-material-studio-body>aside {height:52px;display:flex;gap:5px;padding:6px;border-right:0;border-bottom:1px solid var(--pp-line);overflow:hidden}.pp-material-studio-body>aside>small {display:none}.pp-material-studio-body>aside>span {min-width:100px}.pp-material-studio-body>figure {height:320px}.pp-material-studio-body>section {min-height:300px;border-top:1px solid var(--pp-line);border-left:0}
}

@media(min-width:721px) and (max-width:1080px){.pp-capability-grid {grid-template-columns:repeat(2,minmax(0,1fr))}.pp-capability-card {min-height:286px}.pp-capability-card:nth-child(1),.pp-capability-card:nth-child(3) {border-radius:5px 0 0 5px}.pp-capability-card:nth-child(2),.pp-capability-card:nth-child(4) {border-radius:0 5px 5px 0}}

/* Studio is a pillar page. The headline explains the job, then a full-width
   live product proof carries the detail. This keeps it distinct from the
   cinematic homepage and gives the interface room to read at first glance. */
.pp-studio-page .pp-studio-hero {
  padding:var(--hero-pad-top, 86px) 0 0;
}
.pp-studio-page .pp-studio-hero-grid {
  display:block;
}
.pp-studio-page .pp-studio-hero-copy {
  max-width:1050px;
  margin-inline:auto;
  text-align:center;
}
.pp-studio-page .pp-eyebrow {
  justify-content:center;
}
.pp-studio-page .pp-studio-hero h1 {
  max-width:none;
  margin-inline:auto;
  font-size:clamp(54px,5.5vw,72px);
  line-height:1.02;
  letter-spacing:-.035em;
}
.pp-studio-page .pp-studio-hero h1 span {
  display:block;
  text-wrap:nowrap;
}
.pp-studio-page .pp-studio-hero .pp-hero-lead {
  max-width:700px;
  margin:24px auto 0;
  font-size:clamp(18px,1.45vw,21px);
}
.pp-studio-page .pp-studio-hero .pp-hero-actions {
  justify-content:center;
}
.pp-studio-page .pp-studio-proof {
  min-height:620px;
  margin-top:58px;
  aspect-ratio:16/8.35;
  border-radius:5px;
}
.pp-studio-page .pp-studio-bar {
  height:54px;
  gap:6px;
  padding-inline:18px;
  font-size:11px;
}
.pp-studio-page .pp-studio-bar span {
  padding:7px 10px;
}
.pp-studio-page .pp-studio-bar strong {
  margin-left:10px;
  padding-left:16px;
}
.pp-studio-page .pp-studio-stage {
  inset:54px 0 76px;
  grid-template-columns:150px minmax(0,1fr);
  gap:14px;
  padding:14px;
}
.pp-studio-page .pp-studio-skeleton {
  padding:18px 14px;
}
.pp-studio-page .pp-studio-skeleton b {
  width:58px;
  height:7px;
}
.pp-studio-page .pp-studio-skeleton i {
  right:14px;
  top:18px;
}
.pp-studio-page .pp-studio-skeleton span {
  height:7px;
  margin-top:24px;
}
.pp-studio-page .pp-studio-skeleton span.is-short {
  margin-top:9px;
}
.pp-studio-page .pp-studio-skeleton em {
  margin:28px 0 2px;
}
.pp-studio-page .pp-studio-controls {
  right:28px;
  top:28px;
  width:248px;
}
.pp-studio-page .pp-studio-controls header {
  padding:14px 15px;
  font-size:10px;
}
.pp-studio-page .pp-studio-controls>div {
  padding:13px 15px;
  font-size:10px;
}
.pp-studio-page .pp-studio-controls>div.is-skeleton span {
  width:54px;
  height:5px;
}
.pp-studio-page .pp-studio-controls>div.is-skeleton i {
  width:104px;
  height:5px;
}
.pp-studio-page .pp-studio-captures {
  height:76px;
  gap:10px;
  padding:10px 16px;
  font-size:10px;
}
.pp-studio-page .pp-studio-captures figure {
  width:74px;
  height:52px;
}
.pp-studio-page .pp-studio-captures>strong {
  padding:10px 12px;
  font-size:10px;
}
.pp-studio-facts {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:18px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.pp-studio-facts article {
  min-width:0;
  padding:25px 28px 28px;
}
.pp-studio-facts article+article {
  border-left:1px solid var(--line);
}
.pp-studio-facts strong {
  display:block;
  margin-bottom:8px;
  font-size:14px;
  font-weight:500;
}
.pp-studio-facts p {
  max-width:34ch;
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
}

@media(max-width:1000px){
  .pp-studio-page .pp-studio-hero {padding-top:74px}
  .pp-studio-page .pp-studio-proof {min-height:540px;aspect-ratio:auto}
  .pp-studio-page .pp-studio-stage {grid-template-columns:118px minmax(0,1fr)}
}

@media(max-width:720px){
  .pp-studio-page .pp-studio-hero {padding:64px 0 0}
  .pp-studio-page .pp-studio-hero-copy {text-align:left}
  .pp-studio-page .pp-eyebrow {justify-content:flex-start}
  .pp-studio-page .pp-studio-hero h1 {max-width:100%;margin-inline:0;font-size:46px;line-height:1.02}
  .pp-studio-page .pp-studio-hero h1 span {display:inline}
  .pp-studio-page .pp-studio-hero h1 span+span::before {content:" "}
  .pp-studio-page .pp-studio-hero .pp-hero-lead {margin-inline:0;font-size:18px}
  .pp-studio-page .pp-studio-hero .pp-hero-actions {align-items:flex-start;justify-content:flex-start}
  .pp-studio-page .pp-studio-proof {min-height:520px;margin-top:42px;aspect-ratio:4/5}
  .pp-studio-page .pp-studio-bar {height:40px;padding-inline:9px;font-size:9px}
  .pp-studio-page .pp-studio-bar span {padding:5px 8px}
  .pp-studio-page .pp-studio-stage {inset:40px 0 54px;grid-template-columns:1fr;gap:8px;padding:8px}
  .pp-studio-page .pp-studio-skeleton {display:none}
  .pp-studio-page .pp-studio-controls {right:12px;top:12px;width:176px}
  .pp-studio-page .pp-studio-controls header {padding:10px 11px;font-size:8px}
  .pp-studio-page .pp-studio-controls>div {padding:9px 11px;font-size:8px}
  .pp-studio-page .pp-studio-controls>div.is-skeleton span {width:38px;height:4px}
  .pp-studio-page .pp-studio-controls>div.is-skeleton i {width:72px;height:4px}
  .pp-studio-page .pp-studio-captures {height:54px;gap:8px;padding:8px 9px;font-size:8px}
  .pp-studio-page .pp-studio-captures figure {width:46px;height:34px}
  .pp-studio-page .pp-studio-captures>strong {padding:8px 7px;font-size:8px}
  .pp-studio-facts {grid-template-columns:1fr;margin-top:12px}
  .pp-studio-facts article {padding:20px 0}
  .pp-studio-facts article+article {border-top:1px solid var(--line);border-left:0}
  .pp-studio-facts p {max-width:46ch}
}

/* Studio agent beta: a third capability chapter, not a second hero. The
   focused proof uses the live viewport and the real Studio agent pattern. */
.pp-agent-detail-kicker {
  display:flex;
  align-items:center;
  gap:9px;
}
.pp-agent-detail-kicker b {
  padding:4px 6px;
  border:1px solid var(--line-strong);
  border-radius:4px;
  color:#55565b;
  font-size:9px;
  font-weight:500;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.pp-agent-beta-note {
  display:grid;
  gap:6px;
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid var(--line);
}
.pp-agent-beta-note strong {
  font-size:12px;
  font-weight:500;
}
.pp-agent-beta-note span, .pp-agent-beta-note small {
  max-width:40ch;
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
}
.pp-agent-beta-note small {
  color:#929398;
  font-size:11px;
}
.pp-detail-visual.pp-agent-detail-visual {
  position:relative;
  display:block;
  height:520px;
  min-height:520px;
}
.pp-detail-visual.pp-agent-detail-visual>img {
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
}
.pp-agent-live-label {
  position:absolute;
  left:30px;
  top:30px;
  padding:7px 9px;
  border:1px solid rgba(255,255,255,.55);
  border-radius:4px;
  background:rgba(255,255,255,.88);
  color:#68696e;
  font-size:9px;
  backdrop-filter:blur(10px);
}
.pp-agent-panel {
  min-width:0;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:5px;
  background:#1c1d20;
  color:#f4f4f5;
  box-shadow:0 20px 44px -30px rgba(0,0,0,.65);
}

/* Pipeline is Glossi's operational pillar. Studio feels spatial and hands-on;
   this page feels sequential, observable, and calm. */
.pp-pipeline-page .pp-pipeline-hero h1,
.pp-pipeline-page .pp-creative-system h2 {
  font-family:Everett,Unica77,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.pp-pipeline-hero {
  padding:var(--hero-pad-top, 86px) 0 0;
  border-bottom:1px solid var(--line);
}
.pp-pipeline-hero-copy {
  max-width:1040px;
  margin-inline:auto;
  text-align:center;
}
.pp-pipeline-page .pp-pipeline-hero .pp-eyebrow,
.pp-pipeline-page .pp-pipeline-hero .pp-hero-actions {
  justify-content:center;
}
.pp-pipeline-hero h1 {
  max-width:1050px;
  margin:0 auto;
  font-size:clamp(56px,5.65vw,78px);
  font-weight:400;
  line-height:.98;
  letter-spacing:-.042em;
}
.pp-pipeline-page .pp-pipeline-hero .pp-hero-lead {
  max-width:700px;
  margin:24px auto 0;
  font-size:clamp(17px,1.32vw,19px);
  line-height:1.5;
}
.pp-pipeline-proof {
  overflow:hidden;
  margin-top:58px;
  border:1px solid var(--line);
  border-radius:5px 5px 0 0;
  background:#f2f3f4;
  box-shadow:0 30px 70px -58px rgba(0,0,0,.45);
}
.pp-pipeline-bar {
  height:54px;
  display:flex;
  align-items:center;
  gap:16px;
  padding:0 18px;
  border-bottom:1px solid var(--line);
  background:rgba(255,255,255,.94);
  color:#85868b;
  font-size:10px;
}
.pp-pipeline-bar>strong {color:#34353a;font-size:11px;font-weight:500}
.pp-pipeline-canvas {
  position:relative;
  min-height:500px;
  padding:70px 210px 72px 28px;
  background:linear-gradient(rgba(24,24,27,.034) 1px,transparent 1px),linear-gradient(90deg,rgba(24,24,27,.034) 1px,transparent 1px),#f1f2f3;
  background-size:32px 32px;
}
.pp-pipeline-track {
  height:100%;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr) 16px) minmax(0,1fr);
  align-items:center;
  gap:8px;
}
.pp-pipeline-track>article {
  position:relative;
  min-width:0;
  min-height:238px;
  display:flex;
  flex-direction:column;
  padding:16px;
  border:1px solid rgba(24,24,27,.1);
  border-radius:5px;
  background:rgba(255,255,255,.94);
  box-shadow:0 20px 38px -36px rgba(0,0,0,.52);
}
.pp-pipeline-track>article::before {
  content:"";
  position:absolute;
  left:16px;
  top:-3px;
  width:34px;
  height:3px;
  border-radius:2px;
  background:#d5d6d9;
}
.pp-pipeline-track>article.is-complete::before {background:#78907d}
.pp-pipeline-track>article.is-active {border-color:rgba(236,95,63,.43);box-shadow:0 20px 42px -34px rgba(236,95,63,.52)}
.pp-pipeline-track>article.is-active::before {background:var(--accent)}
.pp-pipeline-track article>small {color:#929398;font-size:8px;text-transform:uppercase;letter-spacing:.07em}
.pp-pipeline-track article>strong {margin-top:auto;font-size:13px;font-weight:500}
.pp-pipeline-track article>p {margin:5px 0 0;color:#898a90;font-size:9px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pp-pipeline-track article>em {align-self:flex-start;margin-top:12px;padding:5px 7px;border-radius:4px;background:#f0f1f2;color:#7f8085;font-size:8px;font-style:normal}
.pp-pipeline-track article.is-complete>em {background:rgba(107,139,114,.1);color:#627d68}
.pp-pipeline-track article.is-active>em {background:rgba(236,95,63,.09);color:#a74c38}
.pp-pipeline-track>i {position:relative;width:100%;height:1px;background:#b8babf}
.pp-pipeline-track>i::after {content:"";position:absolute;right:0;top:-3px;width:5px;height:5px;border-top:1px solid #96989e;border-right:1px solid #96989e;transform:rotate(45deg)}
.pp-pipeline-folder {position:relative;width:52px;height:38px;margin-top:28px;border:1px solid #c8c9cd;border-radius:4px;background:linear-gradient(#f8f8f9,#ececee)}
.pp-pipeline-folder::before {content:"";position:absolute;left:5px;top:-7px;width:22px;height:9px;border:1px solid #c8c9cd;border-bottom:0;border-radius:4px 4px 0 0;background:#f5f5f6}
.pp-pipeline-folder.is-output::after {content:"↓";position:absolute;right:7px;bottom:5px;color:#898a90;font-size:13px}
.pp-pipeline-template {width:58px;height:48px;display:grid;gap:6px;margin-top:23px;padding:9px;border:1px solid #c8c9cd;border-radius:4px;background:#f8f8f9}
.pp-pipeline-template b {height:3px;border-radius:3px;background:#afb1b6}.pp-pipeline-template b:nth-child(2) {width:74%;background:#cacbd0}.pp-pipeline-template b:nth-child(3) {width:88%;background:#d7d8db}
.pp-pipeline-ai {position:relative;width:58px;height:48px;margin-top:23px;border:1px solid #c8c9cd;border-radius:4px;background:linear-gradient(145deg,#f8f8f9,#ececee)}
.pp-pipeline-ai::before {content:"AI";position:absolute;left:9px;top:8px;color:#77797e;font-size:9px;font-weight:500}.pp-pipeline-ai b {position:absolute;right:9px;height:3px;border-radius:3px;background:#b8bac0}.pp-pipeline-ai b:first-child {top:27px;width:25px}.pp-pipeline-ai b:last-child {top:34px;width:17px;background:#d0d1d5}
.pp-pipeline-track figure {height:78px;margin:16px 0 0;overflow:hidden;border-radius:4px;background:#ddd}.pp-pipeline-track figure img {width:100%;height:100%;object-fit:cover;filter:saturate(.82)}
.pp-pipeline-run {
  position:absolute;
  right:30px;
  top:32px;
  bottom:32px;
  width:166px;
  display:flex;
  flex-direction:column;
  padding:15px;
  border:1px solid rgba(24,24,27,.1);
  border-radius:5px;
  background:rgba(255,255,255,.95);
  box-shadow:0 22px 46px -36px rgba(0,0,0,.5);
  backdrop-filter:blur(14px);
}
.pp-pipeline-run>div {display:grid;gap:4px;padding-bottom:14px;border-bottom:1px solid var(--line)}
.pp-pipeline-run small {color:#95969b;font-size:8px;text-transform:uppercase;letter-spacing:.07em}
.pp-pipeline-run strong {font-size:11px;font-weight:500}
.pp-pipeline-run>span {display:flex;align-items:center;gap:8px;padding:12px 0;border-bottom:1px solid var(--line);color:#6f7075;font-size:9px}
.pp-pipeline-run>span i {width:7px;height:7px;border-radius:50%;background:#ced0d3}.pp-pipeline-run>span i.is-complete {background:#78907d}.pp-pipeline-run>span i.is-active {background:var(--accent);box-shadow:0 0 0 4px rgba(236,95,63,.08)}
.pp-pipeline-run>a {height:34px;display:grid;place-items:center;margin-top:auto;border-radius:5px;background:#242528;color:#fff;font-size:9px;font-weight:500;text-decoration:none}
.pp-pipeline-foot {height:58px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);background:#fff}
.pp-pipeline-foot span {display:flex;align-items:center;justify-content:center;border-right:1px solid var(--line);color:#707176;font-size:10px}.pp-pipeline-foot span:last-child {border-right:0}

.pp-creative-system {padding:112px 0;border-bottom:1px solid var(--line)}
.pp-creative-system-head {display:grid;grid-template-columns:5fr 7fr;gap:64px;align-items:start}
.pp-creative-system-head h2 {max-width:15ch;margin:14px 0 0;font-size:clamp(40px,3.6vw,52px);font-weight:400;line-height:1.04;letter-spacing:-.034em;text-wrap:balance}
.pp-creative-system-head>div:last-child {padding-top:30px}
.pp-creative-system-head p {max-width:52ch;margin:0;color:var(--muted);font-size:17px;line-height:1.58}
.pp-creative-system-head p+p {margin-top:18px;color:#34353a}
.pp-creative-system-proof {overflow:hidden;margin-top:52px;border:1px solid var(--line);border-radius:5px;background:#f2f3f4;box-shadow:0 28px 64px -54px rgba(0,0,0,.42)}
.pp-creative-system-proof>header {height:58px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 18px;border-bottom:1px solid var(--line);background:#fff}
.pp-creative-system-proof>header>div {display:grid;gap:3px}.pp-creative-system-proof>header small {color:#929398;font-size:8px;text-transform:uppercase;letter-spacing:.07em}.pp-creative-system-proof>header strong {font-size:12px;font-weight:500}
.pp-creative-system-proof>header>span {display:flex;align-items:center;gap:7px;color:#6b7f70;font-size:9px}.pp-creative-system-proof>header>span i {width:7px;height:7px;border-radius:50%;background:#78907d}
.pp-creative-system-body {display:grid;grid-template-columns:286px minmax(0,1fr);min-height:476px}
.pp-creative-direction {display:flex;flex-direction:column;border-right:1px solid var(--line);background:#fafafa}
.pp-creative-direction>div {display:grid;gap:4px;padding:21px 20px 18px;border-bottom:1px solid var(--line)}.pp-creative-direction>div small {color:#929398;font-size:8px;text-transform:uppercase;letter-spacing:.07em}.pp-creative-direction>div strong {font-size:15px;font-weight:500}
.pp-creative-direction>span {min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 20px;border-bottom:1px solid var(--line)}.pp-creative-direction>span strong {font-size:11px;font-weight:500}.pp-creative-direction>span small {color:#94959a;font-size:9px}
.pp-creative-direction>footer {display:grid;gap:4px;margin-top:auto;padding:18px 20px;background:#fff}.pp-creative-direction>footer span {color:#929398;font-size:8px}.pp-creative-direction>footer strong {font-size:10px;font-weight:500}
.pp-creative-output-set {min-width:0;background:#fff}
.pp-creative-output-head {height:66px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 20px;border-bottom:1px solid var(--line)}.pp-creative-output-head span {color:#929398;font-size:9px}.pp-creative-output-head strong {font-size:10px;font-weight:500}
.pp-creative-output-set>article {min-height:136px;display:grid;grid-template-columns:190px minmax(0,1fr) auto;align-items:center;gap:22px;padding:16px 20px;border-bottom:1px solid var(--line)}.pp-creative-output-set>article:last-child {border-bottom:0}
.pp-creative-product {min-width:0;display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:11px}.pp-creative-product>img {width:46px;height:54px;object-fit:cover;border-radius:4px;filter:saturate(.82)}.pp-creative-product>span {min-width:0;display:grid;gap:5px}.pp-creative-product strong {overflow:hidden;font-size:11px;font-weight:500;white-space:nowrap;text-overflow:ellipsis}.pp-creative-product small {color:#929398;font-size:8px}
.pp-creative-assets {min-width:0;display:grid;grid-template-columns:repeat(3,minmax(62px,1fr));gap:8px}.pp-creative-assets figure {position:relative;height:82px;margin:0;overflow:hidden;border-radius:4px;background:#e7e7e8}.pp-creative-assets img {width:100%;height:100%;object-fit:cover;filter:saturate(.78)}.pp-creative-assets figure.is-detail img {transform:scale(1.7)}.pp-creative-assets figure small {position:absolute;left:6px;bottom:6px;padding:3px 5px;border-radius:3px;background:rgba(255,255,255,.84);color:#696a6f;font-size:7px;backdrop-filter:blur(6px)}
.pp-creative-assets figure.is-motion i {position:absolute;inset:50% auto auto 50%;width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.84);transform:translate(-50%,-50%)}.pp-creative-assets figure.is-motion i::after {content:"";position:absolute;left:9px;top:7px;border-left:6px solid #5e5f64;border-top:4px solid transparent;border-bottom:4px solid transparent}
.pp-creative-output-set>article>em {padding:5px 7px;border-radius:4px;background:rgba(107,139,114,.1);color:#627d68;font-size:8px;font-style:normal}
.pp-creative-system-foot {min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 18px;border-top:1px solid var(--line);background:#fff}.pp-creative-system-foot span {color:#929398;font-size:9px}.pp-creative-system-foot strong {font-size:10px;font-weight:500}

.pp-api-section {padding:112px 0;border-bottom:1px solid var(--line);background:#fff}
.pp-api-card {overflow:hidden;display:grid;grid-template-columns:minmax(320px, .9fr) minmax(0, 1.1fr);border:1px solid var(--line);border-radius:5px;background:#f3f4f5;box-shadow:0 28px 64px -58px rgba(0,0,0,.38)}
.pp-api-copy {min-width:0;display:flex;flex-direction:column;padding:54px 52px 48px;border-right:1px solid var(--line);background:#fff}
.pp-api-copy h2 {max-width:13ch;margin:14px 0 0;font-size:clamp(40px,3.5vw,52px);font-weight:400;line-height:1.04;letter-spacing:-.034em;text-wrap:balance}
.pp-api-copy p {max-width:48ch;margin:24px 0 0;color:var(--muted);font-size:17px;line-height:1.58}
.pp-api-actions {display:flex;flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:38px}
.pp-api-actions a {min-height:42px;display:inline-flex;align-items:center;gap:9px;padding:0 14px;border:1px solid var(--line);border-radius:5px;background:#fff;color:#27282c;font-size:13px;font-weight:500;text-decoration:none}
.pp-api-actions a:first-child {background:#242528;color:#fff;border-color:#242528}
.pp-api-actions svg {width:13px;height:13px}
.pp-api-proof {min-width:0;display:grid;gap:14px;padding:34px;background:linear-gradient(rgba(24,24,27,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(24,24,27,.035) 1px,transparent 1px),#f3f4f5;background-size:32px 32px}
.pp-api-window {overflow:hidden;border:1px solid rgba(24,24,27,.16);border-radius:5px;background:#1f2023;color:#f4f4f5;box-shadow:0 22px 50px -38px rgba(0,0,0,.68)}
.pp-api-window header {height:48px;display:flex;align-items:center;gap:10px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.08)}
.pp-api-window header span {padding:5px 7px;border-radius:4px;background:rgba(120,144,125,.18);color:#b6d3bc;font-family:"SF Mono","Roboto Mono",monospace;font-size:9px;font-weight:600;letter-spacing:.04em}
.pp-api-window header strong {min-width:0;overflow:hidden;color:#e7e7e9;font-family:"SF Mono","Roboto Mono",monospace;font-size:12px;font-weight:500;white-space:nowrap;text-overflow:ellipsis}
.pp-api-window header em {margin-left:auto;padding:5px 7px;border-radius:4px;background:rgba(255,255,255,.07);color:#a8a9ae;font-size:8px;font-style:normal;text-transform:uppercase;letter-spacing:.06em}
.pp-api-window pre {margin:0;padding:18px 18px 20px;overflow:auto;color:#d4d5d8;font-family:"SF Mono","Roboto Mono",monospace;font-size:12px;line-height:1.65}
.pp-api-response {display:grid;grid-template-columns:auto 1fr;column-gap:12px;row-gap:3px;align-items:center;margin:0 16px 16px;padding:13px;border:1px solid rgba(255,255,255,.08);border-radius:5px;background:rgba(255,255,255,.055)}
.pp-api-response span {padding:5px 7px;border-radius:4px;background:rgba(120,144,125,.2);color:#b6d3bc;font-size:9px}
.pp-api-response strong {font-family:"SF Mono","Roboto Mono",monospace;font-size:12px;font-weight:500}
.pp-api-response small {grid-column:2;color:#9fa0a6;font-size:9px}
.pp-api-capabilities {display:grid;grid-template-columns:1fr 1fr;gap:10px}
.pp-api-capabilities article {min-height:106px;display:flex;flex-direction:column;justify-content:flex-end;padding:16px;border:1px solid rgba(24,24,27,.09);border-radius:5px;background:rgba(255,255,255,.92);box-shadow:0 18px 34px -34px rgba(0,0,0,.44)}
.pp-api-capabilities article::before {content:"";width:8px;height:8px;margin-bottom:auto;border-radius:2px;background:var(--accent)}
.pp-api-capabilities strong {font-size:13px;font-weight:500}
.pp-api-capabilities small {max-width:30ch;margin-top:7px;color:#85868b;font-size:10px;line-height:1.45}

.pp-trigger-proof, .pp-delivery-proof {padding:0;background:transparent}
.pp-trigger-list, .pp-delivery-window {width:100%;overflow:hidden;background:#fff}
.pp-trigger-list>header, .pp-trigger-list>footer {min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 18px;border-bottom:1px solid var(--line)}.pp-trigger-list>header span {color:#929398;font-size:9px}.pp-trigger-list>header strong {font-size:12px;font-weight:500}.pp-trigger-list>article {position:relative;min-height:72px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:12px;padding:0 18px;border-bottom:1px solid var(--line)}.pp-trigger-list>article.is-active::before {content:"";position:absolute;inset:0 auto 0 0;width:2px;background:var(--accent)}.pp-trigger-list article>i, .pp-delivery-destinations article>i {position:relative;width:30px;height:30px;border:1px solid #d5d6d9;border-radius:4px;background:#f4f5f6}.pp-trigger-list article>i::before, .pp-delivery-destinations article>i::before {content:"";position:absolute;inset:8px;border:1px solid #9da0a5;border-radius:2px}.pp-trigger-list article>div, .pp-delivery-destinations article>div {display:grid;gap:3px}.pp-trigger-list article strong, .pp-delivery-destinations article strong {font-size:10px;font-weight:500}.pp-trigger-list article small, .pp-delivery-destinations article small {color:#929398;font-size:8px}.pp-trigger-list article em, .pp-delivery-destinations article em {padding:5px 7px;border-radius:4px;background:#f1f2f3;color:#77787d;font-size:8px;font-style:normal}.pp-trigger-list>footer {border-bottom:0;color:#8a8b90;font-size:9px}.pp-trigger-list>footer b {color:#34353a;font-weight:500}
.pp-delivery-window>header {min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 18px;border-bottom:1px solid var(--line)}.pp-delivery-window>header>div {display:grid;gap:3px}.pp-delivery-window>header small {color:#929398;font-size:8px;text-transform:uppercase;letter-spacing:.07em}.pp-delivery-window>header strong {font-size:12px;font-weight:500}.pp-delivery-window>header>span {display:flex;align-items:center;gap:6px;color:#6d8372;font-size:8px}.pp-delivery-window>header>span i {width:6px;height:6px;border-radius:50%;background:#78907d}
.pp-delivery-source {display:grid;grid-template-columns:90px 1fr;gap:14px;align-items:center;padding:15px 18px;border-bottom:1px solid var(--line);background:#f7f7f8}.pp-delivery-source figure {height:64px;margin:0;overflow:hidden;border-radius:4px;background:#ddd}.pp-delivery-source img {width:100%;height:100%;object-fit:cover}.pp-delivery-source>div {display:grid;gap:4px}.pp-delivery-source small {color:#929398;font-size:8px}.pp-delivery-source strong {font-size:11px;font-weight:500}.pp-delivery-source span {color:#6d8372;font-size:8px}
.pp-delivery-destinations {display:grid;grid-template-columns:1fr 1fr}.pp-delivery-destinations article {min-height:84px;display:grid;grid-template-columns:32px 1fr;align-items:center;gap:10px;padding:14px 16px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.pp-delivery-destinations article:nth-child(even) {border-right:0}.pp-delivery-destinations article:nth-last-child(-n+2) {border-bottom:0}.pp-delivery-destinations article em {grid-column:2;justify-self:start;margin-top:-8px}

@media(max-width:1000px){
  .pp-pipeline-canvas {padding-right:34px;padding-bottom:170px}
  .pp-pipeline-run {left:34px;right:34px;top:auto;bottom:28px;width:auto;height:116px;display:grid;grid-template-columns:1.3fr repeat(3,1fr) 100px;align-items:center;gap:10px}
  .pp-pipeline-run>div {padding:0;border:0}.pp-pipeline-run>span {justify-content:center;padding:0;border:0}.pp-pipeline-run>a {margin:0}
}

@media(max-width:720px){
  .pp-pipeline-hero {padding-top:64px}
  .pp-pipeline-hero-copy {text-align:left}
  .pp-pipeline-page .pp-pipeline-hero .pp-eyebrow, .pp-pipeline-page .pp-pipeline-hero .pp-hero-actions {justify-content:flex-start}
  .pp-pipeline-hero h1 {font-size:40px;line-height:1.02}
  .pp-pipeline-page .pp-pipeline-hero .pp-hero-lead {margin-inline:0;font-size:18px}
  .pp-pipeline-proof {margin-top:42px}
  .pp-pipeline-bar {height:44px;padding-inline:10px}.pp-pipeline-bar .pp-auto-brand {display:none}
  .pp-pipeline-canvas {min-height:760px;padding:18px 10px 188px}
  .pp-pipeline-track {grid-template-columns:1fr;align-content:start;gap:8px}
  .pp-pipeline-track>article {min-height:96px;display:grid;grid-template-columns:46px 1fr auto;grid-template-rows:auto auto auto;column-gap:12px;padding:12px}
  .pp-pipeline-track>article>small {grid-column:2}.pp-pipeline-track article>strong {grid-column:2;margin-top:3px}.pp-pipeline-track article>p {grid-column:2;margin-top:2px}.pp-pipeline-track article>em {grid-column:3;grid-row:1/4;align-self:center;margin:0}.pp-pipeline-track>article>span, .pp-pipeline-track>article>figure {grid-column:1;grid-row:1/4;align-self:center;margin:0}.pp-pipeline-track>article>figure {width:46px;height:56px}.pp-pipeline-folder {width:40px;height:30px}.pp-pipeline-template {width:42px;height:42px;padding:7px}.pp-pipeline-track>i {display:none}
  .pp-pipeline-run {left:10px;right:10px;bottom:12px;height:160px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;padding:12px}.pp-pipeline-run>div {grid-column:1/-1}.pp-pipeline-run>span {justify-content:flex-start}.pp-pipeline-run>span:last-of-type {display:none}.pp-pipeline-run>a {grid-column:1/-1;height:32px}
  .pp-pipeline-foot {height:auto;grid-template-columns:1fr 1fr}.pp-pipeline-foot span {min-height:42px;border-bottom:1px solid var(--line)}.pp-pipeline-foot span:nth-child(even) {border-right:0}.pp-pipeline-foot span:nth-last-child(-n+2) {border-bottom:0}
  .pp-creative-system {padding:86px 0}.pp-creative-system-head {grid-template-columns:1fr;gap:22px}.pp-creative-system-head h2 {max-width:none;font-size:40px}.pp-creative-system-head>div:last-child {padding-top:0}.pp-creative-system-head p {font-size:16px}.pp-creative-system-proof {margin-top:34px}.pp-creative-system-proof>header {height:54px;padding-inline:12px}.pp-creative-system-body {grid-template-columns:1fr}.pp-creative-direction {border-right:0;border-bottom:1px solid var(--line)}.pp-creative-direction>div {padding:16px}.pp-creative-direction>span {min-height:48px;padding-inline:16px}.pp-creative-direction>footer {display:flex;align-items:center;justify-content:space-between;padding:15px 16px}.pp-creative-output-head {height:54px;padding-inline:12px}.pp-creative-output-set>article {grid-template-columns:1fr auto;gap:12px;padding:14px 12px}.pp-creative-product {grid-column:1}.pp-creative-assets {grid-column:1/-1;grid-row:2}.pp-creative-output-set>article>em {grid-column:2;grid-row:1}.pp-creative-assets figure {height:74px}.pp-creative-system-foot {align-items:flex-start;flex-direction:column;gap:6px;padding:14px 12px}
  .pp-api-section {padding:86px 0}.pp-api-card {grid-template-columns:1fr}.pp-api-copy {padding:34px 24px;border-right:0;border-bottom:1px solid var(--line)}.pp-api-copy h2 {max-width:none;font-size:40px}.pp-api-copy p {font-size:16px}.pp-api-actions {padding-top:26px}.pp-api-proof {padding:12px}.pp-api-window pre {font-size:10px}.pp-api-capabilities {grid-template-columns:1fr}.pp-api-capabilities article {min-height:88px}
  .pp-trigger-proof, .pp-delivery-proof {padding:10px}.pp-trigger-list>article {padding-inline:12px}.pp-delivery-destinations {grid-template-columns:1fr}.pp-delivery-destinations article, .pp-delivery-destinations article:nth-child(even), .pp-delivery-destinations article:nth-last-child(-n+2) {border-right:0;border-bottom:1px solid var(--line)}.pp-delivery-destinations article:last-child {border-bottom:0}.pp-delivery-source {grid-template-columns:72px 1fr;padding:12px}.pp-delivery-source figure {height:54px}
}
.pp-agent-panel.pp-agent-panel--detail {
  position:absolute;
  right:28px;
  top:28px;
  bottom:28px;
  width:min(310px,46%);
}
.pp-agent-panel>header {
  min-height:48px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 14px;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.pp-agent-panel>header span {color:#c7c8cc;font-size:13px}
.pp-agent-panel>header strong {font-size:12px;font-weight:500}
.pp-agent-panel>header b {margin-left:auto;padding:4px 6px;border-radius:4px;background:rgba(255,255,255,.07);color:#c2c3c7;font-size:8px;font-weight:500;letter-spacing:.04em;text-transform:uppercase}
.pp-agent-transcript {
  padding:20px 16px 14px;
}
.pp-agent-transcript small {
  display:block;
  margin-bottom:7px;
  color:#8f9096;
  font-size:9px;
}
.pp-agent-transcript p {
  margin:0 0 18px;
  color:#e6e6e8;
  font-size:13px;
  line-height:1.5;
}
.pp-agent-transcript>b {
  display:inline-flex;
  min-height:20px;
  align-items:center;
  padding:0 7px;
  border-radius:4px;
  background:rgba(255,255,255,.07);
  color:#bbbcc1;
  font-size:9px;
  font-weight:500;
}
.pp-agent-changes {
  margin:0 16px;
  border-top:1px solid rgba(255,255,255,.07);
}
.pp-agent-changes span {
  min-height:40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border-bottom:1px solid rgba(255,255,255,.07);
  color:#a5a6ab;
  font-size:10px;
}
.pp-agent-changes strong {
  color:#d9dadd;
  font-weight:500;
}
.pp-agent-composer {
  min-height:42px;
  display:flex;
  align-items:center;
  gap:12px;
  margin:16px;
  margin-top:auto;
  padding:0 7px 0 12px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:5px;
  background:rgba(255,255,255,.04);
  color:#818288;
  font-size:10px;
}
.pp-agent-composer b {
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  margin-left:auto;
  border-radius:4px;
  background:#f1f1f2;
  color:#25262a;
  font-size:13px;
  font-weight:500;
}

@media(max-width:1000px){
  .pp-detail-visual.pp-agent-detail-visual {height:500px;min-height:500px}
}

@media(max-width:720px){
  .pp-detail-visual.pp-agent-detail-visual {height:560px;min-height:560px;padding:8px}
  .pp-detail-visual.pp-agent-detail-visual>img {height:100%;min-height:0}
  .pp-agent-live-label {left:20px;top:20px}
  .pp-agent-panel.pp-agent-panel--detail {left:42px;right:16px;top:132px;bottom:16px;width:auto;min-height:0}
}

/* Studio Agent depth: one supported instruction changes the editable source
   scene, then every future output begins from that same Unreal state. */
.pp-agent-loop {
  padding:112px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.pp-agent-loop-head {
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.75fr);
  align-items:end;
  gap:72px;
  margin-bottom:44px;
}
.pp-agent-loop-head h2 {
  max-width:740px;
  margin:18px 0 0;
  font-family:Everett,Unica77,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:clamp(42px,4.35vw,62px);
  font-weight:400;
  line-height:1.02;
  letter-spacing:-.038em;
}
.pp-agent-loop-head>p {
  max-width:540px;
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.55;
}
.pp-agent-loop-proof {
  min-height:420px;
  display:grid;
  grid-template-columns:230px 34px minmax(380px,1fr) 34px 270px;
  align-items:center;
  gap:16px;
  padding:28px;
  overflow:hidden;
  border:1px solid rgba(24,24,27,.08);
  border-radius:5px;
  background:linear-gradient(rgba(24,24,27,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(24,24,27,.028) 1px,transparent 1px),#f2f2ef;
  background-size:32px 32px;
}
.pp-agent-loop-prompt,
.pp-agent-loop-outputs {
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(24,24,27,.09);
  border-radius:5px;
  background:rgba(255,255,255,.93);
  box-shadow:0 18px 42px -34px rgba(24,24,27,.44);
}
.pp-agent-loop-prompt {
  padding:16px;
}
.pp-agent-loop-prompt header,
.pp-agent-loop-outputs>header,
.pp-agent-control-card header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.pp-agent-loop-prompt header {
  justify-content:flex-start;
  color:#77787d;
  font-size:10px;
}
.pp-agent-loop-prompt header i {
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border:1px solid rgba(24,24,27,.08);
  border-radius:5px;
  background:#f4f4f3;
  color:#64656a;
  font-size:11px;
  font-style:normal;
}
.pp-agent-loop-prompt blockquote {
  margin:34px 0 30px;
  color:#2f3034;
  font-size:19px;
  line-height:1.35;
  letter-spacing:-.015em;
}
.pp-agent-loop-prompt small {
  color:#929398;
  font-size:9px;
}
.pp-agent-loop-link {
  position:relative;
  height:1px;
  background-image:radial-gradient(circle,#8f9196 1.25px,transparent 1.45px);
  background-position:left center;
  background-size:6px 2px;
  background-repeat:repeat-x;
}
.pp-agent-loop-link::before {
  content:attr(data-label);
  position:absolute;
  left:50%;
  top:-20px;
  transform:translateX(-50%);
  color:#77797e;
  font-size:10.5px;
  font-style:normal;
  white-space:nowrap;
}
.pp-agent-loop-link::after {
  content:"";
  position:absolute;
  right:-2px;
  top:-3px;
  width:0;
  height:0;
  border-top:3px solid transparent;
  border-bottom:3px solid transparent;
  border-left:5px solid #85878c;
}
.pp-agent-loop-scene {
  position:relative;
  min-height:364px;
  overflow:hidden;
  border:1px solid rgba(24,24,27,.09);
  border-radius:5px;
  background:#d8d8d6;
  box-shadow:0 24px 54px -42px rgba(24,24,27,.5);
}
.pp-agent-loop-scene>img {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.pp-agent-loop-live {
  position:absolute;
  left:16px;
  top:16px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:7px 9px;
  border:1px solid rgba(24,24,27,.09);
  border-radius:5px;
  background:rgba(255,255,255,.9);
  color:#55565b;
  font-size:9px;
  box-shadow:0 8px 18px -14px rgba(24,24,27,.5);
  backdrop-filter:blur(10px);
}
.pp-agent-loop-live i {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#7c9682;
}
.pp-agent-control-card {
  position:absolute;
  right:16px;
  bottom:16px;
  width:236px;
  padding:14px;
  border:1px solid rgba(24,24,27,.1);
  border-radius:5px;
  background:rgba(255,255,255,.93);
  box-shadow:0 18px 40px -28px rgba(24,24,27,.55);
  backdrop-filter:blur(14px);
}
.pp-agent-control-card header {
  padding-bottom:11px;
  border-bottom:1px solid rgba(24,24,27,.08);
  color:#3d3e43;
  font-size:10px;
}
.pp-agent-control-card header b {
  color:#718778;
  font-size:8px;
  font-weight:500;
}
.pp-agent-control-card>div {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:12px;
  color:#6f7075;
  font-size:10.5px;
}
.pp-agent-control-card>div strong {
  min-width:54px;
  padding:7px 9px;
  border:1px solid rgba(24,24,27,.12);
  border-radius:5px;
  background:#f5f5f4;
  color:#3d3e43;
  text-align:right;
  font-weight:500;
  font-variant-numeric:tabular-nums;
}
.pp-agent-engine-map {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:11px 0 0;
  padding-top:10px;
  border-top:1px solid rgba(24,24,27,.08);
  color:#8b8c91;
  font-size:10.5px;
}
.pp-agent-engine-map code {
  color:#55565b;
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:10.5px;
}
.pp-agent-control-card footer {
  margin-top:12px;
  padding-top:10px;
  border-top:1px solid rgba(24,24,27,.08);
  color:#718778;
  font-size:8px;
}
.pp-agent-loop-outputs {
  padding:16px;
}
.pp-agent-loop-outputs>header {
  color:#3d3e43;
  font-size:10px;
}
.pp-agent-loop-outputs>header b {
  color:#85868b;
  font-size:8px;
  font-weight:500;
}
.pp-agent-loop-outputs>p {
  margin:9px 0 15px;
  color:#85868b;
  font-size:10px;
  line-height:1.45;
}
.pp-agent-loop-outputs>div {
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:7px;
}
.pp-agent-loop-outputs figure {
  position:relative;
  height:112px;
  margin:0;
  overflow:hidden;
  border-radius:5px;
  background:#ddd;
}
.pp-agent-loop-outputs figure:first-child {
  grid-row:span 2;
  height:231px;
}
.pp-agent-loop-outputs img {
  width:100%;
  height:100%;
  object-fit:cover;
}
.pp-agent-loop-outputs figcaption {
  position:absolute;
  left:7px;
  bottom:7px;
  padding:5px 6px;
  border:1px solid rgba(24,24,27,.08);
  border-radius:5px;
  background:rgba(255,255,255,.88);
  color:#55565b;
  font-size:8px;
  backdrop-filter:blur(8px);
}
.pp-agent-loop-facts {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:18px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.pp-agent-loop-facts article {
  padding:22px 26px 24px;
}
.pp-agent-loop-facts article+article {
  border-left:1px solid var(--line);
}
.pp-agent-loop-facts strong {
  display:block;
  margin-bottom:7px;
  font-size:12px;
  font-weight:500;
}
.pp-agent-loop-facts p {
  max-width:34ch;
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.5;
}

@media(max-width:1100px){
  .pp-agent-loop-proof {grid-template-columns:190px 24px minmax(320px,1fr) 24px 230px;padding:20px;gap:12px}
  .pp-agent-loop-outputs {padding:12px}
}

@media(max-width:860px){
  .pp-agent-loop-head {grid-template-columns:1fr;align-items:start;gap:22px}
  .pp-agent-loop-head>p {max-width:660px}
  .pp-agent-loop-proof {grid-template-columns:1fr;gap:14px;padding:14px}
  .pp-agent-loop-link {width:1px;height:26px;justify-self:center;background-position:center top;background-size:2px 6px;background-repeat:repeat-y}
  .pp-agent-loop-link::before {left:14px;top:50%;transform:translateY(-50%)}
  .pp-agent-loop-link::after {right:-3px;top:auto;bottom:-2px;border-top:5px solid #85878c;border-right:3px solid transparent;border-bottom:0;border-left:3px solid transparent}
  .pp-agent-loop-prompt {width:min(100%,360px);justify-self:center}
  .pp-agent-loop-scene {width:100%;min-height:430px}
  .pp-agent-loop-outputs {width:min(100%,420px);justify-self:center}
}

@media(max-width:720px){
  .pp-agent-loop {padding:80px 0}
  .pp-agent-loop-head {margin-bottom:32px}
  .pp-agent-loop-head h2 {font-size:40px;line-height:1.03}
  .pp-agent-loop-head>p {font-size:16px}
  .pp-agent-loop-proof {padding:10px}
  .pp-agent-loop-prompt {width:100%}
  .pp-agent-loop-prompt blockquote {margin:26px 0 24px;font-size:18px}
  .pp-agent-loop-scene {min-height:420px}
  .pp-agent-control-card {right:12px;bottom:12px;width:210px;padding:12px}
  .pp-agent-loop-outputs {width:100%}
  .pp-agent-loop-facts {grid-template-columns:1fr;margin-top:12px}
  .pp-agent-loop-facts article {min-height:92px;padding:18px 0}
  .pp-agent-loop-facts article+article {border-top:1px solid var(--line);border-left:0}
  .pp-agent-loop-facts p {max-width:46ch}
}

/* Shared product-proof stage: quiet Studio canvas outside, crisp proof inside. */
.pp-detail-visual {
  padding:14px;
  border:1px solid rgba(24,24,27,.08);
  border-radius:5px;
  background:#f2f2ef;
  box-shadow:0 24px 52px -46px rgba(24,24,27,.48);
}
.pp-detail-visual>img, .pp-detail-visual>video {
  height:420px;
  min-height:0;
  overflow:hidden;
  border:1px solid rgba(24,24,27,.08);
  border-radius:5px;
  background:#fbfbfc;
  box-shadow:0 8px 24px -18px rgba(24,24,27,.2),0 2px 4px -2px rgba(24,24,27,.06);
}

@media(max-width:720px){
  .pp-detail-visual {padding:8px}
  .pp-detail-visual>img, .pp-detail-visual>video {height:294px;min-height:0}

}

/* Controlled AI workflows and scenes */
.pp-ai-page .pp-output {
  color:inherit;
  text-decoration:none;
}

@media(max-width:720px){
  .pp-subnav {top:58px;height:44px}
  .pp-subnav-inner {gap:22px}

}

/* Keep every proof composition inside the mobile canvas. Horizontal movement
   belongs to the local rails, never to the document itself. */
@media(max-width:720px){
  html, body {max-width:100%;overflow-x:clip}
  main,
  .pp-shell,
  .pp-hero-grid,
  .pp-proof,
  .pp-definition-grid,
  .pp-definition-grid>div,
  .pp-definition-grid>div:last-child,
  .pp-section-head,
  .pp-section-head>*,
  .pp-detail-grid,
  .pp-detail-copy,
  .pp-detail-visual,
  .pp-truth-grid,
  .pp-faq-grid,
  .pp-related-grid,
  .pp-outcomes-head,
  .pp-output-strip {min-width:0;max-width:100%;box-sizing:border-box}
  .pp-definition-grid>div:last-child,
  .pp-section-head {display:block;width:100%}
  .pp-definition-grid>div:last-child>p,
  .pp-section-head>p {margin-top:18px}
  .pp-definition h2,
  .pp-definition p,
  .pp-section-head h2,
  .pp-section-head p {width:100%;max-width:100%}
}

/* Asset Library proof overrides live after the shared system so the generic
   detail-visual grid cannot shrink the nested product UI. */
.pp-library-page .pp-material-record-proof {
  display:block;
  place-items:initial;
  min-height:470px;
  padding:14px;
}
.pp-library-page .pp-material-record-proof img {
  min-height:0;
}
@media(max-width:720px){
  .pp-library-page .pp-material-record-proof {
    min-height:0;
    padding:8px;
  }
}

/* Asset category feature cards
   One compact product-proof grammar across every independent library type. */
.pp-library-page .pp-library-asset-grid {
  grid-template-columns:repeat(6,minmax(0,1fr));
}
.pp-library-page .pp-library-asset-grid article {
  grid-column:span 2;
  min-width:0;
  min-height:344px;
  padding:20px;
}
.pp-library-page .pp-library-asset-grid article:nth-child(n+4) {
  grid-column:span 3;
}
.pp-asset-card-art {
  position:relative;
  height:198px;
  box-sizing:border-box;
  margin-bottom:20px;
  padding:16px;
  overflow:hidden;
  border:1px solid rgba(24,24,27,.065);
  border-radius:5px;
  background:#f4f4f5;
  color:#2f3034;
}
.pp-asset-card-art img {
  display:block;
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
}
.pp-asset-card-top {
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  height:22px;
  margin-bottom:12px;
  color:#5f6065;
  font-size:10px;
  line-height:1;
}
.pp-asset-card-top>span,
.pp-asset-card-top>em {
  display:flex;
  align-items:center;
  gap:7px;
  min-width:0;
  font-style:normal;
  white-space:nowrap;
}
.pp-asset-card-top>span {
  color:#3d3e42;
  font-weight:550;
}
.pp-asset-card-top svg {
  width:14px;
  height:14px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.pp-asset-card-top>em {
  color:#83848a;
}
.pp-asset-card-top>em>i {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#7f9c87;
}
.pp-asset-card-mark {
  display:block;
  width:5px;
  height:5px;
  margin:0 0 12px;
  border-radius:50%;
  background:#ec5f3f;
}
.pp-library-page .pp-library-asset-grid article>strong {
  display:block;
  font-size:15px;
  line-height:1.2;
  font-weight:560;
}
.pp-library-page .pp-library-asset-grid article>p {
  max-width:36ch;
  margin:8px 0 0;
  font-size:13px;
  line-height:1.5;
}
.pp-asset-card-doc {
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:14px;
  color:#4f5055;
  font-size:12.5px;
  font-weight:550;
  text-decoration:none;
}
.pp-asset-card-doc:hover {color:var(--ink)}
.pp-asset-card-doc svg {width:14px;height:14px}

/* Models */
.pp-asset-model-row {
  display:grid;
  grid-template-columns:1.16fr .92fr .92fr;
  gap:8px;
  height:132px;
}
.pp-asset-model-tile {
  position:relative;
  display:grid;
  grid-template-rows:1fr auto auto;
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(24,24,27,.10);
  border-radius:5px;
  background:rgba(255,255,255,.9);
  box-shadow:0 7px 16px -14px rgba(24,24,27,.35);
}
.pp-asset-model-tile.is-selected {
  box-shadow:inset 0 0 0 1px rgba(24,24,27,.45),0 9px 18px -14px rgba(24,24,27,.36);
}
.pp-asset-model-tile img {
  min-height:0;
  filter:saturate(.32) contrast(.92);
  opacity:.82;
}
.pp-asset-model-tile b,
.pp-asset-model-tile i {
  overflow:hidden;
  padding:0 8px;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-style:normal;
}
.pp-asset-model-tile b {
  padding-top:6px;
  color:#424348;
  font-size:9px;
  font-weight:550;
}
.pp-asset-model-tile i {
  padding-top:2px;
  padding-bottom:7px;
  color:#96979b;
  font-size:8px;
}

/* Materials */
.pp-asset-material-layout {
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:9px;
  height:124px;
}
.pp-asset-material-preview,
.pp-asset-channel-list,
.pp-asset-control-overlay {
  border:1px solid rgba(24,24,27,.10);
  border-radius:5px;
  background:rgba(255,255,255,.92);
}
.pp-asset-material-preview {
  position:relative;
  overflow:hidden;
}
.pp-asset-material-preview img {
  filter:saturate(.55) contrast(.94);
  opacity:.9;
}
.pp-asset-material-preview>span {
  position:absolute;
  left:8px;
  bottom:8px;
  display:flex;
  align-items:center;
  gap:5px;
  padding:5px 7px;
  border:1px solid rgba(24,24,27,.10);
  border-radius:5px;
  background:rgba(255,255,255,.92);
  font-size:8px;
  box-shadow:0 7px 14px -11px rgba(24,24,27,.35);
}
.pp-asset-material-preview>span i {
  width:8px;
  height:8px;
  border-radius:3px;
  background:#ca705c;
}
.pp-asset-channel-list {
  display:grid;
  align-content:center;
  gap:7px;
  padding:9px;
}
.pp-asset-channel-list>span {
  display:grid;
  grid-template-columns:24px 1fr;
  align-items:center;
  gap:7px;
}
.pp-asset-channel-list b {
  width:24px;
  height:20px;
  border:1px solid rgba(24,24,27,.08);
  border-radius:5px;
}
.pp-asset-channel-list i {
  color:#77787d;
  font-size:8px;
  font-style:normal;
}
.pp-asset-channel-list .is-color {background:#cf725d}
.pp-asset-channel-list .is-roughness {background:linear-gradient(135deg,#ececee,#8d8e92)}
.pp-asset-channel-list .is-normal {background:repeating-linear-gradient(135deg,#a9aaae 0 6px,#e4e4e6 6px 12px)}
.pp-asset-control-overlay {
  position:absolute;
  z-index:4;
  right:19px;
  bottom:14px;
  width:126px;
  box-sizing:border-box;
  padding:8px 9px;
  box-shadow:0 10px 22px -13px rgba(24,24,27,.35);
}
.pp-asset-control-overlay>span {
  display:block;
  margin-bottom:6px;
  color:#6d6e73;
  font-size:8px;
}
.pp-asset-control-overlay>i {
  position:relative;
  display:block;
  height:4px;
  border-radius:999px;
  background:#dedee1;
}
.pp-asset-control-overlay>i b {
  display:block;
  width:62%;
  height:100%;
  border-radius:inherit;
  background:#5a5b60;
}
.pp-asset-control-overlay>i em {
  position:absolute;
  left:60%;
  top:50%;
  width:9px;
  height:9px;
  border:1px solid rgba(24,24,27,.25);
  border-radius:50%;
  background:white;
  transform:translate(-50%,-50%);
}

/* Templates */
.pp-asset-template-layout {
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(88px,.72fr);
  gap:9px;
  height:124px;
}
.pp-asset-template-preview,
.pp-asset-setting-list {
  overflow:hidden;
  border:1px solid rgba(24,24,27,.10);
  border-radius:5px;
  background:rgba(255,255,255,.92);
}
.pp-asset-template-preview {
  position:relative;
}
.pp-asset-template-preview>img {
  filter:saturate(.28) contrast(.92);
  opacity:.78;
}
.pp-asset-template-preview>div {
  position:absolute;
  left:8px;
  right:8px;
  bottom:8px;
  display:flex;
  gap:4px;
  padding:5px;
  border:1px solid rgba(24,24,27,.09);
  border-radius:5px;
  background:rgba(255,255,255,.92);
}
.pp-asset-template-preview>div i {
  width:26px;
  height:16px;
  border:1px solid rgba(24,24,27,.10);
  border-radius:3px;
  background:linear-gradient(145deg,#d7d7d9,#f5f5f6);
}
.pp-asset-setting-list {
  display:grid;
  align-content:center;
  padding:6px 9px;
}
.pp-asset-setting-list>span {
  display:grid;
  grid-template-columns:14px 1fr;
  align-items:center;
  gap:7px;
  min-width:0;
  padding:8px 0;
  border-bottom:1px solid rgba(24,24,27,.075);
}
.pp-asset-setting-list>span:last-child {border-bottom:0}
.pp-asset-setting-list svg {
  width:13px;
  height:13px;
  fill:none;
  stroke:#87888d;
  stroke-width:1.15;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.pp-asset-setting-list i {
  overflow:hidden;
  color:#6e6f74;
  font-size:8px;
  font-style:normal;
  text-overflow:ellipsis;
  white-space:nowrap;
}

/* Props */
.pp-asset-prop-layout {
  display:grid;
  grid-template-columns:70px 1fr;
  gap:9px;
  height:124px;
}
.pp-asset-prop-rail,
.pp-asset-prop-grid>span {
  border:1px solid rgba(24,24,27,.10);
  border-radius:5px;
  background:rgba(255,255,255,.9);
}
.pp-asset-prop-rail {
  display:grid;
  align-content:start;
  gap:3px;
  padding:7px;
}
.pp-asset-prop-rail span {
  overflow:hidden;
  padding:6px 7px;
  border-radius:5px;
  color:#85868a;
  font-size:7px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.pp-asset-prop-rail .is-active {
  background:#f0f0f1;
  color:#44454a;
  font-weight:550;
}
.pp-asset-prop-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:7px;
}
.pp-asset-prop-grid>span {
  display:grid;
  place-items:center;
  overflow:hidden;
}
.pp-asset-prop-grid img {
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.18) contrast(.94);
  opacity:.82;
}
.pp-asset-prop-grid>span:nth-child(3) img {
  box-sizing:border-box;
  padding:8px;
  object-fit:contain;
}
.pp-asset-prop-grid .is-selected {
  box-shadow:inset 0 0 0 1px rgba(24,24,27,.42),0 8px 16px -14px rgba(24,24,27,.32);
}

/* AI Styles */
.pp-asset-style-layout {
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:10px;
  height:124px;
}
.pp-asset-style-refs {
  position:relative;
  padding-top:16px;
}
.pp-asset-style-refs::before {
  content:"References";
  position:absolute;
  left:0;
  top:1px;
  color:#6f7075;
  font-size:8px;
}
.pp-asset-style-refs img {
  position:absolute;
  width:68%;
  height:76%;
  border:3px solid rgba(255,255,255,.96);
  border-radius:5px;
  object-fit:cover;
  filter:saturate(.18) contrast(.88) brightness(1.08);
  opacity:.76;
  box-shadow:0 8px 18px -13px rgba(24,24,27,.42);
}
.pp-asset-style-refs img:nth-child(1) {left:0;top:20%}
.pp-asset-style-refs img:nth-child(2) {left:19%;top:16%}
.pp-asset-style-refs img:nth-child(3) {left:32%;top:23%;box-shadow:inset 0 0 0 1px rgba(24,24,27,.42),0 8px 18px -13px rgba(24,24,27,.42)}
.pp-asset-style-direction {
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:12px;
  border:1px solid rgba(24,24,27,.10);
  border-radius:5px;
  background:rgba(255,255,255,.92);
}
.pp-asset-style-direction small {
  margin-bottom:11px;
  color:#6f7075;
  font-size:8px;
}
.pp-asset-style-direction>i {
  width:100%;
  height:5px;
  margin-bottom:6px;
  border-radius:999px;
  background:rgba(24,24,27,.10);
}
.pp-asset-style-direction>i:nth-of-type(2) {width:78%}
.pp-asset-style-direction>i:nth-of-type(3) {width:52%}
.pp-asset-style-direction>div {
  display:flex;
  flex-wrap:wrap;
  gap:4px;
  margin-top:auto;
}
.pp-asset-style-direction span {
  padding:5px 6px;
  border:1px solid rgba(24,24,27,.09);
  border-radius:5px;
  color:#77787d;
  background:#f7f7f8;
  font-size:7px;
}

@media(max-width:1100px){
  .pp-library-page .pp-library-asset-grid {grid-template-columns:repeat(2,minmax(0,1fr))}
  .pp-library-page .pp-library-asset-grid article, .pp-library-page .pp-library-asset-grid article:nth-child(n+4) {grid-column:auto}
  .pp-library-page .pp-library-asset-grid article:last-child {grid-column:1/-1}
}
@media(max-width:720px){
  .pp-library-page .pp-library-asset-grid {grid-template-columns:1fr}
  .pp-library-page .pp-library-asset-grid article {min-height:0;padding:16px}
  .pp-asset-card-art {height:194px;margin-bottom:18px;padding:15px}
  .pp-asset-model-row,
  .pp-asset-material-layout,
  .pp-asset-template-layout,
  .pp-asset-prop-layout,
  .pp-asset-style-layout {height:126px}
}
