@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,900;1,400;1,700&family=DM+Sans:wght@300;400;500;600&family=DM+Serif+Display:ital@0;1&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0D1F3C;--navy-mid: #132848;--navy-light: #1A3560;--gold: #C8963C;--gold-light: #DBA84E;--gold-pale: #FBF4E8;--cream: #F2F5FA;--white: #FFFFFF;--text: #0D1F3C;--text-muted: #4A5B78;--border: rgba(13,31,60,.12)}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:DM Sans,sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden}.hec-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 3.5rem;background:transparent;transition:background .4s,box-shadow .4s,padding .4s}.hec-nav.scrolled{background:#f2f5faf7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--border);padding:.85rem 3.5rem}.nav-logo{display:flex;align-items:center;text-decoration:none}.nav-hec{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:900;letter-spacing:.08em;color:#fffffff2;transition:color .4s}.hec-nav.scrolled .nav-hec{color:var(--navy)}.nav-links{display:flex;gap:2.5rem;list-style:none;align-items:center}.nav-links a{text-decoration:none;font-size:.875rem;font-weight:500;letter-spacing:.02em;color:#ffffffd9;transition:color .3s}.hec-nav.scrolled .nav-links a{color:var(--text-muted)}.nav-links a:hover,.hec-nav.scrolled .nav-links a:hover{color:var(--gold)}.nav-cta{background:var(--gold)!important;color:var(--white)!important;padding:.55rem 1.4rem!important;border-radius:2rem!important;font-weight:600!important;font-size:.8rem!important;letter-spacing:.04em;transition:background .3s,transform .2s!important}.nav-cta:hover{background:var(--gold-light)!important;transform:translateY(-1px)}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.4rem}.hamburger span{display:block;width:24px;height:2px;background:#ffffffe6;border-radius:2px;transition:background .3s}.hec-nav.scrolled .hamburger span{background:var(--text)}.mobile-menu{position:fixed;top:72px;left:0;right:0;background:var(--white);box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;padding:1.5rem 2rem;gap:1.2rem;z-index:99}.mobile-menu a{color:var(--text-muted);text-decoration:none;font-size:1rem;font-weight:500;transition:color .2s}.mobile-menu a:hover{color:var(--gold)}.mobile-cta{background:var(--gold);color:var(--white)!important;padding:.75rem 1.5rem;border-radius:2rem;font-weight:600;text-align:center}.hero{position:relative;min-height:100vh;background:var(--navy);overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:0 3.5rem 7rem}.hero-bg-pattern{position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse 80% 60% at 75% 20%,rgba(200,150,60,.18) 0%,transparent 60%),radial-gradient(ellipse 50% 70% at 10% 80%,rgba(200,150,60,.09) 0%,transparent 55%)}.hex-grid{position:absolute;inset:0;z-index:0;opacity:.07;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='115' viewBox='0 0 100 115'%3E%3Cpolygon points='50,5 95,27.5 95,72.5 50,95 5,72.5 5,27.5' fill='none' stroke='%23C8963C' stroke-width='1.5'/%3E%3C/svg%3E");background-size:80px 92px}.hero-hex-deco{position:absolute;right:-6%;top:50%;transform:translateY(-50%);width:54vw;max-width:720px;opacity:.07;z-index:1;animation:floatHex 8s ease-in-out infinite}.hero-content{position:relative;z-index:2;max-width:900px}.hero-eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:2rem;opacity:0;animation:fadeUp .7s .2s forwards}.hero-eyebrow:before{content:"";display:block;width:32px;height:1.5px;background:var(--gold)}.hero-title{font-family:Playfair Display,serif;font-size:clamp(3rem,6.5vw,5.8rem);font-weight:900;line-height:1.04;color:var(--white);margin-bottom:2rem;opacity:0;animation:fadeUp .8s .35s forwards}.hero-title em{font-style:italic;color:var(--gold)}.hero-sub{font-size:1.1rem;font-weight:300;line-height:1.75;color:#ffffffb8;max-width:560px;margin-bottom:3rem;opacity:0;animation:fadeUp .8s .5s forwards}.hero-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;opacity:0;animation:fadeUp .8s .65s forwards}.hero-scroll-line{position:absolute;bottom:0;left:3.5rem;width:1px;height:5rem;background:linear-gradient(to bottom,#fff0,#ffffff4d);animation:pulseHeight 2s 1.5s ease-in-out infinite}.btn-primary{display:inline-block;padding:.95rem 2.2rem;background:var(--gold);color:var(--white);font-size:.9rem;font-weight:600;letter-spacing:.04em;border-radius:3rem;text-decoration:none;transition:transform .25s,box-shadow .25s;box-shadow:0 8px 32px #c8963c66}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 14px 40px #c8963c80}.btn-ghost{display:inline-flex;align-items:center;gap:.5rem;padding:.95rem 1.8rem;border:1.5px solid rgba(255,255,255,.3);color:var(--white);font-size:.9rem;font-weight:500;border-radius:3rem;text-decoration:none;transition:border-color .25s,gap .25s,color .25s}.btn-ghost:hover{border-color:var(--gold);color:var(--gold);gap:.9rem}.btn-white{background:var(--white);color:var(--navy);padding:.95rem 2.4rem;border-radius:3rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .25s,box-shadow .25s;box-shadow:0 6px 28px #00000040}.btn-white:hover{transform:translateY(-3px);box-shadow:0 14px 42px #0000004d;background:var(--gold-pale)}.btn-outline-white{border:1.5px solid rgba(255,255,255,.4);color:var(--white);padding:.95rem 2rem;border-radius:3rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:border-color .25s,color .25s}.btn-outline-white:hover{border-color:var(--gold);color:var(--gold)}.alert-banner{background:var(--gold);color:var(--white);padding:.9rem 3.5rem;display:flex;align-items:center;justify-content:center;gap:1.2rem;flex-wrap:wrap;font-size:.82rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.alert-banner a{color:var(--white);text-decoration:underline;text-underline-offset:3px}.alert-pulse{width:8px;height:8px;border-radius:50%;background:var(--white);flex-shrink:0;animation:pulse 1.4s infinite}section{position:relative}.section-label{font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;gap:.7rem;margin-bottom:1.2rem}.section-label:after{content:"";flex:0 0 40px;height:1.5px;background:var(--gold)}.intro{padding:8rem 3.5rem;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.intro-left h2{font-family:Playfair Display,serif;font-size:clamp(2.2rem,3.5vw,3.2rem);font-weight:700;line-height:1.12;color:var(--navy);margin-bottom:1.8rem}.intro-left h2 em{font-style:italic;color:var(--gold)}.intro-left p{font-size:1rem;line-height:1.8;color:var(--text-muted);margin-bottom:1.3rem}.intro-right{position:relative}.intro-quote-card{background:var(--navy);border-radius:1.5rem;padding:3rem;color:var(--white);position:relative;overflow:hidden}.intro-quote-card:before{content:"“";position:absolute;top:-1rem;left:1.5rem;font-family:Playfair Display,serif;font-size:10rem;color:var(--gold);opacity:.2;line-height:1}.intro-hex-icon{position:absolute;top:-2rem;right:-2rem;width:8rem;opacity:.08}.quote-header{display:flex;align-items:center;gap:1.2rem;margin-bottom:2rem;position:relative;z-index:1}.quote-avatar-photo{width:68px;height:68px;border-radius:50%;border:2.5px solid var(--gold);flex-shrink:0;overflow:hidden}.rachel-photo{width:100%;height:100%;object-fit:cover;object-position:center 20%}.quote-name{font-family:Playfair Display,serif;font-size:1.05rem;font-weight:700;color:var(--white)}.quote-role{font-size:.8rem;color:var(--gold);font-weight:500;margin-top:.2rem}.intro-quote-card blockquote{font-family:"DM Serif Display",serif;font-size:1.2rem;line-height:1.65;margin-bottom:1.5rem;position:relative;z-index:1;color:#ffffffeb}.quote-badges{position:relative;z-index:1;display:flex;gap:.8rem;flex-wrap:wrap}.q-badge{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:2rem;padding:.3rem .9rem;font-size:.72rem;font-weight:600;letter-spacing:.08em;color:#fffc;text-transform:uppercase}.services{background:var(--white);padding:8rem 3.5rem}.services-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem;gap:2rem;flex-wrap:wrap}.services-header h2{font-family:Playfair Display,serif;font-size:clamp(2rem,3vw,3rem);font-weight:700;color:var(--navy);max-width:480px;line-height:1.15}.services-header p{font-size:.95rem;color:var(--text-muted);max-width:320px;line-height:1.7}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:var(--border);border:1.5px solid var(--border)}.service-card{background:var(--white);padding:3rem 2.5rem;position:relative;overflow:hidden;transition:background .35s}.service-card:after{content:"";position:absolute;inset:0;background:var(--navy);transform:translateY(101%);transition:transform .5s cubic-bezier(.22,1,.36,1);z-index:0}.service-card:hover:after{transform:translateY(0)}.service-card>*{position:relative;z-index:1}.service-card:hover .sc-num,.service-card:hover .sc-title,.service-card:hover .sc-desc,.service-card:hover .sc-link{color:var(--white)}.service-card:hover .sc-icon{background:#ffffff1a}.sc-num{font-family:Playfair Display,serif;font-size:.8rem;font-weight:700;color:var(--gold);letter-spacing:.1em;margin-bottom:1.5rem;transition:color .3s}.sc-icon{width:3.2rem;height:3.2rem;border-radius:.75rem;background:var(--gold-pale);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:background .3s}.sc-icon svg{width:1.4rem;height:1.4rem;stroke:var(--gold);fill:none;stroke-width:1.8}.service-card:hover .sc-icon svg{stroke:var(--gold-light)}.sc-title{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:var(--navy);margin-bottom:.9rem;line-height:1.25;transition:color .3s}.sc-desc{font-size:.88rem;line-height:1.75;color:var(--text-muted);margin-bottom:1.8rem;transition:color .3s}.sc-link{font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gold);text-decoration:none;display:flex;align-items:center;gap:.4rem;transition:gap .25s,color .3s}.sc-link:hover{gap:.8rem}.era-banner{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);padding:6rem 3.5rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;overflow:hidden;position:relative}.era-banner:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='115' viewBox='0 0 100 115'%3E%3Cpolygon points='50,5 95,27.5 95,72.5 50,95 5,72.5 5,27.5' fill='none' stroke='%23C8963C' stroke-width='1'/%3E%3C/svg%3E") center/80px 92px;opacity:.05}.era-left{position:relative;z-index:1}.era-tag{display:inline-block;background:var(--gold);color:var(--white);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.35rem .9rem;border-radius:2rem;margin-bottom:1.5rem}.era-banner h2{font-family:Playfair Display,serif;font-size:clamp(1.8rem,2.8vw,2.6rem);font-weight:700;color:var(--white);line-height:1.15;margin-bottom:1.5rem}.era-banner p{color:#ffffffb8;line-height:1.75;font-size:.95rem;margin-bottom:1.8rem}.era-checklist{list-style:none;display:flex;flex-direction:column;gap:.7rem}.era-checklist li{display:flex;align-items:flex-start;gap:.8rem;font-size:.9rem;color:#ffffffd9}.era-checklist li:before{content:"✓";display:flex;flex-shrink:0;width:1.4rem;height:1.4rem;border-radius:50%;background:var(--gold);color:var(--white);font-size:.7rem;font-weight:700;align-items:center;justify-content:center;margin-top:.15rem}.era-right{position:relative;z-index:1;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:1.5rem;padding:3rem}.era-right h3{font-family:Playfair Display,serif;font-size:1.35rem;color:var(--white);margin-bottom:2rem}.era-timeline{display:flex;flex-direction:column;gap:1.2rem}.era-event{display:grid;grid-template-columns:6.5rem 1fr;gap:1rem;align-items:flex-start}.era-date{font-size:.75rem;font-weight:700;color:var(--gold);letter-spacing:.06em;padding-top:.15rem}.era-desc{font-size:.87rem;color:#fffc;line-height:1.5}.era-divider{height:1px;background:#ffffff1a;margin:.4rem 0}.why{padding:8rem 3.5rem;background:var(--cream)}.why-header{text-align:center;margin-bottom:4rem}.why-header h2{font-family:Playfair Display,serif;font-size:clamp(2.2rem,3vw,3rem);font-weight:700;color:var(--navy);margin-bottom:1rem}.why-header p{color:var(--text-muted);font-size:1rem;max-width:500px;margin:0 auto;line-height:1.7}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.why-card{text-align:center;padding:2.5rem 1.5rem;border:1.5px solid var(--border);border-radius:1.25rem;background:var(--white);transition:transform .3s,box-shadow .3s,border-color .3s}.why-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px #0d1f3c1a;border-color:var(--gold)}.why-icon{width:3.8rem;height:3.8rem;border-radius:1rem;background:linear-gradient(135deg,var(--gold-pale),#ffe8cc);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.why-icon svg{width:1.6rem;height:1.6rem;stroke:var(--gold);fill:none;stroke-width:1.8}.why-card h3{font-family:Playfair Display,serif;font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:.7rem}.why-card p{font-size:.85rem;line-height:1.7;color:var(--text-muted)}.process{background:var(--white);padding:8rem 3.5rem}.process-inner{display:grid;grid-template-columns:1fr 2fr;gap:6rem;align-items:start}.process-left h2{font-family:Playfair Display,serif;font-size:clamp(2rem,2.8vw,2.8rem);font-weight:700;color:var(--navy);line-height:1.15;margin-bottom:1.5rem}.process-left p{font-size:.95rem;color:var(--text-muted);line-height:1.75;margin-bottom:2rem}.process-steps{display:flex;flex-direction:column}.process-step{display:grid;grid-template-columns:4rem 1fr;gap:1.5rem;padding:2rem 0;border-bottom:1px solid var(--border)}.process-step:last-child{border-bottom:none}.step-num{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:900;color:var(--border);line-height:1;letter-spacing:-.03em;transition:color .3s}.process-step:hover .step-num{color:var(--gold)}.step-body h3{font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:.5rem;padding-top:.4rem}.step-body p{font-size:.87rem;color:var(--text-muted);line-height:1.7}.testimonials{background:var(--gold-pale);padding:8rem 3.5rem}.testi-header{text-align:center;margin-bottom:4rem}.testi-header h2{font-family:Playfair Display,serif;font-size:clamp(2rem,3vw,3rem);font-weight:700;color:var(--navy);margin-bottom:.8rem}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testi-card{background:var(--white);border-radius:1.25rem;padding:2.5rem;position:relative;overflow:hidden;transition:transform .3s,box-shadow .3s}.testi-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #0d1f3c1a}.testi-stars{color:var(--gold);font-size:1rem;margin-bottom:1.2rem;letter-spacing:.1em}.testi-text{font-family:"DM Serif Display",serif;font-size:1rem;line-height:1.65;color:var(--text);margin-bottom:1.8rem}.testi-author{display:flex;align-items:center;gap:.9rem}.testi-avatar{width:2.8rem;height:2.8rem;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:var(--white);flex-shrink:0}.testi-name{font-weight:600;font-size:.9rem;color:var(--navy)}.testi-role{font-size:.78rem;color:var(--text-muted)}.sectors{padding:7rem 3.5rem;background:var(--cream)}.sectors-header{text-align:center;margin-bottom:3rem}.sectors-header h2{font-family:Playfair Display,serif;font-size:clamp(1.8rem,2.5vw,2.6rem);font-weight:700;color:var(--navy)}.sectors-scroll{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.sector-pill{padding:.7rem 1.6rem;border:1.5px solid var(--border);border-radius:3rem;font-size:.87rem;font-weight:500;color:var(--text-muted);background:var(--white);transition:all .25s;cursor:default}.sector-pill:hover{background:var(--navy);color:var(--white);border-color:var(--navy)}.cta-section{background:var(--navy);padding:9rem 3.5rem;text-align:center;position:relative;overflow:hidden}.cta-hex-bg{position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 50% 50%,rgba(200,150,60,.18) 0%,transparent 70%)}.cta-section>*{position:relative;z-index:1}.cta-section h2{font-family:Playfair Display,serif;font-size:clamp(2.4rem,4.5vw,4.2rem);font-weight:900;color:var(--white);line-height:1.08;margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.cta-section h2 em{font-style:italic;color:var(--gold)}.cta-section p{color:#ffffffa6;font-size:1.05rem;margin-bottom:3rem;max-width:480px;margin-left:auto;margin-right:auto}.cta-actions{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}footer{background:#060f1f;color:#ffffff8c;padding:5rem 3.5rem 2.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem}.footer-brand p{font-size:.87rem;line-height:1.75;margin-top:1.2rem;max-width:280px}.footer-logo-img{height:56px;width:auto;filter:brightness(0) invert(1);display:block}.footer-col h4{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.7rem}.footer-col a{color:#ffffff80;text-decoration:none;font-size:.87rem;transition:color .25s}.footer-col a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.footer-bottom p{font-size:.78rem}.footer-badges{display:flex;gap:.7rem}.badge{font-size:.7rem;font-weight:600;letter-spacing:.06em;padding:.3rem .8rem;border:1px solid rgba(255,255,255,.15);border-radius:2rem;color:#fff6}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.reveal.visible{opacity:1;transform:none}.reveal-d1{transition-delay:.1s}.reveal-d2{transition-delay:.2s}.reveal-d3{transition-delay:.3s}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}}@keyframes pulseHeight{0%,to{transform:scaleY(1);opacity:.4}50%{transform:scaleY(1.4);opacity:.8}}@keyframes floatHex{0%,to{transform:translateY(-50%) rotate(0)}50%{transform:translateY(-53%) rotate(3deg)}}@media(max-width:1024px){.why-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.intro{gap:4rem}}@media(max-width:768px){.hec-nav{padding:1rem 1.5rem}.nav-links{display:none}.hamburger{display:flex}.hero{padding:0 1.5rem 5rem}.hero-title{font-size:clamp(2.6rem,8vw,3.6rem)}.stats-row{grid-template-columns:1fr 1fr}.intro{grid-template-columns:1fr;padding:5rem 1.5rem;gap:3rem}.services{padding:5rem 1.5rem}.services-header{flex-direction:column;align-items:flex-start}.services-grid{grid-template-columns:1fr}.era-banner{grid-template-columns:1fr;padding:4rem 1.5rem;gap:3rem}.why{padding:5rem 1.5rem}.why-grid{grid-template-columns:1fr 1fr}.process{padding:5rem 1.5rem}.process-inner{grid-template-columns:1fr;gap:3rem}.testimonials{padding:5rem 1.5rem}.testi-grid{grid-template-columns:1fr}.sectors{padding:5rem 1.5rem}.cta-section{padding:6rem 1.5rem}footer{padding:3rem 1.5rem 2rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.alert-banner{padding:.9rem 1.5rem;font-size:.78rem}}@media(max-width:480px){.why-grid{grid-template-columns:1fr}.stats-row{grid-template-columns:1fr 1fr}.hero-actions{flex-direction:column;align-items:flex-start}}
