.home-project-mix{height:350px;overflow:visible!important;perspective:1200px}
.home-project-mix .cascade-layer{border:1px solid #ffffff22;background:#0c0f10;box-shadow:0 26px 70px #000b;transform-style:preserve-3d;animation:home-project-float var(--duration,8s) cubic-bezier(.45,.05,.3,1) infinite var(--delay,0s)}
.home-project-mix .cascade-layer:before{display:none}
.home-project-mix .cascade-layer img{height:100%;object-fit:cover}
.home-project-mix .mix-globaldis{left:2%;top:24%;width:38%;height:58%;--y:12px;--ry:16deg;--rz:-2deg;--float:12px;--duration:8.6s;--delay:-1.8s;z-index:4}
.home-project-mix .mix-escapada{left:27%;top:6%;width:40%;height:66%;--y:-4px;--ry:-11deg;--rz:1deg;--float:17px;--duration:7.4s;--delay:-4.1s;z-index:5}
.home-project-mix .mix-rba{left:58%;top:19%;width:35%;height:56%;--y:8px;--ry:-19deg;--rz:3deg;--float:10px;--duration:9.2s;--delay:-6.3s;z-index:3}
.home-project-mix .mix-craj{left:8%;top:58%;width:30%;height:38%;--y:2px;--ry:12deg;--rz:2deg;--float:8px;--duration:6.8s;--delay:-2.9s;z-index:6}
.home-project-mix .mix-diamond{left:42%;top:57%;width:31%;height:39%;--y:-3px;--ry:-8deg;--rz:-2deg;--float:13px;--duration:8.1s;--delay:-5.4s;z-index:7}
.home-project-mix .mix-nomeolvides{left:71%;top:56%;width:27%;height:37%;--y:4px;--ry:-15deg;--rz:2deg;--float:9px;--duration:7.7s;--delay:-.8s;z-index:6}
@keyframes home-project-float{0%,100%{transform:translateY(var(--y)) rotateY(var(--ry)) rotateZ(var(--rz))}50%{transform:translateY(calc(var(--y) - var(--float))) rotateY(calc(var(--ry) + 2deg)) rotateZ(calc(var(--rz) - .6deg))}}
.featured-projects{margin:24px 0 38px;position:relative;min-height:650px;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:radial-gradient(circle at 76% 44%,#26310d33,transparent 38%),#0b0e0f;padding:56px 54px}
.featured-track{position:relative;min-height:500px}
.featured-slide{position:absolute;inset:0;display:grid;grid-template-columns:.72fr 1.35fr;gap:38px;align-items:center;opacity:0;visibility:hidden;transform:translateX(30px);transition:opacity .55s,transform .55s,visibility .55s}
.featured-slide.is-active{opacity:1;visibility:visible;transform:none}
.featured-slide.is-active .featured-plane{animation:featured-plane-in .72s cubic-bezier(.16,1,.3,1) both}
.featured-slide.is-active .featured-plane.back{animation-delay:.04s}.featured-slide.is-active .featured-plane.main{animation-delay:.13s}.featured-slide.is-active .featured-plane.front{animation-delay:.22s}
@keyframes featured-plane-in{from{opacity:0;transform:translate3d(55px,30px,-90px) rotateY(-23deg) rotateZ(3deg)}to{opacity:1}}
.featured-copy{position:relative;z-index:5;max-width:430px}
.featured-copy h1,.featured-copy h2{font-size:clamp(34px,4vw,54px);line-height:1.08;margin:13px 0 20px;font-weight:320}
.featured-copy>p:not(.eyebrow):not(.featured-meta){font-size:15px;line-height:1.75;color:var(--muted)}
.featured-meta{margin:30px 0 22px;color:#929698;font-size:11px;letter-spacing:.075em;text-transform:uppercase}
.featured-detail-toggle{margin-top:2px}
.featured-details{margin-top:22px;padding-top:19px;border-top:1px solid var(--border);display:grid;gap:11px}
.featured-details[hidden]{display:none}.featured-details>div{display:flex;align-items:center;gap:12px;color:#b4b8b9;font-size:13px;line-height:1.45}
.detail-icon{width:27px;height:27px;flex:0 0 27px;border:1px solid #62691f;border-radius:50%;display:grid;place-items:center;color:var(--lime);font-size:13px}
.featured-visual{position:relative;height:420px;perspective:1250px;isolation:isolate}
.featured-plane{position:absolute;overflow:hidden;border:1px solid #ffffff22;border-radius:9px;background:#111;box-shadow:0 28px 70px #000c;transform-style:preserve-3d}
.featured-plane img{width:100%;height:100%;object-fit:cover}
.featured-plane.main{right:1%;top:8%;width:74%;height:80%;z-index:3;transform:rotateY(-15deg) rotateZ(1deg)}
.featured-plane.back{left:1%;top:3%;width:48%;height:56%;z-index:1;transform:rotateY(14deg) rotateZ(-2deg);filter:brightness(.72)}
.featured-plane.front{right:5%;bottom:0;width:32%;height:42%;z-index:4;transform:rotateY(-9deg) rotateZ(-1deg)}
.featured-controls{position:absolute;left:54px;bottom:42px;display:flex;align-items:center;gap:16px;z-index:12}
.featured-arrow{width:46px;height:46px;border:1px solid #555;border-radius:50%;background:transparent;color:var(--text);font-size:22px;line-height:1;padding:0;    padding-bottom: 2.5px;display:grid;place-items:center;transition:border-color .25s,color .25s}
.featured-arrow:hover{border-color:var(--lime);color:var(--lime)}
.featured-count{min-width:58px;text-align:center;color:#8d9294;font-size:13px}.featured-count strong{color:var(--lime);font-weight:400}
.featured-all{position:absolute;right:54px;bottom:43px;z-index:12}
@media(max-width:900px){.home-project-mix{height:300px}.featured-projects{padding:38px 30px;min-height:650px}.featured-track{min-height:540px}.featured-slide{grid-template-columns:1fr;align-content:start}.featured-copy{max-width:620px}.featured-visual{height:280px}.featured-controls{left:30px;bottom:24px}.featured-all{right:30px;bottom:24px}}
@media(max-width:620px){.home-project-mix{height:245px}.home-project-mix .cascade-layer{width:45%;height:47%}.home-project-mix .mix-escapada{left:27%;top:5%;width:52%;height:56%}.home-project-mix .mix-rba{left:61%;top:23%}.home-project-mix .mix-craj{left:4%;top:56%}.home-project-mix .mix-diamond{left:38%;top:58%}.home-project-mix .mix-nomeolvides{left:70%;top:60%}.featured-projects{margin:10px 0 28px;padding:28px 20px;min-height:610px;border-radius:10px}.featured-track{min-height:505px}.featured-slide{gap:10px}.featured-copy h1,.featured-copy h2{font-size:32px;margin:8px 0 14px}.featured-copy>p:not(.eyebrow):not(.featured-meta){font-size:14px}.featured-meta{margin:16px 0 8px}.featured-visual{height:230px}.featured-plane.main{width:80%;height:72%}.featured-plane.back{width:50%;height:48%}.featured-plane.front{width:38%;height:38%}.featured-controls{left:20px;bottom:16px}.featured-all{right:20px;bottom:16px;font-size:10px;padding:8px 12px}.featured-arrow{width:40px;height:40px}}
@media(prefers-reduced-motion:reduce){.featured-slide{transition:none}.home-project-mix .cascade-layer,.featured-slide.is-active .featured-plane{animation:none}}
@media(max-width:620px){.home-project-mix{height:355px}.home-project-mix .cascade-layer{height:35%;box-shadow:0 16px 38px #000a}.home-project-mix .mix-globaldis{left:0;top:9%;width:40%;height:34%}.home-project-mix .mix-escapada{left:29%;top:1%;width:43%;height:38%}.home-project-mix .mix-rba{left:63%;top:11%;width:37%;height:34%}.home-project-mix .mix-craj{left:1%;top:57%;width:39%;height:32%}.home-project-mix .mix-diamond{left:31%;top:49%;width:42%;height:36%}.home-project-mix .mix-nomeolvides{left:64%;top:58%;width:36%;height:32%}}
@media(min-width:621px) and (max-width:900px){.home-project-mix{height:400px}.home-project-mix .mix-globaldis{left:0;top:10%;width:39%;height:34%}.home-project-mix .mix-escapada{left:30%;top:1%;width:42%;height:39%}.home-project-mix .mix-rba{left:64%;top:12%;width:36%;height:34%}.home-project-mix .mix-craj{left:2%;top:57%;width:38%;height:32%}.home-project-mix .mix-diamond{left:31%;top:49%;width:41%;height:36%}.home-project-mix .mix-nomeolvides{left:65%;top:58%;width:35%;height:31%}}
.agency-service{margin:30px 0 44px;padding:48px;display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;border:1px solid var(--border);border-radius:12px;background:#0d1011}
.agency-service h2{font-size:clamp(28px,4vw,45px);font-weight:320;line-height:1.14}.agency-service>div:last-child>p{color:var(--muted);line-height:1.8;max-width:680px}.agency-service .agency-ai{margin-top:22px;padding-top:22px;border-top:1px solid var(--border);font-size:14px}.agency-service strong{color:var(--text);font-weight:420}
@media(max-width:700px){.agency-service{padding:28px 22px;grid-template-columns:1fr;gap:24px}.agency-service h2{font-size:28px}}
