@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Cormorant Garamond,serif;font-weight:300}.App{font-family:Cormorant Garamond,serif}.divider-line{width:100%;height:1px;background-color:#dcdcdc;margin-top:7rem;margin-bottom:0;position:relative;z-index:1}.header-container{padding:2rem 4rem}.header-content{display:flex;justify-content:space-between;align-items:flex-start}.logo-section{flex:1}.logo-img{position:relative;z-index:10;margin-top:-1.2rem}.brand-name{font-size:2rem;font-weight:300;margin:0;position:relative;z-index:10}.tagline{font-size:1rem;font-weight:300;margin:0}.nav-menu{display:flex;justify-content:flex-end;align-items:center;gap:1.5rem;flex:2}.nav-link{font-size:1.3rem;color:#000;text-decoration:none;transition:color .3s}.nav-link:hover{color:#4a1a1a}.cta-button,.contact-button{background:#4a1a1a;color:#fff;border:none;cursor:pointer;transition:background .3s;font-family:Cormorant Garamond,serif}.cta-button:hover,.contact-button:hover{background:#6a2a2a}.cta-button{padding:.8rem 3rem;font-size:1.3rem;white-space:nowrap}.contact-button{padding:1.2rem 4rem;font-size:1.4rem;margin-top:2rem}.hero-section{padding:0 2rem;margin-top:0}.hero-title{font-size:2rem;font-weight:300;color:#000;margin-top:5rem;margin-bottom:1.5rem;line-height:1.2;text-align:center}.hero-subtitle{font-size:1rem;color:#333;margin-bottom:10rem;font-weight:300;text-align:center}.method-section{padding:2.5rem 3rem;background:#f8f8f8}.method-card{background:#fff;padding:2.5rem;margin-bottom:2rem;border-left:4px solid #4a1a1a;transition:transform .3s}.method-card:hover{transform:translate(10px)}.method-number{font-size:3rem;color:#4a1a1a;font-weight:300;margin-bottom:1rem}.method-title{font-size:1.8rem;color:#000;margin-bottom:1rem;font-weight:500}.method-description{font-size:1.1rem;color:#555;line-height:1.6}.results-section{padding:5rem 6rem;background:#fff}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem}.stat-box{text-align:center;padding:2rem}.stat-number{font-size:3.5rem;color:#4a1a1a;font-weight:300;margin-bottom:.5rem}.stat-label{font-size:1.2rem;color:#555;font-weight:300}.case-study{background:#f8f8f8;padding:2.5rem;margin-bottom:2rem}.case-study-title{font-size:1.6rem;color:#4a1a1a;margin-bottom:1rem;font-weight:500}.case-study-text{font-size:1.1rem;color:#555;line-height:1.6;margin-bottom:1rem}.about-section{padding:4rem 6rem;background:#4a1a1a;color:#fff}.about-title{font-size:2.5rem;margin-bottom:2rem;font-weight:400}.about-container{max-width:80%}.about-grid{display:grid;grid-template-columns:1fr 3.5fr;gap:2rem;align-items:start}.headshot{width:250px;height:250px;box-shadow:0 4px 12px #0000001a}.about-text{font-size:1.2rem;line-height:1.8;font-weight:300}.contact-section{padding:5rem 6rem;background:#fff;text-align:center}.contact-title{font-size:2.5rem;color:#000;margin-bottom:2rem;font-weight:400}.contact-subtitle{font-size:1.2rem;color:#555}.footer{padding:2rem 6rem;background:#fff;text-align:center;color:#555;font-size:.95rem;border-top:1px solid #ddd}.footer p{margin:.5rem 0}.section-title{font-size:2.5rem;color:#4a1a1a;margin-bottom:3rem;font-weight:400}.form-trigger{position:fixed;bottom:20px;right:20px;background:#4a1a1a;color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-size:1rem;cursor:pointer;box-shadow:0 4px 12px #0003;z-index:9999;font-weight:600;font-family:Cormorant Garamond,serif}.form-trigger:hover{background:#4a1a1a}.modal-overlay{position:fixed;inset:0;background:#00000080;z-index:99998}.modal-content{position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -4px 20px #00000026;z-index:99999;padding:2rem;max-height:80vh;overflow-y:auto}.close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#333}.modal-title{margin-top:0;color:#333}input,textarea{width:100%;padding:.75rem;margin:.5rem 0;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:Cormorant Garamond,serif}textarea{resize:vertical}.submit-button{background:#4a1a1a;color:#fff;border:none;padding:.75rem 2rem;border-radius:4px;font-size:1rem;cursor:pointer;margin-top:.5rem;font-family:Cormorant Garamond,serif}.submit-button:disabled{background:#999;cursor:not-allowed}
