.hr-tile-profiles{background:var(--hr-surface);padding:clamp(36px,5vw,60px) 0}.hr-tile-profiles *,.hr-tile-profiles :after,.hr-tile-profiles :before{box-sizing:border-box}.hr-tile-profiles__container{margin:0 auto;max-width:1160px;padding:0 clamp(20px,4vw,44px)}.hr-tile-profiles__head{margin:0 0 clamp(24px,3.5vw,34px);max-width:820px}.hr-tile-profiles__clarifier{background:var(--hr-blue-50);border-radius:var(--r-pill,999px);color:var(--hr-blue-700);display:inline-block;font-family:var(--font-display);font-size:12.5px;font-weight:var(--fw-semibold,600);margin:0 0 var(--sp-4,16px);padding:6px 14px}.hr-tile-profiles__eyebrow{color:var(--hr-blue);font-family:var(--font-display);font-size:var(--fs-eyebrow,13px);font-weight:var(--fw-bold,700);letter-spacing:.14em;margin:0 0 var(--sp-3,12px);text-transform:uppercase}.hr-tile-profiles__h2{color:var(--hr-text-strong);font-family:var(--font-display);font-size:clamp(26px,3.1vw,37px);font-weight:var(--fw-extrabold,800);letter-spacing:var(--tracking-tight,-.01em);line-height:1.14;margin:0 0 var(--sp-4,16px)}.hr-tile-profiles__accent{color:var(--hr-blue)}.hr-tile-profiles__intro p{color:var(--hr-body);font-family:var(--font-sans);font-size:var(--fs-body,16px);line-height:1.7;margin:0}.hr-tile-profiles__intro a{color:var(--hr-blue)}.hr-tile-profiles__grid{align-items:stretch;display:grid;gap:clamp(16px,2.4vw,24px);grid-template-columns:1fr 1fr;list-style:none;margin:0;padding:0}.hr-tile-profiles__card{background:var(--hr-surface);border:1px solid var(--hr-border);border-radius:var(--r-lg,16px);display:flex;flex-direction:column;overflow:hidden;transition:transform .18s var(--ease-out,ease),box-shadow .18s var(--ease-out,ease)}.hr-tile-profiles__card:hover{box-shadow:var(--shadow-lg,0 20px 40px -22px rgba(8,23,42,.3));transform:translateY(-3px)}.hr-tile-profiles__media{aspect-ratio:16/5;background:var(--hr-bg)}.hr-tile-profiles__img,.hr-tile-profiles__tex{display:block;height:100%;object-fit:cover;width:100%}.hr-tile-profiles__tex--stile{background:repeating-linear-gradient(90deg,rgba(0,0,0,.26),rgba(0,0,0,.04) 12px,hsla(0,0%,100%,.2) 22px,rgba(0,0,0,.04) 32px,rgba(0,0,0,.26) 44px),linear-gradient(180deg,#c96a3c,#a9502b)}.hr-tile-profiles__tex--mission{background:repeating-linear-gradient(90deg,rgba(0,0,0,.44),rgba(0,0,0,.05) 16px,hsla(0,0%,100%,.22) 30px,rgba(0,0,0,.05) 44px,rgba(0,0,0,.44) 58px),linear-gradient(180deg,#c15f34,#8c4324)}.hr-tile-profiles__tex--flat{background:repeating-linear-gradient(0deg,rgba(0,0,0,.2) 0 2px,transparent 2px 26px),linear-gradient(180deg,#5b636b,#454c54)}.hr-tile-profiles__tex--interlock{background:repeating-linear-gradient(90deg,rgba(0,0,0,.14) 0 1px,transparent 1px 40px),repeating-linear-gradient(0deg,rgba(0,0,0,.18) 0 2px,transparent 2px 24px),linear-gradient(180deg,#8a9098,#71787f)}.hr-tile-profiles__body{display:flex;flex:1 1 auto;flex-direction:column;padding:clamp(16px,2vw,22px)}.hr-tile-profiles__name{color:var(--hr-text-strong);font-family:var(--font-display);font-size:clamp(17px,2vw,20px);font-weight:var(--fw-extrabold,800);line-height:1.2;margin:0 0 8px}.hr-tile-profiles__what{color:var(--hr-body);font-family:var(--font-sans);font-size:13.5px;line-height:1.55;margin:0 0 14px}.hr-tile-profiles__micro{color:var(--hr-blue);font-family:var(--font-display);font-size:.72rem;font-weight:var(--fw-bold,700);letter-spacing:.06em;margin:0 0 8px;text-transform:uppercase}.hr-tile-profiles__chips{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0 0 14px;padding:0}.hr-tile-profiles__chip{background:var(--hr-blue-50);border-radius:var(--r-pill,999px);color:var(--hr-blue-700);font-family:var(--font-display);font-size:12px;font-weight:var(--fw-semibold,600);padding:4px 10px}.hr-tile-profiles__note{border-top:1px solid var(--hr-border);color:var(--hr-text-muted);font-family:var(--font-sans);font-size:12.5px;line-height:1.5;margin:auto 0 0;padding-top:13px}.hr-tile-profiles__match{align-items:center;background:var(--hr-surface-alt,var(--hr-bg));border:1px solid var(--hr-border);border-radius:var(--r-xl,18px);display:grid;gap:clamp(18px,3vw,32px);grid-template-columns:1fr auto;margin-top:clamp(28px,4vw,40px);padding:clamp(22px,3vw,32px)}.hr-tile-profiles__match-h{color:var(--hr-text-strong);font-family:var(--font-display);font-size:clamp(18px,2.2vw,22px);font-weight:var(--fw-extrabold,800);margin:0 0 8px}.hr-tile-profiles__match-body p{color:var(--hr-body);font-family:var(--font-sans);font-size:14.5px;line-height:1.6;margin:0}.hr-tile-profiles__match-cta{flex:0 0 auto}.hr-tile-profiles__btn{align-items:center;border:1px solid transparent;border-radius:var(--r-md,12px);cursor:pointer;display:inline-flex;font-family:var(--font-display);font-size:var(--fs-button,15px);font-weight:var(--fw-bold,700);gap:var(--sp-2,8px);justify-content:center;min-height:48px;padding:14px 26px;text-decoration:none;transition:background-color .16s var(--ease-out,ease),border-color .16s var(--ease-out,ease),color .16s var(--ease-out,ease),transform .16s var(--ease-out,ease);white-space:nowrap}.hr-tile-profiles__btn:focus-visible,.hr-tile-profiles__btn:hover{transform:translateY(-1px)}.hr-tile-profiles__btn:focus-visible{box-shadow:var(--shadow-focus,0 0 0 3px var(--hr-blue-50));outline:none}.hr-tile-profiles__arrow{flex:0 0 auto;transition:transform .16s var(--ease-out,ease)}.hr-tile-profiles__btn:focus-visible .hr-tile-profiles__arrow,.hr-tile-profiles__btn:hover .hr-tile-profiles__arrow{transform:translateX(4px)}.hr-tile-profiles__btn--solid_navy{background:var(--hr-navy);border-color:var(--hr-navy);color:#fff}.hr-tile-profiles__btn--solid_navy,.hr-tile-profiles__btn--solid_navy:active,.hr-tile-profiles__btn--solid_navy:focus,.hr-tile-profiles__btn--solid_navy:hover{color:#fff;text-decoration:none}.hr-tile-profiles__btn--solid_navy:focus-visible,.hr-tile-profiles__btn--solid_navy:hover{background:color-mix(in srgb,var(--hr-navy) 88%,#000);border-color:color-mix(in srgb,var(--hr-navy) 88%,#000)}.hr-tile-profiles__btn--solid_blue{background:var(--hr-blue);border-color:var(--hr-blue);color:#fff}.hr-tile-profiles__btn--solid_blue,.hr-tile-profiles__btn--solid_blue:active,.hr-tile-profiles__btn--solid_blue:focus,.hr-tile-profiles__btn--solid_blue:hover{color:#fff;text-decoration:none}.hr-tile-profiles__btn--solid_blue:focus-visible,.hr-tile-profiles__btn--solid_blue:hover{background:var(--hr-blue-700);border-color:var(--hr-blue-700)}.hr-tile-profiles__btn--outline{background:transparent;border-color:var(--hr-navy);color:var(--hr-navy)}.hr-tile-profiles__btn--outline,.hr-tile-profiles__btn--outline:active{color:var(--hr-navy);text-decoration:none}.hr-tile-profiles__btn--outline:focus-visible,.hr-tile-profiles__btn--outline:hover{background:var(--hr-navy);border-color:var(--hr-navy);color:#fff}@media (max-width:560px){.hr-tile-profiles__grid,.hr-tile-profiles__match{grid-template-columns:1fr}.hr-tile-profiles__btn{width:100%}}@media (prefers-reduced-motion:reduce){.hr-tile-profiles__arrow,.hr-tile-profiles__btn,.hr-tile-profiles__card{transition:none!important}.hr-tile-profiles__card:hover{transform:none}.hr-tile-profiles__btn:focus-visible,.hr-tile-profiles__btn:hover{transform:none}.hr-tile-profiles__btn:focus-visible .hr-tile-profiles__arrow,.hr-tile-profiles__btn:hover .hr-tile-profiles__arrow{transform:none}}.hr-tile-profiles.is-bg-white{background:var(--hr-surface)}.hr-tile-profiles.is-bg-soft{background:var(--hr-bg)}.hr-tile-profiles.is-bg-blue{background:var(--hr-blue-50)}.hr-tile-profiles.is-bg-navy{background:var(--hr-navy);color:#fff;--hr-surface:color-mix(in srgb,#fff 9%,var(--hr-navy));--hr-bg:color-mix(in srgb,#fff 6%,var(--hr-navy));--hr-surface-alt:color-mix(in srgb,#fff 13%,var(--hr-navy));--hr-border:hsla(0,0%,100%,.16);--hr-border-strong:hsla(0,0%,100%,.3);--hr-text-strong:#fff;--hr-text:hsla(0,0%,100%,.92);--hr-body:hsla(0,0%,100%,.82);--hr-text-muted:hsla(0,0%,100%,.66);--hr-text-subtle:hsla(0,0%,100%,.45);--hr-blue:#79b4ec;--hr-blue-700:#9ecbf5;--hr-blue-50:rgba(121,180,236,.16);--hr-green:#a6d96a;--hr-green-700:#a6d96a;--hr-green-50:rgba(140,198,63,.18)}