.hume-quiz-section{--picnic: #f9e9d2;--clinker: #321d08;--spicy: #5d3a1c;--light-brown: #c19566;--sawyer: #d9b595;--charming: #975b39;--gold: #d4a574;--text: var(--clinker);--text-sub: var(--spicy);--text-muted: rgba(50,29,8,.55);--border: rgba(50,29,8,.08);--border-hover: rgba(50,29,8,.16);--radius: 16px;--radius-lg: 24px;--ease: cubic-bezier(.22,1,.36,1);--ease-out: cubic-bezier(0,.55,.45,1)}.hume-landing-body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");mix-blend-mode:multiply;z-index:9999}.hume-wrap{max-width:1200px;margin:0 auto;padding:0 28px}.hume-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:20px 28px;background:#f9e9d266;backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);border-bottom:1px solid transparent;transition:padding .3s var(--ease),background .3s var(--ease),border-color .3s var(--ease)}.hume-nav.scrolled{padding:14px 28px;background:#f9e9d2d1;border-bottom-color:var(--border)}.hume-nav-brand{display:flex;align-items:center;gap:14px;text-decoration:none}.hume-nav-brand img{height:auto;width:130px;display:block}.hume-nav-wordmark{font-family:Martian Mono,ui-monospace,monospace;font-weight:600;font-size:18px;letter-spacing:.08em;color:var(--clinker)}.hume-nav-tagline{font-family:Archivo,system-ui,sans-serif;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap}.hume-nav-links{display:flex;gap:6px;align-items:center;font-family:Archivo,system-ui,sans-serif;font-size:11.5px;letter-spacing:.12em;text-transform:uppercase}.hume-nav-links a{text-decoration:none;color:var(--text-muted);padding:8px 14px;border-radius:10px;transition:color .25s var(--ease),background .25s var(--ease)}.hume-nav-links a:hover{color:var(--charming);background:#975b390f}.hume-nav-toggle{display:none;background:none;border:none;cursor:pointer;width:36px;height:36px;position:relative;flex-shrink:0}.hume-nav-toggle span{display:block;width:20px;height:1.5px;background:var(--clinker);position:absolute;left:8px;transition:transform .3s var(--ease),opacity .2s ease}.hume-nav-toggle span:nth-child(1){top:12px}.hume-nav-toggle span:nth-child(2){top:17px}.hume-nav-toggle span:nth-child(3){top:22px}.hume-nav-toggle.open span:nth-child(1){transform:translateY(5px) rotate(45deg)}.hume-nav-toggle.open span:nth-child(2){opacity:0}.hume-nav-toggle.open span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.hume-mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:90;background:#f9e9d2f5;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);flex-direction:column;align-items:center;justify-content:center;gap:8px;opacity:0;transition:opacity .35s var(--ease)}.hume-mobile-menu.visible{display:flex}.hume-mobile-menu.open{opacity:1}.hume-mobile-menu a{font-family:Martian Mono,monospace;font-weight:400;font-size:14px;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;color:var(--clinker);padding:16px 24px;border-radius:12px;transition:background .2s ease}.hume-mobile-menu a:hover{background:#975b390f}.hume-btn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:14px 22px;font-family:Archivo,system-ui,sans-serif;font-size:11.5px;font-weight:400;letter-spacing:.14em;text-transform:uppercase;transition:transform .3s var(--ease),background .25s ease,box-shadow .3s ease,border-color .25s ease;white-space:nowrap;cursor:pointer;border:none;line-height:1}.hume-btn-primary{background:var(--charming);color:var(--picnic);box-shadow:0 8px 30px #975b392e}.hume-btn-primary:hover{background:var(--spicy);transform:translateY(-2px);box-shadow:0 12px 40px #975b3940}.hume-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.hume-btn-ghost{background:transparent;border:1px solid var(--border-hover);color:var(--clinker)}.hume-btn-ghost:hover{border-color:#975b394d;transform:translateY(-1px)}.hume-btn-sm{padding:11px 18px;font-size:11px;border-radius:12px}.hume-quiz-page{padding-bottom:80px}.hume-quiz-container{max-width:620px;margin:0 auto}.hume-screen{display:none}.hume-screen.active{display:block;animation:humeQuizFadeUp .5s var(--ease-out) both}@keyframes humeQuizFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hume-quiz-kicker{font-family:Archivo,system-ui,sans-serif;font-size:11px;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--charming);margin-bottom:20px;display:inline-flex;align-items:center;gap:10px}.hume-quiz-kicker:before{content:"";width:28px;height:1px;background:var(--charming);opacity:.5}.hume-quiz-title{font-family:Martian Mono,ui-monospace,monospace;font-size:clamp(28px,3.5vw,44px);font-weight:500;letter-spacing:.01em;text-transform:none;color:var(--clinker);line-height:1.12;margin-bottom:28px}.hume-quiz-intro p{font-family:Inter,system-ui,sans-serif;font-size:17px;font-weight:500;color:var(--text-sub);line-height:1.85;margin-bottom:16px}.hume-quiz-intro .hume-quiet{font-size:15px;color:var(--text-muted)}.hume-start-note{font-family:Martian Mono,monospace;font-size:13px;font-weight:400;color:var(--clinker);letter-spacing:.03em;margin-top:28px;margin-bottom:32px}.hume-progress-bar{display:flex;align-items:center;gap:12px;margin-bottom:40px}.hume-progress-track{flex:1;height:3px;background:var(--border);border-radius:2px;overflow:hidden}.hume-progress-fill{height:100%;background:var(--charming);border-radius:2px;transition:width .4s var(--ease)}.hume-progress-label{font-family:Martian Mono,monospace;font-size:11px;font-weight:400;color:var(--light-brown);letter-spacing:.04em;flex-shrink:0}.hume-question-text{font-family:Martian Mono,ui-monospace,monospace;font-size:clamp(18px,2.2vw,24px);font-weight:500;letter-spacing:.02em;text-transform:none;color:var(--clinker);line-height:1.35;margin-bottom:32px}.hume-options{display:flex;flex-direction:column;gap:10px}.hume-option{display:flex;align-items:flex-start;gap:16px;padding:18px 20px;border-radius:var(--radius);border:1px solid var(--border);background:#ffffff4d;cursor:pointer;transition:border-color .25s ease,background .25s ease,transform .2s var(--ease);text-align:left;width:100%;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:500;color:var(--text-sub);line-height:1.65}.hume-option:hover{border-color:var(--border-hover);background:#ffffff73;transform:translateY(-1px)}.hume-option.selected{border-color:#975b394d;background:#ffffff80;box-shadow:0 0 0 3px #975b390f}.hume-option-letter{font-family:Martian Mono,monospace;font-size:12px;font-weight:400;color:var(--light-brown);letter-spacing:.04em;flex-shrink:0;line-height:1.65;min-width:18px}.hume-option.selected .hume-option-letter{color:var(--charming)}.hume-back-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;font-family:Archivo,system-ui,sans-serif;font-size:12px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);padding:8px 0;margin-bottom:12px;transition:color .25s ease}.hume-back-btn:hover{color:var(--charming)}.hume-back-btn svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none}.hume-follow-prompt{margin-top:14px;text-align:center}.hume-follow-prompt a{font-family:Archivo,system-ui,sans-serif;font-size:12px;font-weight:400;letter-spacing:.08em;color:var(--text-muted);text-decoration:none;border-bottom:1px solid var(--border);transition:color .25s ease,border-color .25s ease}.hume-follow-prompt a:hover{color:var(--charming);border-bottom-color:#975b394d}.hume-open-label{font-family:Martian Mono,ui-monospace,monospace;font-size:clamp(18px,2.2vw,24px);font-weight:500;letter-spacing:.02em;text-transform:none;color:var(--clinker);line-height:1.35;margin-bottom:8px}.hume-open-sub{font-family:Archivo,system-ui,sans-serif;font-size:13px;font-weight:400;color:var(--text-muted);margin-bottom:20px}.hume-open-field{width:100%;min-height:100px;padding:16px;border-radius:var(--radius);border:1px solid var(--border);background:#fff6;resize:vertical;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:500;color:var(--clinker);line-height:1.65;outline:none;transition:border-color .25s ease,box-shadow .25s ease}.hume-open-field::placeholder{color:#321d084d}.hume-open-field:focus{border-color:#975b394d;box-shadow:0 0 0 3px #975b390f}.hume-open-actions{margin-top:20px;display:flex;gap:10px}.hume-result-tier-label{font-family:Archivo,system-ui,sans-serif;font-size:11px;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--charming);margin-bottom:16px;display:inline-flex;align-items:center;gap:10px}.hume-result-tier-label:before{content:"";width:28px;height:1px;background:var(--charming);opacity:.5}.hume-result-headline{font-family:Martian Mono,ui-monospace,monospace;font-size:clamp(24px,3vw,36px);font-weight:500;letter-spacing:.01em;text-transform:none;color:var(--clinker);line-height:1.15;margin-bottom:24px}.hume-result-summary{font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:500;color:var(--text-sub);line-height:1.85;margin-bottom:20px}.hume-result-insight{font-family:Martian Mono,ui-monospace,monospace;font-size:13px;font-weight:400;letter-spacing:.02em;color:var(--charming);line-height:1.7;padding:20px 24px;border-left:3px solid var(--charming);background:#975b390a;border-radius:0 var(--radius) var(--radius) 0;margin-bottom:24px}.hume-result-branch{font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:500;color:var(--text-sub);line-height:1.85;padding:24px;border-radius:var(--radius);border:1px solid var(--border);background:#ffffff40;margin-bottom:32px}.hume-result-branch-label{font-family:Martian Mono,monospace;font-size:10px;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--light-brown);margin-bottom:8px}.hume-score-visual{display:flex;gap:4px;margin-bottom:32px;align-items:flex-end}.hume-score-bar{flex:1;border-radius:4px 4px 0 0;transition:height .6s var(--ease)}.hume-score-bar.inactive{background:var(--border)}.hume-score-bar.active{background:var(--charming)}.hume-result-cta{margin-bottom:20px;border-radius:var(--radius-lg);background:#ffffff59;border:1px solid var(--border);padding:28px 24px;position:relative;overflow:hidden}.hume-result-cta:before{content:"";position:absolute;top:-60%;right:-60%;bottom:-60%;left:-60%;background:radial-gradient(circle at 20% 30%,rgba(151,91,57,.1),transparent 50%),radial-gradient(circle at 80% 75%,rgba(212,165,116,.08),transparent 50%);pointer-events:none}.hume-result-cta-inner{position:relative;z-index:1}.hume-result-cta-text{font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:500;color:var(--text-sub);line-height:1.75;margin-bottom:16px;font-style:italic}.hume-result-form{display:flex;gap:8px;margin-bottom:10px}.hume-field{flex:1 1 200px;display:flex;align-items:center;border-radius:14px;border:1px solid var(--border);background:#ffffff80;padding:13px 16px;transition:border-color .25s ease,box-shadow .25s ease}.hume-field:focus-within{border-color:#975b394d;box-shadow:0 0 0 3px #975b390f}.hume-field input{width:100%;border:none;outline:none;background:transparent;font-size:14px;color:var(--clinker);font-family:Inter,system-ui,sans-serif;font-weight:500}.hume-field input::placeholder{color:#321d0859}.hume-fineprint{font-family:Archivo,system-ui,sans-serif;font-size:12px;font-weight:400;color:var(--text-muted);line-height:1.65}.hume-fineprint a{color:#975b39d9;text-decoration:none;border-bottom:1px solid rgba(151,91,57,.2);transition:border-color .2s ease}.hume-fineprint a:hover{border-bottom-color:#975b3980}.hume-status-msg{display:none;border-radius:14px;padding:12px 16px;border:1px solid var(--border);background:#fff6;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:500;color:var(--text-sub);margin-bottom:10px}.hume-status-msg.ok{border-color:#975b3933}.hume-status-msg.err{border-color:#975b3959}.hume-footer{background:var(--clinker);color:var(--picnic);padding:72px 0 36px}.hume-f-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:32px;margin-bottom:40px}.hume-f-title{font-family:Martian Mono,monospace;font-weight:400;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--sawyer);margin-bottom:14px}.hume-f-text{font-family:Inter,system-ui,sans-serif;color:#f9e9d299;font-size:14px;font-weight:500;line-height:1.8;max-width:52ch}.hume-f-links{list-style:none;display:flex;flex-direction:column;gap:10px}.hume-f-links a{font-family:Archivo,system-ui,sans-serif;text-decoration:none;color:#f9e9d28c;font-size:14px;font-weight:400;transition:color .2s ease}.hume-f-links a:hover{color:var(--gold)}.hume-f-bottom{padding-top:24px;border-top:1px solid rgba(249,233,210,.08);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;font-family:Archivo,system-ui,sans-serif;color:#f9e9d266;font-size:12px;font-weight:400}.hume-social{display:flex;gap:16px}.hume-social a{color:#f9e9d266;text-decoration:none;font-family:Archivo,system-ui,sans-serif;font-size:12px;letter-spacing:.08em;transition:color .2s ease}.hume-social a:hover{color:#f9e9d2bf}.hume-footer-logo{height:18px;width:auto;opacity:.7;margin-bottom:16px;display:block}.hume-footer-wordmark{font-family:Martian Mono,ui-monospace,monospace;font-weight:600;font-size:16px;letter-spacing:.08em;color:var(--picnic);opacity:.7;display:block;margin-bottom:16px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hume-screen.active{animation:none}}@media(max-width:1080px){.hume-nav-links{display:none}.hume-nav-toggle{display:block}.hume-f-grid{grid-template-columns:1fr;gap:28px}}@media(max-width:640px){.hume-wrap{padding:0 20px}.hume-nav{padding:16px 20px}.hume-nav.scrolled{padding:12px 20px}.hume-result-form{flex-direction:column}.hume-result-form .hume-field{flex:none}.hume-nav-brand img{height:auto;width:100px;display:block}.hume-landing-body .hume-quiz-section main{padding-top:40px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:2px solid rgba(151,91,57,.5);outline-offset:3px;border-radius:8px}
/*# sourceMappingURL=/cdn/shop/t/6/assets/hume-quiz.css.map */
