:root{--paper:#f3eee2;--ink:#15151b;--red:#a8341c;--muted:#716b63;--line:#d6cfc2;--white:#fffdf8}*{box-sizing:border-box}html{background:var(--paper)}body{margin:0;background:var(--paper);color:var(--ink);font-family:Montserrat,Arial,Helvetica,sans-serif}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.page{width:min(1040px,calc(100% - 40px));min-height:100vh;margin:0 auto;display:flex;flex-direction:column}header{height:76px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--ink);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.brand{width:78px;display:grid;gap:4px;font-size:19px;line-height:1;font-weight:900;letter-spacing:-.05em}.brand i{width:42px;height:2px;display:flex;justify-content:flex-end;background:var(--red)}.brand b{width:5px;height:5px;background:var(--red);transform:translate(8px,-1px)}footer{min-height:64px;margin-top:auto;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:10px}.eyebrow{margin:0 0 18px;color:var(--red);font-size:11px;font-weight:800;letter-spacing:.12em}.intro-content{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;max-width:820px;padding:80px 0}.intro-content h1{max-width:820px;margin:0;font-size:clamp(54px,8vw,104px);line-height:.94;letter-spacing:-.07em;font-weight:850}.intro-copy{max-width:620px;margin:32px 0 0;color:#46413b;font-size:clamp(17px,2vw,22px);line-height:1.55}.main-button{min-width:210px;min-height:54px;margin-top:34px;padding:0 20px;border:1px solid var(--ink);background:var(--ink);color:var(--white);display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:800;cursor:pointer;transition:.15s ease}.main-button:hover{background:var(--red);border-color:var(--red);transform:translateY(-2px)}.meta{margin:12px 0 0;color:var(--muted);font-size:11px}.exit{border:0;border-bottom:1px solid var(--ink);padding:3px 0;background:transparent;color:var(--ink);font-size:10px;font-weight:700;cursor:pointer}.progress{height:3px;background:var(--line)}.progress i{height:100%;display:block;background:var(--red);transition:width .25s ease}.question-view{width:100%;max-width:780px;margin:auto;padding:70px 0 90px;animation:enter .22s ease}@keyframes enter{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.question-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;color:var(--red);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.question-meta strong{color:var(--muted)}.question-view h1{margin:0;max-width:760px;font-size:clamp(34px,5vw,56px);line-height:1.04;letter-spacing:-.05em;font-weight:820}.hint{margin:18px 0 34px;max-width:660px;color:var(--muted);font-size:14px;line-height:1.55}.choices{display:grid;gap:10px}.choice{min-height:72px;width:100%;padding:15px 18px;border:1px solid var(--line);background:transparent;color:var(--ink);display:grid;grid-template-columns:32px 1fr 18px;gap:14px;align-items:center;text-align:left;cursor:pointer;transition:.15s ease}.choice:hover{border-color:var(--ink);background:rgba(255,253,248,.48)}.choice-key{width:28px;height:28px;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:10px;font-weight:800}.choice>span:nth-child(2){font-size:14px;line-height:1.45}.choice i{width:16px;height:16px;border:1px solid var(--line);border-radius:50%;position:relative}.choice.selected{border-color:var(--red);background:var(--white)}.choice.selected .choice-key{border-color:var(--red);background:var(--red);color:var(--white)}.choice.selected i{border-color:var(--red)}.choice.selected i:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--red)}.question-view nav{display:flex;align-items:center;justify-content:space-between;margin-top:28px}.back,.next{min-height:44px;border:0;background:transparent;color:var(--ink);font-size:12px;font-weight:800;cursor:pointer}.back{color:var(--muted)}.next{min-width:142px;padding:0 16px;background:var(--ink);color:var(--white)}.next:disabled{opacity:.24;cursor:not-allowed}.contact-view{width:100%;max-width:720px;margin:auto;padding:70px 0 90px}.contact-view h1{margin:0;max-width:680px;font-size:clamp(42px,6vw,66px);line-height:.98;letter-spacing:-.055em}.contact-view>p:not(.eyebrow):not(.privacy-note){max-width:610px;margin:20px 0 34px;color:var(--muted);font-size:14px;line-height:1.55}.contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-fields label{color:var(--ink);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.contact-fields label:last-child{grid-column:1/-1}.contact-fields input{width:100%;margin-top:9px;padding:16px;border:1px solid var(--line);border-radius:0;outline:none;background:var(--white);color:var(--ink);font-size:14px;text-transform:none}.contact-fields input:focus{border-color:var(--red);box-shadow:0 0 0 2px rgba(168,52,28,.1)}.instagram-field{display:grid;grid-template-columns:42px 1fr;margin-top:9px;border:1px solid var(--line);background:var(--white)}.instagram-field:focus-within{border-color:var(--red);box-shadow:0 0 0 2px rgba(168,52,28,.1)}.instagram-field span{display:flex;align-items:center;justify-content:center;border-right:1px solid var(--line);color:var(--red);font-size:15px}.instagram-field input{margin:0;border:0;box-shadow:none!important}.contact-actions{display:flex;align-items:center;justify-content:space-between;margin-top:28px}.privacy-note{margin:13px 0 0!important;color:var(--muted);text-align:right;font-size:10px!important}.save-error{margin:14px 0 0!important;color:var(--red)!important;font-size:12px!important;line-height:1.45!important}.result-intro{display:grid;grid-template-columns:150px 1fr;gap:56px;align-items:start;padding:76px 0 58px;border-bottom:1px solid var(--ink)}.result-score{display:flex;align-items:flex-end;gap:5px;color:var(--red)}.result-score strong{font-size:88px;line-height:.8;letter-spacing:-.08em}.result-score span{font-size:18px;font-weight:800}.result-intro h1{max-width:760px;margin:0;font-size:clamp(44px,6vw,76px);line-height:.96;letter-spacing:-.06em}.result-intro>div:last-child>p:last-child{max-width:700px;margin:24px 0 0;color:#49443e;font-size:17px;line-height:1.55}.result-body{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;padding:54px 0 68px}.priority>p:first-child{margin:0 0 18px;color:var(--red);font-size:10px;font-weight:800;letter-spacing:.12em}.priority h2{margin:0;font-size:34px;line-height:1.05;letter-spacing:-.04em}.priority>span{display:inline-block;margin:14px 0 18px;color:var(--red);font-size:11px;font-weight:800}.priority>p:last-child{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.areas{display:grid;gap:20px}.area>div{display:flex;justify-content:space-between;margin-bottom:9px;font-size:12px}.area span{font-weight:700}.area i{height:3px;display:block;background:var(--line)}.area b{height:100%;display:block;background:var(--red)}.cta{margin-bottom:36px;padding:42px;display:grid;grid-template-columns:1fr 230px;gap:60px;background:var(--ink);color:var(--white)}.cta h2{max-width:650px;margin:0;font-size:clamp(30px,4vw,46px);line-height:1.03;letter-spacing:-.05em}.cta>div:first-child>p:last-child{max-width:620px;margin:18px 0 0;color:#d3cec5;font-size:13px;line-height:1.5}.cta>div:last-child{display:flex;flex-direction:column;justify-content:center}.cta .main-button{min-width:0;width:100%;margin:0;background:var(--red);border-color:var(--red)}.cta a{margin-top:14px;color:var(--white);text-align:center;font-size:12px;font-weight:700}.instagram-action{min-height:54px;margin:0!important;padding:0 16px;display:flex;align-items:center;justify-content:center;background:var(--red);text-decoration:none}.instagram-note{margin-top:12px;color:#bcb6ad;text-align:center;font-size:10px}.restart{align-self:center;margin:0 0 38px;border:0;border-bottom:1px solid var(--ink);padding:4px 0;background:transparent;color:var(--ink);font-size:11px;cursor:pointer}@media(max-width:720px){.page{width:min(100% - 28px,620px)}header{height:66px}header>span{max-width:150px;text-align:right;font-size:9px}.intro-content{justify-content:flex-start;padding:72px 0 56px}.intro-content h1{font-size:clamp(48px,15vw,72px)}.intro-copy{font-size:17px}.question-view{padding:48px 0 70px}.question-view h1{font-size:clamp(34px,10vw,46px)}.choice{grid-template-columns:30px 1fr;min-height:78px;padding:14px}.choice i{display:none}.choice>span:nth-child(2){font-size:13px}.result-intro{grid-template-columns:1fr;gap:32px;padding:52px 0 44px}.contact-view{padding:52px 0 70px}.contact-fields{grid-template-columns:1fr}.contact-fields label:last-child{grid-column:1}.result-score strong{font-size:72px}.result-body{grid-template-columns:1fr;gap:46px;padding:42px 0 52px}.cta{grid-template-columns:1fr;gap:32px;padding:30px 22px}footer{padding:18px 0;align-items:flex-start;flex-direction:column;justify-content:center;gap:8px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
