*{box-sizing:border-box}html,body{background:#fcfbf9;margin:0;padding:0}#root{min-height:100vh}.goal-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}@media (width<=760px){.goal-grid{grid-template-columns:repeat(2,1fr)}}@media print{*{-webkit-print-color-adjust:exact;print-color-adjust:exact}.no-print{display:none!important}main{padding:24px 32px!important}header{padding:16px 32px!important}footer{padding:12px 32px!important}}@page{margin:10mm}html{scroll-behavior:smooth}.hub{--ink:#1d1f22;--cream:#fcfbf9;--gold:#c9a227;--charcoal:#2a2e34;--hairline:#1d1f221f;--display:"Playfair Display", Georgia, serif;--label:"Montserrat", Verdana, sans-serif;--body:"Mulish", Verdana, sans-serif;background:var(--cream);color:var(--ink);font-family:var(--body);-webkit-font-smoothing:antialiased;font-size:17px;line-height:1.65}.hub *{box-sizing:border-box;margin:0;padding:0}.hub a{color:inherit}.hub :focus-visible{outline:2px solid var(--gold);outline-offset:3px}.hub-header{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--cream);background:#1d1f22f5;position:sticky;top:0}.hub .header-inner{align-items:center;gap:16px;max-width:1120px;margin:0 auto;padding:14px 32px;display:flex}.hub .logo-mark{flex:none;width:auto;height:44px;display:block}.hub .brand-lines{line-height:1.3}.hub .brand-name{font-family:var(--display);letter-spacing:.01em;font-size:19px;font-weight:600}.hub .brand-name span{color:var(--gold)}.hub .brand-sub{font-family:var(--label);letter-spacing:.32em;text-transform:uppercase;color:#fcfbf9a6;font-size:10px;font-weight:500}.hub .hero{background:var(--ink);color:var(--cream);position:relative;overflow:hidden}.hub .hero:after{content:"";pointer-events:none;background:radial-gradient(60% 80% at 85% 20%,#c9a2271f,#0000 65%);position:absolute;inset:0}.hub .hero-art{opacity:.9;pointer-events:none;z-index:0;width:min(46vw,560px);position:absolute;top:50%;right:-60px;transform:translateY(-50%)}@media (width<=900px){.hub .hero-art{opacity:.25;right:-140px}}.hub .hero-inner{z-index:1;max-width:1120px;margin:0 auto;padding:96px 32px 110px;position:relative}.hub .hero-eyebrow{font-family:var(--label);letter-spacing:.34em;text-transform:uppercase;color:var(--gold);align-items:center;gap:16px;font-size:12px;font-weight:600;display:inline-flex}.hub .hero-eyebrow:before{content:"";background:var(--gold);width:44px;height:1px}.hub .hero h1{font-family:var(--display);max-width:16ch;margin:26px 0 22px;font-size:clamp(38px,6vw,68px);font-weight:500;line-height:1.1}.hub .hero h1 em{color:var(--gold);font-style:italic}.hub .hero p{color:#fcfbf9c7;max-width:50ch;font-size:18px}.hub .hero-steps{flex-wrap:wrap;gap:0;margin-top:44px;display:flex}.hub .hero-step{font-family:var(--label);letter-spacing:.22em;text-transform:uppercase;color:#fcfbf9cc;align-items:center;gap:12px;padding:6px 0;font-size:11px;font-weight:600;text-decoration:none;display:flex}.hub .hero-step b{font-family:var(--display);color:var(--gold);letter-spacing:0;font-size:19px;font-style:italic;font-weight:600}.hub .hero-step:not(:last-child):after{content:"";background:#c9a22773;width:52px;height:1px;margin:0 20px}.hub .hero-step:hover{color:var(--cream)}@media (width<=700px){.hub .hero-steps{flex-direction:column;gap:10px}.hub .hero-step:not(:last-child):after{display:none}}.hub .reveal{opacity:0;animation:.8s cubic-bezier(.22,.61,.36,1) forwards hub-rise;transform:translateY(18px)}.hub .reveal.d1{animation-delay:.1s}.hub .reveal.d2{animation-delay:.25s}.hub .reveal.d3{animation-delay:.4s}.hub .reveal.d4{animation-delay:.55s}@keyframes hub-rise{to{opacity:1;transform:none}}.hub .thread-wrap{max-width:1120px;margin:0 auto;padding:0 32px;position:relative}.hub .thread{background:linear-gradient(var(--gold), var(--gold)) no-repeat top / 1px 0%;background-color:#c9a2272e;width:1px;transition:background-size 1.4s;position:absolute;top:0;bottom:0;left:50%}.hub .thread.drawn{background-size:1px 100%}.hub .section-head{text-align:center;padding:84px 0 20px;position:relative}.hub .section-head .kicker{background:var(--cream);font-family:var(--label);letter-spacing:.34em;text-transform:uppercase;color:var(--gold);padding:0 22px;font-size:12px;font-weight:600;display:inline-block}.hub .section-head h2{font-family:var(--display);background:var(--cream);margin-top:14px;padding:0 22px;font-size:clamp(28px,3.4vw,40px);font-weight:500;display:inline-block}.hub .section-head p{max-width:58ch;color:var(--charcoal);background:var(--cream);margin:12px auto 0;padding:0 22px}.hub .tools{padding:52px 0 12px;list-style:none}.hub .tool{grid-template-columns:1fr 1fr;align-items:center;margin-bottom:64px;display:grid;position:relative}.hub .tool-node{background:var(--cream);border:2px solid var(--gold);z-index:2;border-radius:50%;width:13px;height:13px;transition:background .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hub .tool:hover .tool-node{background:var(--gold)}.hub .tool-card{border:1px solid var(--hairline);background:#fff;padding:36px 42px 38px;transition:border-color .3s,box-shadow .3s,transform .3s;position:relative}.hub .tool-card:before{content:"";background:var(--gold);width:36px;height:2px;transition:width .4s;position:absolute;top:0;left:0}.hub .tool:hover .tool-card{border-color:#c9a2278c;transform:translateY(-3px);box-shadow:0 18px 44px -22px #1d1f2247}.hub .tool:hover .tool-card:before{width:100%}.hub .tool:nth-child(odd) .tool-card{grid-column:1;margin-right:64px}.hub .tool:nth-child(2n) .tool-card{grid-column:2;margin-left:64px}@keyframes hub-illo-nudge{50%{transform:translateY(-4px)}}.hub .tool-eyebrow{font-family:var(--label);letter-spacing:.3em;text-transform:uppercase;color:var(--gold);font-size:11px;font-weight:600}.hub .tool h3{font-family:var(--display);margin:10px 0 12px;font-size:26px;font-weight:600;line-height:1.2}.hub .tool p{color:var(--charcoal);font-size:16px}.hub .tool-link{font-family:var(--label);letter-spacing:.2em;text-transform:uppercase;color:var(--ink);border-bottom:1px solid var(--gold);align-items:center;gap:10px;margin-top:22px;padding-bottom:4px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.hub .tool-link svg{transition:transform .25s}.hub .tool-link:hover svg{transform:translate(4px)}.hub .tool-meta{font-family:var(--label);letter-spacing:.2em;text-transform:uppercase;color:var(--charcoal);opacity:.55;margin-top:14px;font-size:10.5px;font-weight:500}.hub .tool.solo{grid-template-columns:1fr;justify-items:center}.hub .tool.solo .tool-card{grid-column:1;grid-template-columns:1fr auto;align-items:center;gap:40px;width:100%;max-width:760px;margin:0;display:grid}.hub .tool.solo.flip .tool-card{grid-template-columns:auto 1fr}.hub .tool.solo .tool-node{top:-26px}.hub .solo-illo{flex:none;width:150px;height:150px}.hub .tool.solo:hover .solo-illo{animation:.5s hub-illo-nudge}@media (width<=640px){.hub .tool.solo .tool-card,.hub .tool.solo.flip .tool-card{grid-template-columns:1fr}.hub .solo-illo{order:-1;width:104px;height:104px}}.hub .feature{justify-items:center;padding:52px 0 8px;display:grid;position:relative}.hub .feature-node{background:var(--gold);border:2px solid var(--gold);z-index:2;border-radius:50%;width:17px;height:17px;position:absolute;top:26px;left:50%;transform:translate(-50%);box-shadow:0 0 0 6px #c9a22726}.hub .feature-card{background:var(--ink);color:var(--cream);grid-template-columns:1fr auto;align-items:center;gap:48px;width:100%;max-width:880px;margin-top:56px;padding:52px 56px;display:grid;position:relative;overflow:hidden}.hub .feature-card:after{content:"";pointer-events:none;background:radial-gradient(60% 100% at 88%,#c9a22729,#0000 65%);position:absolute;inset:0}.hub .feature-art{z-index:1;flex:none;width:210px;position:relative}.hub .feature-card>*{z-index:1;position:relative}.hub .feature-card .tool-eyebrow{color:var(--gold)}.hub .feature-card h3{font-family:var(--display);margin:12px 0 14px;font-size:32px;font-weight:600}.hub .feature-card p{color:#fcfbf9c7;max-width:52ch}.hub .modules{flex-wrap:wrap;gap:10px;max-width:560px;margin-top:28px;list-style:none;display:flex}.hub .modules li{font-family:var(--label);letter-spacing:.16em;text-transform:uppercase;color:var(--cream);border:1px solid #c9a22780;align-items:center;gap:9px;padding:10px 16px;font-size:11px;font-weight:600;display:inline-flex}.hub .modules li.first{background:var(--gold);color:var(--ink);border-color:var(--gold)}.hub .modules li svg{opacity:.8}.hub .modules-note{font-family:var(--label);letter-spacing:.2em;text-transform:uppercase;color:#fcfbf98c;margin-top:14px;font-size:10.5px;font-weight:500}.hub .cta{font-family:var(--label);letter-spacing:.22em;text-transform:uppercase;color:var(--ink);background:var(--gold);align-items:center;gap:12px;padding:15px 26px;font-size:12.5px;font-weight:600;text-decoration:none;transition:background .25s,transform .25s;display:inline-flex}.hub .cta:hover{background:#d9b23a;transform:translateY(-2px)}.hub .feature-card .cta{margin-top:30px}@media (width<=760px){.hub .feature-card{grid-template-columns:1fr;gap:28px;padding:38px 26px}.hub .feature-art{order:-1;width:150px}}.hub .note{border:1px solid var(--hairline);background:var(--cream);text-align:center;max-width:760px;color:var(--charcoal);margin:64px auto 0;padding:22px 28px;font-size:15px;position:relative}.hub .note strong{color:var(--ink);font-weight:700}.hub .closing{background:var(--ink);color:var(--cream);margin-top:100px;position:relative;overflow:hidden}.hub .closing:after{content:"";pointer-events:none;background:radial-gradient(55% 90% at 12% 100%,#c9a2271f,#0000 60%);position:absolute;inset:0}.hub .closing-inner{z-index:1;grid-template-columns:1.3fr 1fr;align-items:center;gap:48px;max-width:1120px;margin:0 auto;padding:84px 32px;display:grid;position:relative}.hub .closing h2{font-family:var(--display);font-size:clamp(28px,3.6vw,42px);font-weight:500;line-height:1.15}.hub .closing h2 em{color:var(--gold);font-style:italic}.hub .closing p{color:#fcfbf9bf;max-width:46ch;margin-top:16px}.hub .closing .cta{justify-self:end}@media (width<=820px){.hub .closing-inner{grid-template-columns:1fr}.hub .closing .cta{justify-self:start}}.hub-footer{background:#fcfbf9;border-top:1px solid #1d1f221f}.hub .footer-inner{max-width:1120px;color:var(--charcoal);margin:0 auto;padding:40px 32px 48px;font-size:13px;line-height:1.7}.hub .footer-inner .fm{font-family:var(--label);letter-spacing:.42em;text-transform:uppercase;color:var(--ink);margin-bottom:14px;font-size:12px;font-weight:600}.hub .footer-inner .fm span{color:var(--gold)}@media (width<=820px){.hub .thread{left:22px}.hub .tool{grid-template-columns:1fr}.hub .tool-node{left:22px}.hub .tool:nth-child(odd) .tool-card,.hub .tool:nth-child(2n) .tool-card{grid-column:1;margin:0 0 0 52px}.hub .tool.solo .tool-card{max-width:none;margin-left:52px}.hub .tool.solo .tool-node{top:50%;left:22px}.hub .feature{justify-items:stretch}.hub .feature-node{left:22px}.hub .feature-card{margin-left:52px}.hub .section-head{text-align:left;padding-left:52px}.hub .section-head .kicker,.hub .section-head h2,.hub .section-head p{background:0 0;padding:0}.hub .note{text-align:left;margin-left:52px}.hub .hero-inner{padding:72px 24px 84px}.hub .thread-wrap{padding:0 24px}}@media (prefers-reduced-motion:reduce){.hub *,.hub :before,.hub :after{transition:none!important;animation:none!important}.hub .reveal{opacity:1;transform:none}.hub .thread{background-size:1px 100%}}
