.hrrh-root {
  --hrrh-accent: #087d76;
  --hrrh-accent-2: #0a978d;
  --hrrh-dark: #123f3a;
  --hrrh-ink: #173b37;
  --hrrh-muted: #5f7773;
  --hrrh-soft: #f2f8f7;
  --hrrh-soft-2: #e7f4f2;
  --hrrh-gold: #f4a51c;
  --hrrh-line: #dbe9e6;
  --hrrh-shadow: 0 24px 70px rgba(20, 70, 64, .11);
  --hrrh-shadow-soft: 0 14px 42px rgba(20, 70, 64, .07);
  color: var(--hrrh-ink);
  background: #fff;
  font: inherit;
  line-height: 1.85;
  overflow: clip;
}
.hrrh-root *, .hrrh-root *::before, .hrrh-root *::after { box-sizing: border-box; }
.hrrh-root img { display: block; max-width: 100%; }
.hrrh-root button, .hrrh-root input, .hrrh-root select, .hrrh-root textarea { color: inherit; font: inherit; }
.hrrh-root button { cursor: pointer; }
.hrrh-root a { color: inherit; text-decoration: none; }
.hrrh-root h1, .hrrh-root h2, .hrrh-root h3, .hrrh-root p { margin-top: 0; }
.hrrh-root :focus-visible { outline: 3px solid rgba(244, 165, 28, .72); outline-offset: 3px; }
.hrrh-root .screen-reader-text { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.hrrh-shell { width: min(calc(100% - clamp(32px, 6.4vw, 72px)), 1240px); margin-inline: auto; }
.hrrh-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; color: var(--hrrh-accent-2); font-size: 11px; font-weight: 900; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }
.hrrh-eyebrow::before { width: 20px; height: 2px; border-radius: 99px; background: currentColor; content: ""; }
.hrrh-root[dir="ltr"] .hrrh-eyebrow { letter-spacing: .16em; }
.hrrh-button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: 8px; padding: 10px 22px; border: 1px solid var(--hrrh-accent); border-radius: 14px; color: #fff !important; background: var(--hrrh-accent); box-shadow: 0 10px 26px rgba(8,125,118,.16); font-size: 14px; font-weight: 850; line-height: 1.5; text-align: center; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.hrrh-button:hover { color: #fff; background: #066f69; box-shadow: 0 15px 32px rgba(8,125,118,.22); transform: translateY(-2px); }
.hrrh-button.is-ghost { color: var(--hrrh-accent) !important; border-color: var(--hrrh-line); background: rgba(255,255,255,.78); box-shadow: none; }
.hrrh-button.is-ghost:hover { color: #fff !important; border-color: var(--hrrh-accent); background: var(--hrrh-accent); }
.hrrh-button[disabled] { opacity: .55; cursor: wait; transform: none; }
.hrrh-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--hrrh-accent) !important; font-size: 13px; font-weight: 900; }
.hrrh-text-link span { transition: transform .2s ease; }
.hrrh-text-link:hover span { transform: translateX(-4px); }
.hrrh-root[dir="ltr"] .hrrh-text-link span { transform: rotate(180deg); }
.hrrh-root[dir="ltr"] .hrrh-text-link:hover span { transform: rotate(180deg) translateX(-4px); }

