/* OSHONIC guided finder v2 */
.osh-finder-v2{max-width:920px;margin:0 auto}
.osh-finder-v2__meta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--osh-muted,#666)}
.osh-finder-v2__progress{height:4px;background:rgba(17,17,17,.1);border-radius:999px;overflow:hidden;margin-bottom:28px}
.osh-finder-v2__progress span{display:block;height:100%;width:0;background:var(--osh-brass,#B3A078);border-radius:inherit;transition:width .3s ease}
.osh-finder-v2__panel{background:var(--osh-paper,#F8F7F4);color:var(--osh-ink,#111);border:1px solid var(--osh-line,rgba(17,17,17,.12));border-radius:24px;padding:34px;box-shadow:0 20px 55px rgba(0,0,0,.12)}
.osh-finder-v2__question{font-size:clamp(25px,3vw,38px);line-height:1.08;letter-spacing:-.035em;margin:0 0 10px;color:var(--osh-ink,#111)}
.osh-finder-v2__hint{margin:0 0 24px;color:var(--osh-muted,#666);font-size:15px;line-height:1.55}
.osh-finder-v2__choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.osh-finder-v2__choice{appearance:none;text-align:left;border:1px solid var(--osh-line,rgba(17,17,17,.13));background:var(--osh-soft,#ECEAE5);color:var(--osh-ink,#111);border-radius:16px;padding:17px 18px;min-height:68px;font:inherit;font-weight:600;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}
.osh-finder-v2__choice small{display:block;font-weight:400;color:var(--osh-muted,#666);margin-top:5px;line-height:1.4}
.osh-finder-v2__choice:hover,.osh-finder-v2__choice:focus-visible{border-color:var(--osh-brass,#B3A078);background:var(--osh-card,#fff);transform:translateY(-1px);outline:none}
.osh-finder-v2__answers{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px}
.osh-finder-v2__chip{border:1px solid var(--osh-line,rgba(17,17,17,.12));background:rgba(255,255,255,.55);border-radius:999px;padding:7px 10px;font-size:12px;color:var(--osh-muted,#666)}
.osh-finder-v2__controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:24px}
.osh-finder-v2__linkbtn{appearance:none;border:0;background:none;padding:8px 0;color:var(--osh-muted,#666);font:inherit;font-size:13px;text-decoration:underline;text-underline-offset:4px;cursor:pointer}
.osh-finder-v2__result-head{display:grid;gap:8px;margin-bottom:24px}
.osh-finder-v2__result-kicker{color:var(--osh-brass,#B3A078);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.osh-finder-v2__result-title{font-size:clamp(28px,4vw,44px);line-height:1.04;letter-spacing:-.04em;margin:0;color:var(--osh-ink,#111)}
.osh-finder-v2__result-copy{font-size:16px;line-height:1.6;color:var(--osh-muted,#666);max-width:720px;margin:0}
.osh-finder-v2__why{background:var(--osh-soft,#ECEAE5);border-radius:16px;padding:18px 20px;margin:0 0 20px}
.osh-finder-v2__why strong{display:block;margin-bottom:8px;color:var(--osh-ink,#111)}
.osh-finder-v2__why ul{margin:0;padding-left:18px;color:var(--osh-muted,#666);line-height:1.55}
.osh-finder-v2__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.osh-finder-v2__card{display:flex;flex-direction:column;justify-content:space-between;gap:16px;border:1px solid var(--osh-line,rgba(17,17,17,.12));border-radius:18px;background:var(--osh-card,#fff);padding:20px;color:var(--osh-ink,#111)}
.osh-finder-v2__card-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--osh-brass,#B3A078);font-weight:700}
.osh-finder-v2__card h4{font-size:22px;margin:5px 0 7px;letter-spacing:-.025em;color:var(--osh-ink,#111)}
.osh-finder-v2__card p{margin:0;color:var(--osh-muted,#666);line-height:1.5;font-size:14px}
.osh-finder-v2__card a{align-self:flex-start;text-decoration:none;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:2px;color:var(--osh-ink,#111)}
.osh-finder-v2__note{margin:18px 0 0;font-size:12px;line-height:1.5;color:var(--osh-muted,#666)}
.osh-finder-v2__intro-note{margin-top:9px;font-size:12px;color:rgba(255,255,255,.62)}
.osh-finder-v2__noscript{padding:20px;background:var(--osh-paper,#F8F7F4);color:var(--osh-ink,#111);border-radius:16px}
@media(max-width:749px){.osh-finder-v2__panel{padding:24px 18px;border-radius:18px}.osh-finder-v2__choices,.osh-finder-v2__cards{grid-template-columns:1fr}.osh-finder-v2__choice{min-height:62px}.osh-finder-v2__meta{font-size:10px}.osh-finder-v2__controls{margin-top:20px}}
@media(prefers-reduced-motion:reduce){.osh-finder-v2__progress span,.osh-finder-v2__choice{transition:none}}
