[data-mh-theme]{--mh-font-display:var(--font-playfair),Georgia,"Times New Roman",serif;--mh-font-body:var(--font-lato),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--mh-radius-sm:0.625rem;--mh-radius:1rem;--mh-radius-lg:1.25rem;--mh-radius-full:999px;--mh-ease:cubic-bezier(0.22,0.61,0.36,1);--mh-fast:160ms;--mh-slow:420ms}[data-mh-theme=dark]{--mh-bg:#0b0b0c;--mh-bg-alt:#0f0f11;--mh-surface:#141416;--mh-surface-2:#1b1b1f;--mh-surface-hover:#212126;--mh-text:#f6f4f0;--mh-text-muted:hsla(40,25%,95%,.62);--mh-text-faint:hsla(40,25%,95%,.4);--mh-border:hsla(0,0%,100%,.1);--mh-border-strong:hsla(0,0%,100%,.2);--mh-accent:#d4af37;--mh-accent-bright:#e3c25a;--mh-accent-ink:#e3c25a;--mh-accent-soft:rgba(212,175,55,.12);--mh-on-accent:#141416;--mh-danger:#f08a8a;--mh-danger-soft:hsla(0,77%,74%,.12);--mh-success:#6fc79b;--mh-success-soft:rgba(111,199,155,.12);--mh-shadow:0 1px 2px rgba(0,0,0,.4),0 12px 32px -12px rgba(0,0,0,.7);--mh-shadow-lift:0 2px 6px rgba(0,0,0,.45),0 24px 48px -16px rgba(0,0,0,.8);color-scheme:dark}[data-mh-theme=light]{--mh-bg:#fbf9f5;--mh-bg-alt:#f4f1ea;--mh-surface:#fff;--mh-surface-2:#f7f4ee;--mh-surface-hover:#f1ece3;--mh-text:#1a1714;--mh-text-muted:rgba(26,23,20,.66);--mh-text-faint:rgba(26,23,20,.46);--mh-border:rgba(26,23,20,.11);--mh-border-strong:rgba(26,23,20,.24);--mh-accent:#c79a2e;--mh-accent-bright:#b98d22;--mh-accent-ink:#8a6516;--mh-accent-soft:rgba(199,154,46,.14);--mh-on-accent:#1a1714;--mh-danger:#a32b2b;--mh-danger-soft:rgba(163,43,43,.09);--mh-success:#2f6b4f;--mh-success-soft:rgba(47,107,79,.1);--mh-shadow:0 1px 2px rgba(26,23,20,.05),0 8px 24px -10px rgba(26,23,20,.14);--mh-shadow-lift:0 2px 6px rgba(26,23,20,.07),0 20px 44px -14px rgba(26,23,20,.2);color-scheme:light}.mh{background:var(--mh-bg);color:var(--mh-text);font-family:var(--mh-font-body);-webkit-font-smoothing:antialiased;min-height:100dvh}.mh ::-moz-selection{background:var(--mh-accent-soft);color:var(--mh-text)}.mh ::selection{background:var(--mh-accent-soft);color:var(--mh-text)}.mh :focus-visible{outline:2px solid var(--mh-accent);outline-offset:2px;border-radius:4px}.mh input[type=email],.mh input[type=number],.mh input[type=search],.mh input[type=tel],.mh input[type=text],.mh select,.mh textarea{width:100%;background:var(--mh-surface-2);color:var(--mh-text);border:1px solid var(--mh-border);border-radius:var(--mh-radius-sm);padding:.85rem 1rem;font:inherit;font-size:1rem;line-height:1.4;transition:border-color var(--mh-fast) var(--mh-ease),background var(--mh-fast) var(--mh-ease);-webkit-appearance:none;-moz-appearance:none;appearance:none}.mh input::-moz-placeholder,.mh textarea::-moz-placeholder{color:var(--mh-text-faint);opacity:1}.mh input::placeholder,.mh textarea::placeholder{color:var(--mh-text-faint);opacity:1}.mh input:focus,.mh select:focus,.mh textarea:focus{outline:none;border-color:var(--mh-accent);background:var(--mh-surface)}.mh input:-webkit-autofill,.mh input:-webkit-autofill:focus,.mh input:-webkit-autofill:hover{-webkit-text-fill-color:var(--mh-text);-webkit-box-shadow:0 0 0 1000px var(--mh-surface-2) inset;caret-color:var(--mh-text);-webkit-transition:background-color 9999s ease-in-out 0s;transition:background-color 9999s ease-in-out 0s}.mh input[type=number]::-webkit-inner-spin-button,.mh input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.mh-card{background:var(--mh-surface);border:1px solid var(--mh-border);border-radius:var(--mh-radius);box-shadow:var(--mh-shadow)}.mh-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;border-radius:var(--mh-radius-full);padding:.95rem 1.75rem;font-weight:700;font-size:1rem;line-height:1;border:1px solid transparent;cursor:pointer;transition:transform var(--mh-fast) var(--mh-ease),background var(--mh-fast) var(--mh-ease),border-color var(--mh-fast) var(--mh-ease)}.mh-btn:active{transform:scale(.985)}.mh-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.mh-btn-primary{background:var(--mh-accent);color:var(--mh-on-accent)}.mh-btn-primary:hover:not(:disabled){background:var(--mh-accent-bright)}.mh-btn-ghost{background:transparent;color:var(--mh-text);border-color:var(--mh-border-strong)}.mh-btn-ghost:hover:not(:disabled){background:var(--mh-surface-hover)}.mh-choice{display:flex;align-items:center;gap:.75rem;width:100%;text-align:left;padding:1rem;border-radius:var(--mh-radius-sm);background:var(--mh-surface-2);border:1.5px solid var(--mh-border);color:var(--mh-text);cursor:pointer;transition:border-color var(--mh-fast) var(--mh-ease),background var(--mh-fast) var(--mh-ease)}.mh-choice:hover:not(:disabled){border-color:var(--mh-border-strong)}.mh-choice[aria-pressed=true],.mh-choice[data-selected=true]{border-color:var(--mh-accent);background:var(--mh-accent-soft)}.mh-choice:disabled{opacity:.5;cursor:not-allowed}.mh-display{font-family:var(--mh-font-display);letter-spacing:-.02em;line-height:1.1;text-wrap:balance}.mh-eyebrow{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--mh-accent-ink)}.mh-num{font-variant-numeric:tabular-nums}@keyframes mh-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.mh-rise{animation:mh-rise var(--mh-slow) var(--mh-ease) both}@media (prefers-reduced-motion:reduce){.mh *,.mh :after,.mh :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}