.pstrip{background:var(--bg)}.pstrip .grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.pstrip .sq{aspect-ratio:1;overflow:hidden;background:var(--panel)}.pstrip img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:640px){.pstrip .grid3{grid-template-columns:1fr 1fr}.pstrip .sq:first-child{grid-column:1 / -1}}.process{background:var(--black);color:var(--white);padding:clamp(48px,8vw,96px) 0}.process h2{margin:0;font-weight:800;font-size:clamp(44px,9vw,120px);letter-spacing:-.055em;line-height:.86}.process .pgrid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(20px,4vw,56px);margin-top:28px;align-items:start}.process p{font-family:var(--serif);font-size:clamp(22px,2.6vw,32px);line-height:1.25;margin:0;max-width:26ch}.process .imgs{display:grid;gap:6px}.process .imgs img{width:100%;height:auto;display:block;aspect-ratio:4/3;object-fit:cover}@media (max-width:760px){.process .pgrid{grid-template-columns:1fr}}.band{height:clamp(160px,28vw,320px);background-color:#fff;background-repeat:repeat;background-size:clamp(300px,45vw,520px)}