@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-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}}
