:root {
  --hr-ink: #172522;
  --hr-deep: #173d37;
  --hr-accent: #168c80;
  --hr-mint: #eaf5f1;
  --hr-soft: #f7f8f5;
  --hr-line: rgba(23, 61, 55, .13);
  --hr-muted: #5f6d69;
  --hr-radius: 22px;
  --hr-wrap: min(1180px, 92vw);
}

html { scroll-behavior: smooth; }

.hr-page {
  color: var(--hr-ink);
  background: #fff;
}

.hr-page main { overflow: hidden; font-size: 14px; }
.hr-wrap { width: var(--hr-wrap); margin-inline: auto; }

.hr-hero.hero {
  min-height: min(780px, 82vh);
  display: flex;
  align-items: center;
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(247,250,248,.98) 0%, rgba(247,250,248,.93) 39%, rgba(247,250,248,.35) 62%, rgba(247,250,248,.08) 100%),
    linear-gradient(0deg, rgba(23,61,55,.16), rgba(23,61,55,.03)),
    var(--hero-url) center / cover no-repeat;
}

.hr-hero.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 110px;
  z-index: -1;
  background: linear-gradient(transparent, rgba(255,255,255,.25));
}

.hr-hero.hero .in {
  width: var(--hr-wrap);
  padding: clamp(72px, 9vw, 126px) 0;
  display: block;
}

.hr-hero-copy { max-width: 650px; }

.hr-eyebrow,
.hr-overline {
  margin: 0 0 14px;
  color: var(--hr-accent);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .2em;
}

.hr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  color: var(--hr-deep);
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(23,61,55,.11);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

.hr-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--hr-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(22,140,128,.12);
}

.hr-hero h1 {
  margin: 22px 0 20px;
  color: var(--hr-ink);
  font-size: clamp(40px, 5.1vw, 70px);
  font-weight: 800;
  line-height: 1.17;
  letter-spacing: -.045em;
}

.hr-lead {
  max-width: 610px;
  margin: 0;
  color: #485854;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.9;
}

.hr-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }

