.home-scroll{height:calc(100vh - 64px);overflow-y:scroll;scroll-snap-type:y mandatory;scroll-behavior:smooth}.footer-cta,.gap-section,.hero,.proof-section,.services-section{scroll-snap-align:start;scroll-snap-stop:always}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:6rem 2.5rem 5rem;background:var(--navy-deep);position:relative;overflow:hidden;box-sizing:border-box}.hero:before{content:"";position:absolute;top:-20%;right:-10%;width:60%;height:80%;background:radial-gradient(ellipse,rgba(184,151,58,.06) 0,transparent 70%);pointer-events:none}.hero h1{font-family:Playfair Display,serif;font-size:clamp(2.2rem,6vw,5.5rem);font-weight:800;line-height:1.08;max-width:820px;margin-bottom:2rem}.hero h1 em{font-style:italic;color:var(--gold)}.hero-sub{font-size:1.05rem;line-height:1.7;color:hsla(0,0%,100%,.65);max-width:540px;margin-bottom:3rem}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.gap-section{background:var(--navy);min-height:100vh;display:flex;align-items:center;padding:4rem 2.5rem;box-sizing:border-box}.gap-inner{max-width:1100px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:center}.gap-label{font-family:DM Mono,monospace;font-size:.62rem;letter-spacing:.2em;color:var(--gold);text-transform:uppercase;margin-bottom:1.5rem}.gap-section h2{font-family:Playfair Display,serif;font-size:clamp(1.6rem,3.5vw,2.8rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem}.gap-section p{color:hsla(0,0%,100%,.65);line-height:1.75;margin-bottom:1rem;font-size:.97rem}.gap-visual{gap:1.25rem}.gap-bar,.gap-visual{display:flex;flex-direction:column}.gap-bar{gap:.5rem;font-size:.88rem;color:hsla(0,0%,100%,.6)}.gap-bar-label{width:100%;flex-shrink:0}.gap-bar-track{flex:1 1;display:flex;align-items:center;gap:.5rem}.gap-bar-fill{height:6px;background:var(--gold);border-radius:2px;opacity:.85}.gap-bar-empty{height:6px;background:hsla(0,0%,100%,.1);border-radius:2px}.gap-bar-pct{font-size:.82rem;color:hsla(0,0%,100%,.5);width:2.5rem;flex-shrink:0}.services-section{min-height:100vh;display:flex;align-items:center;padding:4rem 2.5rem;background:var(--navy-deep);box-sizing:border-box}.services-inner{max-width:1100px;margin:0 auto;width:100%}.section-header{margin-bottom:3rem}.section-header h2{font-family:Playfair Display,serif;font-size:clamp(1.6rem,3vw,2.5rem);font-weight:700;line-height:1.2;margin-top:1rem;max-width:600px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.service-card{border:1px solid hsla(0,0%,100%,.08);padding:2.5rem;background:var(--navy);border-radius:3px}.service-card-num{font-family:DM Mono,monospace;font-size:.6rem;letter-spacing:.2em;color:var(--gold);margin-bottom:1.25rem}.service-card h3{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700;margin-bottom:.75rem;line-height:1.3}.service-card p{font-size:.88rem;line-height:1.7;color:hsla(0,0%,100%,.6)}.proof-section{background:var(--navy);min-height:100vh;display:flex;align-items:center;padding:4rem 2.5rem;border-top:1px solid hsla(0,0%,100%,.06);box-sizing:border-box}.proof-inner{max-width:900px;margin:0 auto;width:100%}.proof-section blockquote{font-family:Playfair Display,serif;font-size:clamp(1.1rem,2.5vw,1.8rem);font-style:italic;line-height:1.55;color:hsla(0,0%,100%,.85);border-left:3px solid var(--gold);padding-left:2rem;margin:2rem 0}.proof-context{font-size:.85rem;color:hsla(0,0%,100%,.45);margin-top:1.5rem;line-height:1.6}.footer-cta{background:var(--gold);min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2.5rem 0;box-sizing:border-box;position:relative}.footer-cta h2{font-family:Playfair Display,serif;font-size:clamp(1.6rem,4vw,3rem);font-weight:800;color:var(--navy);line-height:1.2;max-width:680px;margin:0 auto 2.5rem}.btn-dark{display:inline-flex;align-items:center;gap:.5rem;background:var(--navy);color:var(--white);border:none;padding:1rem 2.25rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:none;transition:opacity .2s;border-radius:2px}.btn-dark:hover{opacity:.85}.footer-cta .footer-inside{position:absolute;bottom:0;left:0;right:0;padding:1.25rem 2.5rem;display:flex;justify-content:space-between;align-items:center;background:var(--navy);border-top:none}.footer-cta .footer-inside a,.footer-cta .footer-inside p{font-family:DM Mono,monospace;font-size:.65rem;letter-spacing:.1em;color:hsla(0,0%,100%,.35);text-decoration:none}.footer-cta .footer-inside a:hover{color:var(--gold)}@media (max-width:900px){.gap-inner{grid-template-columns:1fr;gap:3rem}.services-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.home-scroll{height:calc(100vh - 56px)}.hero{justify-content:flex-start;padding:5rem 1.25rem 3rem}.hero h1{font-size:clamp(2rem,10vw,3rem);margin-bottom:1.25rem}.hero-sub{font-size:.95rem;margin-bottom:2rem}.gap-section,.proof-section,.services-section{padding:3.5rem 1.25rem;align-items:flex-start}.gap-bar{flex-direction:column;gap:.4rem}.gap-bar-label{width:100%;font-size:.8rem}.services-grid{grid-template-columns:1fr}.service-card{padding:1.75rem 1.25rem}.proof-section blockquote{padding-left:1.25rem;font-size:clamp(1rem,4.5vw,1.3rem)}.footer-cta{padding:3rem 1.25rem 0;justify-content:center}.footer-cta h2{font-size:clamp(1.4rem,6vw,2rem);margin-bottom:2rem}.footer-cta .footer-inside{flex-direction:column;gap:.5rem;text-align:center;padding:1rem 1.25rem}}