:root{--ink: #183a32;--ink-deep: #0e2a25;--orange: #f15a2a;--orange-dark: #d9481b;--cream: #f5f0e5;--paper: #fffcf5;--sand: #d9d0be;--line: rgba(24, 58, 50, .17);--white: #fff;--display: "Fraunces", Georgia, serif;--body: "DM Sans", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--body);-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.18;z-index:20;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.1'/%3E%3C/svg%3E")}a{color:inherit;text-decoration:none}button,input{font:inherit}.site-header{height:86px;padding:0 clamp(22px,5vw,78px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fffcf5e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0;z-index:10}.brand{display:inline-flex;align-items:center;gap:11px;font-weight:700;font-size:1.35rem;letter-spacing:-.04em}.brand-mark{display:grid;place-items:center;width:35px;aspect-ratio:1;color:var(--cream);background:var(--ink);border-radius:50% 50% 50% 12%;font-family:var(--display);font-size:1.15rem}.brand-dot{color:var(--orange)}.desktop-nav{display:flex;gap:34px;font-size:.86rem;font-weight:600}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--orange);transition:right .25s ease}.desktop-nav a:hover:after{right:0}.button{border:0;cursor:pointer;min-height:54px;padding:0 25px;display:inline-flex;align-items:center;justify-content:center;gap:22px;font-size:.88rem;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button-small{min-height:43px;padding-inline:19px}.button-dark{background:var(--ink);color:var(--white)}.button-primary{color:var(--white);background:var(--orange);box-shadow:0 10px 28px #f15a2a38}.button-primary:hover{background:var(--orange-dark);box-shadow:0 14px 35px #f15a2a47}.hero{min-height:calc(100svh - 86px);position:relative;display:grid;grid-template-columns:minmax(360px,.83fr) 1.17fr;align-items:stretch;overflow:hidden}.hero-copy{align-self:center;padding:88px clamp(30px,4.8vw,76px) 150px;z-index:2}.eyebrow,.kicker{display:inline-flex;align-items:center;gap:10px;color:var(--orange);font-size:.71rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.eyebrow-dot{width:7px;height:7px;background:var(--orange);border-radius:50%;box-shadow:0 0 0 5px #f15a2a1f}h1,h2{margin:0;font-family:var(--display);font-weight:600;letter-spacing:-.055em;line-height:.98}h1{max-width:690px;margin-top:28px;font-size:clamp(3.4rem,5.8vw,6.6rem)}h1 em,.lead-copy em{color:var(--orange);font-weight:600}.hero-text{max-width:570px;margin:31px 0 0;color:#4d665f;font-size:1.03rem;line-height:1.72}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:38px}.text-link{padding-bottom:5px;border-bottom:1px solid var(--ink);font-size:.84rem;font-weight:700}.hero-visual{min-height:620px;position:relative;margin:24px 24px 24px 0;overflow:hidden;background:var(--sand)}.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,35,29,.07),transparent 45%)}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:56% center;transition:transform 8s ease}.hero:hover .hero-visual img{transform:scale(1.025)}.price-stamp{width:177px;aspect-ratio:1;position:absolute;z-index:2;left:-54px;bottom:78px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--white);background:var(--orange);border-radius:50%;transform:rotate(-7deg);box-shadow:0 20px 45px #56271640}.price-stamp:before{content:"";position:absolute;inset:7px;border:1px dashed rgba(255,255,255,.65);border-radius:50%}.price-stamp span,.price-stamp small{position:relative;font-size:.63rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.price-stamp strong{position:relative;margin:4px 0;font-family:var(--display);font-size:1.7rem}.photo-caption{position:absolute;right:27px;bottom:24px;z-index:2;display:flex;align-items:center;gap:12px;color:var(--white);font-size:.67rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.photo-caption .line{width:34px;height:1px;background:var(--white)}.hero-proof{position:absolute;bottom:0;left:clamp(30px,4.8vw,76px);right:calc(50% + 20px);height:94px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.hero-proof div{display:flex;align-items:center;gap:12px;border-right:1px solid var(--line)}.hero-proof div:last-child{border:0}.hero-proof strong{color:var(--orange);font-family:var(--display);font-size:1.1rem}.hero-proof span{color:#5f716c;font-size:.68rem;font-weight:600;line-height:1.45;text-transform:uppercase}.section{padding:120px clamp(24px,7vw,110px)}.section-heading{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:end}.section-heading h2,.process h2,.legal h2,.lead-copy h2{margin-top:20px;font-size:clamp(2.7rem,4.5vw,5.2rem)}.section-heading>p{max-width:520px;margin:0 0 5px;color:#60726d;font-size:1rem;line-height:1.75}.status-grid{margin-top:64px;display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.status-card{min-height:480px;padding:clamp(30px,4vw,58px);display:grid;grid-template-columns:1fr auto;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.status-card:hover{transform:translateY(-6px);box-shadow:0 22px 60px #102e2726}.status-card-light{background:var(--cream)}.status-card-dark{color:var(--white);background:var(--ink)}.status-card-dark:after{content:"";position:absolute;width:320px;height:320px;right:-150px;bottom:-150px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 45px #ffffff06,0 0 0 90px #ffffff05}.status-number{font-family:var(--display);font-size:1.1rem}.status-icon svg{width:54px;fill:none;stroke:currentColor;stroke-width:1.4}.tag{width:fit-content;align-self:end;padding:7px 11px;color:var(--orange);border:1px solid currentColor;font-size:.63rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.status-card h3{grid-column:1 / -1;margin:16px 0 0;font-family:var(--display);font-size:clamp(2.3rem,3.6vw,4.2rem);line-height:1;letter-spacing:-.045em}.status-card p{grid-column:1 / -1;max-width:530px;margin:24px 0;color:#62736f;line-height:1.65}.status-card-dark p{color:#becbc7}.status-card a{grid-column:1 / -1;align-self:end;width:fit-content;padding-bottom:5px;border-bottom:1px solid currentColor;font-size:.83rem;font-weight:700}.status-card a span{margin-left:34px}.legal-note{margin:25px 0 0;display:flex;align-items:center;justify-content:center;gap:10px;color:#75837f;font-size:.72rem}.legal-note span{width:18px;height:18px;display:grid;place-items:center;border:1px solid currentColor;border-radius:50%;font-family:serif}.process{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;color:var(--white);background:var(--ink-deep);position:relative;overflow:hidden}.process:before{content:"04";position:absolute;right:-25px;bottom:-130px;color:#ffffff06;font-family:var(--display);font-size:35rem;line-height:1}.kicker-light{color:#ff865f}.process-lead{position:sticky;top:135px;align-self:start}.process-lead p{max-width:460px;margin:28px 0 36px;color:#b9c8c4;line-height:1.75}.button-cream{color:var(--ink);background:var(--cream)}.steps{position:relative;z-index:1}.steps article{padding:36px 0;display:grid;grid-template-columns:65px 1fr;gap:25px;border-top:1px solid rgba(255,255,255,.15)}.steps article:last-child{border-bottom:1px solid rgba(255,255,255,.15)}.steps>article>span{color:var(--orange);font-family:var(--display);font-size:1.35rem}.steps h3{margin:0 0 9px;font-family:var(--display);font-size:1.65rem;letter-spacing:-.025em}.steps p{margin:0;color:#aabbb6;line-height:1.55}.legal{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:center;background:var(--cream)}.legal-graphic{aspect-ratio:1.1;display:grid;place-items:center;position:relative;background:var(--orange);overflow:hidden}.legal-graphic:before,.legal-graphic:after{content:"";position:absolute;width:70%;aspect-ratio:1;border:1px solid rgba(255,255,255,.22);border-radius:50%}.legal-graphic:after{width:95%}.seal{width:155px;aspect-ratio:1;display:grid;place-items:center;color:var(--ink);background:var(--cream);border-radius:50%;z-index:1;box-shadow:0 18px 45px #58221133}.seal svg{width:80px;fill:none;stroke:currentColor;stroke-width:2.2}.legal-graphic>span{position:absolute;bottom:25px;color:#ffffffd9;font-size:.65rem;font-weight:700;letter-spacing:.4em}.legal-copy p{max-width:600px;margin:28px 0;color:#5e716b;line-height:1.75}.legal-copy ul{margin:0;padding:0;list-style:none;display:grid;gap:15px;font-weight:600}.legal-copy li span{margin-right:12px;color:var(--orange)}.lead-section{padding:100px clamp(24px,8vw,125px);display:grid;grid-template-columns:1fr .8fr;gap:100px;align-items:center;color:var(--white);background:var(--ink)}.lead-copy p{max-width:530px;color:#becbc7;line-height:1.7}.mini-proof{display:flex;gap:22px;margin-top:35px;color:#d7e2de;font-size:.75rem;font-weight:600}.lead-form{padding:clamp(28px,4vw,50px);color:var(--ink);background:var(--paper);box-shadow:0 25px 80px #00000038}.lead-form h3{margin:0 0 30px;font-family:var(--display);font-size:1.8rem}.lead-form label{display:block;margin-bottom:18px;font-size:.72rem;font-weight:700}.lead-form input{width:100%;height:49px;padding:0;color:var(--ink);background:transparent;border:0;border-bottom:1px solid #aeb9b5;outline:none;transition:border .2s ease}.lead-form input:focus{border-bottom-color:var(--orange)}.lead-form input::placeholder{color:#9da9a5}.lead-form .button{width:100%;margin-top:15px}.lead-form .button:disabled{cursor:wait;opacity:.72;transform:none;box-shadow:none}.form-disclaimer{margin:15px 0 0;color:#82908c;text-align:center;font-size:.63rem;line-height:1.5}.form-success{display:none;margin:16px 0 0;padding:12px;color:var(--ink);background:#dcebe3;text-align:center;font-size:.78rem;font-weight:700}.form-success.visible{display:block}.form-success.error{color:#8a2f20;background:#f9ddd5}footer{padding:32px clamp(24px,7vw,110px);display:flex;align-items:center;justify-content:space-between;color:#aabbb6;background:#071e1a;font-size:.72rem}.brand-light{color:var(--white)}.brand-light .brand-mark{color:var(--ink);background:var(--cream)}.reveal{animation:reveal .75s both cubic-bezier(.22,1,.36,1)}.reveal-delay-1{animation-delay:.1s}.reveal-delay-2{animation-delay:.2s}.reveal-delay-3{animation-delay:.3s}@keyframes reveal{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media(max-width:980px){.desktop-nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding-bottom:70px}.hero-visual{min-height:550px;margin:0 24px 120px}.price-stamp{left:25px;bottom:35px}.hero-proof{left:24px;right:24px}.section-heading,.process,.legal,.lead-section{grid-template-columns:1fr;gap:60px}.process-lead{position:static}.legal-graphic{max-width:620px;width:100%;justify-self:center}}@media(max-width:680px){.site-header{height:72px}.site-header .button{display:none}.hero{min-height:0}.hero-copy{padding:58px 24px 48px}h1{font-size:clamp(3rem,14vw,4.7rem)}.hero-actions{align-items:stretch;flex-direction:column}.text-link{width:fit-content}.hero-visual{min-height:430px;margin:0 14px 140px}.price-stamp{width:145px}.price-stamp strong{font-size:1.4rem}.hero-proof{height:116px;left:18px;right:18px}.hero-proof div{gap:6px;align-items:flex-start;justify-content:center;flex-direction:column}.hero-proof span{font-size:.57rem}.section{padding:80px 22px}.section-heading{gap:26px}.section-heading h2,.process h2,.legal h2,.lead-copy h2{font-size:clamp(2.6rem,12vw,4rem)}.status-grid{grid-template-columns:1fr}.status-card{min-height:440px}.legal-note{align-items:flex-start;text-align:left}.steps article{grid-template-columns:45px 1fr}.legal{gap:45px}.lead-section{padding:80px 20px;gap:45px}.mini-proof{align-items:flex-start;flex-direction:column;gap:10px}footer{align-items:flex-start;flex-direction:column;gap:18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
