:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f7f5ef;--surface:#fff;--surface-warm:#fffaf0;--text:#171512;--muted:#6f6a60;--line:#ded8cc;--accent:#e88900;--accent-dark:#8f4f00;--ink-soft:#302b24}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{background:var(--bg);min-height:100%;color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.site-shell{background:linear-gradient(180deg, #ffffffc7, #f7f5ef00), var(--bg);min-height:100vh}.site-header{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7f5eff0;justify-content:space-between;align-items:center;min-height:64px;padding:10px clamp(20px,5vw,72px);display:flex;position:sticky;top:0}.site-brand,.site-nav,.hero-actions,.primary-button,.hero-card-list span{align-items:center;display:flex}.site-brand{color:var(--text);letter-spacing:0;gap:10px;font-size:clamp(20px,2.2vw,28px);font-weight:950}.brand-mark{color:#111;background:var(--accent);border-radius:8px;place-items:center;width:40px;height:40px;display:grid}.site-nav{color:var(--muted);gap:22px;font-size:15px;font-weight:800}.nav-cta{color:var(--text);background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:10px 14px}.hero-section,.feature-section,.cta-section{width:min(1180px,100% - 40px);margin:0 auto}.hero-section{grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);align-items:center;gap:clamp(28px,4.5vw,64px);min-height:clamp(560px,100vh - 150px,720px);padding:clamp(26px,5vh,58px) 0 clamp(34px,6vh,70px);display:grid}.hero-copy{gap:18px;display:grid}.eyebrow{color:var(--accent-dark);letter-spacing:1.6px;text-transform:uppercase;margin:0;font-size:13px;font-weight:950}h1,h2,h3,p{margin-top:0}h1{max-width:700px;color:var(--text);letter-spacing:0;margin-bottom:0;font-size:clamp(50px,7vw,92px);line-height:.96}.hero-blurb,.section-heading p,.cta-section p{max-width:620px;color:var(--muted);font-size:clamp(18px,1.8vw,24px);font-weight:650;line-height:1.42}.hero-actions,.cta-actions{flex-wrap:wrap;gap:14px;margin-top:4px}.cta-actions{justify-content:flex-end;align-items:center;display:flex}.primary-button,.secondary-button{border-radius:8px;min-height:52px;font-weight:900}.primary-button{color:#111;background:var(--accent);justify-content:center;gap:10px;padding:14px 20px;box-shadow:0 12px 28px #e8890038}.secondary-button{color:var(--ink-soft);border:1px solid var(--line);background:#ffffffb8;align-items:center;padding:13px 18px;display:inline-flex}.hero-panel{gap:14px;display:grid}.hero-image{min-height:clamp(230px,30vw,300px);color:var(--accent-dark);background:linear-gradient(135deg, #e8890029, #fffc), var(--surface);border:1px solid var(--line);border-radius:8px;grid-template-columns:repeat(3,1fr);place-items:center;padding:28px;display:grid}.hero-image svg{width:clamp(52px,8vw,92px);height:clamp(52px,8vw,92px)}.hero-card-list{gap:10px;display:grid}.hero-card-list span{min-height:48px;color:var(--ink-soft);background:var(--surface);border:1px solid var(--line);border-radius:8px;gap:10px;padding:12px 14px;font-weight:800}.feature-section{padding:18px 0 64px}.section-heading{gap:12px;max-width:780px;margin-bottom:28px;display:grid}.section-heading h2,.cta-section h2{letter-spacing:0;margin-bottom:0;font-size:clamp(36px,5vw,58px);line-height:1.02}.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.feature-card{background:var(--surface);border:1px solid var(--line);border-radius:8px;min-height:220px;padding:20px}.feature-icon{width:48px;height:48px;color:var(--accent-dark);background:var(--surface-warm);border:1px solid #f0dfbd;border-radius:8px;place-items:center;margin-bottom:18px;display:grid}.feature-card h3{margin-bottom:10px;font-size:22px}.feature-card p{color:var(--muted);margin-bottom:0;font-size:16px;font-weight:600;line-height:1.48}.cta-section{background:var(--ink-soft);border-radius:8px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:64px;padding:28px;display:flex}.cta-section h2,.cta-section p{color:#fff}.cta-section p{opacity:.78;margin-bottom:0}.site-footer{color:var(--muted);border-top:1px solid var(--line);justify-content:space-between;gap:20px;padding:24px clamp(20px,5vw,72px);font-size:14px;font-weight:700;display:flex}.site-footer a{color:var(--accent-dark)}.placeholder-page{text-align:center;align-content:center;gap:22px;width:min(720px,100% - 44px);min-height:100vh;margin:0 auto;display:grid}.placeholder-page h1{margin:0;font-size:clamp(42px,7vw,72px)}.placeholder-page p{color:var(--muted);margin:0;font-size:22px;font-weight:700;line-height:1.5}.placeholder-page a{color:var(--accent-dark);justify-self:center;font-weight:900}.action-list{gap:12px;width:min(440px,100%);margin:12px auto;display:grid}.action-list button{min-height:54px;color:var(--text);background:var(--surface);border:1px solid var(--line);border-radius:8px;font-weight:900}@media (max-width:920px){.hero-section{grid-template-columns:1fr;min-height:auto;padding-top:30px}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cta-section{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.site-header{min-height:62px;padding:10px 16px}.site-nav a:not(.nav-cta){display:none}.brand-mark{width:40px;height:40px}.site-brand{font-size:21px}.hero-section,.feature-section,.cta-section{width:min(100% - 28px,1180px)}.hero-section{padding:28px 0 46px}h1{font-size:clamp(44px,13vw,68px)}.hero-actions,.cta-actions,.primary-button,.secondary-button{width:100%}.hero-image{min-height:210px;padding:22px}.feature-grid{grid-template-columns:1fr}.site-footer{flex-direction:column}}
