.wordmark{font-family:var(--font-display);color:var(--ink);letter-spacing:-.6px;white-space:nowrap;font-size:27px;font-weight:700;line-height:32px}.btn{font-family:var(--font-text);white-space:nowrap;transition:transform var(--t-hover) ease-out, background-color var(--t-hover) ease-out, border-color var(--t-hover) ease-out;border-radius:100px;justify-content:center;align-items:center;gap:11px;font-weight:600;display:inline-flex;position:relative}.btn:after{content:"";border-radius:inherit;opacity:0;pointer-events:none;transition:opacity var(--t-hover) ease-out;position:absolute;inset:0}.btn--primary{background:var(--coral);color:var(--white);box-shadow:var(--sh-cta);padding:19px 32px;font-size:17px;line-height:22px}.btn--primary:after{box-shadow:var(--sh-cta-lift)}.btn--ghost{background:var(--white);color:var(--ink);border:1.5px solid var(--line);padding:19px 30px;font-size:17px;line-height:22px}.btn--cream{background:var(--cream);color:var(--ink);border:1.5px solid var(--line);padding:18px 30px;font-size:17px;line-height:22px}.btn--nav{background:var(--coral);color:var(--white);box-shadow:var(--sh-cta-sm);padding:13px 24px;font-size:15px;line-height:20px}.btn--nav:after{box-shadow:var(--sh-cta)}.btn--block{width:100%;padding-inline:24px}@media (hover:hover){.btn:hover{transform:scale(1.02)}.btn:hover:after{opacity:1}.btn--ghost:hover,.btn--cream:hover{border-color:var(--peach-mid)}}.btn:active{transition-duration:var(--t-press);transform:scale(.98)}.chip{background:var(--white);border:1.5px solid var(--line);color:var(--ink);white-space:nowrap;border-radius:100px;align-items:center;gap:10px;padding:13px 22px 13px 18px;font-size:16px;font-weight:500;line-height:21px;display:inline-flex}.pill{white-space:nowrap;border-radius:100px;align-items:center;gap:6px;padding:6px 13px 6px 11px;font-size:12px;font-weight:600;line-height:15px;display:inline-flex}.pill--coral{background:var(--peach);color:var(--coral-deep)}.pill--blue{background:var(--blue-soft);color:var(--blue)}.pill--purple{background:var(--purple-soft);color:var(--purple)}.pill--neutral{background:var(--line);color:var(--muted)}.dot{width:var(--dot-size,8px);height:var(--dot-size,8px);background:var(--dot-color,var(--coral));border-radius:999px;flex:none}.avatar{font-family:var(--font-display);color:var(--white);background:var(--coral);width:var(--avatar-size,40px);height:var(--avatar-size,40px);font-weight:600;font-size:calc(var(--avatar-size,40px) * .35);letter-spacing:.2px;-webkit-user-select:none;user-select:none;border-radius:999px;flex:none;place-items:center;display:grid}.avatar--soft{background:var(--peach);color:var(--coral-deep)}.avatar--soft-purple{background:var(--purple-soft);color:var(--purple)}.icon-tile{background:var(--peach);border-radius:14px;flex:none;place-items:center;width:44px;height:44px;display:grid}.icon-tile img{object-fit:contain;width:20px;height:20px}.icon-tile--lg{border-radius:15px;width:46px;height:46px}.icon-tile--plain{background:0 0;border-radius:0}.icon-tile--plain img{width:46px;height:46px}.nav{z-index:100;background:var(--cream);backdrop-filter:blur();transition:background-color var(--t-nav) ease-out, box-shadow var(--t-nav) ease-out, -webkit-backdrop-filter var(--t-nav) ease-out, backdrop-filter var(--t-nav) ease-out;position:sticky;top:0;box-shadow:0 6px 24px #8c543800}.nav.is-scrolled{backdrop-filter:blur(18px)saturate(140%);box-shadow:var(--sh-nav);background:#fff8f4c7}.nav__inner{justify-content:space-between;align-items:center;height:68px;display:flex}.nav__links{align-items:center;gap:38px;display:none}.nav__link{color:var(--muted);transition:color var(--t-hover) ease-out;font-size:15px;font-weight:500;line-height:20px}.nav__link:hover,.nav__link[aria-current=page]{color:var(--ink)}.nav__end{align-items:center;gap:8px;display:none}.nav__burger{gap:5px;width:22px;margin-right:-2px;padding:12px 0;display:grid}.nav__burger span{background:var(--ink);height:2.4px;transition:transform var(--t-nav) var(--ease-out-quint), width var(--t-nav) var(--ease-out-quint), opacity var(--t-nav) ease-out;border-radius:2px;display:block}.nav__burger span:first-child{width:22px}.nav__burger span:last-child{justify-self:end;width:16px}.nav__burger[aria-expanded=true] span:first-child{transform:translateY(3.7px)rotate(45deg)}.nav__burger[aria-expanded=true] span:last-child{width:22px;transform:translateY(-3.7px)rotate(-45deg)}.nav__sheet{transition:grid-template-rows var(--t-accordion) var(--ease-out-quint);border-top:1.5px solid #0000;grid-template-rows:0fr;display:grid;overflow:hidden}.nav__sheet.is-open{border-top-color:var(--line);grid-template-rows:1fr}.nav__sheet-inner{min-height:0}.nav__sheet-list{gap:4px;padding:14px 0 22px;display:grid}.nav__sheet-link{color:var(--ink);padding:10px 0;font-size:17px;font-weight:500;line-height:23px}.nav__sheet .btn{margin-top:10px}@media (width>=1024px){.nav__inner{height:84px}.nav__links,.nav__end{display:flex}.nav__burger,.nav__sheet{display:none}}.footer{background:var(--ink);color:var(--footer-text);padding-block:56px 40px}.footer__top{gap:44px;display:grid}.footer__brand-mark{font-family:var(--font-display);letter-spacing:-.7px;color:var(--cream);font-size:28px;font-weight:700;line-height:34px}.footer__brand-lead{color:var(--footer-lead);margin-top:11px;font-size:16px;font-weight:500;line-height:22px}.footer__brand-note{color:var(--footer-muted);margin-top:11px;font-size:14px;font-weight:500;line-height:18px}.footer__cols{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.footer__col-title{letter-spacing:1.4px;color:var(--footer-muted);text-transform:uppercase;font-size:11px;font-weight:600;line-height:14px}.footer__col-list{gap:13px;margin-top:16px;display:grid}.footer__col-list a,.footer__col-list span{color:var(--footer-text);transition:color var(--t-hover) ease-out;font-size:15px;font-weight:500;line-height:20px}.footer__col-list a:hover{color:var(--coral)}.footer__rule{background:#fff8f41a;height:1px;margin-block:40px 26px}.footer__bottom{color:var(--footer-muted);flex-direction:column;gap:18px;font-size:14px;font-weight:500;line-height:19px;display:flex}.footer__bottom-right{align-items:center;gap:26px;display:flex}@media (width>=1024px){.footer{padding-block:76px 44px}.footer__top{grid-template-columns:minmax(0,1fr) auto auto auto;align-items:start;gap:80px}.footer__brand-mark{letter-spacing:-.8px;font-size:32px;line-height:38px}.footer__brand-lead{margin-top:14px;font-size:17px;line-height:23px}.footer__brand-note{margin-top:14px;font-size:14px;line-height:19px}.footer__cols{display:contents}.footer__rule{margin-block:57px 30px}.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}.lang__button{color:var(--footer-text);white-space:nowrap;transition:background-color var(--t-hover) ease-out, color var(--t-hover) ease-out;background:#fff8f412;border-radius:100px;align-items:center;gap:8px;padding:7px 15px;font-size:14px;font-weight:500;line-height:18px;display:inline-flex}.lang__button:hover{background:#fff8f424}.lang__globe{opacity:.7;flex:none}.lang__button--nav{color:var(--muted);background:0 0;gap:7px;padding:0;padding-block:10px;font-size:17px;line-height:23px}.lang__button--nav:hover{color:var(--ink);background:0 0}@media (width>=1024px){.lang__button--nav{padding-block:0;font-size:15px;line-height:20px}}.lang-modal{z-index:300;backdrop-filter:blur(3px);background:#271c1457;place-items:center;padding:20px;animation:.16s ease-out lang-fade;display:grid;position:fixed;inset:0}@keyframes lang-fade{0%{opacity:0}}.lang-modal__panel{background:var(--white);width:min(520px,100%);max-height:min(72vh,620px);box-shadow:var(--sh-lift);animation:lang-rise .22s var(--ease-out-quint);border-radius:26px;flex-direction:column;padding:22px;display:flex}.lang-modal__panel:focus{outline:none}@keyframes lang-rise{0%{opacity:0;transform:translateY(12px)scale(.98)}}.lang-modal__head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.lang-modal__title{font-family:var(--font-display);letter-spacing:-.5px;color:var(--ink);font-size:22px;font-weight:700;line-height:28px}.lang-modal__close{background:var(--cream);width:34px;height:34px;color:var(--muted);transition:background-color var(--t-hover) ease-out, color var(--t-hover) ease-out;border-radius:999px;flex:none;place-items:center;display:grid}.lang-modal__close:hover{background:var(--peach);color:var(--coral-deep)}.lang-modal__auto{text-align:left;background:var(--cream);border:1.5px solid var(--line);width:100%;color:var(--ink);transition:background-color var(--t-hover) ease-out, border-color var(--t-hover) ease-out;border-radius:15px;justify-content:space-between;align-items:center;gap:12px;padding:13px 16px;font-size:15px;font-weight:600;line-height:20px;display:flex}.lang-modal__auto:hover{border-color:var(--peach-mid)}.lang-modal__auto[aria-pressed=true]{background:var(--peach);border-color:var(--peach-mid);color:var(--coral-deep)}.lang-modal__hint{color:var(--faint);font-weight:500}.lang-modal__auto[aria-pressed=true] .lang-modal__hint{color:var(--brown)}.lang-modal__list{overscroll-behavior:contain;gap:4px;margin-top:10px;padding:2px;display:grid;overflow-y:auto}@media (width>=480px){.lang-modal__list{grid-template-columns:repeat(2,minmax(0,1fr))}}.lang-modal__item{text-align:left;width:100%;color:var(--ink);transition:background-color var(--t-hover) ease-out;border-radius:13px;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;font-size:15px;font-weight:500;line-height:20px;display:flex}.lang-modal__item:hover{background:var(--cream)}.lang-modal__item[aria-pressed=true]{background:var(--peach);color:var(--coral-deep);font-weight:600}