@charset "UTF-8";
:root{--paper:#f6f3eb;--white:#fffefa;--ink:#202a26;--muted:#626b64;--orange:#eb4c2a;--line:#d9dcd1;--green:#e0e7d7;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.06;letter-spacing:-.045em}h1{font-size:clamp(48px,6.7vw,88px);font-weight:500}h2{font-size:clamp(34px,4.3vw,58px);font-weight:500}h3{font-size:25px;font-weight:500}em{font-family:var(--serif);font-weight:400}a{color:inherit;text-underline-offset:5px}a:hover{color:var(--orange)}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}img,svg{max-width:100%;height:auto}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:5px}input:focus,select:focus,textarea:focus{outline:2px solid var(--orange);outline-offset:2px}::selection{background:#f7b198;color:var(--ink)}[hidden]{display:none!important}.wrap{width:min(1264px,calc(100% - 112px));margin-inline:auto}.section{padding-block:88px}.section.compact{padding-top:20px}.narrow{max-width:840px}.eyebrow{font-size:11px;letter-spacing:.13em;font-weight:700;line-height:1.5}.lede{font-size:18px;line-height:1.65;color:var(--muted)}.fine{font-size:12px;line-height:1.7;color:var(--muted)}.spaced{margin-top:28px}.skip{position:fixed;top:-100px;left:16px;background:var(--ink);color:white;padding:12px;z-index:30}.skip:focus{top:10px}.site-header{border-bottom:1px solid var(--line);background:var(--paper)}.header-inner{height:94px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:11px;font-size:24px;letter-spacing:-.06em;font-weight:600;line-height:1;text-decoration:none}.brand:hover{color:var(--ink)}.brand-desk{display:block}.header-inner nav{display:flex;gap:30px;align-items:center}.nav-link{font-size:13px;text-decoration:none;font-weight:500}.nav-link.active{color:var(--orange)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:26px;border:1px solid var(--orange);background:var(--orange);color:white;font-size:14px;font-weight:600;text-decoration:none;line-height:1.4;padding:17px 22px;min-height:52px;border-radius:4px;transition:background .18s,transform .18s}.button:hover{background:#ce3c1e;color:white;border-color:#ce3c1e;transform:translateY(-1px)}.button.small{padding:12px 17px;min-height:44px;font-size:12px}.button.secondary{background:transparent;color:var(--ink);border-color:var(--ink)}.button.secondary:hover{background:var(--ink);color:white}.button.light{background:var(--paper);color:var(--ink);border-color:var(--paper)}.button.light:hover{background:white}.text-link{display:inline-flex;align-items:center;gap:20px;padding:0;background:none;border:0;border-bottom:1px solid var(--ink);color:var(--ink);font-size:13px;font-weight:600;text-decoration:none;line-height:2}.text-link:hover{color:var(--orange);border-color:var(--orange)}.menu-toggle{display:none}.mobile-nav{padding:20px}.hero{display:grid;grid-template-columns:1.08fr 1fr;gap:65px;padding-top:52px;padding-bottom:60px;align-items:center}.hero h1{margin:21px 0 26px;line-height:1.01;letter-spacing:-.059em}.hero h1 em{color:var(--orange);letter-spacing:-.07em}.hero-copy>.lede{max-width:472px;font-size:16px}.hero .eyebrow{display:flex;align-items:center;gap:10px}.live-dot{width:7px;height:7px;display:inline-block;border-radius:50%;background:var(--orange)}.hero-actions{display:flex;align-items:center;gap:24px;margin:29px 0 20px;flex-wrap:wrap}.hero-copy>.fine{font-size:11px}.hero-art{position:relative;background:#e6eadf;border-radius:4px;overflow:hidden;padding:21px 23px 13px;align-self:stretch;min-height:566px;display:flex;flex-direction:column;justify-content:space-between}.art-caption,.art-bottom{display:flex;justify-content:space-between;font-size:9px;font-weight:600;letter-spacing:.08em;gap:8px}.art-caption span:last-child{font-weight:400}.hero-art>img{width:100%;margin-block:-18px}.art-bottom{align-items:center;border-top:1px solid #c5cdbe;padding-top:14px}.art-bottom span:last-child{font-size:27px;font-weight:400;line-height:1}.promise-bar{background:var(--ink);color:var(--paper)}.promise-grid{display:grid;grid-template-columns:1fr 1.3fr 1.3fr;gap:38px;padding-block:30px}.promise-grid>div{display:flex;gap:17px;align-items:center}.promise-grid>div+div{border-left:1px solid #4b5550;padding-left:38px}.promise-grid strong{font-size:39px;font-weight:400;line-height:1}.promise-grid span{font-size:13px;line-height:1.5;font-weight:600}.promise-grid small{font-size:10px;color:#bec8be;font-weight:400}.section-heading{margin-bottom:47px;max-width:690px}.section-heading>.eyebrow{margin-bottom:19px}.section-heading h2{margin-bottom:22px}.section-heading>p:not(.eyebrow){max-width:460px;color:var(--muted);font-size:15px}.section-heading.horizontal{display:flex;justify-content:space-between;align-items:end;max-width:none;gap:60px}.section-heading.horizontal h2{margin-bottom:0}.section-heading.horizontal .eyebrow{margin-bottom:20px}.section-heading.horizontal>p{max-width:400px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:34px}.steps article{border-top:1px solid var(--line);padding-top:22px}.step-no{font-family:var(--serif);font-style:italic;color:var(--orange);font-size:22px;display:block;margin-bottom:26px}.steps h3{font-size:24px;line-height:1.12;margin-bottom:18px}.steps p{font-size:13px;color:var(--muted);line-height:1.8}.split-feature{display:grid;grid-template-columns:1fr 1fr;gap:92px;align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feature-art{min-height:460px;background:#e6dece;padding:31px;display:flex;align-items:center;flex-direction:column;justify-content:space-between;border-radius:4px;overflow:hidden}.feature-art>.eyebrow{align-self:flex-start;font-size:10px}.check-sheet{background:var(--white);padding:33px 32px 28px;max-width:290px;width:100%;transform:rotate(-5deg);box-shadow:10px 14px 0 #d2c8b9;margin-top:20px}.sheet-title{display:block;font-size:11px;font-weight:700;letter-spacing:.14em;margin-bottom:22px}.check-sheet>div{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:9px 0;font-size:13px}.check-sheet b{color:var(--orange)}.check-sheet p{font-size:10px;line-height:1.65;color:var(--muted);margin-top:20px}.illustration-note{font-size:9px;color:#6f6c64;margin-top:35px}.feature-copy>.eyebrow{margin-bottom:23px}.feature-copy h2{margin-bottom:26px}.feature-copy>p:not(.eyebrow){font-size:15px;color:var(--muted);margin-bottom:16px}.feature-copy .text-link{margin-top:11px;margin-bottom:24px}.feature-copy>.fine{font-size:11px!important;max-width:430px}.cost-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cost-cards article{border:1px solid var(--line);border-radius:4px;padding:30px;display:flex;align-items:flex-start;flex-direction:column}.pill{display:inline-block;border:1px solid #bfc8bc;border-radius:3px;padding:5px 8px;font-size:9px;letter-spacing:.07em;font-weight:700;line-height:1.6}.cost-cards h3{margin:32px 0 20px;font-size:28px}.cost-cards p{font-size:13px;color:var(--muted);line-height:1.8;margin-bottom:28px}.cost-cards a{font-size:12px;font-weight:600;margin-top:auto}.cost-cards .accent-card{background:var(--green);border-color:var(--green)}.platform-section{border-top:1px solid var(--line);padding-top:40px}.platform-links{display:grid;grid-template-columns:1fr 1fr;gap:65px;margin-top:30px}.platform-links>a{display:flex;align-items:center;gap:20px;text-decoration:none;border-bottom:1px solid var(--line);padding-bottom:28px}.platform-letter{background:var(--orange);width:57px;height:57px;display:grid;place-items:center;color:white;font-size:29px;border-radius:4px;flex-shrink:0}.platform-links h3{font-size:28px;margin-bottom:6px}.platform-links p{font-size:12px;color:var(--muted)}.platform-links>a>span:last-child{margin-left:auto;font-size:30px}.cta{background:var(--orange);color:var(--paper);padding:65px max(56px,calc((100vw - 1264px)/2));display:flex;justify-content:space-between;align-items:center;gap:55px}.cta h2{margin-top:18px;font-size:clamp(36px,4vw,54px)}.cta p:not(.eyebrow){font-size:14px;max-width:550px;margin-top:18px;opacity:.92}.cta .button{flex-shrink:0}.site-footer{background:#eceee5;padding:62px 0 22px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1.2fr 1fr;gap:40px}.footer-brand>.brand{font-size:24px;margin-bottom:18px}.footer-brand>p{font-size:21px;line-height:1.4;letter-spacing:-.02em;margin-bottom:20px}.footer-brand>.fine{font-size:11px;line-height:1.7}.footer-grid h2{font-size:12px;font-weight:700;letter-spacing:0;line-height:1.4;margin-bottom:18px}.footer-grid>div:not(:first-child)>a{display:block;font-size:12px;text-decoration:none;margin:10px 0}.footer-grid .fine{margin-top:20px}.footer-bottom{border-top:1px solid #d2d9ca;margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;gap:30px;font-size:10px;color:var(--muted)}.footer-bottom a{white-space:nowrap}.page-intro{padding-top:70px;padding-bottom:55px;max-width:1264px}.page-intro .eyebrow{margin-bottom:25px;color:var(--orange)}.page-intro h1{font-size:clamp(43px,6vw,78px);max-width:1050px}.page-intro h1 em{color:var(--orange)}.page-intro .lede{max-width:650px;margin-top:27px;font-size:17px}.prose h2{font-size:31px;line-height:1.16;margin:38px 0 18px}.prose h2:first-child{margin-top:0}.prose h3{font-size:23px;margin:26px 0 13px;line-height:1.25}.prose p,.prose li{font-size:15px;line-height:1.9;color:var(--muted)}.prose p+p{margin-top:16px}.prose ul{padding-left:24px}.prose .button{margin-top:27px}.prose .fine{font-size:12px}.callout{background:var(--green);padding:30px 34px;border-radius:4px;margin:26px 0}.callout h3:first-child{margin-top:0}.pricing-intro{display:grid;grid-template-columns:1fr 1.2fr;gap:70px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-block:46px}.zero-fee>strong{display:block;font-size:110px;font-weight:500;letter-spacing:-.06em;line-height:1.2;margin:14px 0 10px;color:var(--orange)}.zero-fee>strong>span{display:block;font-size:29px;letter-spacing:-.03em;color:var(--ink)}.zero-fee>p{font-size:14px;color:var(--muted);margin-top:20px}.included-list>h2{font-size:30px;margin-bottom:24px}.check-list{padding:0;list-style:none}.check-list li{position:relative;padding-left:25px;margin-bottom:13px;font-size:14px;line-height:1.65}.check-list li:before{content:'✓';color:var(--orange);position:absolute;left:0;font-weight:600}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{padding:25px;border:1px solid var(--line);border-radius:4px}.service-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px}.service-index{font-family:var(--serif);font-style:italic;font-size:22px;color:var(--muted)}.service-price{color:var(--orange);font-size:32px;line-height:1.2;text-align:right;letter-spacing:-.05em}.service-price small{display:block;font-size:10px;color:var(--muted);letter-spacing:0;line-height:1.8}.service-card h3{font-size:23px;margin-bottom:17px}.service-card p{font-size:13px;color:var(--muted);line-height:1.8}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:14px;line-height:1.65}th,td{text-align:left;vertical-align:top;padding:17px 15px;border-bottom:1px solid var(--line)}thead{background:var(--green)}tbody th{font-weight:500;min-width:170px}td{color:var(--muted)}.two-columns{display:grid;grid-template-columns:1.5fr 1fr;gap:85px}.side-card{padding:35px;background:var(--green);border-radius:4px;align-self:start;position:sticky;top:30px}.side-card h2{font-size:43px;margin:24px 0}.side-card .button{margin:15px 0}.side-card .fine{margin-top:10px}.faq-list details{border-top:1px solid var(--line);padding:24px 0}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;justify-content:space-between;gap:22px;cursor:pointer;list-style:none;font-size:20px;letter-spacing:-.02em;line-height:1.4}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--orange);font-size:27px;line-height:1}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{margin-top:20px;color:var(--muted);font-size:15px;max-width:730px}.about-manifesto{background:var(--orange);color:var(--paper);padding:40px;align-self:start;border-radius:4px}.about-manifesto p{font-size:clamp(30px,3.2vw,46px);letter-spacing:-.04em;line-height:1.3;margin-block:75px}.about-manifesto>span:last-child{font-size:10px;letter-spacing:.1em}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.contact-card{background:var(--green);padding:40px;border-radius:4px}.contact-card+.contact-card{border:1px solid var(--line);background:none}.contact-card h2{font-size:45px;margin:25px 0}.contact-card p{font-size:15px;color:var(--muted);max-width:390px;margin-bottom:24px}.contact-card [data-contact-email] a{word-break:break-word;font-size:17px}.quote-layout{display:grid;grid-template-columns:minmax(0,1.65fr) 1fr;gap:75px}.quote-sidebar{align-self:start;position:sticky;top:35px;padding:30px;background:var(--green);border-radius:4px}.quote-sidebar h2{font-size:34px;margin:23px 0}.quote-sidebar ol{padding-left:20px;margin:0}.quote-sidebar li{font-size:13px;margin-bottom:15px;padding-left:5px;color:var(--muted)}.quote-sidebar h3{font-size:22px;margin-bottom:17px}.quote-sidebar p{font-size:13px;color:var(--muted);margin-bottom:20px;line-height:1.8}.sidebar-divider{height:1px;background:#c4cdbd;margin:26px 0}.form-section{border-top:1px solid var(--line);padding:32px 0}.form-section-title{display:flex;align-items:center;gap:17px;margin-bottom:27px}.form-section-title>span{font-family:var(--serif);font-style:italic;font-size:25px;color:var(--orange)}.form-section-title h2{font-size:28px}.form-section>.fine{margin-bottom:20px}.form-section>.button+.fine{margin-top:16px}.field{margin-bottom:20px;min-width:0;flex:1}.field>label,.field label{display:block;font-size:12px;font-weight:600;line-height:1.6}.field input,.field select,.field textarea{width:100%;display:block;margin-top:7px;padding:12px 13px;color:var(--ink);background:var(--white);border:1px solid #bfc6b9;border-radius:3px;font-size:14px;font-weight:400;min-height:47px;line-height:1.45}.field textarea{resize:vertical}.field input::placeholder,.field textarea::placeholder{color:#777e74;font-size:12px}.form-row{display:flex;gap:18px}.product-item{margin:25px 0;border:1px solid var(--line);padding:20px 20px 3px;border-radius:4px;min-width:0}.product-item legend{font-size:12px;font-weight:700;padding:0 8px}.product-item .remove-item{font-size:11px;margin-bottom:18px;color:var(--orange);border-color:var(--orange)}.quantity-field{flex:0 0 100px}.optional{font-weight:400;color:var(--muted);margin-left:6px}.checkbox-label{display:flex;align-items:flex-start;gap:11px;font-size:12px;line-height:1.75;margin-bottom:23px}.checkbox-label input{width:18px;height:18px;accent-color:var(--orange);flex-shrink:0;margin:3px 0}.honeypot{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.form-notice{padding:17px 21px;margin-bottom:26px;font-size:13px;line-height:1.75;background:var(--green);border-left:3px solid #8a9c7c;border-radius:2px}.form-notice.error{border-color:var(--orange);background:#f9e5dc}.form-notice.success{border-color:#567444;background:#e4eddb}.form-notice a{font-weight:600}.form-notice:empty{display:none}#turnstile-container{margin-bottom:20px}.secure-card{max-width:630px;padding:35px;border:1px solid var(--line);border-radius:4px}.secure-card h2{font-size:37px;margin:20px 0}.secure-card p{font-size:14px;color:var(--muted);margin-bottom:25px}.inline-form{display:flex;gap:20px;align-items:end;margin-top:27px}.inline-form .field{margin-bottom:0}.inline-form .button{flex-shrink:0}.order-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.order-heading h2{font-size:28px}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.dashboard-card{border:1px solid var(--line);background:var(--white);border-radius:4px;padding:28px;min-width:0}.dashboard-card h2{font-size:24px;margin-bottom:23px}.dashboard-card h3{font-size:19px;margin:20px 0 13px}.dashboard-card p,.dashboard-card li,.dashboard-card dd,.dashboard-card dt{font-size:13px}.dashboard-card dl{display:grid;grid-template-columns:auto 1fr;gap:8px 15px}.dashboard-card dd{margin:0;overflow-wrap:anywhere}.dashboard-card dt{color:var(--muted)}.dashboard-card ul{padding-left:20px}.full-span{grid-column:1/-1}.message{padding:18px 0;border-top:1px solid var(--line)}.message>p{white-space:pre-wrap;overflow-wrap:anywhere;margin-top:8px}.message>.fine{font-size:10px}.message-list{margin-bottom:25px;max-height:460px;overflow:auto}.timeline{padding-left:20px}.timeline li{margin-bottom:15px}.attachment-list{display:grid;gap:15px}.attachment-list img{max-height:280px;object-fit:contain}.attachment{border:1px solid var(--line);padding:12px;border-radius:3px}.attachment a,.attachment button{font-size:12px}.quote-card{border-top:1px solid var(--line);padding-top:20px;margin-top:20px}.quote-card>p{margin:7px 0}.quote-card ul{padding-left:15px}.quote-card .button{margin-top:15px}.quote-card .checkbox-label{margin-top:20px}.admin-layout{display:grid;grid-template-columns:1fr 1.7fr;gap:22px}.inquiry-row{display:block;width:100%;background:transparent;border:0;border-bottom:1px solid var(--line);padding:18px 0;text-align:left;color:var(--ink)}.inquiry-row strong{font-size:14px;display:block}.inquiry-row span{font-size:11px;color:var(--muted);display:block}.admin-layout .field label{font-size:12px}.admin-layout textarea{font-family:monospace;font-size:12px}.empty{font-size:13px;color:var(--muted)}
@media(min-width:1600px){.hero-art{min-height:585px}.hero h1{font-size:92px}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.header-inner nav{gap:22px}.hero{gap:36px}.hero h1{font-size:72px}.hero-art{min-height:530px;padding:17px}.hero-actions{gap:18px}.hero-actions .button{font-size:12px;padding:16px}.hero-actions .text-link{font-size:12px}.promise-grid{gap:25px}.promise-grid>div+div{padding-left:25px}.promise-grid strong{font-size:30px}.promise-grid span{font-size:11px}.promise-grid small{font-size:9px}.split-feature{gap:55px}.steps{gap:25px}.cost-cards article{padding:24px}.cost-cards h3{font-size:25px}.quote-layout,.two-columns{gap:40px}.cta{padding-inline:32px}.footer-grid{gap:28px}.services-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:850px){.header-inner nav{display:none}.header-inner{height:82px}.header-inner>.button{margin-left:auto}.menu-toggle{display:flex;border:0;background:transparent;width:32px;height:32px;padding:6px 0;flex-direction:column;justify-content:space-around}.menu-toggle span{height:1px;width:25px;background:var(--ink)}.mobile-nav{display:flex;flex-direction:column;gap:18px;border-top:1px solid var(--line);padding:24px 32px}.hero{grid-template-columns:1fr 1fr;gap:25px}.hero h1{font-size:59px}.hero-copy>.lede{font-size:14px}.hero .eyebrow{font-size:8px}.hero-art{min-height:450px;padding:15px}.art-caption{font-size:7px}.art-caption span:last-child{display:none}.hero-actions{gap:15px}.hero-art>img{width:110%;max-width:none;align-self:center}.promise-grid{grid-template-columns:1fr;gap:18px;padding-block:28px}.promise-grid>div+div{padding-left:0;border-left:0}.promise-grid>div{gap:20px}.promise-grid strong{width:47px;text-align:center;font-size:30px}.promise-grid span{font-size:13px}.promise-grid small{font-size:11px}.steps{grid-template-columns:1fr 1fr;gap:35px}.section{padding-block:65px}.section-heading.horizontal{gap:30px}.section-heading.horizontal>p{max-width:300px;font-size:14px}.split-feature{gap:35px}.feature-art{min-height:425px;padding:22px}.feature-art>.eyebrow{font-size:8px}.check-sheet{padding:28px 23px}.feature-copy>p:not(.eyebrow){font-size:13px}.feature-copy>.eyebrow{font-size:9px}.cost-cards{grid-template-columns:1fr}.cost-cards h3{margin-top:22px}.cost-cards article{padding:28px}.cost-cards p{max-width:600px;margin-bottom:20px}.platform-links{gap:30px}.platform-links h3{font-size:23px}.platform-links p{font-size:11px}.platform-letter{width:48px;height:48px;font-size:25px}.cta{gap:25px;align-items:flex-start;flex-direction:column}.cta p:not(.eyebrow){font-size:13px}.footer-grid{grid-template-columns:1.3fr 1fr;gap:35px}.footer-bottom{flex-wrap:wrap;gap:15px;font-size:9px}.page-intro{padding-top:50px}.pricing-intro{gap:40px}.zero-fee>strong{font-size:90px}.included-list>h2{font-size:26px}.two-columns,.quote-layout{grid-template-columns:1fr}.side-card,.quote-sidebar{position:static}.quote-sidebar{max-width:none}.contact-card{padding:28px}.contact-card h2{font-size:36px}.about-manifesto p{margin-block:50px}.admin-layout{grid-template-columns:1fr}.admin-layout>#admin-detail{min-height:150px}}
@media(max-width:600px){.wrap{width:calc(100% - 40px)}.header-inner{height:76px;gap:16px}.brand{font-size:21px;gap:9px}.brand img{width:31px;height:31px}.header-inner>.button{min-height:39px;padding:11px 12px;font-size:10px;gap:13px}.menu-toggle{width:23px}.menu-toggle span{width:23px}.mobile-nav{padding-inline:20px}.hero{display:flex;flex-direction:column;align-items:stretch;gap:32px;padding-block:37px 34px}.hero .eyebrow{font-size:9px}.hero h1{font-size:clamp(53px,14.5vw,78px);margin-top:22px;margin-bottom:22px;max-width:420px}.hero-copy>.lede{font-size:15px;max-width:440px}.hero-actions{margin-top:24px;gap:23px}.hero-actions .button{font-size:12px;padding:15px 17px;gap:19px}.hero-actions .text-link{font-size:11px}.hero-copy>.fine{font-size:10px}.hero-art{min-height:0;height:410px;padding:19px 20px}.hero-art>img{width:340px;height:350px;max-width:100%;object-fit:contain;margin-block:-12px}.art-caption{font-size:8px}.art-caption span:last-child{display:block;font-size:8px}.art-bottom{font-size:8px;padding-top:10px}.promise-grid{gap:21px}.promise-grid span{font-size:12px}.promise-grid small{font-size:10px}.section{padding-block:52px}.section-heading{margin-bottom:33px}.section-heading>.eyebrow{font-size:9px;margin-bottom:18px}.section-heading h2{font-size:40px}.section-heading>p:not(.eyebrow){font-size:14px}.steps{gap:30px 25px}.steps h3{font-size:21px}.steps p{font-size:12px;line-height:1.8}.step-no{margin-bottom:22px}.split-feature{display:flex;flex-direction:column;gap:36px}.feature-art{width:100%;min-height:430px;max-width:450px;padding:26px}.feature-art>.eyebrow{font-size:9px}.check-sheet{max-width:265px}.feature-copy h2{font-size:43px}.feature-copy>p:not(.eyebrow){font-size:14px}.section-heading.horizontal{display:block}.section-heading.horizontal>p{max-width:100%;margin-top:24px}.cost-cards{gap:15px}.platform-links{grid-template-columns:1fr;gap:28px}.platform-links h3{font-size:27px}.platform-links p{font-size:12px}.platform-links>a{gap:20px}.platform-section>.eyebrow{font-size:9px}.cta{padding:47px 20px;gap:30px}.cta .eyebrow{font-size:9px}.cta h2{font-size:40px}.site-footer{padding-top:45px}.footer-grid{gap:33px 20px;grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-brand>p{font-size:22px}.footer-brand>.fine{font-size:10px}.footer-grid>div:not(:first-child)>a{font-size:11px}.footer-grid h2{font-size:11px}.footer-grid .fine{font-size:10px}.footer-bottom{margin-top:27px;gap:14px;flex-direction:column;font-size:9px}.page-intro{padding-top:40px;padding-bottom:38px}.page-intro h1{font-size:clamp(41px,10.5vw,61px)}.page-intro .eyebrow{font-size:9px;margin-bottom:20px}.page-intro .lede{font-size:15px;margin-top:24px}.prose h2{font-size:27px;margin-top:33px}.prose p,.prose li{font-size:14px;line-height:1.85}.callout{padding:23px}.pricing-intro{grid-template-columns:1fr;gap:37px;padding-block:25px 33px}.zero-fee>strong{font-size:88px}.zero-fee>strong>span{display:inline-block;font-size:28px;vertical-align:middle;margin-left:20px}.zero-fee>p{margin-top:5px}.services-grid{grid-template-columns:1fr}.service-card{padding:25px}.service-top{margin-bottom:20px}.service-price{font-size:35px}.service-card h3{font-size:25px}.service-card p{font-size:13px}.check-list li{font-size:13px}.faq-list summary{font-size:18px}.faq-list details p{font-size:14px}.side-card{padding:28px}.about-manifesto{padding:30px}.about-manifesto p{font-size:40px}.contact-grid{grid-template-columns:1fr}.contact-card h2{font-size:39px}.contact-card p{font-size:14px}.quote-layout{gap:25px}.form-section{padding-block:27px}.form-section-title h2{font-size:26px}.form-row{gap:12px}.form-row:not(.product-item .form-row){flex-wrap:wrap}.form-row:not(.product-item .form-row)>.field{min-width:calc(50% - 6px)}.field input,.field select,.field textarea{font-size:16px}.field>label,.field label{font-size:11px}.product-item{padding:18px 14px 0}.quantity-field{flex:0 0 78px}.product-item .field input{font-size:14px}.checkbox-label{font-size:11px}.form-notice{font-size:12px;padding:15px}.dashboard-grid{grid-template-columns:1fr}.dashboard-card{padding:23px}.secure-card{padding:23px}.secure-card h2{font-size:30px}.inline-form{display:block}.inline-form .button{margin-top:17px}.order-heading{align-items:flex-start;flex-direction:column}.order-heading h2{font-size:25px}.dashboard-card dl{grid-template-columns:1fr;gap:3px}.dashboard-card dd{margin-bottom:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