.hr-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.hr-button:hover { transform: translateY(-2px); }
.hr-button-primary { color: #fff; background: var(--hr-deep); box-shadow: 0 12px 28px rgba(23,61,55,.17); }
.hr-button-primary:hover { color: #fff; background: #0d2f2a; box-shadow: 0 16px 32px rgba(23,61,55,.23); }
.hr-button-secondary { color: var(--hr-deep); background: rgba(255,255,255,.8); border-color: rgba(23,61,55,.18); }
.hr-button-secondary:hover { background: #fff; }

.hr-quick-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
  margin: 32px 0 0;
  padding: 23px 0 0;
  border-top: 1px solid rgba(23,61,55,.14);
  list-style: none;
  color: var(--hr-deep);
  font-size: 13px;
  font-weight: 700;
}

.hr-quick-facts li { display: flex; align-items: center; gap: 9px; }
.hr-quick-facts li::before { content: "✓"; color: var(--hr-accent); }

.hr-section { padding: clamp(76px, 9vw, 128px) 0; }
.hr-section-tint { background: var(--hr-soft); }

.hr-section-head {
  display: grid;
  grid-template-columns: 58px minmax(250px, 1fr) minmax(280px, .9fr);
  gap: 26px;
  align-items: start;
  margin-bottom: 46px;
}

.hr-section-index,
.hr-card-no {
  color: var(--hr-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.hr-section-index { padding-top: 6px; }
.hr-section h2,
.hr-contact h2 {
  margin: 0;
  color: var(--hr-ink);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -.035em;
}

.hr-section-head > p,
.hr-sticky-title > p:last-child,
.hr-contact-panel > div > p {
  margin: 3px 0 0;
  color: var(--hr-muted);
  font-size: 15px;
  line-height: 1.85;
}

.hr-card-grid { display: grid; gap: 16px; }
.hr-card-grid-3 { grid-template-columns: repeat(3, 1fr); }

.hr-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--hr-line);
  border-radius: var(--hr-radius);
  box-shadow: 0 18px 50px rgba(23,61,55,.055);
  transition: transform .22s ease, box-shadow .22s ease;
}

.hr-card:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(23,61,55,.1); }
.hr-card h3 { margin: auto 0 10px; color: var(--hr-deep); font-size: 19px; line-height: 1.45; }
.hr-card p { margin: 0; color: var(--hr-muted); line-height: 1.8; }

.hr-split { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(400px, 1.2fr); gap: clamp(56px, 9vw, 130px); }
.hr-sticky-title { align-self: start; position: sticky; top: 110px; }
.hr-sticky-title .hr-section-index { display: block; margin-bottom: 30px; }
.hr-sticky-title h2 { margin-bottom: 20px; }

.hr-check-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--hr-line); }
.hr-check-list li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 29px 0; border-bottom: 1px solid var(--hr-line); }
.hr-check-list li > span { color: var(--hr-accent); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.hr-check-list strong { display: block; margin-bottom: 7px; color: var(--hr-deep); font-size: 18px; }
.hr-check-list p { margin: 0; color: var(--hr-muted); line-height: 1.75; }

.hr-growth-track { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.hr-growth-track::before { content: ""; position: absolute; top: 19px; right: 12.5%; left: 12.5%; height: 1px; background: var(--hr-line); }
.hr-growth-track > div { position: relative; z-index: 1; padding: 0 20px; text-align: center; }
.hr-growth-track span { width: 40px; height: 40px; display: grid; place-items: center; margin: 0 auto 20px; color: #fff; background: var(--hr-accent); border: 7px solid #fff; border-radius: 50%; box-sizing: content-box; font-size: 11px; font-weight: 800; }
.hr-growth-track strong { display: block; color: var(--hr-deep); font-size: 17px; }
.hr-growth-track p { margin: 8px 0 0; color: var(--hr-muted); line-height: 1.65; }

.hr-benefits { color: #fff; background: var(--hr-deep); }
.hr-benefits .hr-section-index,
.hr-benefits .hr-overline { color: #78d0c5; }
.hr-section-head-light h2 { color: #fff; }
.hr-section-head-light > p { color: rgba(255,255,255,.67); }
.hr-benefit-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.hr-benefit-grid article { grid-column: span 2; min-height: 230px; padding: 26px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.055); }
.hr-benefit-grid article:nth-child(4),
.hr-benefit-grid article:nth-child(5) { grid-column: span 3; min-height: 190px; }
.hr-benefit-grid span { color: #78d0c5; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.hr-benefit-grid h3 { margin: 50px 0 10px; color: #fff; font-size: 18px; }
.hr-benefit-grid article:nth-child(n+4) h3 { margin-top: 30px; }
.hr-benefit-grid p { margin: 0; color: rgba(255,255,255,.67); line-height: 1.75; }

.hr-contact { padding: clamp(76px, 10vw, 140px) 0; background: var(--hr-mint); }
.hr-contact-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(50px, 9vw, 120px); align-items: end; }
.hr-contact-panel > div > p { margin: 20px 0 28px; max-width: 480px; }
.hr-contact-list { margin: 0; font-style: normal; border-top: 1px solid var(--hr-line); }
.hr-contact-list > * { display: grid; grid-template-columns: 82px 1fr; gap: 18px; padding: 20px 0; color: var(--hr-deep); border-bottom: 1px solid var(--hr-line); }
.hr-contact-list span { color: var(--hr-accent); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.hr-contact-list strong { font-weight: 700; line-height: 1.65; }
.hr-contact-list a:hover strong { color: var(--hr-accent); }

.hr-page a:focus-visible { outline: 3px solid rgba(22,140,128,.35); outline-offset: 3px; }

@media (max-width: 900px) {
  .hr-hero.hero { min-height: 720px; background-position: 58% center; }
  .hr-section-head { grid-template-columns: 42px 1fr; }
  .hr-section-head > p { grid-column: 2; }
  .hr-card-grid-3 { grid-template-columns: 1fr; }
  .hr-card { min-height: 210px; }
  .hr-split { grid-template-columns: 1fr; gap: 48px; }
  .hr-sticky-title { position: static; }
  .hr-growth-track { grid-template-columns: repeat(2, 1fr); gap: 42px 0; }
  .hr-growth-track::before { display: none; }
  .hr-benefit-grid article,
  .hr-benefit-grid article:nth-child(4),
  .hr-benefit-grid article:nth-child(5) { grid-column: span 3; min-height: 220px; }
  .hr-contact-panel { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .hr-page main { font-size: 13px; }
  .hr-hero.hero {
    min-height: 690px;
    align-items: flex-end;
    background:
      linear-gradient(0deg, rgba(247,250,248,.99) 0%, rgba(247,250,248,.91) 48%, rgba(247,250,248,.24) 78%, rgba(247,250,248,.08) 100%),
      var(--hero-url) 62% center / cover no-repeat;
  }
  .hr-hero.hero .in { padding: 190px 0 58px; }
  .hr-hero h1 { margin-top: 18px; font-size: clamp(36px, 11vw, 50px); }
  .hr-lead { line-height: 1.75; }
  .hr-actions { display: grid; }
  .hr-button { width: 100%; }
  .hr-quick-facts { gap: 10px 18px; margin-top: 24px; padding-top: 20px; font-size: 12px; }
  .hr-section { padding: 72px 0; }
  .hr-section-head { grid-template-columns: 1fr; gap: 10px; margin-bottom: 30px; }
  .hr-section-head > p { grid-column: auto; margin-top: 9px; }
  .hr-section-index { margin-bottom: 10px; }
  .hr-card { min-height: 230px; padding: 24px; }
  .hr-check-list li { grid-template-columns: 38px 1fr; gap: 12px; padding: 23px 0; }
  .hr-growth-track { grid-template-columns: 1fr; gap: 28px; }
  .hr-growth-track > div { display: grid; grid-template-columns: 50px 1fr; gap: 0 10px; padding: 0; text-align: left; }
  .hr-growth-track span { grid-row: span 2; margin: 0; }
  .hr-growth-track p { margin-top: 3px; }
  .hr-benefit-grid { grid-template-columns: 1fr; }
  .hr-benefit-grid article,
  .hr-benefit-grid article:nth-child(4),
  .hr-benefit-grid article:nth-child(5) { grid-column: auto; min-height: 190px; }
  .hr-benefit-grid h3,
  .hr-benefit-grid article:nth-child(n+4) h3 { margin-top: 30px; }
  .hr-contact h2 br { display: none; }
  .hr-contact-list > * { grid-template-columns: 70px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hr-button,
  .hr-card { transition: none; }
}

/* Official-site job detail */
.hr-job-hero { padding: clamp(92px,12vw,150px) 0 70px; background: linear-gradient(145deg,var(--hr-mint),#f8faf8); }
.hr-job-back { display:inline-block; margin-bottom:42px; color:var(--hr-muted); font-size:13px; font-weight:700; }
.hr-job-hero h1 { max-width:850px; margin:0; font-size:clamp(38px,6vw,70px); line-height:1.15; letter-spacing:-.045em; }
.hr-job-subtitle { max-width:720px; margin:18px 0 0; color:var(--hr-muted); font-size:18px; line-height:1.7; }
.hr-job-meta { display:flex; flex-wrap:wrap; gap:18px 50px; margin-top:40px; padding-top:26px; border-top:1px solid var(--hr-line); }
.hr-job-meta span { display:grid; gap:4px; color:var(--hr-deep); }
.hr-job-meta b { color:var(--hr-muted); font-size:10px; letter-spacing:.12em; }
.hr-job-content { padding:clamp(70px,9vw,120px) 0; }
.hr-job-layout { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr); gap:clamp(50px,9vw,120px); align-items:start; }
.hr-job-layout h2 { margin:0 0 22px; font-size:clamp(26px,3vw,38px); }
.hr-job-summary { padding:20px 22px; color:var(--hr-deep); background:var(--hr-soft); border-left:3px solid var(--hr-accent); line-height:1.85; }
.hr-job-body { color:var(--hr-muted); white-space:pre-line; font-size:15px; line-height:1.95; }
.hr-job-apply { position:sticky; top:100px; padding:30px; background:var(--hr-deep); border-radius:var(--hr-radius); color:#fff; }
.hr-job-apply h2 { color:#fff; }
.hr-job-apply > p:not(.hr-overline) { color:rgba(255,255,255,.7); line-height:1.8; }
.hr-job-apply .hr-button { width:100%; margin-top:14px; background:#fff; color:var(--hr-deep); box-shadow:none; }
.hr-job-apply small { display:block; margin-top:14px; color:rgba(255,255,255,.55); text-align:center; }
@media(max-width:760px){.hr-job-layout{grid-template-columns:1fr}.hr-job-apply{position:static}.hr-job-meta{gap:16px 32px}}
