.portfolio-actions{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px}
.portfolio-actions .btn,.vcard .btn,.project-enquiry .btn{white-space:normal;text-align:center;justify-content:center;max-width:100%;min-height:44px}
.portfolio-whatsapp{background:#08785f;color:#fff}
.portfolio-whatsapp:hover{background:#065f4b}
.portfolio-text-link{color:var(--primary);text-decoration:underline;text-underline-offset:3px}
section.videos{padding:16px 0 48px}
.videos .section-head{margin-bottom:22px;max-width:800px}
.videos .section-head h2{margin:0 0 12px}
.videos .section-head p{color:var(--muted);line-height:1.6;margin:0 0 8px}
.portfolio-note{font-size:.875rem;line-height:1.5;color:var(--muted)}
.video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.vcard{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;min-width:0}
.vcard-embed{position:relative;width:100%;aspect-ratio:9/16;background:#111827}
.vcard-embed video{display:block;width:100%;height:100%;object-fit:contain}
.vcard-embed video::cue{font-size:1rem}
.video-start{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:85%;padding:14px 18px;background:rgba(15,23,42,.92);color:#fff;border:1px solid rgba(255,255,255,.5);border-radius:999px;font:inherit;font-weight:700;cursor:pointer;box-shadow:var(--shadow)}
.video-start[hidden],.video-error[hidden]{display:none}
.vcard-body{display:flex;flex-direction:column;flex:1;padding:20px}
.vcard-meta{font-size:.875rem;color:var(--muted);margin:0 0 10px}
.vcard-title{font-family:Montserrat,Inter,sans-serif;font-size:1.125rem;line-height:1.4;margin:0 0 12px}
.vcard-description{font-size:1rem;line-height:1.6;color:var(--muted);margin:0 0 18px;flex:1}
.vcard-body .portfolio-text-link{margin-top:14px;font-size:.875rem}
.video-error{color:#9f1239;font-size:.875rem;line-height:1.5}
.gallery .actions{flex-wrap:wrap}
.gallery .title{font-size:1rem}
.gallery [data-project-whatsapp]{white-space:normal;text-align:center}
.project-enquiry{padding:0 16px 64px}
.project-enquiry .enquiry-band{padding:28px;border:1px solid #dcece9;border-radius:var(--radius);background:linear-gradient(120deg,#f1fbf7,#f0f6ff)}
.project-enquiry p{max-width:800px;font-size:1rem;line-height:1.6;color:var(--muted)}
.project-enquiry .portfolio-actions{justify-content:flex-start;margin:20px 0}
@media(max-width:1024px){.video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.video-grid{grid-template-columns:minmax(0,1fr)}.portfolio-actions .btn{width:100%}.vcard-body{padding:18px}.project-enquiry .enquiry-band{padding:20px}.project-enquiry h2,.vcard-title{overflow-wrap:anywhere}}
