.wd-cta{position:relative;isolation:isolate;overflow:hidden;background:color-mix(in srgb,var(--wd-bg-2) 70%,var(--wd-bg));border-block:1px solid var(--wd-line)}.wd-cta__atmos{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.wd-cta__glow{position:absolute;inset:-22%;background:radial-gradient(58% 62% at 50% 116%,color-mix(in srgb,var(--wd-accent) 24%,transparent) 0,transparent 70%),radial-gradient(40% 50% at 50% 104%,color-mix(in srgb,var(--wd-accent-soft) 16%,transparent) 0,transparent 72%),radial-gradient(72% 54% at 50% 128%,color-mix(in srgb,var(--wd-ember) 15%,transparent) 0,transparent 74%);filter:blur(30px);will-change:opacity,transform;animation:wd-cta-breathe 16s ease-in-out infinite}.wd-cta__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(1.1rem,.85rem + 1.3vh,1.7rem);max-width:40rem;margin-inline:auto}.wd-cta__title{margin:0;max-width:18ch;font-family:var(--font-bricolage),ui-sans-serif,system-ui,sans-serif;font-weight:500;font-size:clamp(2.05rem,1.5rem + 2.6vw,3.25rem);line-height:1.08;letter-spacing:-.02em;text-wrap:balance;color:var(--wd-fg)}.wd-cta__lead{margin:0;max-width:52ch;font-size:clamp(1.02rem,.96rem + .35vw,1.18rem);line-height:1.6;color:var(--wd-fg-muted)}.wd-cta__action{display:flex;justify-content:center;margin-top:clamp(.4rem,.2rem + .6vh,.85rem)}.wd-cta .wd-btn--primary{padding-block:.95rem;padding-inline:1.7rem;font-size:1.02rem;box-shadow:0 14px 40px -16px color-mix(in srgb,var(--wd-accent) 66%,transparent)}.wd-cta__note{margin:0;max-width:46ch;font-size:.9rem;line-height:1.55;color:var(--wd-fg-subtle)}@keyframes wd-cta-breathe{0%,to{opacity:.92;transform:translateZ(0) scale(1)}50%{opacity:1;transform:translate3d(0,-1.2%,0) scale(1.02)}}@media (prefers-reduced-motion:reduce){.wd-cta__glow{animation:none}}.wd-vetting__layout{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(1.75rem,1rem + 3vw,3.5rem);align-items:stretch}.wd-vetting__field{position:relative;display:flex;flex-direction:column;gap:1.25rem;margin:0;padding:clamp(1.4rem,1.1rem + 1.4vw,2.1rem);border-radius:var(--wd-radius-lg);background:var(--wd-bg-2);border:1px solid var(--wd-line-strong);background-image:radial-gradient(120% 80% at 50% -10%,color-mix(in srgb,var(--wd-accent) 7%,transparent),transparent 60%);box-shadow:inset 0 1px 0 rgba(255,250,240,.05),0 14px 38px -16px rgba(0,0,0,.6)}.wd-vetting__field-cap{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.wd-vetting__field-label{font-size:.85rem;color:var(--wd-fg-subtle)}.wd-vetting__field-count{display:inline-flex;align-items:baseline;gap:.35rem;font-family:var(--font-bricolage),ui-sans-serif,system-ui,sans-serif;letter-spacing:-.02em}.wd-vetting__field-now{font-size:1.7rem;font-weight:600;color:var(--wd-accent);line-height:1;transition:color .5s var(--wd-ease)}.wd-vetting__grid.is-final .wd-vetting__field-now{color:var(--wd-accent-soft)}.wd-vetting__field-sep{color:var(--wd-fg-subtle);font-size:1.05rem}.wd-vetting__field-pool{font-size:1.05rem;color:var(--wd-fg-muted)}.wd-vetting__grid{display:grid;grid-template-columns:repeat(30,1fr);gap:clamp(3px,.4vw,6px);-webkit-mask-image:radial-gradient(125% 120% at 50% 48%,#000 72%,transparent 100%);mask-image:radial-gradient(125% 120% at 50% 48%,#000 72%,transparent 100%)}.wd-vetting__dot{aspect-ratio:1;border-radius:50%;background:rgba(241,234,224,.07);transition:background-color .55s var(--wd-ease),transform .55s var(--wd-ease),opacity .55s var(--wd-ease)}.wd-vetting__dot.is-lit{background:color-mix(in srgb,var(--wd-accent) 78%,var(--wd-bg-2))}.wd-vetting__dot.is-elite{background:radial-gradient(circle at 38% 32%,var(--wd-accent-soft),var(--wd-ember) 72%);transform:scale(1.55)}.wd-vetting__field-foot{margin:0;padding-top:1.1rem;border-top:1px solid var(--wd-line);font-size:.92rem;line-height:1.55;color:var(--wd-fg-muted)}.wd-vetting__list,.wd-vetting__steps{display:flex;flex-direction:column}.wd-vetting__list{list-style:none;margin:0;padding:0;gap:.6rem}.wd-vetting__step,.wd-vetting__step-btn{border-radius:var(--wd-radius)}.wd-vetting__step-btn{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.95rem;width:100%;text-align:left;cursor:pointer;padding:.95rem 1.1rem;background:var(--wd-bg-2);border:1px solid var(--wd-line);font-family:inherit;color:inherit;transition:background-color .35s var(--wd-ease),border-color .35s var(--wd-ease),transform .35s var(--wd-ease)}.wd-vetting__step-btn:hover{background:var(--wd-bg-3);border-color:var(--wd-line-strong)}.wd-vetting__step-btn:focus-visible{outline:2px solid var(--wd-accent);outline-offset:2px}.wd-vetting__step.is-active .wd-vetting__step-btn{background:color-mix(in srgb,var(--wd-accent) 12%,var(--wd-bg-2));border-color:color-mix(in srgb,var(--wd-accent) 40%,var(--wd-line-strong))}.wd-vetting__step-marker{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--wd-bg);border:1px solid var(--wd-line-strong);transition:background-color .35s var(--wd-ease),border-color .35s var(--wd-ease)}.wd-vetting__step-index{font-family:var(--font-geist-mono),ui-monospace,monospace;font-size:.72rem;font-weight:500;color:var(--wd-fg-subtle);transition:color .35s var(--wd-ease)}.wd-vetting__step.is-active .wd-vetting__step-marker,.wd-vetting__step.is-done .wd-vetting__step-marker{background:var(--wd-accent);border-color:var(--wd-accent)}.wd-vetting__step.is-active .wd-vetting__step-index,.wd-vetting__step.is-done .wd-vetting__step-index{color:#16120e}.wd-vetting__step-body{display:flex;flex-direction:column;gap:.2rem;min-width:0}.wd-vetting__step-title{font-family:var(--font-bricolage),ui-sans-serif,system-ui,sans-serif;font-weight:500;font-size:1.02rem;line-height:1.25;color:var(--wd-fg-muted);transition:color .35s var(--wd-ease)}.wd-vetting__step.is-active .wd-vetting__step-title{color:var(--wd-fg)}.wd-vetting__step-detail{font-size:.86rem;line-height:1.45;color:var(--wd-fg-subtle)}.wd-vetting__step-num{font-family:var(--font-bricolage),ui-sans-serif,system-ui,sans-serif;font-weight:600;font-size:1.35rem;letter-spacing:-.02em;color:var(--wd-fg-muted);transition:color .35s var(--wd-ease)}.wd-vetting__step.is-active .wd-vetting__step-num{color:var(--wd-accent)}.wd-vetting__rate{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--wd-line)}.wd-vetting__rate-value{display:flex;align-items:baseline;gap:.6rem;margin:0}.wd-vetting__rate-num{font-family:var(--font-bricolage),ui-sans-serif,system-ui,sans-serif;font-weight:600;font-size:clamp(2.6rem,1.9rem + 3vw,3.6rem);line-height:.95;letter-spacing:-.03em;color:var(--wd-accent)}.wd-vetting__rate-unit{font-size:.95rem;font-weight:600;color:var(--wd-fg-muted)}.wd-vetting__rate-cap{margin:.85rem 0 0;max-width:40ch;font-size:.95rem;line-height:1.6;color:var(--wd-fg-muted)}.wd-vetting__cta{margin-top:1.4rem}@media (prefers-reduced-motion:reduce){.wd-vetting__dot,.wd-vetting__field-now,.wd-vetting__step-btn,.wd-vetting__step-index,.wd-vetting__step-marker,.wd-vetting__step-num,.wd-vetting__step-title{transition:none}}@media (max-width:880px){.wd-vetting__layout{grid-template-columns:1fr;gap:1.75rem}}@media (max-width:560px){.wd-vetting__step-btn{grid-template-columns:auto 1fr;gap:.75rem}.wd-vetting__step-num{display:none}.wd-vetting__field-cap{flex-direction:column;align-items:flex-start;gap:.3rem}}.wd-problem__grid{display:grid;grid-template-columns:1fr;gap:clamp(2.25rem,1.6rem + 3vw,3.75rem);align-items:center}@media (min-width:880px){.wd-problem__grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:clamp(2.5rem,1rem + 5vw,4.5rem)}}.wd-problem__copy{display:flex;flex-direction:column;gap:1.15rem;max-width:38rem}.wd-problem__kicker{margin:0;font-size:.8125rem;font-weight:600;letter-spacing:.01em;color:var(--wd-accent)}.wd-problem__title{margin:0;font-family:var(--font-bricolage),ui-sans-serif,system-ui,sans-serif;font-weight:500;font-size:clamp(1.85rem,1.35rem + 2.2vw,2.8rem);line-height:1.12;letter-spacing:-.02em;text-wrap:balance;color:var(--wd-fg)}.wd-problem__lead{margin:0;max-width:60ch;font-size:clamp(1rem,.96rem + .3vw,1.1rem);line-height:1.65;color:var(--wd-fg-muted)}.wd-problem__contrast{margin:0;display:flex;flex-direction:column;gap:1.1rem}.wd-problem__contrast-cap{font-size:.85rem;font-weight:600;color:var(--wd-fg-subtle)}.wd-problem__track{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.wd-problem__step{position:relative;padding-left:1.85rem;padding-block:1.15rem;display:flex;flex-direction:column;gap:.3rem}.wd-problem__step:before{content:"";position:absolute;left:0;top:1.55rem;width:.6rem;height:.6rem;border-radius:50%;background:var(--wd-bg-4);outline:4px solid var(--wd-bg)}.wd-problem__step:not(:last-child):after{content:"";position:absolute;left:calc(.3rem - .5px);top:1.85rem;bottom:-1.85rem;width:1px;background:linear-gradient(to bottom,var(--wd-line-strong) 0,color-mix(in srgb,var(--wd-accent) 55%,transparent) 100%)}.wd-problem__step-figure{font-family:var(--font-bricolage),ui-sans-serif,system-ui,sans-serif;font-weight:500;font-size:clamp(1.6rem,1.25rem + 1.4vw,2.1rem);line-height:1.08;letter-spacing:-.02em;color:var(--wd-fg)}.wd-problem__step-label{font-size:.9rem;font-weight:600;color:var(--wd-fg)}.wd-problem__step-note{font-size:.875rem;line-height:1.55;color:var(--wd-fg-subtle)}.wd-problem__step--slow .wd-problem__step-figure{color:var(--wd-fg-muted)}.wd-problem__step--fast{margin-top:1.85rem;padding:1.4rem 1.4rem 1.4rem 1.85rem;border-radius:var(--wd-radius-lg);border:1px solid var(--wd-line-strong);background:radial-gradient(120% 90% at 100% 0,color-mix(in srgb,var(--wd-accent) 7%,transparent) 0,transparent 60%),var(--wd-bg-2);box-shadow:inset 0 1px 0 0 rgba(255,250,240,.05)}.wd-problem__step--fast:before{left:1.4rem;background:var(--wd-accent);outline-color:var(--wd-bg-2)}.wd-problem__step--fast .wd-problem__step-figure{color:var(--wd-accent-soft)}@media (max-width:600px){.wd-problem__step,.wd-problem__step--fast{padding-left:1.65rem}.wd-problem__step--fast:before{left:1.2rem}}.wd-process__track{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:clamp(2.5rem,2rem + 3vh,4rem)}.wd-process__arc{position:relative}.wd-process__arc-head{margin-bottom:1.6rem;padding-left:calc(var(--wd-process-node) + var(--wd-process-gap))}.wd-process__arc-label{margin:0 0 .4rem;font-family:var(--font-bricolage),ui-sans-serif,system-ui,sans-serif;font-weight:600;font-size:clamp(1.2rem,1.05rem + .6vw,1.5rem);line-height:1.2;letter-spacing:-.01em;color:var(--wd-fg)}.wd-process__arc-blurb{margin:0;max-width:56ch;font-size:1rem;line-height:1.6;color:var(--wd-fg-muted)}.wd{--wd-process-node:3rem;--wd-process-gap:1.5rem}.wd-process__steps{position:relative;list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.1rem}.wd-process__steps:before{content:"";position:absolute;top:calc(var(--wd-process-node) / 2);bottom:calc(var(--wd-process-node) / 2);left:calc(var(--wd-process-node) / 2);width:2px;transform:translateX(-1px);border-radius:1px;background:linear-gradient(to bottom,transparent 0,color-mix(in srgb,var(--wd-accent) 38%,transparent) 12%,var(--wd-line-strong) 60%,color-mix(in srgb,var(--wd-line-strong) 0%,transparent) 100%)}.wd-process__step{position:relative;display:grid;grid-template-columns:var(--wd-process-node) 1fr;column-gap:var(--wd-process-gap);align-items:start}.wd-process__node{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.05rem;width:var(--wd-process-node);height:var(--wd-process-node);border-radius:50%;background:var(--wd-bg-3);border:1px solid var(--wd-line-strong);box-shadow:inset 0 1px 0 rgba(255,250,240,.05),0 10px 24px -14px rgba(0,0,0,.7)}.wd-process__ordinal{font-family:var(--font-geist-mono),ui-monospace,monospace;font-size:.78rem;font-weight:600;line-height:1;color:var(--wd-accent);font-variant-numeric:tabular-nums}.wd-process__node-icon{display:flex}.wd-process__node-icon svg{width:.95rem;height:.95rem;stroke:var(--wd-fg-subtle)}.wd-process__card{position:relative;padding:1.4rem 1.5rem;border-radius:var(--wd-radius);background:var(--wd-bg-2);border:1px solid var(--wd-line);box-shadow:inset 0 1px 0 rgba(255,250,240,.04),0 14px 38px -22px rgba(0,0,0,.6);transition:border-color .25s var(--wd-ease),background-color .25s var(--wd-ease),transform .25s var(--wd-ease)}.wd-process__step:hover .wd-process__card{border-color:color-mix(in srgb,var(--wd-accent) 34%,var(--wd-line-strong));background:color-mix(in srgb,var(--wd-bg-3) 45%,var(--wd-bg-2));transform:translateY(-2px)}.wd-process__step-title{margin:0 0 .4rem;font-family:var(--font-bricolage),ui-sans-serif,system-ui,sans-serif;font-weight:600;font-size:1.18rem;line-height:1.25;letter-spacing:-.01em;color:var(--wd-fg)}.wd-process__step-body{margin:0;max-width:60ch;font-size:.97rem;line-height:1.6;color:var(--wd-fg-muted)}.wd-process__chips{list-style:none;margin:.95rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.45rem}.wd-process__chip{font-size:.8rem;font-weight:600;line-height:1;color:var(--wd-fg-muted);padding:.42rem .7rem;border-radius:9999px;background:color-mix(in srgb,var(--wd-bg-4) 40%,transparent);border:1px solid var(--wd-line)}.wd-process__rail{margin-top:clamp(2.5rem,2rem + 3vh,3.5rem);padding-top:clamp(2rem,1.5rem + 2vh,2.75rem);border-top:1px solid var(--wd-line)}.wd-process__rail-label{display:inline-flex;align-items:center;gap:.55rem;margin:0 0 1.4rem;font-size:.8125rem;font-weight:600;letter-spacing:.01em;color:var(--wd-accent)}.wd-process__rail-dot{width:7px;height:7px;border-radius:50%;background:var(--wd-accent)}.wd-process__rail-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.wd-process__rail-item{display:flex;align-items:flex-start;gap:.9rem;padding:1.25rem 1.4rem;border-radius:var(--wd-radius);background:color-mix(in srgb,var(--wd-bg-2) 70%,var(--wd-bg));border:1px solid var(--wd-line)}.wd-process__rail-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2.4rem;height:2.4rem;border-radius:.7rem;background:color-mix(in srgb,var(--wd-accent) 12%,var(--wd-bg-3));border:1px solid color-mix(in srgb,var(--wd-accent) 22%,var(--wd-line-strong))}.wd-process__rail-icon svg{width:1.15rem;height:1.15rem;stroke:var(--wd-accent-soft)}.wd-process__rail-text{display:flex;flex-direction:column;gap:.3rem}.wd-process__rail-name{font-family:var(--font-bricolage),ui-sans-serif,system-ui,sans-serif;font-weight:600;font-size:1.05rem;line-height:1.25;letter-spacing:-.01em;color:var(--wd-fg)}.wd-process__rail-copy{font-size:.92rem;line-height:1.55;color:var(--wd-fg-muted)}.wd-process__cta{display:flex;flex-direction:column;align-items:center;gap:.7rem;margin-top:clamp(2.5rem,2rem + 3vh,3.5rem);text-align:center}.wd-process__cta-note{margin:0;font-size:.9rem;color:var(--wd-fg-subtle)}@media (max-width:720px){.wd{--wd-process-node:2.6rem;--wd-process-gap:1.1rem}.wd-process__rail-list{grid-template-columns:minmax(0,1fr)}.wd-process__card{padding:1.2rem 1.25rem}}@media (max-width:460px){.wd-process__step-title{font-size:1.08rem}}@media (prefers-reduced-motion:reduce){.wd-process__card,.wd-process__step:hover .wd-process__card{transition:none;transform:none}}.wd-hours__grid{display:grid;grid-template-columns:1fr;gap:clamp(2.25rem,1.6rem + 3vw,3.5rem);align-items:start}@media (min-width:940px){.wd-hours__grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(2.5rem,1rem + 5vw,4.5rem);align-items:center}}.wd-hours__copy{display:flex;flex-direction:column;gap:1.15rem;max-width:38rem}.wd-hours__kicker{margin:0;font-size:.8125rem;font-weight:600;letter-spacing:.01em;color:var(--wd-accent)}.wd-hours__title{margin:0;font-family:var(--font-bricolage),ui-sans-serif,system-ui,sans-serif;font-weight:500;font-size:clamp(1.85rem,1.35rem + 2.2vw,2.8rem);line-height:1.12;letter-spacing:-.02em;text-wrap:balance;color:var(--wd-fg)}.wd-hours__lead{margin:0;max-width:56ch;font-size:clamp(1rem,.96rem + .3vw,1.1rem);line-height:1.65;color:var(--wd-fg-muted)}.wd-hours__points{margin:.25rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.85rem}.wd-hours__point{display:flex;gap:.7rem;align-items:flex-start;font-size:1rem;line-height:1.5;color:var(--wd-fg-muted)}.wd-hours__check{flex:none;margin-top:.15rem;color:var(--wd-accent)}.wd-hours__breakdown{margin:.6rem 0 0;padding-top:1.4rem;border-top:1px solid var(--wd-line);display:flex;flex-direction:column;gap:.85rem}.wd-hours__breakdown-cap{font-size:.85rem;font-weight:600;color:var(--wd-fg-subtle)}.wd-hours__bar{display:flex;width:100%;height:.7rem;border-radius:9999px;overflow:hidden;background:var(--wd-bg-3)}.wd-hours__bar-seg{height:100%}.wd-hours__bar-seg:not(:last-child){box-shadow:inset -1px 0 0 0 var(--wd-bg)}.wd-hours__legend{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.5rem 1.15rem;font-size:.85rem;color:var(--wd-fg-muted)}.wd-hours__legend-item{display:inline-flex;align-items:center;gap:.45rem}.wd-hours__swatch{width:.7rem;height:.7rem;border-radius:3px;flex:none}.wd-hours__legend-hrs{color:var(--wd-fg);font-weight:600}.wd-hours__panel{position:relative;margin:0;display:flex;flex-direction:column;border-radius:var(--wd-radius-lg);border:1px solid var(--wd-line-strong);background:radial-gradient(120% 80% at 100% 0,color-mix(in srgb,var(--wd-accent) 6%,transparent) 0,transparent 58%),linear-gradient(180deg,rgba(255,250,240,.022) 0,transparent 16%),var(--wd-bg-2);box-shadow:0 14px 38px -22px rgba(0,0,0,.6);overflow:hidden}.wd-hours__panel-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:clamp(1.25rem,1rem + .8vw,1.6rem);border-bottom:1px solid var(--wd-line)}.wd-hours__panel-id{display:flex;align-items:center;gap:.85rem;min-width:0}.wd-hours__panel-ic{flex:none;display:grid;place-items:center;width:2.4rem;height:2.4rem;border-radius:.7rem;background:var(--wd-accent);color:#16120e}.wd-hours__panel-ic svg{width:1.3rem;height:1.3rem;stroke:currentColor}.wd-hours__panel-title{margin:0;font-family:var(--font-bricolage),ui-sans-serif,system-ui,sans-serif;font-weight:600;font-size:1.15rem;line-height:1.2;letter-spacing:-.01em;color:var(--wd-fg)}.wd-hours__panel-sub{margin:.15rem 0 0;font-size:.85rem;color:var(--wd-fg-subtle);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wd-hours__panel-total{flex:none;display:flex;flex-direction:column;align-items:flex-end;line-height:1.1}.wd-hours__panel-total-num{font-family:var(--font-geist-mono),ui-monospace,monospace;font-weight:500;font-size:clamp(1.35rem,1.1rem + 1vw,1.7rem);letter-spacing:-.01em;color:var(--wd-accent)}.wd-hours__panel-total-label{margin-top:.15rem;font-size:.75rem;color:var(--wd-fg-subtle)}.wd-hours__rows{margin:0;padding:0;list-style:none}.wd-hours__row{display:grid;grid-template-columns:3.75rem minmax(0,1fr) auto;align-items:baseline;gap:.5rem 1rem;padding:clamp(.85rem,.7rem + .4vw,1.05rem) clamp(1.25rem,1rem + .8vw,1.6rem)}.wd-hours__row:not(:last-child){border-bottom:1px solid var(--wd-line)}.wd-hours__row-date{font-family:var(--font-geist-mono),ui-monospace,monospace;font-size:.8rem;color:var(--wd-fg-subtle);white-space:nowrap}.wd-hours__row-task{display:flex;flex-direction:column;gap:.15rem;min-width:0;font-size:.975rem;font-weight:600;color:var(--wd-fg)}.wd-hours__row-detail{font-size:.825rem;font-weight:400;line-height:1.45;color:var(--wd-fg-subtle)}.wd-hours__row-hrs{font-family:var(--font-geist-mono),ui-monospace,monospace;font-size:.9rem;font-weight:500;color:var(--wd-fg);text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.wd-hours__panel-foot{display:flex;align-items:center;gap:.55rem;margin:0;padding:clamp(.95rem,.8rem + .4vw,1.15rem) clamp(1.25rem,1rem + .8vw,1.6rem);border-top:1px solid var(--wd-line);font-size:.825rem;line-height:1.45;color:var(--wd-fg-subtle)}.wd-hours__panel-foot-ic{flex:none;display:inline-flex;color:var(--wd-fg-subtle)}.wd-hours__panel-foot-ic svg{width:1rem;height:1rem;stroke:currentColor}@media (max-width:560px){.wd-hours__row{grid-template-columns:minmax(0,1fr) auto;gap:.2rem .85rem}.wd-hours__row-date{grid-column:1;grid-row:2;order:2}.wd-hours__row-task{grid-column:1;grid-row:1}.wd-hours__row-hrs{grid-column:2;grid-row:1}}.wd-reviews__rating{display:inline-flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.3rem .6rem;margin-top:.4rem}.wd-reviews__rating-score{display:inline-flex;align-items:baseline;gap:.25rem;font-family:var(--font-bricolage),ui-sans-serif,system-ui,sans-serif;letter-spacing:-.01em}.wd-reviews__rating-score b{font-weight:600;font-size:1.4rem;line-height:1;color:var(--wd-fg)}.wd-reviews__rating-of{font-size:1rem;color:var(--wd-fg-muted)}.wd-reviews__rating-meta{font-size:.9rem;color:var(--wd-fg-muted)}.wd-reviews__stars{color:var(--wd-accent-soft);letter-spacing:.1em;font-size:.82rem;line-height:1;white-space:nowrap}.wd-reviews__rows{display:flex;flex-direction:column;gap:clamp(1rem,.7rem + 1.2vw,1.5rem);margin-top:clamp(.5rem,.25rem + 1vh,1rem)}.wd-reviews__marquee{position:relative;width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.wd-reviews__track{display:flex;width:max-content;will-change:transform}.wd-reviews__track--left{animation:wd-reviews-left 64s linear infinite}.wd-reviews__track--right{animation:wd-reviews-right 64s linear infinite}.wd-reviews__marquee:focus-within .wd-reviews__track,.wd-reviews__marquee:hover .wd-reviews__track{animation-play-state:paused}.wd-reviews__row{display:flex;flex-shrink:0;align-items:stretch;gap:clamp(1rem,.7rem + 1.2vw,1.5rem);margin:0;padding:0 clamp(1rem,.7rem + 1.2vw,1.5rem) 0 0;list-style:none}.wd-reviews__cell{display:flex;flex-shrink:0;width:clamp(20rem,24vw + 12rem,27rem)}.wd-reviews__card{display:flex;flex-direction:column;gap:1rem;width:100%;margin:0;padding:clamp(1.5rem,1.2rem + .8vw,1.9rem);border:1px solid var(--wd-line-strong);border-radius:var(--wd-radius-lg);background:linear-gradient(180deg,rgba(255,250,240,.05),transparent 38%),var(--wd-bg-2);box-shadow:0 14px 38px -16px rgba(0,0,0,.6)}.wd-reviews__quote{margin:0;font-size:1.0625rem;line-height:1.6;color:var(--wd-fg);text-wrap:pretty}.wd-reviews__quote:before{content:"\201C";margin-right:.1em;color:var(--wd-fg-subtle)}.wd-reviews__quote:after{content:"\201D";margin-left:.05em;color:var(--wd-fg-subtle)}.wd-reviews__person{display:flex;align-items:center;gap:.8rem;margin-top:auto;padding-top:.5rem}.wd-reviews__avatar{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.6rem;height:2.6rem;border-radius:9999px;border:1px solid var(--wd-line-strong);background:radial-gradient(120% 120% at 30% 22%,var(--wd-bg-4),var(--wd-bg-3));color:var(--wd-accent-soft);font-family:var(--font-bricolage),ui-sans-serif,system-ui,sans-serif;font-weight:600;font-size:.9rem;letter-spacing:.01em;line-height:1}.wd-reviews__id{display:flex;flex-direction:column;gap:.15rem;min-width:0}.wd-reviews__name{font-weight:600;font-size:.95rem;line-height:1.2;color:var(--wd-fg)}.wd-reviews__role{font-size:.85rem;line-height:1.3;color:var(--wd-fg-muted)}@keyframes wd-reviews-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes wd-reviews-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@media (prefers-reduced-motion:reduce){.wd-reviews__marquee{-webkit-mask-image:none;mask-image:none}.wd-reviews__track{animation:none;width:100%}.wd-reviews__row{flex-wrap:wrap;justify-content:center;padding-right:0}.wd-reviews__row[aria-hidden=true]{display:none}.wd-reviews__cell{width:min(100%,27rem);flex:1 1 22rem}}@media (max-width:600px){.wd-reviews__cell{width:82vw}.wd-reviews__rating-meta{width:100%;text-align:center}}.wd-footer{position:relative;background:var(--wd-bg);border-top:1px solid var(--wd-line);padding-block:clamp(3rem,2.4rem + 3vh,4.75rem) clamp(1.75rem,1.4rem + 1.5vh,2.5rem)}.wd-footer__sr{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.wd-footer__top{display:grid;grid-template-columns:1fr;gap:clamp(2.25rem,1.8rem + 3vw,3.5rem)}@media (min-width:860px){.wd-footer__top{grid-template-columns:minmax(0,1.1fr) minmax(0,1.5fr);align-items:start}}.wd-footer__brand{display:flex;flex-direction:column;gap:1.1rem;max-width:30rem}.wd-footer__wordmark{display:inline-flex;align-items:center;gap:.6rem;width:fit-content;text-decoration:none;border-radius:.5rem;cursor:pointer}.wd-footer__wordmark:focus-visible{outline:2px solid var(--wd-accent);outline-offset:4px}.wd-footer__mark{display:block;height:auto;width:34px}.wd-footer__word{font-family:var(--font-bricolage),ui-sans-serif,system-ui,sans-serif;font-size:1.35rem;font-weight:500;letter-spacing:-.01em;color:var(--wd-fg)}.wd-footer__word b{font-weight:600;color:var(--wd-accent)}.wd-footer__tagline{margin:0;max-width:46ch;font-size:.975rem;line-height:1.6;color:var(--wd-fg-muted)}.wd-footer__cta{align-self:flex-start;margin-top:.15rem}.wd-footer__nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.75rem,1.4rem + 2vw,2.75rem) clamp(1.25rem,1rem + 2vw,2.5rem)}@media (min-width:560px){.wd-footer__nav{grid-template-columns:repeat(4,minmax(0,1fr))}}.wd-footer__col{display:flex;flex-direction:column;gap:.85rem;min-width:0}.wd-footer__col-title{margin:0;font-family:var(--font-hanken),ui-sans-serif,system-ui,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.01em;color:var(--wd-fg-subtle)}.wd-footer__links{display:flex;flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none}.wd-footer__link{display:inline-block;font-size:.95rem;line-height:1.4;color:var(--wd-fg-muted);text-decoration:none;border-radius:.25rem;transition:color .2s var(--wd-ease);cursor:pointer}.wd-footer__link:hover{color:var(--wd-fg)}.wd-footer__link:focus-visible{outline:2px solid var(--wd-accent);outline-offset:3px;color:var(--wd-fg)}.wd-footer__rule{height:1px;border:0;background:var(--wd-line);margin-block:clamp(2.25rem,1.8rem + 2.5vh,3.25rem) clamp(1.25rem,1rem + 1vh,1.75rem)}.wd-footer__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1.5rem}.wd-footer__copy{margin:0;font-size:.875rem;color:var(--wd-fg-subtle)}.wd-footer__proof{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--wd-fg-muted)}.wd-footer__proof b{color:var(--wd-fg);font-weight:600}.wd-footer__stars{color:var(--wd-accent-soft);letter-spacing:.08em;font-size:.8rem}@media (max-width:460px){.wd-footer__bottom{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.wd-footer__link{transition:none}}