@keyframes rvUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes rvClip{0%{clip-path:inset(100% 0 0 0)}to{clip-path:inset(0 0 0 0)}}html.reveal-ready .rv{opacity:0;transform:translateY(24px)}html.reveal-ready .rv.is-visible{opacity:1;transform:none;animation:rvUp .8s cubic-bezier(.22,1,.36,1) both}html.reveal-ready .rv-mask{clip-path:inset(100% 0 0 0)}html.reveal-ready .rv-mask.is-visible{clip-path:inset(0 0 0 0);animation:rvClip 1s cubic-bezier(.22,1,.36,1) both}html.reveal-ready astro-island .rv{animation:rvUp .8s cubic-bezier(.22,1,.36,1) both}html.reveal-ready astro-island .rv-mask{animation:rvClip 1s cubic-bezier(.22,1,.36,1) both}@media(prefers-reduced-motion:reduce){html.reveal-ready .rv,html.reveal-ready .rv-mask{opacity:1;transform:none;clip-path:none;animation:none}}.hr-hero{display:flex;flex-direction:column;justify-content:center;padding:clamp(96px,12vh,150px) clamp(24px,4vw,56px) clamp(60px,9vh,120px) clamp(24px,8vw,150px)}@media(max-width:760px){.hr-hero{padding:104px 24px 60px}}@media(max-height:720px){.hr-hero{justify-content:flex-start}}.hr-cta-card{box-shadow:0 30px 60px -22px #1b2a4a8c;transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s ease}.hr-cta-card:hover{transform:translateY(-6px);box-shadow:0 44px 82px -24px #1b2a4a9e}.hr-cta-btn{position:relative;overflow:hidden;transition:transform .2s ease}.hr-cta-btn:hover{transform:translateY(-1px)}.hr-cta-btn .cta-arrow{transition:transform .25s ease}.hr-cta-btn:hover .cta-arrow{transform:translate(5px)}.hr-cta-btn:after{content:"";position:absolute;top:0;left:-130%;width:55%;height:100%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.5),transparent);transform:skew(-18deg);transition:left .65s ease;pointer-events:none}.hr-cta-btn:hover:after{left:140%}.hr-hero-cta{width:fit-content}.hr-hero-cta a{background:var(--gold);color:#fff;border:1px solid var(--gold);box-shadow:0 8px 22px -10px #c3985373;transition:background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease}.hr-hero-cta a:hover,.hr-hero-cta a:focus-visible{background:#c39853;border-color:#c39853;color:#fff}.hr-hero-cta a.hr-cta-ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.7);box-shadow:none}.hr-hero-cta a.hr-cta-ghost:hover,.hr-hero-cta a.hr-cta-ghost:focus-visible{background:#fff;color:var(--navy);border-color:#fff}.hr-decline-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.hr-problem-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.hr-decline-card{position:relative;background:#fff;border-radius:0;overflow:hidden;border:1px solid rgba(27,42,74,.07);box-shadow:0 18px 44px -28px #1b2a4a66;transition:box-shadow .3s ease}.hr-decline-card:hover{box-shadow:0 26px 52px -28px #1b2a4a80}.hr-decline-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gold);z-index:3;transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.22,1,.36,1)}.hr-decline-card:hover:before{transform:scaleX(1)}.hr-decline-photo{position:relative;height:220px;overflow:hidden}.hr-decline-photo img{width:100%;height:100%;object-fit:cover;display:block}.hr-decline-photo:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(to bottom,transparent 42%,rgba(27,42,74,.6) 100%)}.hr-decline-body{position:relative;padding:28px 32px 36px}.hr-decline-num{display:block;font-family:var(--serif);font-weight:700;font-size:3.5rem;line-height:.85;color:#c3985340;margin:-22px 0 12px}.hr-decline-title{font-family:var(--serif);font-weight:700;font-size:1.3rem;color:var(--navy);margin:0 0 12px;letter-spacing:-.01em}.hr-decline-desc{font-family:var(--sans);font-size:.92rem;color:var(--grey);line-height:1.65;margin:0}@media(max-width:860px){.hr-decline-grid{grid-template-columns:1fr;gap:22px}}@media(max-width:760px){.hr-problem-cards{grid-template-columns:1fr;gap:22px}}.hr-story-card{transition:transform .2s ease,box-shadow .2s ease}.hr-story-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px -28px #1b2a4a80}@media(max-width:760px){.hr-story-grid{grid-template-columns:1fr!important}}@media(max-width:900px){.hr-hero-row{flex-direction:column;align-items:flex-start!important;gap:28px!important}.hr-hero-cta{gap:16px!important}.hr-carousel-row{flex-direction:column;gap:32px!important}.hr-carousel-intro{width:100%!important}.hr-oversee-head{padding-left:0!important}.hr-carousel-col{width:100%!important;min-width:0!important;max-width:100%!important}.hr-carousel-viewport{overflow-x:auto!important;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none}.hr-carousel-viewport::-webkit-scrollbar{display:none}.hr-carousel-track{transform:none!important}.hr-carousel-card{width:78%!important;min-width:78%!important;scroll-snap-align:start}.hr-carousel-controls{display:none!important}}@media(max-width:560px){.hr-hero-cta{flex-direction:column;align-items:flex-start!important}}@media(max-width:1000px){.hr-nav-links{display:none!important}}@media(max-width:560px){.hr-logo-sub{display:none!important}}.hr-flowcard{flex:1 1 0;min-width:150px;align-self:center;min-height:152px;background:#fff;border-left:3px solid var(--navy);border-radius:0;padding:22px 22px 26px;text-align:left;display:flex;flex-direction:column;justify-content:center}.hr-flowcard-name{font-family:var(--serif);font-weight:700;font-size:1.3rem;color:var(--navy);line-height:1.1}.hr-flowcard-role{font-family:var(--sans);font-weight:600;font-size:.9rem;color:var(--gold);margin-top:5px}.hr-flowcard-detail{font-family:var(--sans);font-size:.76rem;color:var(--grey);line-height:1.5;margin-top:10px;white-space:pre-line}.hr-flowcard-cap{min-height:186px;padding:30px 24px;background:var(--gold);box-shadow:0 0 34px #c398534d}.hr-flowcard-cap .hr-flowcard-name{color:var(--navy);font-size:1.85rem}.hr-flowcard-cap .hr-flowcard-role{color:var(--navy);font-size:1.05rem;margin-top:7px}.hr-flowcard-cap .hr-flowcard-detail{color:var(--navy);opacity:.8;font-size:.9rem;margin-top:12px}.hr-flow-arrow{flex-shrink:0;font-family:var(--sans);font-size:26px;line-height:1;color:var(--gold);opacity:.45}.hr-model-link{color:var(--gold);font-family:var(--sans);font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;text-decoration:none;border-bottom:1px solid transparent;padding-bottom:2px;transition:border-color .2s ease}.hr-model-link:hover{border-bottom-color:var(--gold)}@media(max-width:880px){.hr-model-row{flex-direction:column;align-items:stretch!important}.hr-flow-arrow{transform:rotate(90deg);align-self:center}.hr-flowcard,.hr-keystone{width:100%;min-height:0;flex:none;align-self:stretch}}.hr-trust-strip{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:18px 26px;margin-top:clamp(36px,5vh,54px);padding-top:clamp(24px,3.5vh,36px);border-top:1px solid var(--line)}.hr-trust-label{font-family:var(--sans);font-size:.74rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#7e5f27}.hr-trust-chip{position:relative;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 26px;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.hr-trust-chip:hover{border-color:var(--gold);transform:translateY(-2px);box-shadow:0 10px 26px -14px #1b2a4a59}.hr-trust-ext{position:absolute;top:7px;right:9px;font-size:.72rem;color:#1b2a4a59;transition:color .18s ease}.hr-trust-chip:hover .hr-trust-ext{color:var(--gold)}.hr-trust-sep{color:var(--line);font-size:1.4rem;line-height:1}.hr-trust-area{font-family:var(--sans);font-size:.9rem;color:var(--grey)}@media(max-width:640px){.hr-trust-sep{display:none}.hr-trust-area{width:100%;text-align:center}}.hr-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}@media(max-width:860px){.hr-testi-grid{grid-template-columns:1fr;gap:22px}}.hr-testi-card{position:relative;background:#fff;overflow:hidden;border:1px solid rgba(27,42,74,.07);box-shadow:0 18px 44px -28px #1b2a4a66;transition:box-shadow .3s ease,transform .3s ease;display:flex;flex-direction:column}.hr-testi-card:hover{transform:translateY(-3px);box-shadow:0 26px 52px -28px #1b2a4a80}.hr-testi-media{position:relative;aspect-ratio:16 / 10;overflow:hidden;background:var(--navy)}.hr-testi-media img{width:100%;height:100%;object-fit:cover;display:block}.hr-testi-media:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(to bottom,transparent 55%,rgba(27,42,74,.3) 100%)}.hr-testi-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:999px;border:0;cursor:pointer;background:#f4f2ecf0;color:var(--navy);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 30px -8px #1b2a4a99;transition:transform .25s ease,background .25s ease;z-index:2}.hr-testi-play:hover{transform:translate(-50%,-50%) scale(1.08);background:var(--gold)}.hr-testi-badge{position:absolute;bottom:12px;left:12px;z-index:2;font-family:var(--sans);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--navy);background:#f4f2ecf0;padding:6px 12px;border-radius:999px}.hr-testi-body{padding:24px 26px 28px;display:flex;flex-direction:column;flex:1}.hr-testi-quote{font-family:var(--serif);font-size:1.08rem;line-height:1.55;color:var(--navy);margin:0}.hr-testi-meta{display:flex;align-items:baseline;gap:10px;margin-top:16px;flex-wrap:wrap}.hr-testi-name{font-family:var(--sans);font-weight:700;font-size:.95rem;color:var(--navy)}.hr-testi-tag{font-family:var(--sans);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#7e5f27}.hr-testi-link{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding-top:18px;font-family:var(--sans);font-weight:600;font-size:.9rem;color:#7e5f27;text-decoration:none}.hr-testi-link:hover{text-decoration:underline}.hr-svc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.hr-svc-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:128px;padding:22px 16px;text-align:center;text-decoration:none;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:var(--cream, #F4F2EC);font-family:var(--sans);font-size:.98rem;font-weight:600;line-height:1.35;transition:border-color .18s ease,background .18s ease,transform .18s ease}.hr-svc-tile:hover{border-color:var(--gold);background:#ffffff12;transform:translateY(-2px)}.hr-svc-icon{color:var(--gold)}.hr-svc-tile-all{border-style:dashed}.hr-svc-cta{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:20px 24px;font-size:1.02rem;border-radius:12px}@media(max-width:900px){.hr-svc-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:620px){.hr-svc-grid{grid-template-columns:repeat(2,1fr);gap:10px}.hr-svc-tile{min-height:108px;font-size:.9rem}}.hr-portal-frame{display:block;background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 30px 70px -30px #1b2a4a73;transition:transform .3s ease,box-shadow .3s ease}.hr-portal-frame:hover{transform:translateY(-4px);box-shadow:0 40px 80px -30px #1b2a4a8c}.hr-portal-chrome{display:flex;gap:6px;padding:10px 14px;background:var(--cream);border-bottom:1px solid var(--line)}.hr-portal-chrome i{width:10px;height:10px;border-radius:50%;background:#1b2a4a2e}.hr-portal-chrome i:first-child{background:var(--gold)}.hr-portal-frame img{width:100%;display:block}@media(max-width:900px){.hr-portal-wrap{grid-template-columns:1fr!important}}.hr-greviews{margin-top:clamp(40px,6vh,60px);padding-top:clamp(28px,4vh,40px);border-top:1px solid var(--line)}.hr-grev-head{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;font-family:var(--sans)}.hr-grev-g{width:26px;height:26px;flex:none}.hr-grev-score{font-weight:800;font-size:1.15rem;color:var(--navy)}.hr-grev-stars{color:var(--gold);font-size:1.05rem;letter-spacing:2px}.hr-grev-on{color:var(--grey);font-size:.95rem}.hr-grev-link{display:inline-flex;align-items:center;gap:6px;margin-left:10px;color:var(--navy);font-weight:600;font-size:.92rem;text-decoration:none;border-bottom:1px solid var(--gold)}.hr-grev-link:hover{color:#7e5f27}.hr-grev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:26px}.hr-grev-card{margin:0;background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px 20px}.hr-grev-card-stars{color:var(--gold);font-size:.85rem;letter-spacing:2px}.hr-grev-card blockquote{margin:8px 0 0;font-family:var(--sans);font-size:.92rem;line-height:1.6;color:var(--navy)}.hr-grev-card figcaption{margin-top:10px;font-family:var(--sans);font-size:.8rem;font-weight:600;color:var(--grey)}@media(max-width:860px){.hr-grev-grid{grid-template-columns:1fr;gap:12px}}.hr-report{position:relative}.hr-report-input{font-family:var(--sans);font-size:.95rem;color:var(--navy);background:#fff;border:1px solid rgba(244,242,236,.3);border-radius:6px;padding:13px 16px;min-width:200px;flex:1 1 200px;max-width:260px}.hr-report-input::placeholder{color:#1b2a4a80}.hr-report-input:focus-visible{outline:2px solid var(--gold);outline-offset:1px}@media(max-width:640px){.hr-report-form{flex-direction:column;align-items:stretch}.hr-report-input{max-width:none}}.hr-faq-item{border-bottom:1px solid rgba(27,42,74,.12)}.hr-faq-item:first-of-type{border-top:1px solid rgba(27,42,74,.12)}.hr-faq-q{display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;list-style:none;padding:20px 4px;font-family:var(--serif);font-weight:600;font-size:1.08rem;color:var(--navy)}.hr-faq-q::-webkit-details-marker{display:none}.hr-faq-chev{flex-shrink:0;color:#7e5f27;transition:transform .25s ease}.hr-faq-item[open] .hr-faq-chev{transform:rotate(180deg)}.hr-faq-a{font-family:var(--sans);color:var(--grey);line-height:1.7;font-size:.97rem;margin:0;padding:0 4px 22px;max-width:720px}.hr-services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}@media(min-width:1080px){.hr-services-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:500px){.hr-services-grid{grid-template-columns:1fr}}
