.work-section{background:#e8ece8}.work-intro{max-width:720px}.work-card{display:grid;grid-template-columns:.78fr 1.22fr;min-height:330px;background:var(--ink);color:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.work-card-visual{background:linear-gradient(145deg,#203c4b,#102233 68%);padding:30px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.work-card-visual:after{content:"";position:absolute;width:250px;height:250px;border:1px solid rgba(226,240,109,.34);border-radius:50%;right:-95px;bottom:-80px}.work-card-label{position:relative;z-index:1;color:#c5ddd4;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.15em}.work-card-window{position:relative;z-index:1;background:#f6f5f1;color:var(--ink);border-radius:13px;padding:18px;min-height:180px;box-shadow:0 18px 35px rgba(0,0,0,.18);display:flex;flex-direction:column;justify-content:flex-end}.work-card-window small{font-size:.58rem;color:#a36b57;text-transform:uppercase;letter-spacing:.1em;font-weight:800}.work-card-window strong{font-family:Georgia,"Times New Roman",serif;font-size:2rem;line-height:.95;letter-spacing:-.06em;margin-top:10px}.work-card-window span{height:3px;width:48px;background:var(--coral);margin-top:18px}.work-card-body{padding:42px;display:flex;flex-direction:column;justify-content:center}.work-card-body .eyebrow{color:#a6b7b8;margin-bottom:18px}.work-card-body h3{font-size:clamp(2rem,4vw,3.4rem);line-height:.95;letter-spacing:-.06em;margin:0 0 18px}.work-card-body>p:not(.eyebrow){color:#b7c2c5;max-width:480px;margin:0;line-height:1.65}.work-card-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.work-card-meta span{border:1px solid #405561;border-radius:999px;padding:7px 11px;color:#d7e2df;font-size:.68rem;font-weight:800}@media(max-width:640px){.work-card{grid-template-columns:1fr}.work-card-visual{min-height:280px}.work-card-body{padding:30px 24px}.work-card-window{min-height:170px}}
.work-page-previews{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:1fr 1fr;gap:10px;min-height:235px;margin-top:22px}.work-page-preview{overflow:hidden;border-radius:9px;background:#dce5e0;box-shadow:0 12px 25px rgba(0,0,0,.18)}.work-page-preview img{display:block;width:100%;height:100%;object-fit:cover}.work-page-preview-main{grid-row:span 2}.work-card-link{display:inline-flex;align-items:center;gap:9px;color:var(--accent);font-size:.8rem;font-weight:800;margin-top:26px}.work-card-link:hover{text-decoration:underline}@media(max-width:640px){.work-page-previews{min-height:220px}}
.work-page-slideshow{display:block;min-height:235px}.work-page-slideshow .work-page-preview{position:absolute;inset:0;opacity:0;transform:translateY(12px) scale(.985);animation:work-shot-cycle 16s ease-in-out infinite}.work-page-slideshow .work-page-preview:nth-child(1){animation-delay:0s}.work-page-slideshow .work-page-preview:nth-child(2){animation-delay:4s}.work-page-slideshow .work-page-preview:nth-child(3){animation-delay:8s}.work-page-slideshow .work-page-preview:nth-child(4){animation-delay:12s}.work-page-slideshow .work-page-preview-main{grid-row:auto}@keyframes work-shot-cycle{0%,6%{opacity:0;transform:translateY(12px) scale(.985)}12%,25%{opacity:1;transform:none}31%,100%{opacity:0;transform:translateY(-8px) scale(1.015)}}@media(prefers-reduced-motion:reduce){.work-page-slideshow .work-page-preview{animation:none;opacity:0;transform:none}.work-page-slideshow .work-page-preview:first-child{opacity:1}}@media(max-width:640px){.work-page-slideshow{min-height:220px}}
.js [data-reveal]{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.js [data-reveal].is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.js [data-reveal]{opacity:1;transform:none}}
