/* v42 — правка блока Древа и финального заказа */
@media (min-width: 981px){
  .world-tree-panel img{
    aspect-ratio:16/9.35;
    object-position:center 38%;
    transform:scale(1.005);
  }
  .world-tree-panel:hover img{transform:scale(1.025);}
  .world-tree-routes{left:18px;right:18px;bottom:18px;gap:12px}
  .world-route{min-height:136px;padding:18px 18px 16px;border-radius:22px}
  .world-route strong{font-size:clamp(1.15rem,1.45vw,1.62rem)}
  .world-route em{font-size:.98rem;line-height:1.3}
}
.world-tree-shade{background:linear-gradient(180deg,rgba(3,5,9,.02) 0%,rgba(3,5,9,.08) 34%,rgba(3,5,9,.56) 100%),radial-gradient(circle at 50% 34%,transparent 0,transparent 46%,rgba(2,3,7,.22) 100%)}

.order-lavka-v42{position:relative}
.order-strip-v42{align-items:stretch;gap:28px}
.order-visual-v42{min-height:460px;background:#06080d}
.order-visual-v42 img{object-position:center center;transition:transform 900ms ease,filter 900ms ease}
.order-visual-v42:hover img{transform:scale(1.035);filter:saturate(1.04) contrast(1.03)}
.order-visual-v42::after{background:linear-gradient(0deg,rgba(0,0,0,.75),rgba(0,0,0,.08) 56%)}
.order-visual-v42 .caption{max-width:360px;padding:20px 22px;border-radius:24px;background:linear-gradient(180deg,rgba(12,11,15,.74),rgba(8,8,11,.58));border:1px solid rgba(224,183,102,.28);backdrop-filter:blur(12px);box-shadow:0 16px 40px rgba(0,0,0,.28)}
.order-visual-v42 .caption h3{margin:10px 0 8px;font-family:Forum,Georgia,serif;font-size:clamp(1.5rem,2.1vw,2rem);font-weight:400;line-height:1.02;color:#fff1cb;letter-spacing:.03em}
.order-visual-v42 .caption p{margin:0;color:rgba(245,232,203,.86);font-size:1rem;line-height:1.45}
.order-panel-v42{display:flex;flex-direction:column;justify-content:center;min-height:100%;background:rgba(9,9,12,.76)}
.order-panel-v42 h2{margin:.45rem 0 .8rem;font-size:clamp(2.2rem,4vw,4.35rem);line-height:.96;letter-spacing:.025em;text-wrap:balance}
.order-panel-v42 p{max-width:42ch;color:rgba(245,231,203,.92)}
.order-points-v42{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:10px}
.order-points-v42 li{position:relative;padding-left:20px;color:rgba(244,230,202,.83);line-height:1.45}
.order-points-v42 li::before{content:"✦";position:absolute;left:0;top:0;color:#e7be6f}
.order-panel-v42 .btn-row{margin-top:24px}
.order-panel-v42 .btn.secondary{background:rgba(8,9,14,.44)}
.order-phone-v42{min-width:170px;text-align:center}
.order-note-v42{margin-top:16px;font-size:.98rem;color:rgba(239,222,188,.72)}
@media (max-width:1040px){
  .order-strip-v42{grid-template-columns:1fr}
  .order-visual-v42{min-height:340px}
}
@media (max-width:640px){
  .order-visual-v42{min-height:320px;border-radius:24px}
  .order-visual-v42 .caption{left:16px;right:16px;bottom:16px;max-width:none;padding:16px 18px;border-radius:18px}
  .order-visual-v42 .caption h3{font-size:1.45rem}
  .order-panel-v42 h2{font-size:clamp(2rem,11vw,3.1rem)}
  .order-points-v42{gap:8px}
}
