.hub{--cream:#f7f1e8;--card:#fdfaf5;--ink:#2a2622;--soft:#6b5f4f;--gold:#c9a24c;--gold-lt:#e4c87e;--gold-soft:#efe3c8;--gold-text:#9c7a34;--line:#e5d9c6;--green:#28422f;--green-soft:#e9efe6;--green-text:#3d5a3d;--sand:#f3ebdb;--radius:22px;--radius-card:20px;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:24px;--sp-6:32px;--sp-7:48px;--sp-8:64px;--shadow-1:0 1px 2px rgba(42,38,34,0.04),0 4px 16px rgba(42,38,34,0.06);--shadow-2:0 2px 6px rgba(42,38,34,0.06),0 12px 40px rgba(42,38,34,0.1);background:var(--cream);color:var(--ink);font-family:Golos Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.65;min-height:100vh;-webkit-font-smoothing:antialiased}:root[data-theme=dark] .hub{--cream:#1f231e;--card:#282d26;--ink:#efe9dc;--soft:#b7b0a0;--gold-soft:#3a3226;--gold-text:#e4c87e;--line:#3e443b;--green:#a9c4a4;--green-soft:rgba(169,196,164,0.12);--green-text:#a9c4a4;--sand:#23281f;--shadow-1:0 1px 2px rgba(0,0,0,0.3),0 4px 16px rgba(0,0,0,0.25);--shadow-2:0 2px 6px rgba(0,0,0,0.35),0 12px 40px rgba(0,0,0,0.4)}.hub *,.hub :after,.hub :before{box-sizing:border-box}.hub a{color:inherit;text-decoration:none}.hub h1,.hub h2,.hub h3{font-family:Prata,Georgia,Times New Roman,serif;font-weight:400;line-height:1.2;color:var(--green)}:root[data-theme=dark] .hub h1,:root[data-theme=dark] .hub h2,:root[data-theme=dark] .hub h3{color:var(--ink)}.hub-wrap{max-width:1080px;margin:0 auto;padding:0 24px}.hub-eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-text);margin-bottom:var(--sp-3)}.hub-header{justify-content:space-between;padding:var(--sp-5) 0;gap:var(--sp-4)}.hub-header,.hub-logo{display:flex;align-items:center}.hub-logo{gap:10px}.hub-logo .mark{width:34px;height:34px;flex:none}.hub-logo b{font-family:Prata,serif;font-weight:400;font-size:18px;text-transform:uppercase;letter-spacing:.18em;color:#C9A24C}.hub-nav{display:flex;align-items:center;gap:var(--sp-5)}.hub-nav a{font-size:15px;color:var(--soft)}.hub-nav a:hover{color:var(--ink)}.hub-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 24px;border-radius:999px;font-size:15px;font-weight:600;cursor:pointer;border:1.5px solid transparent;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;white-space:nowrap}.hub-btn:hover{transform:translateY(-1px)}.hub-btn--gold{background:var(--gold);color:#20261f;box-shadow:0 6px 18px rgba(201,162,76,.28)}.hub-btn--gold:hover{box-shadow:0 10px 26px rgba(201,162,76,.36)}.hub-btn--ghost{background:transparent;color:var(--green);border-color:var(--line)}:root[data-theme=dark] .hub-btn--ghost{color:var(--ink)}.hub-btn--ghost:hover{border-color:var(--gold)}.hub-btn--sm{min-height:40px;padding:0 18px;font-size:14px}.hub-hero{padding:var(--sp-8) 0 var(--sp-7);position:relative}.hub-hero:before{content:"";position:absolute;inset:-10% 30% 40% -10%;background:radial-gradient(60% 60% at 30% 30%,rgba(201,162,76,.14),transparent 70%);pointer-events:none;z-index:0}.hub-hero>*{position:relative;z-index:1}.hub-hero h1{font-size:clamp(34px,6.2vw,60px);max-width:14ch;margin-bottom:var(--sp-5)}.hub-hero .lead{font-size:clamp(17px,2.4vw,21px);max-width:60ch;color:var(--soft);margin-bottom:var(--sp-6)}.hub-hero .cta-row{display:flex;flex-wrap:wrap;gap:var(--sp-3)}.hub-section{padding:var(--sp-8) 0;border-top:1px solid var(--line)}.hub-section h2{font-size:clamp(26px,4vw,36px);margin-bottom:var(--sp-4);max-width:20ch}.hub-section .section-lead{font-size:18px;color:var(--soft);max-width:62ch;margin-bottom:var(--sp-6)}.hub-values{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--sp-5);gap:var(--sp-5)}.hub-value{display:flex;flex-direction:column;gap:var(--sp-3)}.hub-value h3{font-size:19px}.hub-value p{font-size:15px;color:var(--soft)}.hub-ic{width:46px;height:46px;border-radius:50%;flex:none;display:inline-flex;align-items:center;justify-content:center;background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow-1);color:var(--green)}:root[data-theme=dark] .hub-ic{color:var(--green-text)}.hub-ic svg{width:22px;height:22px}.hub-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--sp-5);gap:var(--sp-5)}.hub-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-card);padding:var(--sp-6);box-shadow:var(--shadow-1);display:flex;flex-direction:column;gap:var(--sp-3);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.hub-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-2);border-color:var(--gold-soft)}.hub-card .badge{align-self:flex-start;font-size:12px;font-weight:600;letter-spacing:.04em;padding:4px 12px;border-radius:999px;background:var(--green-soft);color:var(--green-text)}.hub-card h3{font-size:22px}.hub-card p{font-size:15px;color:var(--soft);flex:1 1}.hub-card .card-foot{margin-top:var(--sp-2)}.hub-app{background:var(--sand);border-radius:var(--radius);padding:var(--sp-8) var(--sp-7)}.hub-app .chip{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--green-text);background:var(--green-soft);border-radius:999px;padding:5px 12px;margin-bottom:var(--sp-4)}.hub-features{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--sp-5);gap:var(--sp-5);margin-top:var(--sp-6)}.hub-feature{display:flex;gap:var(--sp-3);align-items:flex-start}.hub-feature .hub-ic{width:40px;height:40px}.hub-feature .hub-ic svg{width:19px;height:19px}.hub-feature h4{font-size:16px;font-weight:600;margin-bottom:2px;color:var(--ink)}.hub-feature p{font-size:14px;color:var(--soft)}.hub-app .soon{display:inline-block;margin-top:var(--sp-6);font-size:13px;color:var(--soft)}.hub-audience{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--sp-5);gap:var(--sp-5)}.hub-aud-card{border:1px solid var(--line);border-radius:var(--radius-card);padding:var(--sp-6);background:var(--card)}.hub-aud-card h3{font-size:20px;margin-bottom:var(--sp-2)}.hub-aud-card p{font-size:15px;color:var(--soft)}.hub-final{text-align:center;padding:var(--sp-8) 0}.hub-final h2{margin:0 auto var(--sp-4)}.hub-final .section-lead{margin:0 auto var(--sp-6)}.hub-final .cta-row{display:flex;flex-wrap:wrap;gap:var(--sp-3);justify-content:center}.hub-footer{border-top:1px solid var(--line);padding:var(--sp-7) 0;color:var(--soft);font-size:14px}.hub-footer .foot-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:var(--sp-5);margin-bottom:var(--sp-5)}.hub-footer .foot-cols{display:flex;gap:var(--sp-7);flex-wrap:wrap}.hub-footer .foot-col a{display:block;color:var(--soft);margin-bottom:var(--sp-2)}.hub-footer .foot-col a:hover{color:var(--ink)}.hub-footer .foot-col b{color:var(--ink);font-weight:600;font-family:inherit;display:block;margin-bottom:var(--sp-3)}.hub-footer .disclaimer{font-size:13px;opacity:.85;max-width:70ch;line-height:1.6}.hub-footer .foot-legal{font-size:13px;margin-top:var(--sp-4)}.hub-footer .foot-legal a{color:var(--soft);text-decoration:underline;text-underline-offset:2px}.hub-footer .foot-legal a:hover{color:var(--ink)}.hub-footer .locale{font-size:12px;opacity:.7;margin-top:var(--sp-3)}@media (max-width:900px){.hub-cards,.hub-features,.hub-values{grid-template-columns:repeat(2,1fr)}.hub-app{padding:var(--sp-7) var(--sp-5)}}@media (max-width:620px){.hub-wrap{padding:0 18px}.hub-nav{display:none}.hub-hero{padding:var(--sp-7) 0 var(--sp-6)}.hub-section{padding:var(--sp-7) 0}.hub-audience,.hub-cards,.hub-features,.hub-values{grid-template-columns:1fr}.hub-btn,.hub-final .cta-row .hub-btn,.hub-hero .cta-row .hub-btn{width:100%}}