/* The selected Pen references, rendered as reflowing UI with the site's Onest face. */
/* Viewport-sized service slides, with discreet side navigation. */
:root{--vt-title:clamp(2.25rem,3.4vw,3.5rem);--vt-subtitle:clamp(1.5rem,2.2vw,2.5rem);--vt-body:clamp(1rem,1.3vw,1.25rem);--vt-small:.875rem;--vt-gap:24px;--vt-border:#d5e3f5;--vt-pale:#eef6ff}
body{overflow-x:clip}
#main,body>.site-footer{transition:transform .58s cubic-bezier(.22,.68,0,1),opacity .38s ease}
body.vt-open #main,body.vt-open>.site-footer{transform:translateX(-100vw);opacity:.12;pointer-events:none}
#vt-world{position:fixed;inset:var(--landing-header-height) 0 0;z-index:35;background:#fff;overflow:auto;overscroll-behavior:contain;transform:translateX(100%);visibility:hidden;transition:transform .58s cubic-bezier(.22,.68,0,1),visibility .58s;scroll-behavior:smooth;scroll-padding-top:76px;font-size:var(--vt-body);line-height:1.5}
body.vt-open #vt-world{transform:translateX(0);visibility:visible}
body.vt-open{overflow:hidden}
body.vt-open .site-header{z-index:60;position:sticky;top:0;background:#fff}
.vt-toolbar{position:sticky;top:0;z-index:4;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px var(--landing-gutter);background:#fffffff5;border-bottom:1px solid var(--vt-border);font-size:var(--vt-small)}
.vt-toolbar nav{display:flex;gap:24px}.vt-toolbar a{display:flex;align-items:center;min-height:40px;gap:10px;transition:color .18s ease}.vt-toolbar a:hover,.vt-toolbar a[aria-current]{color:var(--blue)}
.vt-section{padding:48px var(--landing-gutter) 64px;scroll-margin-top:0}
.vt-heading{margin-bottom:32px}.vt-heading h1,.vt-heading h2{font-size:var(--vt-title);line-height:1.15;letter-spacing:-.03em;font-weight:600;text-wrap:balance}.vt-heading p{color:var(--muted);font-size:var(--vt-body);line-height:1.5;max-width:78ch;margin-top:16px;text-wrap:pretty}
.vt-showcase{display:grid;grid-template-columns:minmax(220px,23%) minmax(0,1fr);grid-template-rows:auto 1fr;gap:24px 32px;padding:28px;border:1px solid var(--vt-border);border-radius:16px}
.vt-categories{grid-column:1;display:flex;flex-direction:column}.vt-categories button{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;background:none;padding:15px 0;min-height:56px;border-bottom:1px solid var(--vt-border);font-size:var(--vt-body);text-align:left;line-height:1.4}.vt-categories button>span{display:grid;place-items:center;background:var(--blue);color:#fff;width:36px;height:36px;border-radius:50%;font-size:15px;flex-shrink:0;opacity:0}.vt-categories button[aria-pressed=true]{color:var(--blue);font-weight:600}.vt-categories button[aria-pressed=true]>span{opacity:1}.vt-categories button[aria-pressed=true]::before{content:"";position:absolute;left:-13px;top:17px;bottom:17px;width:4px;border-radius:5px;background:var(--blue)}
.vt-tour-copy{grid-column:1;align-self:end}.vt-tour-copy h2{font-size:var(--vt-subtitle);line-height:1.18;letter-spacing:-.025em}.vt-tour-copy p{color:var(--muted);font-size:1rem;line-height:1.5;margin-top:14px}
.vt-player{position:relative;grid-column:2;grid-row:1 / span 2;overflow:hidden;min-height:440px;align-self:stretch;background:#edf1f6;border-radius:12px}.vt-player>img,.vt-player>video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.vt-player>img{transition:opacity .24s ease,transform .6s cubic-bezier(.2,0,0,1)}.vt-player.changing>img{opacity:0;transform:scale(1.035)}.vt-player>video{object-fit:contain;background:#102548}.vt-play{position:absolute;left:50%;top:50%;translate:-50% -50%;display:grid;place-items:center;width:68px;height:68px;border:1px solid #ffffff90;border-radius:50%;background:#ffffffed;color:var(--blue);font-size:24px}.vt-play span{margin-left:3px}.vt-media-label{position:absolute;bottom:20px;left:20px;padding:7px 12px;background:#102548bf;color:#fff;border-radius:6px;font-size:var(--vt-small)}.vt-media-status{position:absolute;bottom:16px;left:16px;right:16px;background:white;padding:16px;border-radius:8px;font-size:1rem}.vt-next{display:flex;justify-content:flex-end;align-items:center;gap:16px;color:var(--blue);min-height:48px;margin-top:20px;font-size:1rem}
.vt-estimator{display:grid;grid-template-columns:minmax(240px,32%) minmax(0,1fr);padding:16px;gap:20px;background:#e7eff8;border:1px solid #cedce9;border-radius:24px}.vt-stages{padding:20px 12px}.vt-stages-label{margin:0 16px 14px;font-weight:500}.vt-stages ol{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px}.vt-stages li{display:flex;align-items:center;gap:10px;min-height:60px;padding:14px 20px;border-radius:14px}.vt-stages li[aria-current]{background:var(--blue);color:white}.vt-step-number{display:none}.vt-step-arrow{margin-left:auto;opacity:0}.vt-stages li[aria-current] .vt-step-arrow{opacity:1}.vt-stage-note{border-top:1px solid #c7d5e6;margin-top:26px;padding:24px 16px}.vt-stage-note h3{font-size:1.125rem;font-weight:500}.vt-stage-note p{margin-top:10px;color:var(--muted);font-size:1rem;line-height:1.5}
.vt-chat{min-width:0;background:white;padding:28px;border:1px solid #d7e0eb;border-radius:20px;display:flex;flex-direction:column;gap:20px}.vt-chat-log{display:flex;flex-direction:column;align-items:start;gap:14px;max-height:400px;overflow:auto;overscroll-behavior:contain;padding:2px}.vt-bubble{max-width:94%;padding:14px 18px;border-radius:20px 20px 20px 4px;background:#e8eff7;font-size:1rem;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.vt-bubble.assistant:first-child{background:#102548;color:#fff}.vt-bubble.user{align-self:end;border-radius:20px 20px 4px 20px;background:#edf6ff;color:#244466}.vt-upload-button{border:1px dashed #bdcde0;background:#fff;border-radius:12px;min-height:64px;display:flex;justify-content:center;align-items:center;gap:12px;width:100%;color:var(--muted);font-size:1rem}.vt-upload-button:hover{background:var(--vt-pale)}.vt-file-help{font-size:.8125rem;color:var(--muted);margin-top:8px}.vt-thumbnails{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.vt-thumbnails:empty{display:none}.vt-thumbnail{position:relative;margin:12px 0 0;min-width:0}.vt-thumbnail img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px;display:block;outline:1px solid #00000012}.vt-thumbnail figcaption{font-size:.75rem;color:var(--muted);margin-top:6px}.vt-photo-report{font-size:.875rem;padding:14px 16px;border:1px solid var(--vt-border);border-radius:12px;color:var(--muted)}.vt-photo-report strong{color:var(--ink);font-weight:500}.vt-photo-report ul{padding-left:18px;margin-top:8px}
.vt-progress{display:flex;align-items:center;gap:10px;font-size:.875rem;color:var(--muted);background:var(--vt-pale);padding:12px 16px;border-radius:12px}.vt-spinner{width:16px;height:16px;border:2px solid #c7ddfb;border-top-color:var(--blue);border-radius:50%;flex-shrink:0;animation:vt-spin 1s linear infinite}.vt-suggestions{display:flex;flex-wrap:wrap;gap:8px}.vt-suggestions button{border:1px solid #75869c;border-radius:24px;padding:9px 15px;min-height:44px;background:#fff;font-size:1rem}.vt-suggestions button:hover{border-color:var(--blue);color:var(--blue);background:var(--vt-pale)}.vt-composer{display:flex;align-items:center;gap:12px;border:1px solid #d3dce8;padding:8px;border-radius:16px;margin-top:auto}.vt-composer textarea{resize:none;min-width:0;flex:1;border:0;background:none;font:inherit;font-size:1rem;line-height:1.5;max-height:120px;padding:8px 0;color:var(--ink)}.vt-composer textarea::placeholder{color:#7c8a9d}.vt-attach,.vt-send{width:44px;height:44px;display:grid;place-items:center;flex-shrink:0;background:none;color:#7c8a9d}.vt-attach svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round}.vt-send{background:var(--blue);color:white;border-radius:50%;font-size:26px}.vt-error{color:#9a2536;background:#fff1f3;padding:14px;border-radius:10px;font-size:.875rem}.vt-error button{color:inherit;text-decoration:underline;background:none;min-height:44px}.vt-handoff{background:none;text-align:left;color:var(--blue);font-size:.875rem;min-height:44px}.vt-chat button:disabled{opacity:.55}.vt-sr{position:absolute;clip-path:inset(50%);width:1px;height:1px;overflow:hidden}
.vt-questions .vt-heading{text-align:center}.vt-questions .vt-heading p{margin-inline:auto;max-width:65ch}.vt-faq-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);gap:40px}.vt-accordions{display:flex;flex-direction:column;gap:16px}.vt-accordions details{border:1px solid var(--vt-border);border-radius:14px;padding:0 24px}.vt-accordions summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:24px;min-height:80px;padding:20px 0;font-weight:500;line-height:1.4;cursor:pointer}.vt-accordions summary::-webkit-details-marker{display:none}.vt-accordions summary>span{position:relative;width:22px;height:22px;flex-shrink:0}.vt-accordions summary>span::before,.vt-accordions summary>span::after{position:absolute;content:"";background:var(--blue);width:20px;height:2px;top:10px;left:1px}.vt-accordions summary>span::after{transform:rotate(90deg);transition:transform .2s}.vt-accordions details[open] summary>span::after{transform:rotate(0)}.vt-accordions details p{padding:0 0 24px;color:var(--muted);font-size:1rem;line-height:1.6}.vt-contact{background:var(--vt-pale);padding:36px;border-radius:18px;align-self:start}.vt-contact h3{font-size:var(--vt-subtitle);font-weight:600;letter-spacing:-.025em;line-height:1.2}.vt-contact p{color:var(--muted);margin-top:20px;font-size:1rem;line-height:1.55}.vt-contact .button{width:100%;margin-top:24px;font-size:1rem;min-height:52px}.vt-contact .button+.button{margin-top:12px}.vt-contact .vt-max-note{font-size:.875rem}
#vt-world :is(a,button,textarea,summary):focus-visible{outline:3px solid var(--focus);outline-offset:4px}#vt-world button{transition:background-color .16s,color .16s,scale .16s}#vt-world button:active{scale:.96}
@keyframes vt-spin{to{rotate:360deg}}
@media(max-width:1023px){:root{--vt-title:clamp(1.75rem,5vw,2.125rem);--vt-subtitle:1.5rem;--vt-body:1rem}body.vt-open .site-header{position:sticky;top:0}.vt-toolbar{padding:8px var(--landing-gutter);gap:12px}.vt-toolbar nav{gap:16px}.vt-back{font-size:0}.vt-back span{font-size:24px}.vt-section{padding:32px var(--landing-gutter) 48px}.vt-heading{margin-bottom:24px}.vt-heading p{margin-top:14px}.vt-showcase{padding:16px;grid-template-columns:1fr;gap:24px}.vt-categories{display:grid;grid-template-columns:1fr 1fr;gap:10px;grid-column:1}.vt-categories button{font-size:.875rem;border:1px solid var(--vt-border);border-radius:9px;padding:10px;min-height:52px;gap:6px}.vt-categories button>span{width:24px;height:24px;font-size:11px;display:none}.vt-categories button[aria-pressed=true]>span{display:grid}.vt-categories button[aria-pressed=true]{background:var(--vt-pale);border-color:var(--blue)}.vt-categories button[aria-pressed=true]::before{display:none}.vt-tour-copy{grid-column:1;grid-row:2}.vt-tour-copy h2{font-size:1.5rem}.vt-tour-copy p{font-size:.875rem}.vt-player{grid-column:1;grid-row:3;min-height:0;aspect-ratio:4/5}.vt-next{justify-content:start;font-size:.875rem}.vt-estimator{grid-template-columns:1fr;padding:12px;gap:12px;border-radius:20px}.vt-stages{padding:12px 4px}.vt-stages-label{font-size:.875rem;margin:0 4px 18px}.vt-stages ol{flex-direction:row;justify-content:space-between;gap:8px}.vt-stages li{padding:0;min-height:0;flex:1;flex-direction:column;gap:8px;font-size:.875rem}.vt-stages li[aria-current]{background:none;color:var(--blue)}.vt-step-number{display:grid;place-items:center;width:34px;height:34px;background:#d5e0ed;color:var(--muted);border-radius:50%}.vt-stages li[aria-current] .vt-step-number{background:var(--blue);color:#fff}.vt-step-arrow{display:none}.vt-stage-note{padding:18px 4px 0;margin-top:20px}.vt-stage-note h3{font-size:1rem}.vt-stage-note p{font-size:.875rem;margin-top:8px}.vt-chat{padding:16px;gap:16px;border-radius:16px}.vt-bubble{padding:12px 14px;max-width:100%;font-size:.9375rem}.vt-thumbnails{grid-template-columns:1fr 1fr;gap:8px}.vt-suggestions{gap:8px}.vt-suggestions button{font-size:.875rem;padding:8px 12px}.vt-composer{gap:4px;padding:6px}.vt-attach,.vt-send{width:40px;height:44px}.vt-attach svg{width:22px}.vt-chat-log{max-height:360px}.vt-questions .vt-heading{text-align:left}.vt-faq-grid{grid-template-columns:1fr;gap:24px}.vt-accordions{gap:12px}.vt-accordions details{padding:0 18px}.vt-accordions summary{font-size:1rem;min-height:76px;gap:16px;padding:18px 0}.vt-accordions details p{font-size:.9375rem;padding-bottom:18px}.vt-contact{padding:24px}.vt-contact .button{min-height:48px}.vt-upload-button{font-size:.9375rem}.vt-file-help{font-size:.75rem}}
@media(max-width:374px){.vt-chat{padding:12px}.vt-toolbar nav{gap:12px}.vt-categories button{font-size:.8125rem}.vt-showcase{padding:12px}.vt-bubble{font-size:.875rem}.vt-contact{padding:20px}}
@media(prefers-reduced-motion:reduce){#vt-world,#main,.site-footer,.vt-player>img{transition:none;scroll-behavior:auto}.vt-spinner{animation:none}}

.vt-estimate-result{background:var(--vt-pale);border:1px solid var(--vt-border);padding:20px;border-radius:14px}.vt-estimate-result>span{font-size:.8125rem;color:var(--muted)}.vt-estimate-result>p{font-size:1.125rem;line-height:1.5;font-weight:500;margin-top:8px}
@media(prefers-reduced-motion:no-preference){.vt-bubble,.vt-progress,.vt-estimate-result{animation:vt-arrive .26s ease-out both}@keyframes vt-arrive{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}}

.vt-side-nav{position:fixed;right:8px;top:50%;translate:0 -50%;z-index:65;display:none;flex-direction:column}
body.vt-open .vt-side-nav{display:flex}
.vt-side-nav a{display:grid;place-items:center;width:32px;height:36px}
.vt-side-nav a span{width:12px;height:3px;border-radius:2px;background:#a7b8cd;transition:width .2s ease,background-color .2s ease}
.vt-side-nav a[aria-current] span{width:22px;background:var(--blue)}
.vt-side-nav a:hover span{background:var(--blue)}
.vt-side-nav a:focus-visible{outline:2px solid var(--focus);outline-offset:-2px}
#vt-world{scroll-padding-top:0}
@media(min-width:1024px){
  #vt-world{container-type:size;scroll-snap-type:y proximity}
  #vt-world .vt-section{height:100cqh;min-height:0;padding:clamp(18px,4cqh,40px) max(48px,var(--landing-gutter));display:flex;flex-direction:column;gap:clamp(12px,2.5cqh,24px);scroll-snap-align:start;scroll-snap-stop:normal}
  .vt-heading{flex:none;margin:0}
  .vt-heading h1,.vt-heading h2{font-size:clamp(28px,5.5cqh,48px);line-height:1.12}
  .vt-heading p{font-size:clamp(14px,2.2cqh,18px);margin-top:10px;line-height:1.45}
  .vt-showcase{flex:1;min-height:0;padding:clamp(14px,2.5cqh,24px);gap:12px 24px;grid-template-columns:minmax(235px,27%) minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto}
  .vt-categories{min-height:0;justify-content:space-between}
  .vt-categories button{font-size:clamp(14px,2cqh,18px);min-height:0;padding:clamp(5px,1cqh,10px) 0;line-height:1.3}
  .vt-categories button>span{width:24px;height:24px;font-size:11px}
  .vt-categories button[aria-pressed=true]::before{top:8px;bottom:8px}
  .vt-tour-copy h2{font-size:clamp(20px,3.2cqh,28px);line-height:1.15}
  .vt-tour-copy p{font-size:clamp(13px,1.9cqh,16px);line-height:1.4;margin-top:8px}
  .vt-player{min-height:0}
  .vt-next{flex:none;margin:0;min-height:32px;font-size:14px}
  .vt-estimator{flex:1;min-height:0;padding:12px;gap:16px}
  .vt-stages{padding:12px;overflow:auto}
  .vt-stages li{min-height:44px;padding:10px 16px;font-size:16px}
  .vt-stage-note{margin-top:16px;padding:16px}
  .vt-chat{min-height:0;padding:clamp(14px,2.5cqh,24px);gap:12px;overflow-y:auto}
  .vt-chat>*{flex-shrink:0}
  .vt-chat-log{max-height:24cqh;min-height:48px}
  .vt-bubble{padding:10px 14px;font-size:14px}
  .vt-upload-button{min-height:48px;font-size:14px}
  .vt-file-help{font-size:12px}
  .vt-suggestions button{font-size:14px;min-height:36px;padding:6px 12px}
  .vt-composer{position:sticky;bottom:0;background:white}
  .vt-faq-grid{flex:1;min-height:0;gap:24px;align-items:start}
  .vt-accordions{gap:12px;max-height:100%;overflow:auto;padding:2px}
  .vt-accordions summary{min-height:clamp(48px,9cqh,76px);padding:12px 0;font-size:clamp(14px,2.2cqh,18px)}
  .vt-accordions details p{font-size:14px;padding-bottom:16px}
  .vt-contact{max-height:100%;overflow:auto;padding:clamp(18px,3cqh,32px)}
  .vt-contact h3{font-size:clamp(22px,4cqh,34px)}
  .vt-contact p{font-size:clamp(14px,2cqh,16px);margin-top:12px}
  .vt-contact .button{min-height:44px;margin-top:16px;font-size:14px}
  .vt-cloned-footer{scroll-snap-align:end}
}
@media(max-width:1023px){.vt-side-nav{right:0}.vt-section{padding-right:36px}}
@media(prefers-reduced-motion:reduce){.vt-side-nav a span{transition:none}}

/* Compact case selector, with a reserved, explicitly unpublished client review. */
.vt-showcase{border-radius:24px}
.vt-categories{justify-content:flex-start;gap:4px}
.vt-categories button{border:0;border-radius:10px;padding:10px 14px;min-height:40px;justify-content:flex-start;line-height:1.3;font-weight:400}
.vt-categories button>span,.vt-categories button[aria-pressed=true]>span,.vt-categories button[aria-pressed=true]::before{display:none}
.vt-categories button[aria-pressed=true]{background:var(--vt-pale);color:var(--blue);font-weight:500}
.vt-categories button:hover{background:#f4f7fb}
.vt-categories button[aria-pressed=true]:hover{background:var(--vt-pale)}
.vt-tour-copy{align-self:stretch;min-height:0;padding:20px;background:#f6f8fb;border-radius:14px;display:flex;flex-direction:column;justify-content:center}
.vt-case-label{font-size:12px;color:var(--muted);margin-bottom:8px}
.vt-tour-copy h2{font-size:20px;line-height:1.2}
.vt-case-review{display:flex;align-items:center;gap:12px;margin-top:20px}
.vt-review-photo{width:44px;height:44px;flex:none;display:grid;place-items:center;border:1px dashed #c6d3e3;border-radius:12px;color:#8297b2;background:white}
.vt-review-photo svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.5;fill:none;stroke-linecap:round}
.vt-case-review h3{font-size:14px;line-height:1.4;font-weight:500}
.vt-case-review p{font-size:13px;line-height:1.5;margin-top:4px}
@media(min-width:1024px){
  .vt-showcase{grid-template-columns:minmax(255px,28%) minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);padding:clamp(14px,2.5cqh,24px);gap:16px 24px}
  .vt-categories button{min-height:38px;padding:9px 12px;font-size:clamp(14px,2cqh,16px)}
  .vt-tour-copy{padding:clamp(14px,2.5cqh,24px);overflow:auto}
  .vt-tour-copy h2{font-size:clamp(17px,2.6cqh,23px)}
  .vt-case-review{margin-top:clamp(12px,2.4cqh,24px)}
  .vt-player{border-radius:12px}
}
@media(max-width:1023px){.vt-showcase{gap:16px}.vt-categories{gap:6px}.vt-categories button{padding:10px;min-height:44px}.vt-tour-copy{grid-row:3}.vt-player{grid-row:2;aspect-ratio:4/3}.vt-case-review p{font-size:13px}}
@media(min-width:1024px) and (max-height:760px){.vt-tour-copy{padding:12px}.vt-case-label{margin-bottom:6px}.vt-case-review{margin-top:10px;gap:10px}.vt-case-review p{font-size:12px;line-height:1.4}.vt-review-photo{width:36px;height:36px}}
.vt-why .vt-heading{text-align:center}
.vt-why .vt-heading p{margin-inline:auto}
.vt-why-layout{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(0,1fr);gap:28px;align-items:center}
.vt-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.vt-benefits article{display:flex;align-items:flex-start;gap:12px;border:1px solid var(--vt-border);border-radius:14px;padding:18px;background:#fff}
.vt-benefits article{position:relative;transition:background-color .15s ease,color .15s ease,border-color .15s ease}
.vt-benefits article.vt-benefit-highlight{background:var(--vt-pale);border-color:var(--vt-pale)}
.vt-benefit-select{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:inherit;background:transparent;cursor:pointer}
.vt-benefit-select:focus-visible{outline:3px solid var(--ink);outline-offset:3px}
.vt-benefits article:not(.vt-benefit-highlight):hover{border-color:#7dbaff;background:#f3f8ff}
.vt-benefit-icon{width:26px;height:26px;flex:none;stroke:var(--blue);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;fill:none}
.vt-why-visual{margin:0;min-width:0;align-self:center;display:grid}
.vt-why-visual>img{display:block;grid-area:1/1;width:100%;height:auto;object-fit:contain;opacity:0;pointer-events:none}
.vt-why-visual>img.is-active{opacity:1}
.vt-why-visual figcaption{display:flex;align-items:center;justify-content:center;gap:12px;font-size:13px;color:var(--muted);white-space:nowrap}
.vt-why-visual figcaption>span:last-child{color:var(--blue)}
.vt-why-visual figcaption svg{width:32px;height:16px;stroke:var(--blue);stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}
.vt-benefits h3{font-size:1.25rem;font-weight:600;line-height:1.25;letter-spacing:-.02em}
.vt-benefits p{margin-top:10px;color:var(--muted);font-size:1rem;line-height:1.5;text-wrap:pretty}
.vt-reviews>h3{text-align:center;font-size:1.5rem;line-height:1.25;font-weight:600;margin-bottom:16px;letter-spacing:-.02em}
.vt-reviews-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.vt-review-placeholder{border:1px dashed var(--vt-border);border-radius:14px;padding:20px}
.vt-review-placeholder>span{font-size:.9375rem;font-weight:500}
.vt-review-placeholder p{font-size:.875rem;color:var(--muted);margin-top:6px;line-height:1.45}
.vt-accordions details.vt-animated{overflow:hidden;transition:height .32s cubic-bezier(.2,0,0,1),border-color .2s ease}
.vt-animated.vt-expanded{border-color:#a4c8f5}
.vt-animated p{opacity:0;transform:translateY(-6px);transition:opacity .22s ease-out,transform .3s cubic-bezier(.2,0,0,1)}
.vt-animated.vt-expanded p{opacity:1;transform:translateY(0)}
.vt-animated summary>span::before,.vt-animated summary>span::after{inset:0;width:22px;height:22px;background:none;display:grid;place-items:center;line-height:1;font-size:26px;font-weight:400;transition:opacity .3s cubic-bezier(.2,0,0,1),scale .3s cubic-bezier(.2,0,0,1),filter .3s cubic-bezier(.2,0,0,1)}
.vt-animated summary>span::before{content:'+';opacity:1;scale:1;filter:blur(0)}
.vt-animated summary>span::after,.vt-animated[open] summary>span::after{content:'−';transform:none;opacity:0;scale:.25;filter:blur(4px)}
.vt-expanded summary>span::before{opacity:0;scale:.25;filter:blur(4px)}
.vt-expanded[open] summary>span::after{opacity:1;scale:1;filter:blur(0)}
@media(min-width:1024px){
  #vt-world .vt-why{height:auto;min-height:100cqh;justify-content:center;gap:clamp(14px,2.8cqh,28px)}
  .vt-why-layout{gap:clamp(16px,2vw,32px)}
  .vt-benefits{gap:clamp(10px,1.8cqh,16px)}
  .vt-benefits article{padding:clamp(12px,2cqh,20px);gap:10px}
  .vt-benefits h3{font-size:clamp(16px,2.5cqh,21px)}
  .vt-benefits p{font-size:clamp(13px,1.8cqh,15px);margin-top:6px;line-height:1.45}
  .vt-why-visual>img{max-height:47cqh}
  .vt-reviews>h3{font-size:clamp(20px,3cqh,28px);margin-bottom:clamp(10px,1.8cqh,16px)}
  .vt-review-placeholder{padding:clamp(12px,2cqh,20px)}
  #vt-world .vt-questions{height:auto;padding-bottom:32px}
  .vt-faq-grid{flex:none;align-items:stretch}
  .vt-accordions{max-height:none;overflow:visible}
  .vt-contact{align-self:stretch;max-height:none;overflow:visible;margin-top:0;display:flex;flex-direction:column;justify-content:center}
}
@media(max-width:1023px){
  .vt-why{display:flex;flex-direction:column;gap:28px}
  .vt-why .vt-heading{margin-bottom:0}
  .vt-why-layout{grid-template-columns:1fr;gap:24px}
  .vt-why-visual{grid-row:1;max-width:300px;justify-self:center}
  .vt-benefits{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .vt-benefits h3{font-size:1.125rem}
  .vt-benefits p{font-size:.9375rem}
  .vt-reviews-list{grid-template-columns:1fr}
  .vt-review-placeholder{padding:16px}
  .vt-questions{padding-bottom:24px}
}
@media(max-width:540px){.vt-benefits{grid-template-columns:1fr}.vt-why-visual{max-width:260px}.vt-benefits article{padding:16px}}
@media(min-width:1024px) and (max-width:1150px){
  #vt-world .vt-why{padding-block:18px;gap:14px}
  .vt-why-layout{grid-template-columns:minmax(0,2.4fr) minmax(0,1fr);gap:16px}
  .vt-benefits{gap:10px}
  .vt-benefits article{padding:10px;gap:8px}
  .vt-benefit-icon{width:22px;height:22px}
  .vt-benefits h3{font-size:16px}
  .vt-why-visual figcaption{gap:6px;font-size:11px}
  .vt-why-visual figcaption svg{width:20px}
}
@media(prefers-reduced-motion:reduce){.vt-accordions details.vt-animated,.vt-animated p,.vt-animated summary>span::before,.vt-animated summary>span::after{transition:none}}
@media(max-width:1023px){.vt-why-visual{position:sticky;top:8px;z-index:2;align-self:start;width:180px;background:#fff;border-radius:14px}.vt-why-visual>img{height:180px}.vt-why-layout{align-items:start}}
@media(prefers-reduced-motion:reduce){.vt-why-visual>img,.vt-benefits article{transition:none}}

/* The estimator follows its content, not an artificially stretched chat panel. */
.vt-estimator{align-items:start}
.vt-composer{margin-top:0;position:static}
.vt-chat-log{min-height:0}
.vt-chat-workspace{display:flex;flex-direction:column;gap:12px}
.vt-chat-workspace:focus-visible{outline:2px solid var(--focus);outline-offset:2px}
.vt-thumbnails{max-height:190px;overflow-y:auto;overscroll-behavior:contain}
.vt-photo-report{max-height:150px;overflow-y:auto;overscroll-behavior:contain}
.vt-step-number{display:grid;place-items:center;width:30px;height:30px;flex:none;border-radius:9px;background:#fff;border:1px solid #c4d4e8;color:var(--muted);font-size:14px;font-weight:500}
.vt-stages li[aria-current]{background:#fff;color:var(--ink);font-weight:500}
.vt-stages li[aria-current] .vt-step-number{background:var(--blue);border-color:var(--blue);color:#fff}
.vt-stages li.vt-step-complete .vt-step-number{background:#dbeaff;border-color:#a8cfff;color:#0063c6}
.vt-stages li[aria-current] .vt-step-arrow{color:var(--blue)}
@media(min-width:1024px){
  #vt-world #vt-estimate{height:auto;min-height:0}
  .vt-estimator{flex:none;height:clamp(320px,61cqh,630px);max-height:calc(100cqh - 170px);grid-template-columns:minmax(210px,24%) minmax(0,1fr);gap:12px;padding:12px;border-radius:24px}
  .vt-stages{height:100%;min-height:0;padding:12px 8px;overflow:auto}
  .vt-stages-label{font-size:16px;margin:0 10px 12px}
  .vt-stages li{min-height:48px;padding:8px 10px;font-size:15px;gap:10px;border-radius:12px}
  .vt-stage-note{padding:16px 10px 0;margin-top:16px}
  .vt-stage-note h3{font-size:16px;line-height:1.35}
  .vt-stage-note p{font-size:14px;line-height:1.5;margin-top:8px}
  .vt-chat{height:100%;min-height:0;padding:20px;gap:12px;overflow:hidden;border-radius:12px}
  .vt-chat-workspace{flex:1 1 0;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:2px}
  .vt-chat-workspace>*{flex-shrink:0}
  .vt-chat-log{flex:1 0 auto;min-height:96px;max-height:clamp(160px,28cqh,300px);gap:10px}
  .vt-upload-button{min-height:44px}
  .vt-composer{position:static;margin-top:0;padding:6px;border-radius:14px}
  .vt-composer textarea{font-size:14px}
  .vt-handoff{min-height:32px;font-size:13px}
}
@media(max-width:1023px){
  .vt-stages{padding:8px 4px}
  .vt-stages-label{margin-bottom:12px}
  .vt-stages li{padding:8px 4px;border-radius:12px;gap:6px}
  .vt-stage-note{padding:12px 4px 0;margin-top:12px}
  .vt-stage-note p{margin-top:6px}
  .vt-chat{gap:12px}
  .vt-chat-log{max-height:260px}
  .vt-thumbnails{max-height:180px}
  .vt-upload-button{min-height:48px}
}

/* Website assistant: state comes from the upload worker and pricing service. */
.vt-chat-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-bottom:10px;border-bottom:1px solid var(--vt-border);font-size:13px}
.vt-assistant-label{display:flex;align-items:center;gap:7px;font-weight:500}.vt-assistant-label>span:last-child{color:var(--muted);font-weight:400}
.vt-online-dot{width:7px;height:7px;flex:none;border-radius:50%;background:oklch(.59 .12 157)}
.vt-service{font:inherit;color:var(--ink);background:var(--vt-pale);border:1px solid var(--vt-border);border-radius:8px;padding:7px 24px 7px 9px;max-width:100%}
.vt-bubble>p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.vt-bubble.assistant{animation:vt-answer-in .22s cubic-bezier(.22,1,.36,1) both}
.vt-answer-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.vt-answer-actions a,.vt-quote-contact{display:inline-flex;align-items:center;gap:8px;min-height:36px;font-size:13px;font-weight:500;color:var(--blue);text-decoration:none}.vt-answer-actions a::after,.vt-quote-contact::after{content:'↗'}
.vt-answer-actions a{border-bottom:1px solid oklch(.84 .055 252)}.vt-answer-actions a:hover,.vt-quote-contact:hover{text-decoration:underline}
.vt-stage-meter{height:4px;border-radius:4px;overflow:hidden;background:oklch(.86 .025 252);margin-top:18px}.vt-stage-meter>span{display:block;height:100%;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.22,1,.36,1)}
.vt-stage-note .vt-stage-count{font-size:12px;line-height:1.5;margin-top:8px}
.vt-stages li,.vt-step-number{transition:background-color .2s,color .2s,border-color .2s}
.vt-thumbnail{position:relative;flex:0 0 106px;overflow:hidden;animation:vt-answer-in .22s ease-out}.vt-thumbnail img{width:106px;height:78px;object-fit:cover}.vt-thumbnail figcaption{font-size:11px;line-height:1.4;padding:5px 7px}
.vt-thumbnail[data-state=suitable] figcaption{color:oklch(.39 .08 156);background:oklch(.96 .025 156)}.vt-thumbnail[data-state=rejected] figcaption,.vt-thumbnail[data-state=error] figcaption{color:oklch(.45 .11 50);background:oklch(.96 .026 65)}
.vt-thumbnail[data-state=analyzing]::after{content:'';position:absolute;inset:0 0 auto;height:3px;background:var(--blue);animation:vt-photo-scan 1.3s ease-in-out infinite}
.vt-photo-remove{position:absolute;right:3px;top:3px;display:grid;place-items:center;min-width:28px;min-height:28px;padding:0;border:1px solid var(--vt-border);border-radius:50%;background:oklch(.99 .005 252);color:var(--ink);font:20px/1 inherit;cursor:pointer}
.vt-photo-remove:disabled{opacity:.4;cursor:wait}.vt-photo-report{padding:0;border:0;background:transparent;font-size:13px}.vt-photo-report summary{cursor:pointer;color:var(--muted);padding:8px 0}.vt-photo-report ul{margin:4px 0 8px;padding-left:20px;line-height:1.55}.vt-photo-report li+li{margin-top:6px}
.vt-object-choice{border:0;padding:0;margin:0;min-width:0}.vt-object-choice legend{font-size:14px;font-weight:500;padding:0}.vt-object-choice>p{font-size:12px;color:var(--muted);margin:5px 0 10px}.vt-object-options{display:flex;flex-wrap:wrap;gap:6px}.vt-object-options button{font:inherit;font-size:13px;min-height:38px;padding:8px 12px;border:1px solid var(--vt-border);border-radius:9px;background:oklch(.99 .005 252);color:var(--ink);cursor:pointer}.vt-object-options button[aria-pressed=true]{border-color:var(--blue);background:var(--vt-pale);color:var(--blue)}.vt-object-options button[aria-pressed=true]::before{content:'✓ ';}.vt-object-options button:hover{border-color:var(--blue)}.vt-object-options button:disabled{opacity:.6;cursor:wait}
.vt-estimate-result{border:1px solid oklch(.84 .055 252);border-radius:12px;padding:16px;background:oklch(.975 .012 252);animation:vt-answer-in .24s ease-out}.vt-quote-label{font-size:12px;color:var(--muted)}.vt-quote-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:8px 0 14px}.vt-quote-heading strong{font-size:26px;line-height:1.2;font-weight:600;letter-spacing:-.03em}.vt-quote-heading>span{font-size:13px;color:var(--muted)}.vt-quote-lines{display:grid;grid-template-columns:1fr auto;gap:7px 14px;margin:0;font-size:13px}.vt-quote-lines dd{margin:0;text-align:right;font-variant-numeric:tabular-nums}.vt-estimate-result .vt-quote-note{font-size:12px;line-height:1.5;color:var(--muted);margin:12px 0 0}.vt-quote-contact{margin-top:8px}
.vt-chat :is(button,a,select,summary):focus-visible{outline:2px solid var(--blue);outline-offset:3px}
@keyframes vt-answer-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
@keyframes vt-photo-scan{0%,100%{transform:translateY(0);opacity:.4}50%{transform:translateY(75px);opacity:1}}
@media(max-width:540px){.vt-chat-heading{gap:8px}.vt-assistant-label>span:last-child{display:none}.vt-service{font-size:12px}.vt-object-options button{min-height:42px}.vt-quote-heading strong{font-size:24px}}
@media(prefers-reduced-motion:reduce){.vt-bubble.assistant,.vt-thumbnail,.vt-thumbnail[data-state=analyzing]::after,.vt-estimate-result{animation:none}.vt-stage-meter>span,.vt-stages li,.vt-step-number{transition:none}}

.vt-thumbnails{display:flex;flex-wrap:wrap;gap:10px}.vt-thumbnail img{width:106px;height:78px}.vt-photo-remove{font-family:inherit;font-size:20px;line-height:1}.vt-step-icon{position:relative}.vt-step-complete .vt-step-icon::after{content:"✓";position:absolute;right:-6px;bottom:-4px;display:grid;place-items:center;width:16px;height:16px;border-radius:50%;background:oklch(.91 .05 155);color:oklch(.39 .08 156);font-size:11px}.vt-bubble.assistant:first-child .vt-answer-actions a{color:oklch(.87 .07 252)}

/* One scrolling transcript keeps messages whole and the composer reachable. */
.vt-chat-log{overflow:visible;max-height:none;min-height:0;flex:0 0 auto}.vt-bubble{flex-shrink:0}.vt-chat-workspace{overflow-y:auto;overscroll-behavior:contain}.vt-bubble{white-space:normal}
@media(max-width:1023px){.vt-chat-workspace{max-height:480px}.vt-chat-heading,.vt-composer{flex-shrink:0}}

/* Operator messages arrive in the same transcript even while the AI is idle. */
.vt-chat-purpose{font-size:12px;color:var(--muted)}
.vt-operator-status{padding:10px 12px;border:1px solid oklch(.82 .05 157);border-radius:10px;background:oklch(.97 .018 157);color:oklch(.38 .055 157);font-size:13px;line-height:1.45;flex-shrink:0}
.vt-bubble.operator{background:oklch(.955 .024 157);border:1px solid oklch(.84 .035 157);color:var(--ink)}
.vt-message-author{display:block;font-size:12px;font-weight:500;color:oklch(.38 .055 157);margin-bottom:6px}
.vt-bubble.system{background:transparent;padding:6px 2px;border-radius:0;color:var(--muted);font-size:12px;max-width:100%}
@media(max-width:540px){.vt-chat-purpose{font-size:11px}}
