.pato-recent-story-section .pato-story-lead{max-width:620px;color:#7d7d88;margin-top:8px}
.pato-story-card{height:100%;background:#fff;border:1px solid #ececf1;box-shadow:0 16px 42px rgba(18,18,24,.06)}
.pato-story-card .dz-media{position:relative;overflow:hidden;aspect-ratio:4/3;background:#111}
.pato-story-card .dz-media img{width:100%;height:100%;object-fit:cover}
.pato-story-card .dz-info{padding:22px}
.pato-story-card .dz-title{margin-bottom:10px}
.pato-story-card .dz-info>p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:#777783;line-height:1.65;min-height:64px}
.pato-story-pin{position:absolute;top:14px;left:14px;display:inline-flex;align-items:center;gap:6px;padding:7px 10px;background:rgba(13,13,17,.88);backdrop-filter:blur(8px);color:#fff;font-size:9px;font-weight:800;letter-spacing:.13em}
.pato-story-pin i{color:#ffb340}
.pato-story-read{display:inline-flex;align-items:center;gap:9px;font-size:11px;font-weight:800;letter-spacing:.09em;color:#111;text-decoration:none}
.pato-story-read:hover{color:#ff5e2d}
.pato-story-empty{position:relative;display:grid;grid-template-columns:170px minmax(0,1fr) auto;gap:30px;align-items:center;min-height:210px;padding:34px 38px;overflow:hidden;background:#0f0f13;color:#fff;border:1px solid #202028}
.pato-story-empty:before{content:"STORY";position:absolute;right:3%;bottom:-42px;font-size:120px;font-weight:900;letter-spacing:-.08em;color:rgba(255,255,255,.025);pointer-events:none}
.pato-story-empty__signal{height:100px;display:flex;align-items:center;justify-content:center;gap:7px}
.pato-story-empty__signal span{width:8px;border-radius:8px;background:linear-gradient(180deg,#fff,#ff5e2d);animation:patoStoryPulse 1.7s ease-in-out infinite alternate}
.pato-story-empty__signal span:nth-child(1){height:28%;animation-delay:-.2s}.pato-story-empty__signal span:nth-child(2){height:72%;animation-delay:-.8s}.pato-story-empty__signal span:nth-child(3){height:44%;animation-delay:-.4s}.pato-story-empty__signal span:nth-child(4){height:86%;animation-delay:-1.1s}.pato-story-empty__signal span:nth-child(5){height:35%;animation-delay:-.6s}
@keyframes patoStoryPulse{from{transform:scaleY(.55);opacity:.48}to{transform:scaleY(1);opacity:1}}
.pato-story-empty__copy>span{display:block;color:#ff6d3c;font-size:10px;font-weight:800;letter-spacing:.19em;margin-bottom:7px}
.pato-story-empty__copy h3{color:#fff;font-size:30px;margin:0 0 8px}
.pato-story-empty__copy p{max-width:680px;color:#a5a5b0;line-height:1.7;margin:0}
.pato-story-empty__link{position:relative;z-index:1;display:inline-flex;align-items:center;gap:10px;white-space:nowrap;padding:12px 16px;border:1px solid #383842;color:#fff;font-size:10px;font-weight:800;letter-spacing:.09em;text-decoration:none}
.pato-story-empty__link:hover{background:#fff;color:#111;border-color:#fff}
@media(max-width:991px){.pato-story-empty{grid-template-columns:120px 1fr}.pato-story-empty__link{grid-column:2;justify-self:start}}
@media(max-width:767px){.pato-story-empty{grid-template-columns:1fr;padding:26px 22px;gap:18px}.pato-story-empty__signal{height:62px;justify-content:flex-start}.pato-story-empty__copy h3{font-size:24px}.pato-story-empty__link{grid-column:1}.pato-story-card .dz-info{padding:18px}}

.pato-story-about{background:#f7f7f9}
.pato-story-about .sub-title{display:inline-block;margin-bottom:10px;color:#ff5e2d;font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.pato-story-about__title{font-size:clamp(30px,4vw,54px);line-height:1.08;margin:0 0 22px;color:#111116}
.pato-story-about__copy{display:grid;gap:10px}
.pato-story-about__copy p{margin:0;color:#686874;line-height:1.8;font-size:15px}
.pato-story-about__copy strong{color:#111116;font-weight:800}
.pato-story-about__link{display:inline-flex;align-items:center;gap:10px;margin-top:24px;color:#111116;font-size:11px;font-weight:800;letter-spacing:.08em;text-decoration:none}
.pato-story-about__link:hover{color:#ff5e2d}

.pato-signature-card{position:relative;padding:18px;background:#fff;border:1px solid #e5e5ea;box-shadow:0 18px 48px rgba(17,17,22,.07)}
.pato-signature-card__inner{display:grid;place-items:center;min-height:360px;padding:30px;background:linear-gradient(145deg,#fff 0%,#f2f2f4 100%);overflow:hidden}
.pato-signature-card__image{display:block;width:100%;max-width:520px;height:auto;object-fit:contain}
.pato-signature-card__caption{display:block;margin-top:12px;color:#8b8b94;font-size:9px;font-weight:800;letter-spacing:.18em;text-align:center}

@media(max-width:991px){
  .pato-signature-card__inner{min-height:280px}
  .pato-story-about__title{font-size:34px}
}
@media(max-width:575px){
  .pato-story-about__title{font-size:28px}
  .pato-story-about__copy p{font-size:14px}
  .pato-signature-card{padding:12px}
  .pato-signature-card__inner{min-height:220px;padding:18px}
}
