*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0a;--surface:#111;--surface-2:#161616;--border:#1a1a1a;--border-hover:#2a2a2a;--accent:#d4a93a;--accent-dim:rgba(212,169,58,.08);--text:#ededeb;--muted:#707070;--dim:#4a4a4a;--danger:#b85c5c;--success:#6ba368}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Geist,sans-serif;font-size:16px;font-weight:300;line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh}.display,h1,h2,h3{font-family:Fraunces,serif;font-weight:400;letter-spacing:-.02em}.mono{font-family:Geist Mono,monospace}a{text-decoration:none;color:inherit}img,svg{display:block;max-width:100%}.logo{display:inline-flex;align-items:center;gap:.6rem;font-family:Fraunces,serif;font-size:1.25rem;font-weight:500;letter-spacing:-.03em;color:var(--text)}.logo-mark{width:28px;height:28px;flex-shrink:0}nav.site-nav{position:sticky;top:0;z-index:100;justify-content:space-between;padding:1.25rem 3rem;background:hsla(0,0%,4%,.75);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.nav-links,nav.site-nav{display:flex;align-items:center}.nav-links{gap:2.25rem}.nav-link{font-size:.875rem;color:var(--muted);transition:color .2s;position:relative}.nav-link.active,.nav-link:hover{color:var(--text)}.nav-link.active:after{content:"";position:absolute;bottom:-6px;left:0;right:0;height:1px;background:var(--accent)}.nav-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.1rem;font-size:.85rem;border:1px solid var(--border-hover);border-radius:2px;transition:all .2s}.nav-cta:hover{border-color:var(--accent);color:var(--accent)}.nav-toggle{display:none;background:none;border:none;color:var(--text);cursor:pointer;padding:.5rem}.container{max-width:1100px;margin:0 auto;padding:0 3rem}.container-narrow{max-width:720px;margin:0 auto;padding:0 2rem}.eyebrow{font-family:Geist Mono,monospace;font-size:.75rem;color:var(--muted);letter-spacing:.05em;margin-bottom:2rem;display:flex;align-items:center;gap:.75rem}.eyebrow:before{content:"";width:24px;height:1px;background:var(--accent)}h2.section-title{font-size:clamp(2rem,3.5vw,3rem);line-height:1.1;letter-spacing:-.025em;font-weight:300}em.accent-italic{font-style:italic;color:var(--accent);font-weight:400}.btn{display:inline-flex;align-items:center;gap:.6rem;padding:.95rem 1.75rem;font-size:.9rem;font-weight:400;border-radius:2px;transition:all .2s;font-family:Geist,sans-serif;border:1px solid;cursor:pointer}.btn-primary{background:var(--text);color:var(--bg);border-color:var(--text)}.btn-primary:hover{background:var(--accent);border-color:var(--accent);color:var(--bg)}.btn-secondary{background:transparent;color:var(--text);border-color:var(--border-hover)}.btn-secondary:hover{border-color:var(--text)}.btn-text{font-size:.9rem;color:var(--muted);display:inline-flex;align-items:center;gap:.5rem;transition:color .2s}.btn-text:hover{color:var(--text)}section{padding:7rem 0;border-top:1px solid var(--border)}section:first-of-type{border-top:none}.section-head{display:grid;grid-template-columns:200px 1fr;gap:4rem;margin-bottom:5rem;align-items:baseline}.section-label{font-family:Geist Mono,monospace;font-size:.75rem;color:var(--muted);letter-spacing:.05em}.section-label .num{color:var(--accent);margin-right:.5rem}.feature-grid{display:grid;grid-template-columns:200px 1fr;gap:4rem}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:3.5rem 4rem}.feature-item h3{font-family:Geist,sans-serif;font-size:1.05rem;font-weight:500;margin-bottom:.6rem;letter-spacing:-.01em}.feature-item p{font-size:.95rem;color:var(--muted);line-height:1.7}.hero{min-height:92vh;display:flex;flex-direction:column;justify-content:center;padding:8rem 0 6rem}.hero h1{font-size:clamp(2.75rem,6vw,5.5rem);line-height:1.02;letter-spacing:-.035em;max-width:16ch;margin-bottom:2.5rem;font-weight:300}.hero h1 em{font-style:italic;color:var(--accent);font-weight:400}.hero-sub{font-size:1.15rem;color:var(--muted);max-width:48ch;line-height:1.65;margin-bottom:3rem;font-weight:300}.hero-actions{display:flex;gap:2rem;align-items:center;flex-wrap:wrap}.page-header{padding:9rem 0 5rem;border-bottom:1px solid var(--border)}.page-header h1{font-size:clamp(2.5rem,4.5vw,4rem);line-height:1.05;letter-spacing:-.03em;margin-bottom:1.5rem;font-weight:300;max-width:18ch}.page-header .lede{font-size:1.15rem;color:var(--muted);max-width:56ch;line-height:1.7}.process{display:grid;grid-template-columns:200px 1fr;gap:4rem}.process-steps{display:flex;flex-direction:column}.step{display:grid;grid-template-columns:80px 1fr;gap:2rem;padding:2.5rem 0;border-top:1px solid var(--border)}.step:first-child{border-top:none;padding-top:0}.step-num{font-family:Geist Mono,monospace;font-size:.75rem;color:var(--accent);padding-top:.6rem}.step h3{font-size:1.5rem;font-weight:400;margin-bottom:.75rem;letter-spacing:-.02em}.step p{font-size:1rem;color:var(--muted);line-height:1.7;max-width:52ch}.diff-grid{display:grid;grid-template-columns:200px 1fr;gap:4rem}.diff-list{display:grid;grid-template-columns:repeat(2,1fr);gap:3.5rem 4rem}.diff-item h3{font-size:1.05rem;font-weight:500;margin-bottom:.6rem;color:var(--text);letter-spacing:-.01em;font-family:Geist,sans-serif}.diff-item p{font-size:.92rem;color:var(--muted);line-height:1.7}.industries-text{grid-column:2;font-family:Fraunces,serif;font-size:clamp(1.25rem,2vw,1.75rem);line-height:1.5;color:var(--text);max-width:38ch;font-weight:300;letter-spacing:-.015em}.industries-text span{color:var(--muted);font-style:italic}.cta-section{padding:9rem 0;text-align:center}.cta-section h2{font-size:clamp(2.25rem,4vw,3.5rem);line-height:1.1;letter-spacing:-.03em;max-width:18ch;margin:0 auto 1.5rem;font-weight:300}.cta-section p{color:var(--muted);font-size:1.05rem;max-width:42ch;margin:0 auto 3rem}.cta-meta{margin-top:2.5rem;font-size:.85rem;color:var(--dim)}.cta-meta a{color:var(--muted);border-bottom:1px solid var(--border-hover);transition:color .2s,border-color .2s}.cta-meta a:hover{color:var(--accent);border-color:var(--accent)}.service-block{padding:4rem 0;border-top:1px solid var(--border)}.service-block:first-of-type{border-top:none;padding-top:0}.service-block:last-of-type{border-bottom:1px solid var(--border)}.service-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.service-meta{position:sticky;top:6rem}.service-tag{font-family:Geist Mono,monospace;font-size:.7rem;color:var(--accent);letter-spacing:.1em;margin-bottom:1rem}.service-title{font-family:Fraunces,serif;font-size:2rem;font-weight:400;letter-spacing:-.025em;line-height:1.1;margin-bottom:1.5rem}.service-price{font-family:Geist Mono,monospace;font-size:1.5rem;color:var(--text);margin-bottom:.5rem}.service-price-note{font-size:.85rem;color:var(--muted);font-style:italic}.service-desc{font-size:1.05rem;color:var(--muted);line-height:1.75;margin-bottom:2rem}.service-section-label{font-family:Geist Mono,monospace;font-size:.7rem;color:var(--muted);letter-spacing:.05em;margin-bottom:.75rem;margin-top:2rem}.service-includes{list-style:none;padding:0}.service-includes li{padding:.6rem 0;border-bottom:1px solid var(--border);font-size:.95rem;display:flex;gap:1rem;align-items:flex-start}.service-includes li:before{content:"—";color:var(--accent);flex-shrink:0}.terms-grid{display:grid;grid-template-columns:120px 1fr;gap:1rem 1.5rem;margin-top:1rem}.terms-grid dt{font-family:Geist Mono,monospace;font-size:.75rem;color:var(--muted);letter-spacing:.05em;padding-top:.1rem}.terms-grid dd{font-size:.92rem;color:var(--text)}details.faq-item{border-bottom:1px solid var(--border);padding:1.5rem 0}details.faq-item:first-of-type{border-top:1px solid var(--border)}details.faq-item summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:2rem;font-family:Fraunces,serif;font-size:1.15rem;font-weight:400;color:var(--text);letter-spacing:-.015em;transition:color .2s}details.faq-item summary::-webkit-details-marker{display:none}details.faq-item summary:hover{color:var(--accent)}details.faq-item summary:after{content:"+";font-family:Geist Mono,monospace;font-size:1.5rem;color:var(--muted);flex-shrink:0}details.faq-item[open] summary:after{content:"−";color:var(--accent)}details.faq-item .faq-body{margin-top:1.25rem;font-size:1rem;color:var(--muted);line-height:1.75;max-width:64ch}details.faq-item .faq-body p{margin-bottom:1rem}details.faq-item .faq-body p:last-child{margin-bottom:0}.guarantee-card{border:1px solid var(--border-hover);border-left:2px solid var(--accent);padding:2rem;margin-bottom:1.5rem;background:var(--surface)}.guarantee-card h3{font-family:Fraunces,serif;font-size:1.25rem;font-weight:400;margin-bottom:.75rem;letter-spacing:-.02em}.guarantee-card p{font-size:.95rem;color:var(--muted);line-height:1.7}.audit-page{max-width:680px;margin:0 auto;padding:5rem 2rem 7rem}.audit-intro{font-size:1.05rem;color:var(--muted);margin-bottom:4rem;line-height:1.7;max-width:52ch}.form-group{padding:2.5rem 0;border-top:1px solid var(--border)}.group-num{font-family:Geist Mono,monospace;font-size:.75rem;color:var(--accent);margin-bottom:.5rem;letter-spacing:.05em}.group-title{font-size:1.3rem;font-weight:400;margin-bottom:2rem;letter-spacing:-.02em}.field{margin-bottom:1.75rem}.field:last-child{margin-bottom:0}.row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}label{display:block;font-size:.8rem;color:var(--muted);margin-bottom:.6rem;font-family:Geist Mono,monospace;letter-spacing:.03em}label .req{color:var(--accent)}.hint{font-size:.8rem;color:var(--dim);margin-top:.5rem;font-style:italic}input[type=email],input[type=text],select,textarea{width:100%;background:transparent;border:none;border-bottom:1px solid var(--border-hover);color:var(--text);font-family:Geist,sans-serif;font-size:1rem;font-weight:300;padding:.5rem 0 .75rem;transition:border-color .2s}input:focus,select:focus,textarea:focus{outline:none;border-bottom-color:var(--accent)}input::-moz-placeholder,textarea::-moz-placeholder{color:var(--dim);font-weight:300}input::placeholder,textarea::placeholder{color:var(--dim);font-weight:300}textarea{resize:vertical;min-height:100px;line-height:1.6}select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3e%3cpath d='M1 1L5 5L9 1' stroke='%23707070' stroke-width='1.2' fill='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 0 center;padding-right:2rem;cursor:pointer}select option{background:var(--bg);color:var(--text)}.chips{display:flex;flex-wrap:wrap;gap:.4rem}.chip{position:relative;cursor:pointer}.chip input{position:absolute;opacity:0;pointer-events:none}.chip span{display:inline-block;padding:.55rem 1rem;border:1px solid var(--border-hover);border-radius:2px;font-size:.85rem;font-weight:300;color:var(--muted);transition:all .2s;background:transparent}.chip:hover span{color:var(--text);border-color:var(--muted)}.chip input:checked+span{color:var(--text);border-color:var(--accent);background:rgba(212,169,58,.05)}.submit-block{margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start}.btn-submit{display:inline-flex;align-items:center;gap:.6rem;padding:.95rem 1.75rem;background:var(--text);color:var(--bg);font-family:Geist,sans-serif;font-weight:400;font-size:.9rem;border:1px solid var(--text);border-radius:2px;cursor:pointer;transition:background .2s,border-color .2s}.btn-submit:hover:not(:disabled){background:var(--accent);border-color:var(--accent)}.btn-submit:disabled{opacity:.4;cursor:not-allowed}.submit-meta{font-size:.8rem;color:var(--dim);font-style:italic}.loading-wrap{padding:5rem 0;text-align:center}.loading-text{font-family:Fraunces,serif;font-size:1.25rem;color:var(--muted);font-style:italic;font-weight:300;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.result-header{padding:2.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:3rem}.result-eyebrow{font-family:Geist Mono,monospace;font-size:.75rem;color:var(--accent);letter-spacing:.05em;margin-bottom:.75rem}.result-title{font-size:1.75rem;font-weight:300;letter-spacing:-.02em;line-height:1.2}.estimate{margin-bottom:3rem}.estimate-name{font-family:Geist Mono,monospace;font-size:.75rem;color:var(--muted);letter-spacing:.05em;margin-bottom:.75rem}.estimate-range{font-family:Fraunces,serif;font-size:clamp(2.5rem,5vw,3.5rem);color:var(--text);letter-spacing:-.03em;line-height:1;margin-bottom:1.5rem;font-weight:300}.estimate-range .qualifier{font-family:Geist Mono,monospace;font-size:.85rem;color:var(--muted);margin-left:.5rem;letter-spacing:.05em}.estimate-desc{font-size:1rem;color:var(--muted);line-height:1.7;max-width:52ch;margin-bottom:2.5rem}.estimate-includes{list-style:none;padding:0;margin-bottom:2.5rem}.estimate-includes li{font-size:.95rem;color:var(--text);font-weight:300;padding:.65rem 0;border-bottom:1px solid var(--border);display:flex;align-items:flex-start;gap:1rem}.estimate-includes li:last-child{border-bottom:none}.estimate-includes li:before{content:"—";color:var(--accent);flex-shrink:0}.estimate-note{padding:1.5rem 0;font-size:.92rem;color:var(--muted);line-height:1.65;font-style:italic}.estimate-note,.next-steps{border-top:1px solid var(--border)}.next-steps{padding:2.5rem 0;text-align:center}.next-steps p{font-family:Fraunces,serif;font-size:1.15rem;color:var(--text);margin-bottom:.5rem;font-weight:300}.next-steps span{font-size:.85rem;color:var(--muted)}footer.site-footer{border-top:1px solid var(--border);padding:3rem;margin-top:4rem}.footer-inner{max-width:1100px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid var(--border);margin:0 auto 2rem}.footer-col h4{font-family:Geist Mono,monospace;font-size:.75rem;color:var(--muted);letter-spacing:.05em;margin-bottom:1.25rem;font-weight:400}.footer-col ul{list-style:none;padding:0}.footer-col li{margin-bottom:.6rem}.footer-col a{font-size:.9rem;color:var(--text);font-weight:300;transition:color .2s}.footer-col a:hover{color:var(--accent)}.footer-bottom{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;font-family:Geist Mono,monospace;font-size:.75rem;color:var(--dim)}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .8s ease both}.d1{animation-delay:.1s}.d2{animation-delay:.25s}.d3{animation-delay:.4s}.d4{animation-delay:.55s}.text-muted{color:var(--muted)}.text-accent{color:var(--accent)}.text-center{text-align:center}@media (max-width:768px){nav.site-nav{padding:1rem 1.25rem}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;background:var(--bg);border-bottom:1px solid var(--border);padding:1rem 0}.nav-links.open{display:flex}.nav-links .nav-cta,.nav-links .nav-link{padding:1rem 1.5rem;border:none;border-bottom:1px solid var(--border);width:100%;text-align:left;border-radius:0}.nav-links .nav-link.active:after{display:none}.nav-toggle{display:flex;align-items:center}.container,.container-narrow{padding:0 1.25rem}.hero{padding:5rem 0 4rem;min-height:auto}section{padding:5rem 0}.diff-grid,.feature-grid,.process,.section-head{grid-template-columns:1fr;gap:2rem}.section-head{margin-bottom:3rem}.diff-list,.feature-list{grid-template-columns:1fr;gap:2.5rem}.step{grid-template-columns:50px 1fr;gap:1rem;padding:2rem 0}.page-header{padding:6rem 0 3rem}.industries-text{grid-column:auto}.hero-actions{flex-direction:column;align-items:flex-start;gap:1.25rem}.service-grid{grid-template-columns:1fr;gap:2rem}.service-meta{position:static}.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.audit-page{padding:3rem 1.5rem 5rem}.row{grid-template-columns:1fr;gap:1.75rem}}