:root{--navy:#1a2744;--navy-light:#2a3f64;--navy-dark:#111c32;--gold:#c9a84c;--gold-light:#d4b86a;--white:#fff;--off-white:#f8f9fb;--gray-100:#f0f2f5;--gray-200:#e2e6eb;--gray-300:#c8d0da;--gray-400:#9aa5b4;--gray-500:#718096;--gray-600:#4a5568;--gray-700:#2d3748;--font-heading:"Playfair Display",Georgia,serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--transition:.3s cubic-bezier(.4,0,.2,1)}.marketing-page{font-family:var(--font-body);color:var(--gray-700);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.6}.marketing-page .container{max-width:1200px;margin:0 auto;padding:0 24px}.nav{z-index:1000;transition:var(--transition);padding:20px 0;position:fixed;top:0;left:0;right:0}.nav.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1a2744f7;padding:12px 0;box-shadow:0 2px 20px #00000026}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.nav-logo{font-family:var(--font-heading);color:var(--white);letter-spacing:2px;font-size:1.25rem;font-weight:700;text-decoration:none}.nav-links{align-items:center;gap:32px;list-style:none;display:flex}.nav-links a{color:#ffffffd9;transition:var(--transition);letter-spacing:.3px;font-size:.875rem;font-weight:500;text-decoration:none}.nav-links a:hover{color:var(--gold)}.nav-cta{border-radius:6px;padding:10px 24px;background:var(--gold)!important;color:var(--navy)!important;font-weight:600!important}.nav-cta:hover{background:var(--gold-light)!important}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav-toggle span{background:var(--white);width:24px;height:2px;transition:var(--transition)}.btn{font-family:var(--font-body);transition:var(--transition);cursor:pointer;border:none;border-radius:6px;align-items:center;padding:14px 32px;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--gold);color:var(--navy)}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 4px 16px #c9a84c66}.btn-outline{color:var(--white);background:0 0;border:2px solid #ffffff80}.btn-outline:hover{border-color:var(--white);background:#ffffff1a}.section-dark .btn-outline{color:var(--white);border-color:#ffffff4d}.section-dark .btn-outline:hover{border-color:var(--gold);color:var(--gold)}.hero{background:linear-gradient(135deg,var(--navy-dark)0%,var(--navy)50%,var(--navy-light)100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:120px 24px 80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(at 20% 80%,#c9a84c14 0%,#0000 60%),radial-gradient(at 80% 20%,#c9a84c0d 0%,#0000 60%);position:absolute;inset:0}.hero-overlay{background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.hero-content{text-align:center;max-width:800px;margin-bottom:80px;position:relative}.hero-eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:3px;opacity:0;margin-bottom:20px;font-size:.8125rem;font-weight:600;animation:.8s .2s forwards fadeUp}.hero-title{font-family:var(--font-heading);color:var(--white);opacity:0;margin-bottom:24px;font-size:clamp(3rem,7vw,5rem);font-weight:700;line-height:1.1;animation:.8s .4s forwards fadeUp}.hero-subtitle{color:#ffffffb3;opacity:0;max-width:600px;margin:0 auto 40px;font-size:1.125rem;line-height:1.7;animation:.8s .6s forwards fadeUp}.hero-actions{opacity:0;justify-content:center;gap:16px;animation:.8s .8s forwards fadeUp;display:flex}.hero-divisions{opacity:0;grid-template-columns:repeat(4,1fr);gap:20px;width:100%;max-width:1000px;animation:.8s 1s forwards fadeUp;display:grid;position:relative}.hero-division-card{text-align:center;transition:var(--transition);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:32px 24px;text-decoration:none}.hero-division-card:hover{border-color:var(--gold);background:#ffffff1a;transform:translateY(-4px)}.division-icon{width:48px;height:48px;margin:0 auto 16px}.division-icon svg{width:100%;height:100%;color:var(--gold)}.hero-division-card h3{color:var(--white);font-family:var(--font-heading);margin-bottom:4px;font-size:1.125rem}.hero-division-card p{color:#ffffff80;font-size:.8125rem}.section{padding:100px 0}.section-dark{background:var(--navy);color:var(--white)}.section-header{text-align:center;margin-bottom:64px}.section-eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:3px;margin-bottom:12px;font-size:.8125rem;font-weight:600}.section-title{font-family:var(--font-heading);color:var(--navy);margin-bottom:16px;font-size:clamp(2rem,4vw,2.75rem);font-weight:700}.section-dark .section-title{color:var(--white)}.section-subtitle{color:var(--gray-500);max-width:600px;margin:0 auto;font-size:1.0625rem}.section-dark .section-subtitle{color:#fff9}.about-grid{grid-template-columns:1.3fr 1fr;align-items:start;gap:60px;display:grid}.about-lead{color:var(--gray-600);margin-bottom:16px;font-size:1.125rem;line-height:1.8}.about-text p:last-of-type{color:var(--gray-500);margin-bottom:40px}.about-stats{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.stat{text-align:center}.stat-number{font-family:var(--font-heading);color:var(--navy);font-size:2.5rem;font-weight:700;line-height:1;display:block}.stat-suffix{font-family:var(--font-heading);color:var(--gold);font-size:2rem;font-weight:700}.stat-label{color:var(--gray-500);margin-top:4px;font-size:.8125rem;display:block}.about-values{flex-direction:column;gap:20px;display:flex}.value-card{background:var(--off-white);border-left:4px solid var(--gold);transition:var(--transition);border-radius:12px;padding:28px}.value-card:hover{transform:translate(4px);box-shadow:0 4px 20px #0000000f}.value-card h4{font-family:var(--font-heading);color:var(--navy);margin-bottom:8px;font-size:1.125rem}.value-card p{color:var(--gray-500);font-size:.9375rem;line-height:1.6}.lead-gen-intro{grid-template-columns:1.5fr 1fr;align-items:start;gap:48px;margin-bottom:80px;display:grid}.lead-gen-text h3{font-family:var(--font-heading);color:var(--white);margin-bottom:20px;font-size:1.5rem}.lead-gen-text p{color:#ffffffb3;margin-bottom:16px;line-height:1.8}.lead-gen-highlights{flex-direction:column;gap:16px;display:flex}.highlight-card{text-align:center;transition:var(--transition);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:24px}.highlight-card:hover{border-color:var(--gold)}.highlight-number{font-family:var(--font-heading);color:var(--gold);margin-bottom:4px;font-size:2rem;font-weight:700;line-height:1;display:block}.highlight-label{color:#ffffff80;text-transform:uppercase;letter-spacing:1px;font-size:.8125rem}.lead-gen-results{margin-bottom:80px}.lead-gen-results h3,.lead-gen-how h3,.lead-gen-industries h3,.lead-gen-differentiators h3{font-family:var(--font-heading);color:var(--white);margin-bottom:16px;font-size:1.5rem}.results-context{color:#fff9;margin-bottom:32px;font-size:.9375rem}.results-funnel{flex-direction:column;gap:12px;margin-bottom:40px;display:flex}.funnel-step{align-items:center;gap:20px;display:flex}.funnel-bar{width:var(--width);background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:6px;min-width:60px;padding:12px 20px;transition:width 1s cubic-bezier(.4,0,.2,1)}.funnel-number{font-family:var(--font-heading);color:var(--navy);font-size:1.25rem;font-weight:700}.funnel-label{color:#ffffffb3;white-space:nowrap;font-size:.875rem}.results-callout{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.callout-item{text-align:center;background:#c9a84c1a;border:1px solid #c9a84c4d;border-radius:12px;padding:28px}.callout-number{font-family:var(--font-heading);color:var(--gold);margin-bottom:8px;font-size:2.25rem;font-weight:700;display:block}.callout-label{color:#fff9;font-size:.875rem;line-height:1.5}.lead-gen-how{margin-bottom:80px}.process-steps{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:32px;display:grid}.process-step{transition:var(--transition);background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;padding:32px 24px}.process-step:hover{border-color:var(--gold);transform:translateY(-4px)}.step-number{font-family:var(--font-heading);color:var(--gold);opacity:.4;margin-bottom:16px;font-size:2rem;font-weight:700}.process-step h4{font-family:var(--font-heading);color:var(--white);margin-bottom:12px;font-size:1.125rem}.process-step p{color:#fff9;font-size:.875rem;line-height:1.7}.lead-gen-industries{margin-bottom:80px}.industry-grid{grid-template-columns:repeat(5,1fr);gap:16px;margin-top:32px;display:grid}.industry-card{text-align:center;transition:var(--transition);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;padding:20px 16px}.industry-card:hover{border-color:var(--gold);background:#c9a84c14}.industry-card h4{color:var(--white);font-size:.875rem;font-weight:600}.industry-card-inactive{opacity:.35}.industry-card-inactive:hover{opacity:.55}.industry-card-active{border-color:var(--gold);background:#c9a84c1f;box-shadow:0 0 20px #c9a84c26}.industry-card-active h4{color:var(--gold)}.lead-gen-differentiators{margin-bottom:60px}.diff-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:32px;display:grid}.diff-card{transition:var(--transition);background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;padding:32px}.diff-card:hover{border-color:var(--gold)}.diff-card h4{font-family:var(--font-heading);color:var(--gold);margin-bottom:12px;font-size:1.125rem}.diff-card p{color:#fff9;font-size:.9375rem;line-height:1.7}.section-cta{text-align:center;padding-top:20px}.section-cta p{color:#ffffffb3;margin-bottom:20px;font-size:1.125rem}.residential-intro{text-align:center;max-width:800px;margin:0 auto 60px}.residential-intro p{color:var(--gray-500);margin-bottom:24px;font-size:1.0625rem;line-height:1.8}.residential-markets{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.market-tag{background:var(--navy);color:var(--white);letter-spacing:.5px;border-radius:24px;padding:8px 20px;font-size:.8125rem;font-weight:600}.sold-section{margin-bottom:60px}.sold-section h3,.om-section h3,.commercial-services h3,.hotels-section h3,.consulting-approach h3,.residential-services h3{font-family:var(--font-heading);color:var(--navy);text-align:center;margin-bottom:32px;font-size:1.5rem}.section-dark .sold-section h3,.section-dark .om-section h3,.section-dark .commercial-services h3{color:var(--white)}.sold-grid,.om-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px;display:grid}.property-placeholder,.om-placeholder{border:2px dashed var(--gray-200);transition:var(--transition);border-radius:12px;overflow:hidden}.property-placeholder:hover,.om-placeholder:hover{border-color:var(--gray-300)}.placeholder-image,.om-placeholder-cover{background:var(--gray-100);text-align:center;flex-direction:column;align-items:center;gap:12px;padding:48px 24px;display:flex}.placeholder-image svg,.om-placeholder-cover svg{width:48px;height:48px;color:var(--gray-300)}.placeholder-image span,.om-placeholder-cover span{color:var(--gray-400);font-size:.875rem;font-weight:500}.section-dark .om-placeholder{border-color:#ffffff26}.section-dark .om-placeholder:hover{border-color:#ffffff40}.section-dark .om-placeholder-cover{background:#ffffff0d}.section-dark .om-placeholder-cover svg{color:#fff3}.section-dark .om-placeholder-cover span{color:#fff6}.placeholder-info,.om-placeholder-info,.section-dark .om-placeholder-info{padding:20px}.placeholder-bar{background:var(--gray-100);border-radius:6px;height:12px;margin-bottom:10px}.section-dark .placeholder-bar{background:#ffffff14}.w-70{width:70%}.w-50{width:50%}.w-40{width:40%}.coming-soon-note{text-align:center;color:var(--gray-400);font-size:.9375rem;font-style:italic}.section-dark .coming-soon-note{color:#fff6}.services-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.service-card{background:var(--off-white);transition:var(--transition);border-radius:12px;padding:32px}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.section-dark .service-card{background:#ffffff0d;border:1px solid #ffffff14}.section-dark .service-card:hover{border-color:var(--gold);box-shadow:none}.service-card h4{font-family:var(--font-heading);color:var(--navy);margin-bottom:12px;font-size:1.125rem}.section-dark .service-card h4{color:var(--white)}.service-card p{color:var(--gray-500);font-size:.9375rem;line-height:1.7}.section-dark .service-card p{color:#fff9}.commercial-intro{text-align:center;max-width:800px;margin:0 auto 60px}.commercial-intro p{color:#ffffffb3;font-size:1.0625rem;line-height:1.8}.om-card{transition:var(--transition);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.om-card:hover{border-color:var(--gold);background:#ffffff1a;transform:translateY(-4px);box-shadow:0 12px 32px #0003}.om-card-highlight{background:#c9a84c0f;border-color:#c9a84c4d}.om-card-cover{width:100%;height:180px;position:relative;overflow:hidden}.om-card-cover img{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .4s}.om-card:hover .om-card-cover img{transform:scale(1.05)}.om-card-info{padding:20px}.om-card-info h4{font-family:var(--font-heading);color:var(--white);margin-bottom:4px;font-size:1.0625rem}.om-card-type{color:#ffffff80;margin-bottom:12px;font-size:.8125rem}.om-card-action{color:var(--gold);transition:var(--transition);font-size:.8125rem;font-weight:600}.om-card:hover .om-card-action{color:var(--gold-light)}.om-card-placeholder{background:linear-gradient(135deg,var(--navy)0%,var(--navy-light)100%);flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;height:100%;display:flex}.om-card-placeholder svg{width:48px;height:48px;color:var(--gold);opacity:.6}.om-card-placeholder span{color:#ffffff80;text-transform:uppercase;letter-spacing:1px;font-size:.8125rem;font-weight:600}.om-card-highlight .om-card-placeholder{background:linear-gradient(135deg,#c9a84c26 0%,#1a2744cc 100%)}.lead-gen-portfolio{margin-top:60px;margin-bottom:40px}.lead-gen-portfolio h3{font-family:var(--font-heading);color:var(--white);margin-bottom:24px;font-size:1.5rem}.portfolio-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.portfolio-card{transition:var(--transition);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.portfolio-card:hover{border-color:var(--gold);background:#ffffff1a;transform:translateY(-4px);box-shadow:0 12px 32px #0003}.portfolio-card-cover{width:100%;height:200px;position:relative;overflow:hidden}.portfolio-card-cover img{object-fit:cover;object-position:center center;width:100%;height:100%;transition:transform .4s}.portfolio-card-cover img.img-contain{object-fit:contain}.portfolio-card-cover-dark{background:#0f1923}.portfolio-card:hover .portfolio-card-cover img{transform:scale(1.05)}.portfolio-card-placeholder{background:linear-gradient(135deg,var(--navy)0%,var(--navy-light)100%);flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;height:100%;display:flex}.portfolio-card-placeholder svg{width:48px;height:48px;color:var(--gold);opacity:.6}.portfolio-card-placeholder span{color:#ffffff80;text-transform:uppercase;letter-spacing:1px;font-size:.8125rem;font-weight:600}.portfolio-card-info{padding:20px}.portfolio-card-info h4{font-family:var(--font-heading);color:var(--white);margin-bottom:6px;font-size:1.125rem}.portfolio-card-info p{color:#ffffff8c;margin-bottom:12px;font-size:.875rem;line-height:1.6}.portfolio-card-action{color:var(--gold);transition:var(--transition);font-size:.8125rem;font-weight:600}.portfolio-card:hover .portfolio-card-action{color:var(--gold-light)}.portfolio-card-note{font-style:italic;color:#ffffff59!important;margin-bottom:8px!important;font-size:.75rem!important}.om-section{margin-bottom:60px}.commercial-services{margin-top:20px}.consulting-intro{text-align:center;max-width:800px;margin:0 auto 60px}.consulting-intro p{color:var(--gray-500);font-size:1.0625rem;line-height:1.8}.hotels-section{margin-bottom:80px}.hotel-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.hotel-card{border:1px solid var(--gray-200);transition:var(--transition);background:var(--white);border-radius:12px;overflow:hidden}.hotel-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.hotel-image{background:linear-gradient(135deg,var(--navy)0%,var(--navy-light)100%);text-align:center;padding:40px 24px;position:relative}.hotel-image svg{width:64px;height:64px;color:var(--gold);opacity:.6}.hotel-image-photo{height:200px;padding:0;overflow:hidden}.hotel-image-photo img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s}.hotel-card:hover .hotel-image-photo img{transform:scale(1.05)}.hotel-badge{background:var(--gold);color:var(--navy);text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:700;position:absolute;top:12px;right:12px}.badge-pending{background:var(--gray-300);color:var(--gray-600)}.hotel-info{padding:28px}.hotel-info h4{font-family:var(--font-heading);color:var(--navy);margin-bottom:4px;font-size:1.25rem}.hotel-location{color:var(--gray-500);margin-bottom:16px;font-size:.875rem}.hotel-details{margin-bottom:20px;list-style:none}.hotel-details li{color:var(--gray-600);border-bottom:1px solid var(--gray-100);padding:4px 0;font-size:.875rem}.hotel-details li:last-child{border-bottom:none}.hotel-metrics{border-top:1px solid var(--gray-100);grid-template-columns:repeat(3,1fr);gap:12px;padding-top:16px;display:grid}.metric{text-align:center}.metric-value{font-family:var(--font-heading);color:var(--navy);font-size:1.25rem;font-weight:700;display:block}.metric-label{color:var(--gray-400);text-transform:uppercase;letter-spacing:.5px;font-size:.6875rem}.hotel-coming-soon{border-style:dashed;border-color:var(--gray-200);opacity:.8}.hotel-coming-soon .hotel-image svg{opacity:.3}.hotel-pending-text{color:var(--gray-400);font-size:.875rem;font-style:italic;line-height:1.6}.hotel-tags{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.hotel-tag{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:4px 12px;font-size:.6875rem;font-weight:600;display:inline-block}.tag-management{color:var(--gold);background:#c9a84c26}.tag-value{color:var(--navy-light);background:#1a274414}.hotel-om-link{background:var(--navy);color:var(--white);transition:var(--transition);border-radius:8px;align-items:center;gap:8px;margin-top:16px;padding:10px 20px;font-size:.8125rem;font-weight:600;text-decoration:none;display:inline-flex}.hotel-om-link:hover{background:var(--navy-light);transform:translateY(-2px)}.hotel-om-link svg{color:var(--gold)}.consulting-approach{margin-top:20px}.approach-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:32px;display:grid}.approach-card{background:var(--off-white);transition:var(--transition);border-radius:12px;padding:32px 24px}.approach-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.approach-number{font-family:var(--font-heading);color:var(--gold);opacity:.4;margin-bottom:16px;font-size:2rem;font-weight:700;display:block}.approach-card h4{font-family:var(--font-heading);color:var(--navy);margin-bottom:12px;font-size:1.0625rem}.approach-card p{color:var(--gray-500);font-size:.875rem;line-height:1.7}.tools-featured{margin-bottom:60px}.tool-card-featured{transition:var(--transition);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;grid-template-columns:300px 1fr;align-items:center;gap:48px;padding:48px;display:grid}.tool-card-featured:hover{border-color:var(--gold);box-shadow:0 12px 40px #0000004d}.tool-card-visual{background:linear-gradient(135deg,#c9a84c1f 0%,#1a274499 100%);border:1px solid #c9a84c33;border-radius:16px;justify-content:center;align-items:center;padding:60px 40px;display:flex;position:relative}.tool-icon-large svg{width:80px;height:80px;color:var(--gold)}.tool-badge{background:var(--gold);color:var(--navy);text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:4px 14px;font-size:.6875rem;font-weight:700;position:absolute;top:16px;right:16px}.tool-card-content h3{font-family:var(--font-heading);color:var(--white);margin-bottom:8px;font-size:2rem}.tool-tagline{font-family:var(--font-heading);color:var(--gold);margin-bottom:16px;font-size:1.125rem;font-weight:500}.tool-description{color:#ffffffa6;margin-bottom:24px;font-size:1rem;line-height:1.8}.tool-features{flex-direction:column;gap:12px;margin-bottom:32px;display:flex}.tool-feature{color:#fffc;align-items:center;gap:12px;font-size:.9375rem;display:flex}.tool-feature svg{flex-shrink:0}.tool-cta{display:inline-block}.newsletter-section{max-width:700px;margin:0 auto}.newsletter-card{text-align:center;background:linear-gradient(135deg,#c9a84c14 0%,#c9a84c05 100%);border:1px solid #c9a84c40;border-radius:16px;padding:48px}.newsletter-icon{margin-bottom:20px}.newsletter-icon svg{width:40px;height:40px;color:var(--gold)}.newsletter-content h3{font-family:var(--font-heading);color:var(--white);margin-bottom:8px;font-size:1.5rem}.newsletter-content p{color:#fff9;max-width:500px;margin-bottom:28px;margin-left:auto;margin-right:auto;font-size:.9375rem;line-height:1.7}.newsletter-form{max-width:440px;margin:0 auto}.newsletter-input-group{gap:12px;margin-bottom:12px;display:flex}.newsletter-input{color:var(--white);font-family:var(--font-body);transition:var(--transition);background:#ffffff0f;border:1px solid #ffffff26;border-radius:8px;outline:none;flex:1;padding:14px 20px;font-size:.9375rem}.newsletter-input::placeholder{color:#ffffff59}.newsletter-input:focus{border-color:var(--gold);background:#ffffff1a}.newsletter-btn{white-space:nowrap;padding:14px 28px}.newsletter-disclaimer{color:#ffffff59;margin-top:4px;font-size:.75rem}.newsletter-success{color:var(--gold);padding:14px 0;font-size:.9375rem;font-weight:600}.team-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:48px;display:grid}.team-card{text-align:center;transition:var(--transition);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:40px 24px}.team-card:hover{border-color:var(--gold);transform:translateY(-4px)}.team-card-featured{border-color:var(--gold);background:#c9a84c14}.team-avatar{background:linear-gradient(135deg,var(--navy-light),var(--gold));border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;display:flex}.team-avatar span{font-family:var(--font-heading);color:var(--white);font-size:1.5rem;font-weight:700}.team-card h4{font-family:var(--font-heading);color:var(--white);margin-bottom:4px;font-size:1.25rem}.team-role{color:var(--gold);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-size:.8125rem;font-weight:600}.team-desc{color:#fff9;margin-bottom:16px;font-size:.875rem;line-height:1.6}.team-linkedin{color:#ffffff80;width:36px;height:36px;transition:var(--transition);background:#ffffff14;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.team-linkedin:hover{color:var(--white);background:#0a66c2}.team-linkedin svg{width:18px;height:18px}.team-company-linkedin{text-align:center}.contact-grid{max-width:800px;margin:0 auto}.contact-cards{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:40px;display:grid}.contact-card{background:var(--off-white);border-left:4px solid var(--gold);transition:var(--transition);border-radius:12px;padding:28px}.contact-card:hover{box-shadow:0 4px 16px #0000000f}.contact-card h4{font-family:var(--font-heading);color:var(--navy);margin-bottom:4px;font-size:1rem}.contact-card p{color:var(--gray-500);margin-bottom:12px;font-size:.9375rem}.contact-link{color:var(--gold);transition:var(--transition);font-size:.875rem;font-weight:600;text-decoration:none}.contact-link:hover{color:var(--gold-light)}.contact-info{justify-content:center;gap:40px;display:flex}.contact-detail{color:var(--gray-500);align-items:center;gap:12px;font-size:.9375rem;display:flex}.contact-detail svg{color:var(--gold);flex-shrink:0}.contact-detail a{color:var(--gray-600);transition:var(--transition);text-decoration:none}.contact-detail a:hover{color:var(--gold)}.footer{background:var(--navy-dark);padding:60px 0 24px}.footer-content{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:start;margin-bottom:24px;padding-bottom:40px;display:flex}.footer-brand h3{font-family:var(--font-heading);color:var(--white);letter-spacing:2px;margin-bottom:8px;font-size:1.125rem}.footer-logo{width:auto;height:80px;margin-bottom:12px;display:block}.footer-brand p{color:#fff6;font-size:.8125rem}.footer-location{margin-top:4px}.footer-links{gap:32px;display:flex}.footer-links a{color:#fff9;transition:var(--transition);font-size:.875rem;text-decoration:none}.footer-links a:hover{color:var(--gold)}.footer-social{gap:16px;display:flex}.footer-social a{color:#fff9;width:40px;height:40px;transition:var(--transition);background:#ffffff14;border-radius:8px;justify-content:center;align-items:center;display:flex}.footer-social a:hover{background:var(--gold);color:var(--navy)}.footer-bottom{text-align:center}.footer-bottom p{color:#ffffff4d;font-size:.8125rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.about-grid{grid-template-columns:1fr;gap:40px}.about-stats{grid-template-columns:repeat(4,1fr)}.lead-gen-intro{grid-template-columns:1fr}.process-steps,.approach-grid{grid-template-columns:repeat(2,1fr)}.industry-grid{grid-template-columns:repeat(3,1fr)}.om-grid{grid-template-columns:repeat(2,1fr)}.hotel-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.team-grid{grid-template-columns:repeat(2,1fr)}.tool-card-featured{grid-template-columns:240px 1fr;gap:32px;padding:36px}}@media (max-width:768px){.nav-links{background:var(--navy);border-top:1px solid #ffffff1a;flex-direction:column;gap:16px;padding:24px;display:none;position:absolute;top:100%;left:0;right:0}.nav-links.active,.nav-toggle{display:flex}.hero{padding:100px 24px 60px}.hero-divisions{grid-template-columns:repeat(2,1fr);gap:12px}.hero-division-card{padding:20px 16px}.section{padding:60px 0}.about-stats{grid-template-columns:repeat(2,1fr);gap:16px}.process-steps,.approach-grid{grid-template-columns:1fr}.industry-grid{grid-template-columns:repeat(2,1fr)}.diff-grid,.sold-grid,.om-grid,.services-grid,.portfolio-grid,.results-callout{grid-template-columns:1fr}.tool-card-featured{grid-template-columns:1fr;gap:24px;padding:32px 24px}.tool-card-visual{max-width:280px;margin:0 auto;padding:40px}.tool-card-content{text-align:center}.tool-card-content h3{font-size:1.75rem}.tool-features{align-items:center}.newsletter-card{padding:32px 20px}.newsletter-input-group{flex-direction:column}.newsletter-btn{width:100%}.team-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto 48px}.contact-cards{grid-template-columns:1fr}.contact-info{flex-direction:column;align-items:center;gap:20px}.footer-content{text-align:center;flex-direction:column;gap:32px}.footer-links{flex-wrap:wrap;justify-content:center}.footer-social{justify-content:center}.hero-actions{flex-direction:column;align-items:center}}@media (max-width:480px){.hero-title{font-size:2.5rem}.hero-divisions{grid-template-columns:1fr 1fr}.about-stats{grid-template-columns:repeat(2,1fr)}.industry-grid{grid-template-columns:1fr 1fr}.residential-markets{flex-direction:column;align-items:center}}
