/* Brand characters: brief, purposeful motion; content remains visible without JS. */
html body.home .wn-companion-welcome{float:right;width:82px!important;height:82px!important;object-fit:contain;margin:-12px -8px 4px 8px!important;transform-origin:50% 85%;animation:wn-companion-hello 1.2s ease-out 1}
html body.home .wn-home-choice ul{clear:both}
html body.home .wn-home-choice:has(.wn-companion-welcome){border-color:#e3cdb0;background:linear-gradient(145deg,#fffaf0,#fff 55%)!important}
html body.home .wn-companion{--ink:#202b49;--muted:#53627b;box-sizing:border-box;position:relative;max-width:1100px;margin:36px auto 56px;padding:44px 40px 32px;background:linear-gradient(145deg,#fffaf0,#fff5e8 55%,#f0f6fa);border:1px solid #eedcc3;border-radius:30px;color:var(--ink);isolation:isolate}
.wn-companion *, .wn-companion *::before,.wn-companion *::after{box-sizing:border-box}
html body.home .wn-companion__intro{text-align:center}
html body.home .wn-companion__eyebrow{display:inline-block;color:#995015;font-size:14px;font-weight:700;letter-spacing:.08em;margin-bottom:10px}
html body.home .wn-companion h2{font-size:clamp(24px,2.5vw,32px)!important;line-height:1.5!important;letter-spacing:-.025em;margin:0 0 12px!important;color:var(--ink)!important}
html body.home .wn-companion__intro>p{font-size:15px;line-height:1.8;color:var(--muted);margin:0}
.wn-companion__mobile{display:none}
html body.home .wn-companion__journey{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin:24px 0 30px}
html body.home .wn-companion__journey article{position:relative;text-align:center;min-width:0}
html body.home .wn-companion__art{position:relative;width:180px;height:180px;margin:0 auto 12px;background:#fff;border-radius:50%;box-shadow:0 8px 25px #a7752610}
html body.home .wn-companion__art img{position:relative;display:block;width:100%;height:100%;object-fit:contain;border-radius:50%;transition:transform .3s ease}
html body.home .wn-companion__art>span{position:absolute;left:0;top:6px;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#202b49;color:white;font-size:13px;font-weight:700;border:3px solid #fff}
html body.home .wn-companion__journey article+article::before{content:'→';position:absolute;top:80px;left:-25px;color:#b68436;font-size:24px}
html body.home .wn-companion h3{margin:0 0 8px!important;font-size:18px!important;line-height:1.6!important;color:var(--ink)!important}
html body.home .wn-companion__journey p{margin:0!important;font-size:15px;line-height:1.8;color:var(--muted)}
html body.home .wn-companion__conversation{padding:24px;border-radius:20px;background:#fff;border:1px solid #e7ddce}
html body.home .wn-companion__questions[hidden]{display:none!important}
html body.home .wn-companion__questions>p{font-size:14px;font-weight:700;margin:0 0 12px;color:var(--ink)}
html body.home .wn-companion__questions [role=group]{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}
html body.home .wn-companion button{appearance:none;font:inherit;line-height:1.6;font-size:14px;font-weight:700;min-height:44px;padding:10px 16px;border:1px solid #c9d1df;border-radius:30px;background:#fff;color:#34435e;cursor:pointer;box-shadow:none;transition:background .2s,border-color .2s,transform .2s}
html body.home .wn-companion button[aria-pressed=true]{background:#fff0d6;color:#713806;border-color:#b46a1c}
html body.home .wn-companion__answer{display:flex;align-items:center;justify-content:space-between;gap:24px}
html body.home .wn-companion__reply{font-weight:700;font-size:17px;line-height:1.7;color:var(--ink);margin:0 0 6px!important}
html body.home .wn-companion__hint{font-size:14px;line-height:1.8;color:var(--muted);margin:0!important}
html body.home .wn-companion__cta{display:inline-flex;align-items:center;justify-content:center;gap:24px;flex-shrink:0;min-height:50px;padding:14px 24px;border-radius:12px;background:#202b49;color:white!important;text-decoration:none!important;font-weight:700;font-size:16px;box-shadow:0 7px 16px #202b4920;transition:transform .2s,background .2s}
html body.home .wn-companion__cta:focus-visible,html body.home .wn-companion button:focus-visible{outline:3px solid #ac590d;outline-offset:4px}
.wn-companion.is-arriving .wn-companion__art{animation:wn-companion-arrive .6s ease-out both}
.wn-companion.is-arriving article:nth-child(2) .wn-companion__art{animation-delay:.12s}
.wn-companion.is-arriving article:nth-child(3) .wn-companion__art{animation-delay:.24s}
.wn-companion.is-answering .wn-companion__answer{animation:wn-companion-answer .3s ease-out}
@keyframes wn-companion-hello{0%{transform:rotate(-8deg) scale(.93)}45%{transform:rotate(6deg)}75%{transform:rotate(-3deg)}100%{transform:rotate(0) scale(1)}}
@keyframes wn-companion-arrive{from{transform:translateY(16px) scale(.94)}to{transform:translateY(0) scale(1)}}
@keyframes wn-companion-answer{from{transform:translateY(5px)}to{transform:translateY(0)}}
@media(hover:hover){html body.home .wn-companion__journey article:hover img{transform:translateY(-6px) rotate(-2deg)}html body.home .wn-companion__cta:hover{background:#35466f;transform:translateY(-2px)}html body.home .wn-companion button:hover{border-color:#b46a1c;transform:translateY(-2px)}}
@media(max-width:879px){html body.home .wn-companion{margin:24px 18px 36px;padding:28px 20px;border-radius:24px}html body.home .wn-companion-welcome{width:64px!important;height:64px!important;margin:-8px -4px 0 6px!important}html body.home .wn-companion__journey{gap:16px}html body.home .wn-companion__art{width:140px;height:140px}html body.home .wn-companion__journey article+article::before{left:-16px;top:60px;font-size:18px}}
@media(max-width:599px){.wn-companion__mobile{display:block}html body.home .wn-companion__intro{text-align:left}html body.home .wn-companion__journey{grid-template-columns:1fr;gap:20px;margin:26px 0}html body.home .wn-companion__journey article{display:grid;grid-template-columns:96px minmax(0,1fr);gap:0 16px;text-align:left;align-content:center}html body.home .wn-companion__art{width:96px;height:96px;grid-row:1/3;margin:0}html body.home .wn-companion__art>span{width:26px;height:26px;font-size:11px;left:-4px;top:0}html body.home .wn-companion h3{font-size:16px!important;align-self:end;margin:0 0 4px!important}html body.home .wn-companion__journey p{font-size:13px;line-height:1.8}html body.home .wn-companion__journey article+article::before{content:'';width:2px;height:14px;left:47px;top:-17px;background:#ddbb86}html body.home .wn-companion__conversation{padding:18px}html body.home .wn-companion__questions [role=group]{gap:8px}html body.home .wn-companion button{width:100%;text-align:left;font-size:13px;padding:10px 14px}html body.home .wn-companion__answer{flex-direction:column;align-items:stretch;gap:18px}html body.home .wn-companion__reply{font-size:16px}html body.home .wn-companion__cta{width:100%}}
html[data-theme=dark] body.home .wn-companion{--ink:#f4f6fd;--muted:#cad5e6;background:linear-gradient(145deg,#273247,#302e29);border-color:#65543d}
html[data-theme=dark] body.home .wn-companion__eyebrow{color:#ffd296}
html[data-theme=dark] body.home .wn-companion__conversation{background:#202a3d;border-color:#657084}
html[data-theme=dark] body.home .wn-home-choice:has(.wn-companion-welcome){background:#202a40!important;border-color:#657084}
@media(prefers-reduced-motion:reduce){html body.home .wn-companion *,html body.home .wn-companion-welcome{animation:none!important;transition:none!important;transform:none!important}}
