/* Launch polish: seamless premium surfaces for VDBS + VDEOS */

/* Shared flowing page structure */
.hero-line{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;padding:8px 0 30px;border-bottom:1px solid var(--vd-line);margin-bottom:28px}
.hero-line h1{margin:4px 0 9px;font-size:clamp(30px,4vw,44px);line-height:1.06;letter-spacing:-.04em;font-weight:550;color:var(--vd-ink)}
.hero-line p{margin:0;max-width:720px;color:var(--vd-muted);line-height:1.65}
.hero-line .health{flex:0 0 auto;margin-top:4px}
.metric-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-bottom:1px solid var(--vd-line);margin:0 0 42px}
.metric-strip>div,.hero-metric{padding:4px 26px 24px 0;min-width:0}
.metric-strip>div+div,.hero-metric+.hero-metric{padding-left:26px;border-left:1px solid var(--vd-line)}
.metric-strip small,.hero-metric small{display:block;color:var(--vd-muted);font-size:12px;letter-spacing:.03em}
.metric-strip strong,.hero-metric strong{display:block;margin:7px 0 3px;font-size:34px;line-height:1;font-weight:520;letter-spacing:-.04em;color:var(--vd-ink)}
.metric-strip span,.hero-metric span{display:block;color:#8a97a7;font-size:12px}
.flow-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:56px;align-items:start}
.flow-section{min-width:0;padding:0 0 34px;margin:0 0 36px;border-bottom:1px solid var(--vd-line)}
.flow-section:last-child{margin-bottom:0}
.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:14px}
.section-heading h2,.flow-copy h2{margin:2px 0 0;font-size:22px;line-height:1.2;font-weight:550;letter-spacing:-.025em;color:var(--vd-ink)}
.sub-heading{margin-top:30px}
.clean-row,.flow-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 0;border-top:1px solid #eef2f7}
.clean-row:first-of-type,.flow-row:first-of-type{border-top:0}
.clean-row strong,.flow-row strong{font-size:14px;font-weight:550;color:var(--vd-ink)}
.clean-row small,.flow-row small{display:block;margin-top:4px;color:var(--vd-muted);line-height:1.45}
.quiet-link{color:var(--vd-blue);text-decoration:none;font-size:13px;font-weight:550;white-space:nowrap}
.quiet-link:hover{text-decoration:underline}
.employee-line{display:flex;gap:15px;align-items:flex-start;padding:8px 0 24px}
.employee-line .avatar{flex:0 0 auto}
.employee-line p{margin:5px 0 0;color:var(--vd-muted);line-height:1.6}
.decision-area{padding-top:4px}
.next-line{margin-top:28px;padding-top:20px;border-top:1px solid var(--vd-line)}
.next-line>strong{display:block;margin-bottom:5px;font-size:13px;font-weight:600;color:var(--vd-ink)}
.next-line p{margin:0;line-height:1.6}
.clean-approval{padding:18px 0;border-top:1px solid var(--vd-line)}
.clean-approval textarea{margin:11px 0 12px}
.clean-approval>div{display:flex;gap:8px;flex-wrap:wrap}
.clean-approval button{flex:1;min-width:90px}
.split-flow{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.flow-copy p:last-child{margin-bottom:0;color:var(--vd-muted);line-height:1.6}
.flow-list{margin-top:12px}

/* Customer workspace: reduce dashboard-card feel */
.customer-view main{max-width:1280px}
.customer-view .flow-grid{gap:64px}
.customer-view .flow-section{background:transparent;border-radius:0;box-shadow:none}
.customer-view .metric-strip strong{color:var(--vd-blue)}
.customer-view .approval.clean-approval{background:transparent;border-radius:0}
.customer-view .approval.clean-approval textarea{background:#fff}
.customer-view .hero-line{padding-top:4px}

/* VDEOS identity: prepared for approved Double-V asset. */
.vdeos-brand-link{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}
.vdeos-logo-img{display:block;width:48px;height:48px;object-fit:contain;flex:0 0 auto}
.vdeos-logo-fallback{display:grid}
.vdeos-logo-img:not([hidden])+.vdeos-logo-fallback{display:none}

/* Keep typography premium rather than heavy. */
.customer-view h1,.customer-view h2,.customer-view h3,.internal-view h1,.internal-view h2,.internal-view h3{font-weight:550}
.customer-view p,.internal-view p{font-weight:400}
.customer-view nav a,.internal-view nav a{font-weight:450}

@media(max-width:1000px){.flow-grid{grid-template-columns:1fr;gap:10px}.metric-strip{grid-template-columns:repeat(2,1fr)}.metric-strip>div:nth-child(3){border-left:0;padding-left:0}.metric-strip>div:nth-child(n+3){border-top:1px solid var(--vd-line);padding-top:20px}.split-flow{grid-template-columns:1fr;gap:10px}}
@media(max-width:700px){.hero-line{flex-direction:column;gap:14px;padding-bottom:22px}.hero-line .health{margin-top:0}.metric-strip{grid-template-columns:1fr 1fr;margin-bottom:30px}.metric-strip>div{padding-right:14px}.metric-strip>div+div{padding-left:14px}.metric-strip strong{font-size:29px}.flow-grid{gap:0}.flow-section{margin-bottom:28px;padding-bottom:26px}.section-heading{gap:12px}.vdeos-logo-img{width:40px;height:40px}}
@media(max-width:460px){.metric-strip{grid-template-columns:1fr}.metric-strip>div,.metric-strip>div+div{border-left:0;padding:14px 0;border-top:1px solid var(--vd-line)}.metric-strip>div:first-child{border-top:0;padding-top:0}.metric-strip strong{font-size:27px}.clean-row,.flow-row{align-items:flex-start}.hero-line h1{font-size:31px}.quiet-link{font-size:12px}}
