@keyframes fade-up-fallback{to{opacity:1;transform:translateY(0)}}@keyframes eyebrowShimmer{0%{left:-100%}to{left:200%}}@keyframes scrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes heroWordReveal{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes cardBorderGlow{0%,to{background-position:0 0}50%{background-position:100% 100%}}:root{--black:#111111;--black-rich:#212121;--black-soft:#1A1A1A;--black-card:#141414;--red:#CD001A;--red-dark:#CD001A;--red-bright:#CD001A;--gold:#C9A961;--red-glow:rgba(205,0,26,0.15);--white:#FFFFFF;--off-white:#F7F7F7;--gray-50:#FAFAFA;--gray-100:#F0F0F0;--gray-200:#E0E0E0;--gray-300:#C4C4C4;--gray-400:#8A8A8A;--gray-500:#6E6E6E;--gray-600:#4A4A4A;--gray-700:#333333;--gray-800:#222222;--text:#2A2A2A;--section-text:var(--gray-700);--font-display:'Barlow Condensed',sans-serif;--font-body:'Barlow',sans-serif}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--section-text);line-height:1.6;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;background:var(--white)}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:all .25s ease}.container{max-width:1200px;margin:0 auto;padding:0 24px}#site-footer,#site-header{display:contents}.btn-ghost,.btn-red{display:inline-flex;align-items:center;gap:8px;color:var(--white);border-radius:6px;font-family:"Barlow",sans-serif;font-weight:600;font-size:1rem;transition:all .25s;cursor:pointer}.btn-red{background:var(--red-dark);padding:15px 28px;border:0;box-shadow:none}.btn-red:hover{background:#cd001a;transform:translateY(-2px);box-shadow:none}.btn-red svg{width:18px;height:18px}.btn-ghost{background:0 0;padding:15px 32px;border:1px solid rgba(255,255,255,.2)}.btn-ghost:hover{border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.04)}.hero .btn-red,.page-hero .btn-red{padding:12px 24px}.hero .btn-ghost,.page-hero .btn-ghost{padding:12px 26px}section{padding:90px 0}.section-label{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--red);margin-bottom:14px;position:relative;padding-left:20px}.section-label::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:10px;height:2px;background:var(--red)}.section-title{font-family:var(--font-display);font-size:2.25rem;font-weight:700;color:var(--black);line-height:1;margin-bottom:16px}.section-desc{font-size:1.08rem;color:var(--section-text);max-width:620px;line-height:1.6}.section-header{margin-bottom:56px}.section-header.center{text-align:center}.section-header.center .section-desc{margin:0 auto}.section-header.center .section-label{padding-left:0}.section-header.center .section-label::before{display:none}.services-section,.services-section .svc-card:hover{background:var(--white)}.services-section .svc-card{background:var(--gray-50)}.deliverables{background:var(--off-white);position:relative;padding-top:20px}.deliverables .container{max-width:1000px;position:relative;z-index:1}.deliverables-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.deliverable-card{background:var(--white);border:1px solid var(--gray-100);border-radius:14px;padding:36px 30px 32px;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1)}.deliverable-card:hover{border-color:rgba(205,0,26,.15);box-shadow:0 16px 40px rgba(0,0,0,.08);transform:translateY(-6px)}.deliverable-card .feature-icon-wrap{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;position:relative}.deliverable-card:nth-child(1) .feature-icon-wrap{background:rgba(14,154,167,.1)}.deliverable-card:nth-child(2) .feature-icon-wrap{background:rgba(230,126,34,.1)}.deliverable-card:nth-child(3) .feature-icon-wrap{background:rgba(37,99,235,.1)}.deliverable-card:nth-child(4) .feature-icon-wrap{background:rgba(5,150,105,.1)}.deliverable-card .feature-icon-wrap svg{width:24px;height:24px}.deliverable-card:nth-child(1) .feature-icon-wrap svg{color:#0e9aa7}.deliverable-card:nth-child(2) .feature-icon-wrap svg{color:#e67e22}.deliverable-card:nth-child(3) .feature-icon-wrap svg{color:#2563eb}.deliverable-card:nth-child(4) .feature-icon-wrap svg{color:#059669}.deliverable-card h4{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--black);margin-bottom:12px;line-height:1.3}.deliverable-card p{font-size:.95rem;color:var(--section-text);line-height:1.75;margin:0}.deliverable-card ul{list-style:none;padding:0;margin:4px 0 0}.deliverable-card ul li,.svc-card p{color:var(--section-text);line-height:1.65}.deliverable-card ul li{font-size:.88rem;padding:6px 0 6px 22px;position:relative}.deliverable-card ul li::before,.svc-card::after{content:"";position:absolute;background:var(--red)}.deliverable-card ul li::before{left:2px;top:14px;width:6px;height:6px;border-radius:1px;transform:rotate(45deg)}@media (max-width:768px){.deliverables-grid{grid-template-columns:1fr}}.svc-card.dark-card .svc-card-icon{background:rgba(205,0,26,.15);border:1px solid rgba(205,0,26,.35)}.svc-card.dark-card:hover .svc-link,.svc-card.dark-card:hover h3{color:var(--red)}.svc-card.dark-card:hover p{color:var(--text)}.svc-card{background:var(--white);border:1px solid var(--gray-100);border-radius:10px;padding:36px 30px;transition:all .3s;position:relative}.svc-card::after{bottom:0;left:24px;right:24px;height:2px;transform:scaleX(0);transition:transform .3s}.svc-card:hover{border-color:var(--gray-200);box-shadow:0 8px 32px rgba(0,0,0,.06);transform:translateY(-4px)}.svc-card:hover::after{transform:scaleX(1)}.svc-card-icon{width:50px;height:50px;border-radius:8px;background:var(--red-glow);display:flex;align-items:center;justify-content:center;margin-bottom:22px}.svc-card-icon svg{width:24px;height:24px;color:var(--red);fill:none;stroke:currentColor;stroke-width:2}.opinion-text h3,.svc-card h3{font-family:var(--font-display);font-size:1.25rem}.svc-card h3{font-weight:600;color:var(--black);margin-bottom:10px}.svc-card p{font-size:.95rem}.svc-card .svc-bullets,.svc-card p{margin-bottom:20px}.svc-card .svc-bullets li{list-style:none;font-size:.95rem;color:var(--gray-600);padding:4px 0 4px 20px;position:relative;line-height:1.6}.svc-card .svc-bullets li::before{content:"";position:absolute;left:0;top:12px;width:8px;height:8px;border-radius:2px;background:var(--red-glow);border:1.5px solid var(--red)}.svc-link{display:inline-flex;align-items:center;gap:6px;font-size:.95rem;font-weight:600;color:var(--red)}.faq-answer .faq-cta a:hover,.svc-link:hover{gap:10px}.svc-link svg{width:16px;height:16px;transition:transform .2s}.opinion-banner{background:var(--black-rich);padding:60px 0;position:relative;overflow:hidden}.opinion-banner::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,rgba(205,0,26,.06)0,transparent 50%)}.opinion-inner,.opinion-left{display:flex;align-items:center}.opinion-inner{position:relative;z-index:2;justify-content:space-between;gap:40px}.opinion-left{gap:20px}.opinion-cta,.opinion-icon{align-items:center;flex-shrink:0}.opinion-icon{width:56px;height:56px;border-radius:12px;background:rgba(205,0,26,.12);border:1px solid rgba(205,0,26,.35);display:flex;justify-content:center}.opinion-icon svg{width:28px;height:28px;color:var(--red)}.opinion-text h3{color:var(--white);margin-bottom:4px}.opinion-text p{font-size:1rem;color:var(--gray-300)}.opinion-cta{display:inline-flex;gap:8px;background:var(--red);color:var(--white);padding:13px 28px;border-radius:6px;font-weight:600;font-size:.88rem;transition:all .25s}.opinion-cta:hover{background:var(--red-dark);transform:translateY(-1px)}.stat-card{background:var(--white);border:1px solid var(--gray-100);border-radius:10px;padding:30px 24px;text-align:center;transition:all .3s}.stat-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.05)}.seo-content h2,.stat-num{font-family:var(--font-display);font-weight:700;line-height:1}.stat-num{font-size:2.25rem;color:var(--red);margin-bottom:6px}.stat-label{font-size:.88rem;color:var(--section-text);font-weight:500}.seo-section{background:var(--off-white)}.seo-content{max-width:820px;margin:0 auto}.seo-content h2{font-size:1.5rem;color:var(--black);margin:40px 0 16px}.seo-content h2:first-child{margin-top:0}.cta-inner h2,.seo-content h3{font-family:var(--font-display)}.seo-content h3{font-size:1.05rem;font-weight:600;color:var(--black);margin:28px 0 12px}.seo-content p{font-size:.88rem;color:var(--section-text);line-height:1.6;font-weight:400;margin-bottom:16px}.cta-section{background:var(--black-rich);padding:80px 0;position:relative;overflow:hidden}.cta-section::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,rgba(205,0,26,.08)0,transparent 60%)}.cta-inner{position:relative;z-index:2;text-align:center;max-width:640px;margin:0 auto}.cta-inner h2{font-size:2.2rem;color:var(--white);margin-bottom:16px}.cta-inner p{color:var(--gray-300);font-size:1rem;line-height:1.6;margin-bottom:36px}.cta-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.cta-phone{display:inline-flex;align-items:center;gap:10px;background:var(--white);color:var(--black);padding:15px 32px;border-radius:6px;font-family:"Barlow",sans-serif;font-weight:600;font-size:1rem;transition:all .25s}.cta-phone:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(255,255,255,.1)}.hero-overlay,.hero-rain{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none}.hero-dot-wave canvas,.hero-noise canvas,.hero-rain canvas{width:100%;height:100%;display:block}.hero-overlay{background:linear-gradient(180deg,rgba(10,10,10,.6)0,rgba(10,10,10,.4) 40%,rgba(10,10,10,.6) 100%);z-index:1}.hero-noise{top:0;bottom:0;z-index:2;opacity:.035;mix-blend-mode:screen}.hero-dot-wave,.hero-noise,.hero-scanline{position:absolute;left:0;right:0;pointer-events:none}.hero-scanline{height:4px;background:linear-gradient(90deg,transparent,rgba(205,0,26,.7),transparent);z-index:2;opacity:0;transition:none}.hero-dot-wave{top:0;bottom:0;z-index:0;perspective:800px}.hero-dot-wave canvas{will-change:transform;transform-origin:50% 50%}@media (prefers-reduced-motion:reduce){.hero-dot-wave,.hero-noise,.hero-rain,.hero-scanline{display:none}}.process-section{background:var(--off-white)}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.process-card,.process-step{transition:all .4s cubic-bezier(.16,1,.3,1)}.process-card{background:var(--white);border:1px solid var(--gray-100);border-radius:10px;padding:36px 30px;position:relative}.process-card:hover{transform:translateY(-6px);box-shadow:0 6px 20px rgba(0,0,0,.05)}.process-card:hover .process-step{background:var(--red);color:var(--white);box-shadow:0 8px 20px rgba(205,0,26,.25);transform:scale(1.05)}.process-step{font-family:var(--font-display);font-size:2.25rem;font-weight:700;color:var(--red);opacity:.2;line-height:1;margin-bottom:18px}.auditor-content h2,.process-card h3{font-family:var(--font-display);color:var(--black)}.process-card h3{font-size:1.25rem;font-weight:600;margin-bottom:12px}.auditor-content>p,.process-card p{font-size:1rem;color:var(--section-text);line-height:1.6}.auditor-section{background:var(--white)}.auditor-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.auditor-content h2{font-size:2rem;margin-bottom:18px;line-height:1.2}.auditor-content>p{font-size:.98rem;line-height:1.7;margin-bottom:30px}.auditor-benefits{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.auditor-benefit{display:flex;gap:16px;align-items:flex-start}.auditor-bullet{width:28px;height:28px;border-radius:6px;background:var(--red-glow);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.auditor-bullet svg{width:14px;height:14px;color:var(--red)}.auditor-benefit h4,.stories-left h3{font-size:.95rem;font-weight:600;color:var(--black);margin-bottom:3px}.auditor-benefit p,.stories-left p{font-size:.86rem;color:var(--section-text);line-height:1.55}.auditor-content .btn-red{display:flex;justify-content:center;width:100%}.auditor-stats{display:grid;grid-template-columns:1fr 1fr;gap:18px}.stories-banner{background:var(--off-white);padding:60px 0;border-top:1px solid var(--gray-100)}.stories-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.stories-left{max-width:600px}.stories-left h3{font-family:var(--font-display);font-size:1.5rem;font-weight:700;margin-bottom:8px}.stories-left p{font-size:1rem;line-height:1.6}.stories-links{display:flex;gap:14px;flex-wrap:wrap}.stories-link{display:inline-flex;align-items:center;gap:6px;font-size:.88rem;font-weight:600;color:var(--red);padding:10px 20px;border:1px solid var(--gray-200);border-radius:6px;transition:all .25s}.stories-link:hover{border-color:var(--red);background:var(--red-glow)}.hero-eyebrow svg,.stories-link svg{width:16px;height:16px}:focus-visible{outline:2px solid var(--red);outline-offset:2px;border-radius:4px}.btn-ghost:focus-visible,.btn-red:focus-visible,.cta-phone:focus-visible{outline-offset:3px}.svc-card:focus-within{border-color:var(--red);box-shadow:0 0 0 2px rgba(205,0,26,.15)}.fade-up{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease;animation:fade-up-fallback .5s ease 1.5s forwards}.fade-up.visible{opacity:1;transform:translateY(0);animation:none}.hero{background:var(--black-rich);color:var(--white);position:relative;overflow:hidden;min-height:max(600px,calc(100svh - 34px - 70px));display:flex;align-items:center;padding:clamp(16px,1.5vh,20px)0 clamp(20px,3vh,40px);box-sizing:border-box}.hero .container{position:relative;z-index:2;width:100%}.hero-grid{display:flex;flex-direction:column}.hero-left{margin-top:0;text-align:left}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03);padding:6px 16px 6px 12px;border-radius:4px;font-size:clamp(.75rem,.6rem + .4vw,.9rem);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#C9A961;margin-bottom:clamp(12px,2vh,24px);position:relative;overflow:hidden}.hero-eyebrow::after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(201,169,97,.25),transparent);animation:eyebrowShimmer 2s ease 1.2s 1 forwards}.hero h1,.hero-sub{margin-bottom:clamp(16px,2.5vh,32px)}.hero h1{font-family:var(--font-display);font-size:clamp(2.2rem,1.2rem + 5vw,5rem);font-weight:700;line-height:1.05;letter-spacing:-.03em;text-align:left;opacity:1}.hero h1 .red{color:var(--white);background:linear-gradient(to top,var(--red) 50%,transparent 50%);padding:0 4px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.hero-sub{font-size:clamp(1.05rem,.85rem + .6vw,1.3rem);font-weight:600;line-height:1.45;color:rgba(255,255,255,.85);max-width:580px;letter-spacing:-.01em}.hero-services{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:clamp(20px,3vh,40px)}.hero-tag{font-size:clamp(.72rem,.6rem + .3vw,.84rem);font-weight:500;color:rgba(255,255,255,.55);background:0 0;border:1px solid rgba(255,255,255,.12);padding:6px 12px;border-radius:4px;letter-spacing:.02em;text-transform:uppercase;transition:all .25s}.hero-tag:hover{border-color:rgba(201,169,97,.4);color:rgba(201,169,97,.8)}.hero-ctas,.scroll-hint{display:flex;align-items:center}.hero-ctas{gap:14px;flex-wrap:wrap}.scroll-hint{position:absolute;bottom:clamp(12px,2vh,32px);left:50%;transform:translateX(-50%);z-index:3;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.15);justify-content:center;color:rgba(255,255,255,.4);transition:all .3s;opacity:0;animation:heroFadeUp .7s cubic-bezier(.16,1,.3,1) 1.3s forwards}.scroll-hint svg{animation:scrollBounce 2s ease-in-out infinite}.scroll-hint:hover{border-color:rgba(255,255,255,.35);color:rgba(255,255,255,.7)}.hero-ctas,.hero-eyebrow,.hero-right,.hero-services,.hero-sub{opacity:0;animation:heroFadeUp .7s cubic-bezier(.16,1,.3,1) forwards}.hero-eyebrow{animation-delay:.1s}.hero h1 .h1-word{display:inline-block;overflow:hidden;vertical-align:bottom}.hero h1 .h1-word>span{display:inline-block;opacity:0;transform:translateY(100%);animation:heroWordReveal .6s cubic-bezier(.16,1,.3,1) forwards}.hero h1 .h1-word:nth-child(1)>span{animation-delay:.2s}.hero h1 .h1-word:nth-child(2)>span{animation-delay:.28s}.hero h1 .h1-word:nth-child(3)>span{animation-delay:.36s}.hero h1 .h1-word:nth-child(4)>span{animation-delay:.44s}.hero h1 .h1-word:nth-child(5)>span{animation-delay:.52s}.hero h1 .h1-word:nth-child(6)>span{animation-delay:.6s}.hero h1 .h1-word:nth-child(7)>span{animation-delay:.68s}.hero-sub{animation-delay:.55s}.hero-services{animation-delay:.7s}.hero-ctas{animation-delay:.85s}.hero-right{animation-delay:1s;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-top:clamp(16px,3vh,40px)}.h-card{background:rgba(255,255,255,.03);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-left:2px solid rgba(255,255,255,.18);border-radius:8px;padding:16px 18px;display:flex;align-items:flex-start;gap:14px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.h-card::before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;border-radius:8px;background:linear-gradient(135deg,rgba(201,169,97,.5),transparent 40%,transparent 60%,rgba(201,169,97,.3));opacity:0;transition:opacity .4s;z-index:-1}.h-card:hover::before,.h-card:focus-visible::before{opacity:1}.h-card:hover,.h-card:focus-visible{border-color:rgba(255,255,255,.1);background:rgba(255,255,255,.03);transform:translateY(-2px);box-shadow:0 12px 32px rgba(0,0,0,.28),0 0 0 1px rgba(201,169,97,.15);border-left-color:rgba(201,169,97,.85)}.h-card:focus-visible{outline:2px solid rgba(201,169,97,.6);outline-offset:2px}.h-card-icon{width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.h-card-icon.ic-gold{background:rgba(201,169,97,.12)}.svc-card-icon.ic-gold{background:rgba(201,169,97,.1)}.svc-card-icon.ic-gold svg{color:#C9A961}.svc-card-icon.ic-teal{background:rgba(14,154,167,.1)}.svc-card-icon.ic-teal svg{color:#0e9aa7}.svc-card-icon.ic-purple{background:rgba(124,58,237,.1)}.svc-card-icon.ic-purple svg{color:#7c3aed}.svc-card-icon.ic-orange{background:rgba(230,126,34,.1)}.svc-card-icon.ic-orange svg{color:#e67e22}.svc-card-icon.ic-navy{background:rgba(37,99,235,.1)}.svc-card-icon.ic-navy svg{color:#2563eb}.svc-card-icon.ic-rose{background:rgba(219,39,119,.1)}.svc-card-icon.ic-rose svg{color:#db2777}.svc-card-icon.ic-indigo{background:rgba(99,102,241,.1)}.svc-card-icon.ic-indigo svg{color:#6366f1}.svc-card-icon.ic-slate{background:rgba(79,109,122,.1)}.svc-card-icon.ic-slate svg{color:#4f6d7a}.svc-card-icon.ic-emerald{background:rgba(5,150,105,.1)}.svc-card-icon.ic-emerald svg{color:#059669}.svc-card-icon.ic-dark{background:rgba(33,33,33,.08)}.svc-card-icon.ic-dark svg{color:var(--black-rich)}.ic-outline{background:0 0!important;border:2px solid rgba(33,33,33,.2)}.ic-outline svg{color:var(--red);fill:none;stroke:currentColor;stroke-width:2}.city-card-icon.ic-gold{background:rgba(201,169,97,.1)}.city-card-icon.ic-gold svg{color:#C9A961}.city-card-icon.ic-teal{background:rgba(14,154,167,.1)}.city-card-icon.ic-teal svg{color:#0e9aa7}.city-card-icon.ic-purple{background:rgba(124,58,237,.1)}.city-card-icon.ic-purple svg{color:#7c3aed}.city-card-icon.ic-orange{background:rgba(230,126,34,.1)}.city-card-icon.ic-orange svg{color:#e67e22}.city-card-icon.ic-navy{background:rgba(37,99,235,.1)}.city-card-icon.ic-navy svg{color:#2563eb}.city-card-icon.ic-emerald{background:rgba(5,150,105,.1)}.city-card-icon.ic-emerald svg{color:#059669}.city-card-icon.ic-indigo{background:rgba(99,102,241,.1)}.city-card-icon.ic-indigo svg{color:#6366f1}.city-card-icon.ic-rose{background:rgba(219,39,119,.1)}.city-card-icon.ic-rose svg{color:#db2777}.city-card-icon.ic-slate{background:rgba(79,109,122,.1)}.city-card-icon.ic-slate svg{color:#4f6d7a}.h-card-icon svg{width:22px;height:22px}.h-card h3{font-size:1rem;font-weight:600;margin-bottom:4px;letter-spacing:-.01em;color:var(--white);line-height:1.3;display:flex;align-items:flex-start;gap:8px}.h-card p,.h-card-text p{font-size:.82rem;font-weight:400;color:rgba(255,255,255,.72);line-height:1.55}.h-card-text{flex:1}.h-card h3,.h-card-text h3,.page-hero h1{font-family:var(--font-display)}.h-card-text h3{font-size:1rem;font-weight:600;margin-bottom:3px;letter-spacing:-.01em;color:var(--white)}.h-card-arrow{flex-shrink:0;color:rgba(255,255,255,.3);transition:color .2s,transform .2s}.h-card-arrow svg{width:18px;height:18px}.h-card:hover .h-card-arrow{color:var(--red);transform:translateX(3px)}.h-card-inline-icon{flex-shrink:0;width:1em;height:1em;color:#C9A961;display:inline-flex;align-items:center;justify-content:center;margin-top:.1em}.h-card-inline-icon svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.hero-right{animation:none!important;opacity:1!important;transform:none!important}.page-hero{background:var(--black-rich);color:var(--white);padding:80px 0 90px;position:relative;overflow:hidden}.page-hero .container{position:relative;z-index:2;text-align:center;max-width:820px}.page-hero .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03);padding:6px 16px 6px 12px;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#C9A961;margin-bottom:24px}.faq-answer .faq-cta a svg,.page-hero .hero-eyebrow svg{width:16px;height:16px}.page-hero h1{font-size:clamp(1.8rem,1rem + 4vw,3.2rem);font-weight:700;line-height:1.08;margin-bottom:28px;letter-spacing:-.02em}.page-hero h1 .red{color:var(--white);background:linear-gradient(to top,var(--red) 50%,transparent 50%);padding:0 4px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.page-hero-sub{font-size:clamp(.95rem,.85rem + .4vw,1.1rem);font-weight:400;line-height:1.7;color:rgba(255,255,255,.75);margin-bottom:28px}.page-hero-ctas{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}@media (prefers-reduced-motion:reduce){.hero h1,.hero h1 .h1-word>span,.hero-ctas,.hero-eyebrow,.hero-right,.hero-services,.hero-sub,.scroll-hint{animation:none;opacity:1;transform:none}.hero-eyebrow::after{animation:none;display:none}.h-card:hover::before,.h-card:focus-visible::before{animation:none}}@media (max-width:768px){.hero{padding:clamp(16px,2vh,30px)0;min-height:max(500px,calc(100svh - 34px - 66px))}.hero-right{grid-template-columns:1fr;max-width:100%}.hero h1,.hero-left{text-align:center}.hero-eyebrow,.hero-sub{margin-left:auto;margin-right:auto}.hero-sub br{display:none}.hero-ctas,.hero-services{justify-content:center}.page-hero{padding:50px 0 60px}}@media (max-width:1024px){.opinion-inner{flex-direction:column;text-align:center}.opinion-left{flex-direction:column;align-items:center}.process-grid{grid-template-columns:1fr 1fr}.auditor-grid{grid-template-columns:1fr;gap:40px}.stories-inner{flex-direction:column;text-align:center}.stories-links{justify-content:center}}@media (max-width:768px){section{padding:60px 0}.process-grid{grid-template-columns:1fr}}@media (max-width:480px){section{padding:48px 0}.container{padding:0 16px}.auditor-stats{grid-template-columns:1fr}}@media (max-width:320px){section{padding:36px 0}.container{padding:0 12px}.section-title{font-size:1.8rem}.btn-ghost,.btn-red{padding:12px 20px;font-size:.88rem}}.deliverables,.faq-section,.features-section,.ind-services,.ind-why,.loc-why,.philosophy-section,.process-section,.seo-section,.services-section .svc-card,.stories-banner,.sustainability-section,.terms-section,.testimonials-section,.why-section{--section-text:var(--text);color:var(--text)}section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) p{font-size:1.05rem;line-height:1.75;margin-bottom:20px}section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) .deliverable-card p,section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) .feature-card p,section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) .ind-card p,section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) .payment-card p,section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) .philosophy-card p,section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) .process-card p,section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) .svc-card p,section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) .svc-ov-item-desc,section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) .svc-ov-panel-count,section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) .why-card p{font-size:.95rem;line-height:1.7}section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) .section-desc{font-size:1.1rem;line-height:1.7}section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) h3{font-family:var(--font-body);font-size:1.25rem;font-weight:600;line-height:1.35;margin-bottom:12px}section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) .svc-card h3{font-family:var(--font-display);font-size:1.25rem;font-weight:600}section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) .deliverable-card h4,section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) .process-card h3,section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) .section-title{font-family:var(--font-display)}section:not(.page-hero):not(.hero) .deliverable-card h4{font-size:1.15rem;font-weight:700;line-height:1.3;margin-bottom:12px}section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) h4{font-family:var(--font-body);font-size:1.05rem;font-weight:600;line-height:1.4;margin-bottom:10px}section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) ol li,section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) ul li{font-size:1rem;line-height:1.7}section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) .deliverable-card ul li,section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) .svc-card .svc-bullets li{font-size:.95rem;line-height:1.65}section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) .lead,section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) .panel-intro{font-size:1.1rem;line-height:1.75}section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) .card-link,section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) .contact-cta,section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) .svc-link{font-size:.95rem}@media (max-width:768px){section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) p{font-size:1rem;line-height:1.7}section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) .section-desc{font-size:1.02rem}section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) h3{font-size:1.15rem}section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) h4{font-size:1rem}section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) ol li,section:not(.page-hero):not(.hero):not(.seo-section):not(.auditor-section):not(.why-section):not(.loc-why):not(.ind-why):not(.service-content) ul li{font-size:.95rem}}.faq-section{background:var(--white);padding-top:48px}.faq-section .section-header{margin-bottom:16px}.faq-intro{font-size:.95rem;color:var(--section-text);line-height:1.7;margin-bottom:40px}.faq-intro a{color:var(--red);font-weight:600}.faq-intro a:hover{text-decoration:underline}.faq-intro,.faq-list{max-width:820px}.faq-category{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--black);margin:48px 0 18px;padding-left:14px;border-left:3px solid var(--red)}.faq-category:first-child{margin-top:0}.faq-item{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:8px;margin-bottom:10px;overflow:hidden;transition:all .2s}.faq-item:hover{border-color:var(--gray-200)}.faq-toggle{display:none}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 24px;font-size:.95rem;font-weight:600;color:var(--black);cursor:pointer;user-select:none}.faq-question svg{width:20px;height:20px;flex-shrink:0;color:var(--red);transition:transform .2s}.faq-toggle:checked~.faq-question svg{transform:rotate(45deg)}.faq-toggle:checked~.faq-question{color:var(--black)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-toggle:checked~.faq-answer{max-height:600px}section.faq-section .faq-answer p{padding:0 24px 16px;font-size:.92rem!important;color:var(--section-text)!important;line-height:1.75!important;margin-bottom:0!important}.faq-answer ul{list-style:none;padding:0 24px 16px;margin:0}.faq-answer ul li{font-size:.92rem;color:var(--section-text);padding:4px 0 4px 20px;position:relative;line-height:1.7}.faq-answer ul li::before{content:"";position:absolute;left:0;top:12px;width:6px;height:6px;border-radius:50%;background:var(--red)}.faq-answer .faq-cta{padding:0 24px 18px}.faq-answer .faq-cta a{display:inline-flex;align-items:center;gap:6px;font-size:.88rem;font-weight:600;color:var(--red)}