.home-v3{--v3-bg:#f5ead8;--v3-surface:#ebddc5;--v3-text:#201e1d;--v3-accent:#9a5428;--v3-accent-2:#7a8a5e;--v3-divider:color-mix(in srgb,#201e1d 16%,transparent);--v3-neutral-100:#f9f4ed;--v3-neutral-200:#eee7db;--v3-neutral-300:#dcd3c4;--v3-neutral-400:#c0b6a5;--v3-neutral-500:#6b6358;--v3-neutral-600:#5c5348;--v3-neutral-700:#524a40;--v3-neutral-800:#474238;--v3-neutral-900:#2e2b25;--v3-accent-100:#fff2eb;--v3-accent-200:#ffe1d0;--v3-accent-300:#ffc6a5;--v3-accent-400:#f6a06b;--v3-accent-500:#d67f48;--v3-accent-600:#b2622d;--v3-accent-700:#8c491a;--v3-accent-800:#643312;--v3-accent-900:#402310;--v3-accent-2-100:#f0fae1;--v3-accent-2-200:#e1eecc;--v3-accent-2-300:#ccdbb2;--v3-accent-2-400:#aebf92;--v3-accent-2-500:#8fa073;--v3-accent-2-600:#728157;--v3-accent-2-700:#56633f;--v3-accent-2-800:#3d472b;--v3-accent-2-900:#272e1b;--v3-radius-md:16px;--v3-radius-lg:28px;--v3-shadow-sm:0 1px 2px color-mix(in srgb,#2e2b25 14%,transparent);--v3-shadow-md:0 3px 10px color-mix(in srgb,#2e2b25 16%,transparent);--background:36 48% 90%;--foreground:20 5% 12%;--card:36 45% 97%;--card-foreground:20 5% 12%;--popover:36 45% 97%;--popover-foreground:20 5% 12%;--primary:24 59% 38%;--primary-foreground:0 0% 100%;--secondary:36 28% 88%;--secondary-foreground:20 5% 18%;--muted:36 28% 88%;--muted-foreground:30 10% 35%;--accent:24 70% 96%;--accent-foreground:24 65% 28%;--border:30 16% 78%;--input:30 16% 78%;--ring:24 55% 50%;--radius:1rem;background:var(--v3-bg);color:var(--v3-text);font-family:var(--font-v3-body),system-ui,sans-serif;min-height:100vh}.home-v3 ::-moz-selection{background:color-mix(in srgb,var(--v3-accent) 30%,transparent)}.home-v3 ::selection{background:color-mix(in srgb,var(--v3-accent) 30%,transparent)}.home-v3 :focus-visible{outline:2px solid var(--v3-accent);outline-offset:2px}.home-v3-heading{font-family:var(--font-v3-heading),system-ui,sans-serif;font-weight:800;letter-spacing:-.015em;line-height:1.08}.home-v3-heading-display{letter-spacing:-.01em}.home-v3-card{background:#fff;border:1px solid var(--v3-neutral-300);border-radius:var(--v3-radius-lg);padding:1.25rem;height:100%}.home-v3-washed{filter:saturate(.6) contrast(.85) brightness(1.1) opacity(.94)}.home-v3-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:999px;font-family:var(--font-v3-heading),system-ui,sans-serif;font-weight:800;line-height:1.2;text-decoration:none;transition:background .15s ease,color .15s ease,border-color .15s ease;cursor:pointer;border:1px solid transparent}.home-v3-btn-primary{background:var(--v3-accent);color:#fff}.home-v3-btn-primary:hover{background:var(--v3-accent-700);color:#fff}.home-v3-btn-primary:active{background:var(--v3-accent-800);color:#fff}.home-v3-btn-secondary{background:transparent;border-color:var(--v3-divider);color:var(--v3-text)}.home-v3-btn-secondary:hover{background:color-mix(in srgb,var(--v3-text) 7%,transparent)}.home-v3-btn-ghost{background:transparent;color:var(--v3-accent);padding-inline:.5rem}.home-v3-btn-ghost:hover{background:color-mix(in srgb,var(--v3-accent) 10%,transparent)}.home-v3-btn-on-accent{background:#fff;color:var(--v3-accent-800)}.home-v3-btn-on-accent:hover{background:var(--v3-accent-100)}.home-v3-field-label{font-size:12px;color:color-mix(in srgb,var(--v3-text) 70%,transparent)}.home-v3-tag{display:inline-flex;align-items:center;font-size:11px;letter-spacing:.02em;padding:3px 10px;border-radius:calc(var(--v3-radius-md) * .75)}.home-v3-tag-sage{background:var(--v3-accent-2-100);color:var(--v3-accent-2-800)}.home-v3-tag-accent{background:var(--v3-accent-100);color:var(--v3-accent-800)}.home-v3-tag-accent-2{background:var(--v3-accent-2-100);color:var(--v3-accent-2-800)}.home-v3-tag-neutral{background:var(--v3-neutral-100);color:var(--v3-neutral-800)}.home-v3-tag-outline{border:1px solid var(--v3-accent);color:var(--v3-accent);background:transparent}.home-v3-input{width:100%;min-height:40px;padding:8px 14px;font:inherit;font-size:14px;color:var(--v3-text);background:var(--v3-surface);border:1px solid var(--v3-divider);border-radius:var(--v3-radius-md);caret-color:var(--v3-accent)}.home-v3-input:hover{border-color:color-mix(in srgb,var(--v3-text) 45%,transparent)}.home-v3-input:focus-visible{border-color:var(--v3-accent);outline:none}textarea.home-v3-input{min-height:100px;resize:vertical}@keyframes home-v3-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.home-v3-animate{animation:home-v3-fade-up .55s ease both}.home-v3-animate-delay-1{animation-delay:.08s}.home-v3-animate-delay-2{animation-delay:.16s}.home-v3-animate-delay-3{animation-delay:.24s}@keyframes home-v3-hero-rise-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes home-v3-hero-rise-sm{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes home-v3-hero-fade{0%{opacity:0}to{opacity:1}}@keyframes home-v3-hero-pop{0%{opacity:0;transform:scale(.86) translateY(8px)}60%{opacity:1;transform:scale(1.04) translateY(0)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes home-v3-hero-type{0%{width:0}to{width:100%}}@keyframes home-v3-hero-blink{0%,45%{opacity:1}50%,to{opacity:0}}@keyframes home-v3-hero-floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes home-v3-hero-floaty-slow{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-12px) rotate(-2deg)}}@keyframes home-v3-hero-kenburns{0%,to{opacity:1}}@keyframes home-v3-hero-pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.45);opacity:.45}}@keyframes home-v3-hero-sweep{0%{left:0;transform:translateX(-100%)}to{left:100%;transform:translateX(0)}}.home-v3-hero-rise-in{--v3-hero-delay:0s;--v3-hero-duration:0.5s;animation:home-v3-hero-rise-in var(--v3-hero-duration) cubic-bezier(.2,.8,.2,1) var(--v3-hero-delay) both}.home-v3-hero-rise-sm{--v3-hero-delay:0s;--v3-hero-duration:0.4s;animation:home-v3-hero-rise-sm var(--v3-hero-duration) ease-out var(--v3-hero-delay) both}.home-v3-hero-fade{--v3-hero-delay:0s;--v3-hero-duration:0.5s;animation:home-v3-hero-fade var(--v3-hero-duration) ease-out var(--v3-hero-delay) both}.home-v3-hero-pop{--v3-hero-delay:0s;--v3-hero-duration:0.4s;animation:home-v3-hero-pop var(--v3-hero-duration) cubic-bezier(.2,.8,.2,1) var(--v3-hero-delay) both}.home-v3-hero-type{animation:home-v3-hero-type 1.2s steps(20) .2s both}.home-v3-hero-blink{animation:home-v3-hero-blink 1s step-end .2s 4 both}.home-v3-hero-kenburns{transform:none;contain:paint}.home-v3-hero-pulse-dot{--v3-hero-delay:0.3s;--v3-hero-duration:2.4s;animation:home-v3-hero-pulse-dot var(--v3-hero-duration) ease-out var(--v3-hero-delay) 3 both}.home-v3-hero-sweep{animation:home-v3-hero-sweep 2.5s ease-in-out .4s 2 both}.home-v3-hero-float{animation:home-v3-hero-pop .4s cubic-bezier(.2,.8,.2,1) .2s both,home-v3-hero-floaty 5s ease-in-out .6s 3 both}.home-v3-hero-float-slow{animation:home-v3-hero-pop .4s cubic-bezier(.2,.8,.2,1) .25s both,home-v3-hero-floaty-slow 6.5s ease-in-out .65s 3 both}.home-v3-hero-cta:hover{transform:translateY(-3px);box-shadow:0 20px 36px rgba(154,84,40,.36)}.home-v3-hero-lcp{opacity:1;transform:none;animation:none}.home-v3-hero-cta{transition:transform .18s ease,box-shadow .18s ease,background .15s ease}[data-motion=off] .home-v3-hero-blink,[data-motion=off] .home-v3-hero-fade,[data-motion=off] .home-v3-hero-float,[data-motion=off] .home-v3-hero-float-slow,[data-motion=off] .home-v3-hero-kenburns,[data-motion=off] .home-v3-hero-pop,[data-motion=off] .home-v3-hero-pulse-dot,[data-motion=off] .home-v3-hero-rise-in,[data-motion=off] .home-v3-hero-rise-sm,[data-motion=off] .home-v3-hero-sweep,[data-motion=off] .home-v3-hero-type{animation:none!important;opacity:1!important;transform:none!important}@media (prefers-reduced-motion:reduce){.home-v3-animate,.home-v3-hero-blink,.home-v3-hero-fade,.home-v3-hero-float,.home-v3-hero-float-slow,.home-v3-hero-kenburns,.home-v3-hero-pop,.home-v3-hero-pulse-dot,.home-v3-hero-rise-in,.home-v3-hero-rise-sm,.home-v3-hero-sweep,.home-v3-hero-type{animation:none!important;opacity:1!important;transform:none!important}}@media (max-width:640px){.home-v3-hero{padding-bottom:3rem}}