.products-page{background:var(--paper-50)}.products-hero__stats{display:flex;flex-wrap:wrap;gap:var(--space-sm) var(--space-xl);margin-top:var(--space-2xl);padding-top:var(--space-lg);border-top:1px solid var(--color-border)}.products-hero__stats span{font-size:.95rem;color:var(--color-text-muted)}.products-hero__stats strong{color:var(--ink-900);font-weight:600}.products-section{padding:var(--space-3xl) 0}.products-section--tight{padding-top:var(--space-lg)}.products-shelf{padding:var(--space-xl) 0 var(--space-lg)}.products-shelf__head{text-align:center;max-width:46rem;margin:0 auto var(--space-xl)}.products-shelf__head h2{margin:var(--space-xs) 0 var(--space-sm);font-size:clamp(1.6rem,3.5vw,2.2rem)}.products-shelf__head p{color:var(--color-text-muted);margin:0}.products-shelf__stage{max-width:1200px;margin:0 auto;border-radius:18px;overflow:hidden;box-shadow:var(--shadow-lg)}.products-shelf__stage img{display:block;width:100%;height:auto}.products-flagship{background:var(--d-bg);color:var(--on-d);padding:var(--space-4xl) 0;border-top:1px solid #e4c27c29;border-bottom:1px solid #e4c27c29}.products-flagship__head{max-width:60ch;margin:0 auto var(--space-2xl);text-align:center}.products-flagship__head .label{color:var(--brass-lit)}.products-flagship__head h2{margin:var(--space-xs) 0 var(--space-sm);font-size:clamp(1.8rem,3.8vw,2.5rem);color:var(--on-d)}.products-flagship__head p{color:var(--on-d-muted);margin:0;line-height:1.65}.products-flagship__head strong{color:var(--on-d);font-weight:600}.products-flagship__duo{display:grid;grid-template-columns:1fr auto 1fr;align-items:start;gap:clamp(1rem,4vw,3rem);max-width:980px;margin:0 auto}.products-flagship__join{align-self:center;display:grid;place-items:center;width:3.25rem;height:3.25rem;margin-top:5.5rem;border-radius:var(--radius-full);border:1px solid #e4c27c6b;background:#e4c27c17;color:var(--brass-lit);font-size:1.5rem;line-height:1}.products-flagship__join:before{content:"+"}.pcard,.pfbox{scroll-margin-top:7rem}.pfbox{display:flex;flex-direction:column;align-items:center;text-align:center}.pfbox__shot{width:100%;max-width:290px;filter:drop-shadow(0 26px 50px rgba(0,0,0,.55));transition:transform var(--duration-normal) var(--ease-spring)}.pfbox:hover .pfbox__shot{transform:translateY(-6px)}.pfbox__shot img{display:block;width:100%;height:auto}.pfbox__body{flex-direction:column;gap:var(--space-xs);margin-top:var(--space-md)}.pfbox__body,.pfbox__meta{display:flex;align-items:center}.pfbox__meta{gap:var(--space-sm)}.pfbox__cat{font-size:.72rem;letter-spacing:.08em;color:var(--brass-lit)}.pfbox__cat,.pfbox__live{font-family:var(--font-mono);text-transform:uppercase}.pfbox__live{display:inline-flex;align-items:center;gap:.4rem;font-size:.68rem;letter-spacing:.06em;color:var(--on-d-muted)}.pfbox__live i{width:.45rem;height:.45rem;border-radius:50%;background:#57d98a;box-shadow:0 0 0 3px #57d98a2e}.pfbox__name{font-size:clamp(1.5rem,2.8vw,2rem)}.pfbox__name,.pfbox__tag{margin:0;color:var(--on-d)}.pfbox__tag{font-weight:500}.pfbox__blurb{margin:.35rem 0 var(--space-md);color:var(--on-d-muted);font-size:.93rem;line-height:1.62;max-width:40ch}.products-flagship .btn-primary{background:var(--brass-lit);color:var(--ink-900);border:none}.products-flagship .btn-primary:hover{background:#f0d59a;color:var(--ink-900)}.products-flagship__note{margin:var(--space-2xl) auto 0;max-width:56ch;text-align:center;color:var(--on-d-muted);font-size:.92rem}@media (max-width:780px){.products-flagship__duo{grid-template-columns:1fr;gap:var(--space-2xl)}.products-flagship__join{margin:0 auto}}.products-subhead{margin-bottom:var(--space-xl)}.products-subhead h2{margin:var(--space-xs) 0 0;font-size:clamp(1.6rem,3.5vw,2.2rem)}.featured-grid{grid-template-columns:repeat(2,1fr)}.featured-grid,.products-grid{display:grid;gap:var(--space-xl)}.products-grid{grid-template-columns:repeat(3,1fr)}.pcard{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;text-decoration:none;color:inherit;box-shadow:var(--shadow-sm);transition:transform var(--duration-normal) var(--ease-spring),border-color var(--duration-normal) ease,box-shadow var(--duration-normal) ease}.pcard--featured:hover,a.pcard:hover{transform:translateY(-6px);border-color:#c8a15a73;box-shadow:0 28px 56px -26px #2b27204d,0 0 0 1px #c8a15a1f}.pcard__shot{position:relative;background:var(--paper-100)}.browser-chrome,.pcard__shot{border-bottom:1px solid var(--color-border)}.browser-chrome{display:flex;align-items:center;gap:6px;padding:0 .85rem;height:34px;background:linear-gradient(var(--paper-100),var(--paper-50))}.browser-chrome i{width:9px;height:9px;border-radius:var(--radius-full);background:var(--paper-200);flex-shrink:0}.browser-chrome i:first-child{background:#e5a09a}.browser-chrome i:nth-child(2){background:#e6ce8e}.browser-chrome i:nth-child(3){background:#a8cba0}.browser-chrome__url{margin-left:.5rem;font-family:var(--font-mono,ui-monospace,monospace);font-size:.72rem;color:var(--color-text-muted);letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pcard__shot img{display:block;width:100%;height:auto;aspect-ratio:1280/860;object-fit:cover;object-position:top center;transition:transform .6s var(--ease-out)}.pcard--featured:hover .pcard__shot img,a.pcard:hover .pcard__shot img{transform:scale(1.025)}.pcard__body{flex-direction:column;padding:var(--space-lg);flex:1 1}.pcard__body,.pcard__meta{display:flex;gap:var(--space-sm)}.pcard__meta{align-items:center;justify-content:space-between}.pcard__cat{font-size:.68rem;letter-spacing:.12em;color:var(--brass-700)}.pcard__cat,.pcard__flagship{font-family:var(--font-mono,ui-monospace,monospace);text-transform:uppercase}.pcard__flagship{display:inline-flex;align-items:center;gap:.3rem;font-size:.64rem;font-weight:600;letter-spacing:.1em;color:var(--d-bg);background:linear-gradient(90deg,var(--brass-lit),var(--brass-500));padding:.28rem .6rem;border-radius:var(--radius-full)}.pcard--featured .pcard__meta{justify-content:flex-start}.pcard--featured .pcard__meta .pstatus{margin-left:auto}.pcard__name{margin:0;font-size:1.3rem;letter-spacing:-.01em}.pcard--featured .pcard__name{font-size:clamp(1.5rem,2.6vw,1.9rem)}.pcard__tag{margin:0;font-weight:600;color:var(--color-text);line-height:1.45}.pcard__blurb{margin:0;font-size:.9rem;line-height:1.65;color:var(--color-text-secondary);flex:1 1}.pstatus{display:inline-flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.22rem .6rem;border-radius:var(--radius-full);white-space:nowrap;flex-shrink:0}.pstatus i{width:6px;height:6px;border-radius:50%;background:currentColor}.pstatus--live{background:#22c55e1a;color:#15803d;border:1px solid #22c55e38}.pstatus--beta{background:#2f55c214;color:var(--blue-600);border:1px solid #2f55c233}.pstatus--soon{background:#c8a15a1f;color:var(--brass-700);border:1px solid #c8a15a47}.pcard--featured{flex-direction:column}.pcard__actions{display:flex;flex-wrap:wrap;gap:var(--space-sm) var(--space-md)}.pcard__actions,.pcard__link{align-items:center;margin-top:var(--space-sm)}.pcard__link{display:inline-flex;gap:.45rem;font-size:.85rem;font-weight:600;color:var(--brass-700)}a.pcard:hover .pcard__link svg{transform:translateX(3px)}.pcard__link svg{transition:transform var(--duration-fast) var(--ease-out)}.ios-badge{display:inline-flex;align-items:center;gap:.6rem;padding:.5rem .95rem;border-radius:var(--radius-md);background:var(--ink-900);color:#fff;text-decoration:none;line-height:1.05;transition:transform var(--duration-fast) var(--ease-out),background var(--duration-fast) ease;align-self:flex-start}.ios-badge:hover{transform:translateY(-1px);background:#000}.ios-badge svg{color:#fff}.ios-badge__text{display:flex;flex-direction:column;text-align:left}.ios-badge__text small{font-size:.6rem;text-transform:uppercase;letter-spacing:.08em;opacity:.8}.ios-badge__text strong{font-size:.95rem;font-weight:600}.products-cta{background:var(--d-bg);color:var(--on-d);padding:var(--space-4xl) 0;border-top:1px solid #e4c27c29}.products-cta__inner{max-width:60ch}.products-cta h2{color:var(--on-d);font-size:clamp(1.8rem,4.5vw,2.8rem);margin:0 0 var(--space-md)}.products-cta p{color:var(--on-d-muted);font-size:1.05rem;line-height:1.7;margin:0 0 var(--space-xl)}.products-cta__actions{display:flex;flex-wrap:wrap;gap:var(--space-md)}.products-cta .btn-secondary{background:#f5f1e81a;color:var(--on-d);border-color:#f5f1e88c}.products-cta .btn-secondary:hover{background:#f5f1e824;border-color:var(--brass-lit);color:var(--on-d)}@media (max-width:980px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.featured-grid,.products-grid{grid-template-columns:1fr}.products-section{padding:var(--space-2xl) 0}}