.toto-pj-section{width:100%}.toto-pj-inner{width:100%;max-width:var(--toto-max-w)!important;margin-left:auto;margin-right:auto;padding:0 var(--toto-px)!important}.toto-pj-header{text-align:center;margin-bottom:2rem}.toto-pj-eyebrow{font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:#888;margin:0 0 .5rem}.toto-pj-title{font-family:'GothamSSm','Helvetica Neue',Arial,sans-serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:#0a0a0a;margin:0 0 .5rem}.toto-pj-subtitle{font-size:.95rem;color:#666;margin:0}.toto-pj-tabs{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:2.25rem;border:1.5px solid #d0d0d0;border-radius:6px;overflow:hidden;width:fit-content;max-width:100%;margin-left:auto;margin-right:auto}.toto-pj-tab{display:block;padding:.85rem 1.75rem;font-family:'GothamSSm','Helvetica Neue',Arial,sans-serif;font-size:.88rem;font-weight:600;color:#444;text-decoration:none;background:#fff;border:none;letter-spacing:.03em;transition:background .18s,color .18s;white-space:nowrap;position:relative}.toto-pj-tab+.toto-pj-tab{border-left:1.5px solid #d0d0d0}.toto-pj-tab:hover{background:#f2f2f2;color:#111}.toto-pj-tab.is-active{background:#111;color:#fff}.toto-pj-pagination{margin-top:2.5rem;display:flex;justify-content:center;width:100%}.toto-pj-pagination ul.page-numbers{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;margin:0;padding:0;align-items:center;justify-content:center}.toto-pj-pagination a.page-numbers,.toto-pj-pagination span.page-numbers{display:inline-flex;min-width:2.35rem;min-height:2.35rem;align-items:center;justify-content:center;padding:0 .45rem;border:1px solid #d0d0d0;border-radius:4px;text-decoration:none;font-size:.875rem;font-weight:600;color:#333;background:#fff;transition:background .15s,color .15s,border-color .15s}.toto-pj-pagination a.page-numbers:hover{background:#f5f5f5;border-color:#bbb}.toto-pj-pagination span.page-numbers.current{background:#111;color:#fff;border-color:#111}.toto-pj-pagination span.page-numbers.dots{border:none;background:#fff0;min-width:auto}.toto-pj-grid{display:grid;grid-template-columns:repeat(var(--toto-pj-cols,3),1fr);gap:20px}.toto-pj-card{position:relative;display:block;aspect-ratio:3 / 4;border-radius:18px;overflow:hidden;text-decoration:none;color:#fff;cursor:pointer;box-shadow:0 12px 40px rgb(0 0 0 / .14),0 4px 12px rgb(0 0 0 / .08);transition:transform 0.35s ease,box-shadow 0.35s ease}.toto-pj-card:hover{color:#fff;transform:translateY(-3px);box-shadow:0 20px 48px rgb(0 0 0 / .18),0 8px 16px rgb(0 0 0 / .1)}.toto-pj-card:hover .toto-pj-bg{transform:scale(1.05)}.toto-pj-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform 0.55s ease;z-index:0}.toto-pj-bg-placeholder{background:linear-gradient(145deg,#2c2c2c 0%,#4a4a4a 50%,#3a3a3a 100%)}.toto-pj-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to top,rgb(0 0 0 / .88) 0%,rgb(0 0 0 / .45) 42%,rgb(0 0 0 / .08) 68%,#fff0 100%);transition:opacity 0.3s ease}.toto-pj-card:hover .toto-pj-overlay{background:linear-gradient(to top,rgb(0 0 0 / .92) 0%,rgb(0 0 0 / .5) 48%,rgb(0 0 0 / .12) 72%,rgb(0 0 0 / .02) 100%)}.toto-pj-badge{position:absolute;top:1rem;right:1rem;z-index:3;background:rgb(255 255 255 / .14);backdrop-filter:blur(6px);border:1px solid rgb(255 255 255 / .22);color:#fff;font-size:.72rem;font-weight:600;padding:.35rem .7rem;border-radius:6px}.toto-pj-doc-icon{position:absolute;top:.85rem;left:.85rem;z-index:3;width:2rem;height:2rem;color:rgb(255 255 255 / .92);filter:drop-shadow(0 1px 3px rgb(0 0 0 / .45))}.toto-pj-doc-icon svg{width:100%;height:100%;display:block}.toto-pj-content{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:1.5rem 1.65rem 1.65rem;text-align:left}.toto-pj-name{font-family:'GothamSSm','Helvetica Neue',Arial,sans-serif;font-size:clamp(1.15rem, 2vw, 1.45rem);font-weight:700;color:#fff;margin:0 0 .4rem;line-height:1.2;letter-spacing:.01em}.toto-pj-sub{font-size:clamp(0.8rem, 1.2vw, 0.92rem);color:#fff;margin:0;font-weight:500;line-height:1.45;opacity:.95}.toto-pj-footer{text-align:center;margin-top:2rem}.toto-pj-view-all{display:inline-flex;align-items:center;padding:.875rem 2.5rem;background:#fff0;color:#0a0a0a;border:1.5px solid #0a0a0a;border-radius:.5rem;font-size:.875rem;font-weight:600;text-decoration:none;font-family:'GothamSSm',sans-serif;transition:all .2s}.toto-pj-view-all:hover{background:#0a0a0a;color:#fff}@media (max-width:768px){.toto-pj-inner{padding-left:max(1rem, var(--toto-px, 1rem))!important;padding-right:max(1rem, var(--toto-px, 1rem))!important}.toto-pj-inner .toto-pj-grid{display:flex!important;flex-direction:row;flex-wrap:nowrap;align-items:stretch;grid-template-columns:none!important;gap:12px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:thin;cursor:grab;touch-action:pan-x;direction:ltr}.toto-pj-inner .toto-pj-grid.toto-pj-grid--dragging{cursor:grabbing;scroll-behavior:auto}.toto-pj-inner .toto-pj-grid::-webkit-scrollbar{height:4px}.toto-pj-inner .toto-pj-grid::-webkit-scrollbar-thumb{background:rgb(0 0 0 / .22);border-radius:4px}.toto-pj-inner .toto-pj-card{flex:0 0 100%;width:100%;max-width:100%;min-width:0;scroll-snap-align:start;scroll-snap-stop:always;min-height:220px}.toto-pj-section .toto-pj-card.toto-reveal{opacity:1!important;transform:none!important;transition:none!important}.elementor-widget-toto_projects_manual .elementor-widget-container,.elementor-widget-toto_projects .elementor-widget-container{overflow:visible!important}.toto-pj-dots{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin:.5rem 0 0;padding:0}.toto-pj-dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;background:rgb(10 10 10 / .22);transition:background 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease;flex-shrink:0}.toto-pj-dot.is-active{background:#c0272d;transform:scale(1.2);box-shadow:0 0 0 2px rgb(192 39 45 / .25)}.toto-pj-dot:focus-visible{outline:2px solid #c0272d;outline-offset:2px}@media (hover:none),(pointer:coarse){.toto-pj-card:hover{transform:none;box-shadow:0 12px 40px rgb(0 0 0 / .14),0 4px 12px rgb(0 0 0 / .08)}.toto-pj-card:hover .toto-pj-bg{transform:none}}}@media (max-width:480px){.toto-pj-content{padding:1.1rem 1.15rem 1.2rem}.toto-pj-name{font-size:clamp(1rem, 4.5vw, 1.25rem)}}@media (min-width:769px){.toto-pj-inner .toto-pj-grid{cursor:default;touch-action:auto}.toto-pj-dots{display:none!important}}