.hrrh-hero { position: relative; isolation: isolate; min-height: 630px; background: radial-gradient(circle at 12% 18%, rgba(244,165,28,.14), transparent 28%), radial-gradient(circle at 88% 82%, rgba(111,170,87,.15), transparent 31%), linear-gradient(145deg,#fbfdfd,#ebf7f5); overflow: hidden; }
.hrrh-hero::after { position: absolute; z-index: -1; inset: 0; opacity: .43; background-image: radial-gradient(rgba(8,125,118,.2) .8px, transparent .8px); background-size: 24px 24px; mask-image: linear-gradient(90deg,transparent,#000 34%,#000 66%,transparent); content: ""; }
.hrrh-hero-grid { display: grid; min-height: 630px; grid-template-columns: minmax(0,1.07fr) minmax(340px,.93fr); align-items: center; gap: clamp(35px,7vw,92px); padding-block: 68px 84px; }
.hrrh-hero-copy h1 { max-width: 740px; margin-bottom: 18px; color: var(--hrrh-dark); font-size: clamp(40px,5vw,65px); font-weight: 900; letter-spacing: -.035em; line-height: 1.3; }
.hrrh-root[dir="ltr"] .hrrh-hero-copy h1 { line-height: 1.08; }
.hrrh-hero-copy > p { max-width: 650px; margin-bottom: 28px; color: #496863; font-size: 17px; line-height: 2; }
.hrrh-root[dir="ltr"] .hrrh-hero-copy > p { line-height: 1.72; }
.hrrh-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hrrh-hero-art { position: relative; display: grid; min-height: 460px; place-items: center; }
.hrrh-hero-art::before { position: absolute; width: 85%; aspect-ratio: 1; border: 1px solid rgba(8,125,118,.15); border-radius: 50%; content: ""; }
.hrrh-hero-art img { position: relative; width: min(100%,470px); max-height: 500px; padding: 21px; border: 1px solid rgba(255,255,255,.9); border-radius: 42px; background: rgba(255,255,255,.67); box-shadow: 0 38px 80px rgba(20,70,64,.15); object-fit: contain; }

.hrrh-hub-nav { position: relative; z-index: 4; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: -45px; }
.hrrh-hub-nav a { display: flex; min-height: 92px; align-items: center; gap: 15px; padding: 19px 24px; border: 1px solid rgba(219,233,230,.92); border-radius: 20px; background: rgba(255,255,255,.95); box-shadow: var(--hrrh-shadow-soft); backdrop-filter: blur(12px); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.hrrh-hub-nav a:hover { border-color: rgba(8,125,118,.34); box-shadow: var(--hrrh-shadow); transform: translateY(-3px); }
.hrrh-hub-nav span { display: grid; width: 45px; height: 45px; flex: none; place-items: center; border-radius: 14px; color: var(--hrrh-accent); background: var(--hrrh-soft-2); font: 800 12px/1 ui-sans-serif,system-ui,sans-serif; }
.hrrh-hub-nav strong { color: var(--hrrh-dark); font-size: 15px; }

.hrrh-section { padding: clamp(78px,8vw,112px) 0; }
.hrrh-section-heading { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.hrrh-section-heading h2 { margin-bottom: 12px; color: var(--hrrh-dark); font-size: clamp(30px,4vw,49px); font-weight: 900; line-height: 1.4; }
.hrrh-root[dir="ltr"] .hrrh-section-heading h2 { line-height: 1.15; }
.hrrh-section-heading p { color: var(--hrrh-muted); }
.hrrh-story-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.hrrh-story-card { min-width: 0; border: 1px solid var(--hrrh-line); border-radius: 24px; background: #fff; box-shadow: var(--hrrh-shadow-soft); transition: transform .24s ease, box-shadow .24s ease; overflow: hidden; }
.hrrh-story-card:hover { box-shadow: var(--hrrh-shadow); transform: translateY(-5px); }
.hrrh-story-image { display: grid; height: 230px; place-items: center; color: var(--hrrh-accent); background: radial-gradient(circle at 20% 20%,rgba(244,165,28,.18),transparent 32%), linear-gradient(145deg,var(--hrrh-soft),var(--hrrh-soft-2)); font-weight: 900; overflow: hidden; }
.hrrh-story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.hrrh-story-card:hover .hrrh-story-image img { transform: scale(1.035); }
.hrrh-story-body { padding: 24px; }
.hrrh-story-place { display: inline-flex; margin-bottom: 10px; padding: 5px 10px; border-radius: 99px; color: var(--hrrh-accent); background: var(--hrrh-soft-2); font-size: 11px; font-weight: 850; }
.hrrh-story-body h3 { margin-bottom: 9px; color: var(--hrrh-dark); font-size: 21px; font-weight: 900; line-height: 1.5; }
.hrrh-story-body p { display: -webkit-box; min-height: 81px; margin-bottom: 18px; color: var(--hrrh-muted); font-size: 14px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.hrrh-empty { padding: 48px 24px; border: 1px dashed #b8d7d2; border-radius: 24px; color: var(--hrrh-muted); background: var(--hrrh-soft); text-align: center; }
.hrrh-empty strong { display: block; margin-bottom: 5px; color: var(--hrrh-dark); font-size: 19px; }
.hrrh-pagination { display: flex; justify-content: center; gap: 6px; margin-top: 34px; direction: ltr; }
.hrrh-pagination .page-numbers { display: grid; min-width: 40px; height: 40px; place-items: center; padding-inline: 8px; border: 1px solid var(--hrrh-line); border-radius: 11px; background: #fff; }
.hrrh-pagination .current { color: #fff; border-color: var(--hrrh-accent); background: var(--hrrh-accent); }

.hrrh-navigator-section { background: var(--hrrh-soft); }
.hrrh-navigator { max-width: 980px; margin-inline: auto; border: 1px solid rgba(219,233,230,.9); border-radius: 30px; background: #fff; box-shadow: var(--hrrh-shadow); overflow: hidden; }
.hrrh-progress { position: relative; display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 24px clamp(18px,4vw,42px); border-bottom: 1px solid var(--hrrh-line); background: linear-gradient(180deg,#fbfdfd,#f7fbfa); list-style: none; }
.hrrh-progress::before { position: absolute; top: 46px; right: 12.5%; left: 12.5%; height: 2px; background: var(--hrrh-line); content: ""; }
.hrrh-progress li { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 7px; color: #829591; text-align: center; }
.hrrh-progress span { display: grid; width: 44px; height: 44px; place-items: center; border: 2px solid var(--hrrh-line); border-radius: 50%; background: #fff; font: 800 13px/1 ui-sans-serif,system-ui,sans-serif; transition: all .2s ease; }
.hrrh-progress small { font-size: 11px; font-weight: 800; }
.hrrh-progress li.is-active, .hrrh-progress li.is-complete { color: var(--hrrh-accent); }
.hrrh-progress li.is-active span, .hrrh-progress li.is-complete span { color: #fff; border-color: var(--hrrh-accent); background: var(--hrrh-accent); box-shadow: 0 7px 18px rgba(8,125,118,.2); }
.hrrh-form { padding: clamp(24px,5vw,52px); }
.hrrh-step-number { color: var(--hrrh-accent); font-size: 11px; font-weight: 900; }
.hrrh-step > h3 { margin: 5px 0 30px; color: var(--hrrh-dark); font-size: clamp(24px,3.2vw,35px); font-weight: 900; }
.hrrh-step[hidden] { display: none !important; }
.hrrh-form fieldset { min-width: 0; margin: 0 0 30px; padding: 0; border: 0; }
.hrrh-form legend { width: 100%; margin-bottom: 13px; color: var(--hrrh-dark); font-size: 15px; font-weight: 850; }
.hrrh-choice-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.hrrh-choice { position: relative; display: block; min-width: 0; cursor: pointer; }
.hrrh-choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.hrrh-choice span { position: relative; display: flex; min-height: 55px; align-items: center; padding: 11px 42px 11px 14px; border: 1px solid var(--hrrh-line); border-radius: 14px; background: #fff; font-size: 13px; font-weight: 750; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.hrrh-root[dir="ltr"] .hrrh-choice span { padding: 11px 14px 11px 42px; }
.hrrh-choice span::before { position: absolute; inset-inline-start: 14px; width: 17px; height: 17px; border: 2px solid #b1c9c5; border-radius: 50%; background: #fff; content: ""; }
.hrrh-choice-grid.is-multiple .hrrh-choice span::before { border-radius: 5px; }
.hrrh-choice input:checked + span { color: var(--hrrh-dark); border-color: var(--hrrh-accent); background: #f1fbf9; box-shadow: 0 7px 18px rgba(8,125,118,.09); }
.hrrh-choice input:checked + span::before { border: 5px solid var(--hrrh-accent); }
.hrrh-choice-grid.is-multiple .hrrh-choice input:checked + span::before { border-width: 2px; background: var(--hrrh-accent); box-shadow: inset 0 0 0 3px #fff; }
.hrrh-choice input:focus-visible + span { outline: 3px solid rgba(244,165,28,.62); outline-offset: 2px; }
.hrrh-consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 28px; padding: 17px; border: 1px solid #f0dcae; border-radius: 15px; background: #fffaf0; color: #66563a; font-size: 12px; }
.hrrh-consent input { width: 18px; height: 18px; flex: none; margin-top: 4px; accent-color: var(--hrrh-accent); }
.hrrh-form-error { margin-top: 18px; padding: 12px 15px; border-inline-start: 4px solid #b23a3a; border-radius: 10px; color: #7c2525; background: #fff2f2; font-size: 13px; }
.hrrh-form-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--hrrh-line); }
.hrrh-root[dir="rtl"] .hrrh-form-actions { justify-content: flex-start; }
.hrrh-result-heading { margin-bottom: 22px; }
.hrrh-result-heading h3 { margin-bottom: 8px; color: var(--hrrh-dark); font-size: 31px; }
.hrrh-result-heading p { color: var(--hrrh-muted); }
.hrrh-result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.hrrh-result-card { padding: 21px; border: 1px solid var(--hrrh-line); border-radius: 18px; background: #fff; }
.hrrh-result-card.is-caution { border-color: #f0dcae; background: #fffaf0; }
.hrrh-result-card h4 { margin: 0 0 11px; color: var(--hrrh-accent); font-size: 16px; }
.hrrh-result-card ul { margin: 0; padding-inline-start: 20px; }
.hrrh-result-card li { margin-bottom: 7px; color: #47635f; font-size: 13px; }
.hrrh-result-source { margin: 17px 0 0; color: #728783; font-size: 11px; }

.hrrh-chat { display: grid; max-width: 980px; grid-template-columns: .7fr 1.3fr; gap: clamp(22px,4vw,50px); margin: 24px auto 0; padding: clamp(24px,4vw,38px); border: 1px solid var(--hrrh-line); border-radius: 27px; background: #fff; box-shadow: var(--hrrh-shadow-soft); }
.hrrh-chat-copy h3 { margin-bottom: 8px; color: var(--hrrh-dark); font-size: 27px; }
.hrrh-chat-copy p { color: var(--hrrh-muted); font-size: 12px; }
.hrrh-chat form { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; }
.hrrh-chat textarea { width: 100%; min-height: 125px; padding: 14px 16px; border: 1px solid var(--hrrh-line); border-radius: 15px; outline: 0; resize: vertical; }
.hrrh-chat textarea:focus { border-color: var(--hrrh-accent); box-shadow: 0 0 0 3px rgba(8,125,118,.1); }
.hrrh-chat-answer { grid-column: 1/-1; padding: 17px 19px; border-inline-start: 4px solid var(--hrrh-accent); border-radius: 12px; background: var(--hrrh-soft); white-space: pre-line; }
.hrrh-safety { padding: 52px 0; color: #fff; background: radial-gradient(circle at 92% 20%,rgba(111,170,87,.18),transparent 25%),#0d302d; }
.hrrh-safety-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
.hrrh-safety-grid > div { padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.045); }
.hrrh-safety .hrrh-eyebrow { color: #7ed8cd; }
.hrrh-safety p { margin-bottom: 0; color: rgba(255,255,255,.75); font-size: 13px; }
.hrrh-safety strong { display: block; margin-bottom: 7px; }
.hrrh-safety .hrrh-text-link { margin-top: 12px; color: #7ed8cd !important; }

/* Single story */
.hrrh-single-hero { padding: clamp(52px,7vw,90px) 0; background: radial-gradient(circle at 13% 20%,rgba(244,165,28,.13),transparent 30%),linear-gradient(145deg,#fafdfc,var(--hrrh-soft)); }
.hrrh-back { display: inline-flex; margin-bottom: 26px; color: var(--hrrh-accent) !important; font-size: 13px; font-weight: 850; }
.hrrh-single-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(30px,6vw,75px); }
.hrrh-single-grid h1 { margin-bottom: 15px; color: var(--hrrh-dark); font-size: clamp(36px,5vw,61px); font-weight: 900; line-height: 1.25; }
.hrrh-root[dir="ltr"] .hrrh-single-grid h1 { line-height: 1.08; }
.hrrh-single-grid > div > p { color: var(--hrrh-muted); font-size: 17px; }
.hrrh-single-image { height: min(52vw,450px); min-height: 330px; border-radius: 31px; box-shadow: var(--hrrh-shadow); overflow: hidden; }
.hrrh-single-image img { width: 100%; height: 100%; background: #fff; object-fit: cover; }
.hrrh-person-line { display: flex; align-items: center; gap: 13px; margin-top: 24px; }
.hrrh-person-line img { width: 58px; height: 58px; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 6px 19px rgba(20,70,64,.14); object-fit: cover; }
.hrrh-person-line div { display: flex; flex-direction: column; }
.hrrh-person-line strong { color: var(--hrrh-dark); }
.hrrh-person-line span, .hrrh-person-line small { color: var(--hrrh-muted); font-size: 11px; }
.hrrh-story-content { display: grid; grid-template-columns: minmax(0,1fr) 300px; align-items: start; gap: clamp(30px,6vw,76px); padding-block: clamp(60px,8vw,105px); }
.hrrh-story-main { min-width: 0; color: #3f5e59; font-size: 16px; }
.hrrh-story-main > h2, .hrrh-story-section h2 { margin: 0 0 14px; color: var(--hrrh-dark); font-size: 28px; }
.hrrh-story-section { margin-top: 39px; padding-top: 34px; border-top: 1px solid var(--hrrh-line); }
.hrrh-story-aside { position: sticky; top: 110px; padding: 23px; border: 1px solid #f0dcae; border-radius: 19px; background: #fffaf0; }
.hrrh-story-aside strong { display: block; margin-bottom: 8px; color: #604e2e; }
.hrrh-story-aside p { color: #75684e; font-size: 12px; }

@media (max-width: 1000px) {
  .hrrh-hero-grid { grid-template-columns: minmax(0,1.1fr) minmax(290px,.9fr); gap: 35px; }
  .hrrh-story-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hrrh-choice-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 780px) {
  .hrrh-hero { min-height: 0; }
  .hrrh-hero-grid { min-height: 0; grid-template-columns: 1fr; padding-block: 55px 85px; text-align: center; }
  .hrrh-hero-copy h1, .hrrh-hero-copy > p { margin-inline: auto; }
  .hrrh-hero-actions { justify-content: center; }
  .hrrh-hero-art { min-height: 0; }
  .hrrh-hero-art img { width: min(100%,440px); max-height: 390px; }
  .hrrh-hub-nav { margin-top: -38px; }
  .hrrh-hub-nav a { min-height: 82px; padding: 15px; }
  .hrrh-chat, .hrrh-safety-grid, .hrrh-single-grid, .hrrh-story-content { grid-template-columns: 1fr; }
  .hrrh-chat form { align-items: stretch; }
  .hrrh-chat .hrrh-button { align-self: flex-end; }
  .hrrh-story-aside { position: static; }
  .hrrh-single-image { order: -1; height: 370px; }
}
@media (max-width: 580px) {
  .hrrh-shell { width: min(calc(100% - 28px),1240px); }
  .hrrh-hero-grid { padding-top: 42px; }
  .hrrh-hero-copy h1 { font-size: clamp(35px,11vw,47px); }
  .hrrh-hero-copy > p { font-size: 15px; }
  .hrrh-hero-actions .hrrh-button { width: 100%; }
  .hrrh-hero-art img { padding: 12px; border-radius: 27px; }
  .hrrh-hub-nav { grid-template-columns: 1fr; gap: 8px; }
  .hrrh-section { padding: 70px 0; }
  .hrrh-section-heading { margin-bottom: 31px; }
  .hrrh-story-grid, .hrrh-choice-grid, .hrrh-result-grid { grid-template-columns: 1fr; }
  .hrrh-story-image { height: 220px; }
  .hrrh-navigator { border-radius: 21px; }
  .hrrh-progress { padding-inline: 8px; }
  .hrrh-progress::before { right: 13%; left: 13%; }
  .hrrh-progress small { max-width: 70px; font-size: 9px; }
  .hrrh-progress span { width: 39px; height: 39px; }
  .hrrh-form { padding: 24px 17px; }
  .hrrh-choice span { min-height: 52px; }
  .hrrh-form-actions { flex-wrap: wrap; }
  .hrrh-form-actions .hrrh-button { flex: 1; padding-inline: 14px; }
  .hrrh-chat { padding: 22px 17px; border-radius: 20px; }
  .hrrh-single-image { height: 290px; min-height: 0; }
  .hrrh-single-grid h1 { font-size: 37px; }
}
@media (prefers-reduced-motion: reduce) {
  .hrrh-root *, .hrrh-root *::before, .hrrh-root *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
