*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#fff;font-family:'DM Sans',sans-serif;color:#0e0e0c;overflow-x:hidden}nav{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 3rem;border-bottom:1px solid rgba(0,0,0,.1);background:#fff;position:sticky;top:0;z-index:20}.logo{font-family:'DM Mono',monospace;font-size:14px;font-weight:400;letter-spacing:.05em;color:#0e0e0c;text-decoration:none}.nav-btn{font-size:12px;font-weight:500;border:1px solid #0e0e0c;border-radius:100px;padding:8px 22px;background:#0e0e0c;color:#fff;cursor:pointer;font-family:'DM Sans',sans-serif;transition:opacity .2s;text-decoration:none;display:inline-block}.nav-btn:hover{opacity:.75}.hero{padding:5rem 3rem 4rem;border-bottom:1px solid rgba(0,0,0,.1);background:#fff;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:82vh}.hero-left{display:flex;flex-direction:column;gap:2rem}.hero-content{display:flex;flex-direction:column;gap:1rem}.eyebrow{font-family:'DM Mono',monospace;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#888882}.hero-h1{font-family:Fraunces,serif;font-size:clamp(42px, 5vw, 72px);font-weight:200;line-height:1.04;letter-spacing:-2px;color:#0e0e0c}.hero-h1 em{font-style:italic}.hero-h1-sub{font-family:'DM Sans',sans-serif;font-size:13px;font-weight:400;color:#888882;letter-spacing:.01em}.hero-sub{font-size:15px;font-weight:300;line-height:1.8;color:#555550;max-width:460px}.footnote{font-family:'DM Mono',monospace;font-size:9px;letter-spacing:.1em;color:#bbb;text-transform:uppercase}.hero-right{display:flex;flex-direction:column;gap:2.5rem;padding-left:3rem;border-left:1px solid rgba(0,0,0,.08)}.quote-text{font-family:Fraunces,serif;font-size:18px;font-weight:200;font-style:italic;line-height:1.75;color:#555550}.quote-attr{font-family:'DM Mono',monospace;font-size:9px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:#aaa;margin-top:1rem;display:block}.bullet-list{display:flex;flex-direction:column;gap:.85rem}.bullet-item{display:flex;align-items:flex-start;gap:14px}.bullet-dot{width:6px;height:6px;border-radius:50%;background:#0e0e0c;flex-shrink:0;margin-top:6px}.bullet-item p{font-size:13px;font-weight:300;color:#555550;line-height:1.7}.capture-wrap{display:flex;flex-direction:column;gap:6px;max-width:440px}.capture-row{display:flex;border:1px solid rgba(0,0,0,.2);border-radius:10px;overflow:hidden;background:#fff;transition:border-color .2s}.capture-row:focus-within{border-color:#0e0e0c}.capture-row.error{border-color:#c0392b}.capture-input{flex:1;padding:13px 16px;font-size:13px;font-weight:300;border:none;outline:0;background:#fff;color:#0e0e0c;font-family:'DM Sans',sans-serif;min-width:0}.capture-input::placeholder{color:#bbb}.capture-btn{background:#0e0e0c;color:#fff;border:none;padding:0 22px;font-size:12px;font-weight:500;font-family:'DM Sans',sans-serif;cursor:pointer;white-space:nowrap;letter-spacing:.03em;transition:opacity .2s;flex-shrink:0}.capture-btn:hover{opacity:.75}.field-error{font-size:11px;color:#c0392b;font-family:'DM Sans',sans-serif;padding-left:4px;display:none}.field-error.visible{display:block}.ticker-wrap{overflow:hidden;padding:.85rem 0;background:#0e0e0c}.ticker-inner{display:flex;white-space:nowrap;animation:ticker-scroll 28s linear infinite}.ticker-item{font-family:'DM Mono',monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.45);padding:0 2rem;flex-shrink:0}.ticker-sep{color:rgba(255,255,255,.18)}@keyframes ticker-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.process{padding:5rem 3rem;border-bottom:1px solid rgba(0,0,0,.1);background:#fff}.section-header{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:1.1rem;margin-bottom:3.5rem}.section-tag{font-family:'DM Mono',monospace;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#888882}.section-link{text-decoration:none;color:#888882;transition:color .2s}.section-link:hover{color:#0e0e0c}.steps{display:grid;grid-template-columns:repeat(3,1fr)}.step{padding:0 3rem 0 0;border-right:1px solid rgba(0,0,0,.1)}.step:nth-child(2){padding-left:3rem}.step:last-child{border-right:none;padding-right:0;padding-left:3rem}.step-idx{font-family:'DM Mono',monospace;font-size:9px;letter-spacing:.1em;color:#aaa;margin-bottom:1.25rem;display:block}.step-title{font-family:Fraunces,serif;font-size:24px;font-weight:200;line-height:1.2;color:#0e0e0c;margin-bottom:.85rem}.step-body{font-size:13px;font-weight:300;color:#666662;line-height:1.75}.statement{padding:5rem 3rem;background:#0e0e0c}.statement-tag{font-family:'DM Mono',monospace;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.28);margin-bottom:1.75rem;display:block}.statement p{font-family:Fraunces,serif;font-size:clamp(24px, 3.5vw, 46px);font-weight:200;line-height:1.2;letter-spacing:-.5px;color:#fff;max-width:800px}.statement em{font-style:italic;color:rgba(255,255,255,.35)}.blog-preview{padding:5rem 3rem;border-bottom:1px solid rgba(0,0,0,.1);background:#fff}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.post-card{background:#f9f9f9;padding:2rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.75rem;transition:background .2s;border:1px solid rgba(0,0,0,.06)}.post-card:hover{background:#f0f0f0}.post-date{font-family:'DM Mono',monospace;font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:#aaa}.post-title{font-family:Fraunces,serif;font-size:20px;font-weight:200;line-height:1.25;color:#0e0e0c}.post-excerpt{font-size:13px;font-weight:300;color:#666662;line-height:1.65;flex:1}.post-read{font-size:12px;font-weight:500;color:#0e0e0c;margin-top:.5rem}.contact{padding:5rem 3rem;background:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.contact-h2{font-family:Fraunces,serif;font-size:clamp(28px, 3.5vw, 48px);font-weight:200;line-height:1.06;letter-spacing:-.5px;margin-bottom:1rem;color:#0e0e0c}.contact-sub{font-size:14px;font-weight:300;color:#666662;line-height:1.8;max-width:360px}.promises{display:flex;flex-direction:column;gap:.85rem;margin-top:2.25rem}.promise{display:flex;align-items:center;gap:12px}.tick{width:18px;height:18px;border-radius:50%;border:1px solid rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:8px;font-family:'DM Mono',monospace;color:#0e0e0c;background:#fff}.promise-text{font-size:13px;color:#555550;font-weight:300}.form{display:flex;flex-direction:column;gap:8px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.form-field{display:flex;flex-direction:column;gap:4px}.form-input,.form-textarea{width:100%;padding:13px 16px;font-size:13px;border:1px solid rgba(0,0,0,.16);border-radius:8px;background:#fff;color:#0e0e0c;outline:0;font-family:'DM Sans',sans-serif;font-weight:300;transition:border-color .2s}.form-input:focus,.form-textarea:focus{border-color:#0e0e0c}.form-input.error,.form-textarea.error{border-color:#c0392b}.form-input::placeholder,.form-textarea::placeholder{color:#bbb}.form-textarea{resize:vertical;min-height:120px;line-height:1.65}.form-submit{width:100%;background:#0e0e0c;color:#fff;font-family:'DM Sans',sans-serif;font-size:13px;font-weight:500;border:none;border-radius:8px;padding:14px;cursor:pointer;transition:opacity .2s;letter-spacing:.02em;margin-top:2px}.form-submit:hover{opacity:.75}.form-submit:disabled{opacity:.7;cursor:default}.or-divider{display:flex;align-items:center;gap:12px;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:.08em;color:#aaa}.or-divider::after,.or-divider::before{content:'';flex:1;height:1px;background:rgba(0,0,0,.08)}.direct-email{text-align:center;font-size:13px;color:#666662}.direct-email a{color:#0e0e0c;text-underline-offset:3px}footer{padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;background:#fff;border-top:1px solid rgba(0,0,0,.08)}.footer-name{font-family:'DM Mono',monospace;font-size:11px;letter-spacing:.06em;color:#888882}.footer-copy{font-size:11px;color:#aaa}.back-link{font-family:'DM Mono',monospace;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#888882;text-decoration:none;transition:color .2s}.back-link:hover{color:#0e0e0c}.blog-listing{padding:5rem 3rem;max-width:860px;margin:0 auto}.blog-listing-header{margin-bottom:4rem;display:flex;flex-direction:column;gap:1rem}.blog-listing-title{font-family:Fraunces,serif;font-size:clamp(32px, 4vw, 56px);font-weight:200;line-height:1.08;letter-spacing:-1px;color:#0e0e0c;margin-top:1.5rem}.blog-listing-sub{font-size:14px;font-weight:300;color:#666662;line-height:1.75;max-width:480px}.posts-list{display:flex;flex-direction:column}.post-list-item{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem 0;border-bottom:1px solid rgba(0,0,0,.08);text-decoration:none;color:inherit;transition:opacity .2s}.post-list-item:first-child{border-top:1px solid rgba(0,0,0,.08)}.post-list-item:hover{opacity:.7}.post-list-left{display:flex;flex-direction:column;gap:.5rem}.post-list-title{font-family:Fraunces,serif;font-size:22px;font-weight:200;line-height:1.2;color:#0e0e0c}.post-list-excerpt{font-size:13px;font-weight:300;color:#666662;line-height:1.65;max-width:580px}.post-list-arrow{font-size:18px;color:#aaa;flex-shrink:0}.post-page{max-width:720px;margin:0 auto;padding:4rem 3rem}.post-page-header{margin-bottom:3rem;display:flex;flex-direction:column;gap:1rem}.post-page-meta{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.post-page-date{font-family:'DM Mono',monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#aaa}.post-page-title{font-family:Fraunces,serif;font-size:clamp(28px, 4vw, 52px);font-weight:200;line-height:1.08;letter-spacing:-1px;color:#0e0e0c}.post-page-excerpt{font-size:16px;font-weight:300;color:#555550;line-height:1.75;border-left:2px solid rgba(0,0,0,.12);padding-left:1.25rem}.post-page-body{font-size:15px;font-weight:300;line-height:1.85;color:#333330}.post-page-body h2{font-family:Fraunces,serif;font-size:26px;font-weight:200;color:#0e0e0c;margin:2.5rem 0 1rem;line-height:1.2}.post-page-body h3{font-family:Fraunces,serif;font-size:20px;font-weight:200;color:#0e0e0c;margin:2rem 0 .75rem}.post-page-body p{margin-bottom:1.5rem}.post-page-body ol,.post-page-body ul{margin:1rem 0 1.5rem 1.5rem}.post-page-body li{margin-bottom:.5rem;line-height:1.75}.post-page-body a{color:#0e0e0c;text-underline-offset:3px}.post-page-body strong{font-weight:500}.post-page-body em{font-style:italic}.post-page-body blockquote{border-left:2px solid rgba(0,0,0,.12);padding-left:1.25rem;margin:1.5rem 0;font-family:Fraunces,serif;font-style:italic;color:#555550}.post-page-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.08)}@media (max-width:900px){nav{padding:1rem 1.5rem}.hero{grid-template-columns:1fr;padding:3rem 1.5rem;min-height:auto;gap:2.5rem}.hero-right{padding-left:0;border-left:none;border-top:1px solid rgba(0,0,0,.08);padding-top:2.5rem}.process{padding:3rem 1.5rem}.steps{grid-template-columns:1fr}.step{border-right:none;padding:0 0 2rem 0!important;border-bottom:1px solid rgba(0,0,0,.08);margin-bottom:2rem}.step:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0!important}.statement{padding:3rem 1.5rem}.blog-preview{padding:3rem 1.5rem}.posts-grid{grid-template-columns:1fr;gap:8px}.contact{padding:3rem 1.5rem}.contact-grid{grid-template-columns:1fr;gap:2.5rem}.form-row{grid-template-columns:1fr}footer{padding:1.25rem 1.5rem}.blog-listing{padding:3rem 1.5rem}.post-page{padding:3rem 1.5rem}}