/* ============================================================
   HRTailor.com - "Tailored Studio" design system v2 · July 2026
   Site-wide layer. Chrome (.hrt-header/.hrt-footer) is global;
   element-level rules are scoped to body.hrt-v2 (converted pages)
   so unconverted pages keep their current look.
   ============================================================ */

:root {
  --ink: #14141A;
  --text: #2A2A33;
  --muted: #6E6E78;
  --paper: #FAFAF7;
  --warm: #F4EFE6;
  --surface: #FFFFFF;
  --line: #E5E0D4;
  --line-dark: #C8C2B3;
  --red: #E84A43;
  --red-deep: #C0362F;
  --purple: #5B21B6;
  --success: #166534;
  --danger: #B91C1C;
  --serif: "Source Serif 4", Georgia, serif;
  --sans: "IBM Plex Sans", system-ui, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --s1: 8px; --s2: 16px; --s3: 24px; --s4: 32px;
  --s5: 48px; --s6: 64px; --s7: 96px;
  --container: 1240px;
  --radius-card: 14px;
  --radius-input: 8px;
  --radius-pill: 999px;
  --shadow-1: 0 8px 24px rgba(20,20,26,0.08);
  --shadow-cta: 0 8px 24px rgba(232,74,67,0.30);
}

/* ---------- retire old chrome (baked b-* copies + old mobile nav) ---------- */
.b-header, .b-footer, .b-burger, .b-moverlay, .b-mdrawer,
[data-elementor-type="twbb_header"], [data-elementor-type="twbb_footer"] { display: none !important; }

/* ---------- scoped globals: converted pages only ---------- */
.hrt-v2 :where(*), .hrt-v2 :where(*)::before, .hrt-v2 :where(*)::after { box-sizing: border-box; }

body.hrt-v2 {
  margin: 0; padding: 0;
  background: var(--paper);
  background-image:
    radial-gradient(circle at 12% 6%, rgba(91,33,182,0.05) 0%, transparent 42%),
    radial-gradient(circle at 94% 88%, rgba(232,74,67,0.045) 0%, transparent 40%);
  background-attachment: fixed;
  color: var(--text);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.hrt-v2 ::selection { background: rgba(232,74,67,0.30); }

.hrt-v2 :where(h1, h2, h3) { font-family: var(--serif); color: var(--ink); font-weight: 500; margin: 0; text-wrap: balance; }
.hrt-v2 :where(h4, h5, h6) { font-family: var(--sans); color: var(--ink); font-weight: 600; margin: 0; text-wrap: balance; }
/* sizes on body.hrt-v2 hN (0,1,2) so they beat the Elementor kit's
   .elementor-kit-* hN (0,1,1); colors/margins stay zero-specificity above */
body.hrt-v2 h1, body.hrt-v2 h2, body.hrt-v2 h3 { font-family: var(--serif); color: var(--ink); font-weight: 500; }
body.hrt-v2 h4, body.hrt-v2 h5, body.hrt-v2 h6 { font-family: var(--sans); color: var(--ink); font-weight: 600; }
body.hrt-v2 h1 { font-size: 60px; line-height: 1.05; letter-spacing: -0.02em; }
body.hrt-v2 h2 { font-size: 40px; line-height: 1.15; letter-spacing: -0.015em; }
body.hrt-v2 h3 { font-size: 28px; line-height: 1.25; letter-spacing: -0.01em; }
body.hrt-v2 h4 { font-size: 22px; line-height: 1.3; letter-spacing: -0.005em; }
body.hrt-v2 h5 { font-size: 19px; line-height: 1.35; }
body.hrt-v2 h6 { font-size: 16px; line-height: 1.4; }
body.hrt-v2 h1 em, body.hrt-v2 h2 em { font-style: italic; color: var(--red); }
.hrt-v2 :where(h1 em, h2 em) { font-style: italic; color: var(--red); }
.hrt-v2 :where(p) { margin: 0 0 var(--s2); text-wrap: pretty; }
.hrt-v2 .small { font-size: 14px; color: var(--muted); }

.hrt-v2 :where(main) :where(a) { color: var(--purple); text-decoration: underline; text-decoration-color: var(--line-dark); text-underline-offset: 3px; transition: color .15s; }
.hrt-v2 :where(main) :where(a):hover { color: var(--red); text-decoration-color: var(--red); }
.hrt-v2 :where(a):focus-visible { outline: 2px solid var(--purple); outline-offset: 2px; border-radius: 2px; }
.hrt-arrowlink { font-weight: 500; white-space: nowrap; color: var(--purple); text-decoration: underline; text-decoration-color: var(--line-dark); text-underline-offset: 3px; transition: color .15s; }
.hrt-arrowlink:hover { color: var(--red); text-decoration-color: var(--red); }
.hrt-arrowlink i { font-family: var(--serif); font-style: italic; }

@media (max-width: 900px) {
  body.hrt-v2 h1 { font-size: 44px; } body.hrt-v2 h2 { font-size: 33px; } body.hrt-v2 h3 { font-size: 24px; }
  body.hrt-v2 h4 { font-size: 20px; } body.hrt-v2 h5 { font-size: 18px; }
}
@media (max-width: 600px) {
  body.hrt-v2 { font-size: 16px; }
  body.hrt-v2 h1 { font-size: 34px; } body.hrt-v2 h2 { font-size: 28px; } body.hrt-v2 h3 { font-size: 22px; }
  body.hrt-v2 h4 { font-size: 19px; } body.hrt-v2 h5 { font-size: 17px; } body.hrt-v2 h6 { font-size: 15px; }
  .hrt-eyebrow { font-size: 12px; }
}

/* ---------- shared micro-components ---------- */
.hrt-eyebrow {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--purple);
  margin: 0 0 var(--s2);
  display: block;
}
.hrt-eyebrow::before {
  content: "";
  display: inline-block;
  width: 22px; height: 1px;
  margin-right: 10px;
  vertical-align: 4px;
  background-image: repeating-linear-gradient(to right, var(--red) 0 5px, transparent 5px 9px);
}
.hrt-no {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--muted);
  display: block;
  margin-bottom: var(--s2);
}

/* ---------- layout ---------- */
.hrt-container { max-width: var(--container); margin: 0 auto; padding: 0 var(--s4); }
.hrt-section { padding: 72px 0; }
.hrt-section--warm { background: var(--warm); }
.hrt-section--hero { padding-top: var(--s5); }
@media (max-width: 900px) {
  .hrt-container { padding: 0 var(--s3); }
  .hrt-section { padding: 56px 0; }
  .hrt-section--hero { padding-top: var(--s4); }
}
@media (max-width: 600px) {
  .hrt-container { padding: 0 20px; }
  .hrt-section { padding: 44px 0; }
}

.hrt-stitch {
  border: 0; height: 1px; margin: 0;
  background-image: repeating-linear-gradient(to right, var(--line-dark) 0 6px, transparent 6px 12px);
}
.hrt-stitch--accent { background-image: repeating-linear-gradient(to right, var(--purple) 0 6px, transparent 6px 12px); }

.hrt-sechead { margin-bottom: var(--s4); }
.hrt-sechead h2 { max-width: none; }
.hrt-sechead .sub { color: var(--muted); margin: var(--s2) 0 0; max-width: none; }
.hrt-sechead--center { margin-left: auto; margin-right: auto; text-align: center; }
.hrt-sechead--center h2 { margin-left: auto; margin-right: auto; }

.hrt-split { display: grid; grid-template-columns: minmax(280px, 0.38fr) 0.62fr; gap: var(--s4) var(--s6); align-items: start; }
.hrt-split .split-head { position: sticky; top: 108px; }
.hrt-split .split-body > :first-child { margin-top: 0; }
.hrt-split .split-body > :last-child { margin-bottom: 0; }
@media (max-width: 900px) {
  .hrt-split { grid-template-columns: 1fr; }
  .hrt-split .split-head { position: static; }
}

.hrt-cols2 { columns: 2; column-gap: var(--s6); }
.hrt-cols2 > * { break-inside: avoid; }
@media (max-width: 900px) { .hrt-cols2 { columns: 1; } }

.hrt-grid { display: grid; gap: var(--s4); }
.hrt-grid--2 { grid-template-columns: repeat(2, 1fr); }
.hrt-grid--3 { grid-template-columns: repeat(3, 1fr); }
.hrt-grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) {
  .hrt-grid { gap: var(--s3); }
  .hrt-grid--3, .hrt-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .hrt-grid { gap: var(--s2); }
  .hrt-grid--2, .hrt-grid--3, .hrt-grid--4 { grid-template-columns: 1fr; }
}

/* ---------- buttons ---------- */
.hrt-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--sans); font-size: 15px; font-weight: 500; letter-spacing: -0.005em;
  padding: 12px 20px; border-radius: var(--radius-pill);
  border: 0; cursor: pointer; text-decoration: none;
  transition: background .15s, color .15s, border-color .15s, box-shadow .15s, transform .15s;
  min-height: 44px;
  box-sizing: border-box;
}
.hrt-btn:hover { transform: translateY(-1px); }
.hrt-btn:focus-visible { outline: 2px solid var(--purple); outline-offset: 2px; }
.hrt-btn--primary { background: var(--red); color: #fff; box-shadow: 0 4px 14px rgba(232,74,67,0.22); }
.hrt-btn--primary:hover { background: var(--red-deep); color: #fff; box-shadow: var(--shadow-cta); }
.hrt-btn--primary:disabled { opacity: 0.4; cursor: not-allowed; }
.hrt-btn--ink { background: var(--ink); color: var(--paper); }
.hrt-btn--ink:hover { background: var(--red); color: #fff; box-shadow: var(--shadow-cta); }
.hrt-btn--secondary { background: transparent; color: var(--ink); border: 1px solid var(--line-dark); }
.hrt-btn--secondary:hover { color: var(--red); border-color: var(--red); background: transparent; }
.hrt-btn i { font-family: var(--serif); font-style: italic; font-size: 18px; line-height: 1; }

/* ---------- cards ---------- */
.hrt-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: var(--s4);
  transition: box-shadow .25s ease, border-color .25s ease, transform .25s ease;
}
.hrt-card:hover { box-shadow: var(--shadow-1); border-color: var(--line-dark); transform: translateY(-4px); }
.hrt-card h3, .hrt-card h4 { margin-bottom: var(--s1); }
.hrt-card p:last-child { margin-bottom: 0; }
@media (max-width: 600px) { .hrt-card { padding: var(--s3); } }

.hrt-stat { text-align: left; }
.hrt-stat .value { font-family: var(--serif); font-size: 44px; font-weight: 500; color: var(--ink); line-height: 1.1; }
.hrt-stat .value.red { color: var(--red); }
.hrt-stat .label { font-size: 14px; color: var(--muted); margin-top: 4px; }
.hrt-stat--rule { border-top: 1px dashed var(--line-dark); padding-top: var(--s2); }

/* ---------- CTA band ---------- */
.hrt-ctaband {
  background: var(--warm);
  border-top: 1px dashed var(--line-dark);
  border-bottom: 1px dashed var(--line-dark);
  padding: var(--s5) 0;
  text-align: center;
}
.hrt-ctaband .sub { color: var(--muted); max-width: none; margin: var(--s2) auto var(--s3); }
.hrt-ctaband .actions { display: flex; gap: var(--s2); justify-content: center; flex-wrap: wrap; align-items: center; }
.hrt-ctaband .hrt-btn { padding: 14px 28px; font-size: 16px; }
.hrt-ctaband--dark {
  background-color: var(--ink);
  background-image:
    radial-gradient(ellipse at 50% -30%, rgba(91,33,182,0.40) 0%, transparent 62%),
    radial-gradient(circle at 88% 110%, rgba(232,74,67,0.16) 0%, transparent 45%);
  border: 0;
  padding: var(--s6) 0;
}
.hrt-ctaband--dark h2, body.hrt-v2 .hrt-ctaband--dark h2 { color: var(--paper); font-size: 48px; }
.hrt-ctaband--dark .sub { color: #B9B9C0; }
.hrt-ctaband--dark .hrt-eyebrow { color: #DDD6FE; }
@media (max-width: 600px) { .hrt-ctaband--dark h2, body.hrt-v2 .hrt-ctaband--dark h2 { font-size: 32px; } }

/* ---------- forms ---------- */
.hrt-field { display: flex; flex-direction: column; gap: 4px; margin-bottom: 12px; }
.hrt-field label {
  font-family: var(--mono); font-size: 13px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted);
}
.hrt-input, .hrt-select, .hrt-textarea {
  font-family: var(--sans); font-size: 16px; color: var(--text);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-input);
  padding: 10px 12px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color .15s, box-shadow .15s;
}
.hrt-input::placeholder, .hrt-textarea::placeholder { color: var(--muted); }
.hrt-input:focus, .hrt-select:focus, .hrt-textarea:focus {
  outline: 0; border-color: var(--purple);
  box-shadow: 0 0 0 3px rgba(91,33,182,0.15);
}
.hrt-input.error { border-color: var(--danger); }
.hrt-field .error-msg { font-size: 13px; color: var(--danger); }
.hrt-form-panel {
  background: var(--warm);
  border-radius: var(--radius-card);
  padding: var(--s3);
}
.hrt-form-panel .consent { font-size: 13px; color: var(--muted); margin: 12px 0 0; }
@media (max-width: 600px) {
  .hrt-form-panel .hrt-btn { width: 100%; justify-content: center; }
}

/* ---------- testimonial ---------- */
.hrt-quote { display: flex; flex-direction: column; }
.hrt-quote blockquote {
  font-family: var(--serif); font-size: 22px; line-height: 1.4;
  color: var(--ink); margin: 0 0 var(--s3); flex: 1;
  position: relative; padding-left: 20px;
}
.hrt-quote blockquote::before {
  content: "\201C";
  position: absolute; left: 0; top: -2px;
  color: var(--red); font-size: 30px; font-style: italic;
}
.hrt-quote .who { display: flex; justify-content: space-between; gap: var(--s2); align-items: baseline; flex-wrap: wrap; }
.hrt-quote .who .name { font-weight: 600; color: var(--ink); }
.hrt-quote .who .meta { font-size: 14px; color: var(--muted); }

/* ---------- FAQ (open list) ---------- */
.hrt-faq { border-top: 1px dashed var(--line-dark); }
.hrt-faq details { border-bottom: 1px dashed var(--line-dark); }
.hrt-faq summary {
  list-style: none; cursor: default; pointer-events: none;
  display: flex; justify-content: flex-start; align-items: baseline; gap: 12px;
  padding: 20px 0 6px;
  font-family: var(--sans); font-size: 19px; font-weight: 600; color: var(--ink);
}
.hrt-faq summary::-webkit-details-marker { display: none; }
.hrt-faq summary::before {
  content: "Q.";
  font-family: var(--mono); font-size: 13px; font-weight: 500;
  color: var(--red); flex: none;
}
.hrt-faq .answer { color: var(--muted); padding: 0 0 18px 30px; }

/* ---------- pricing ---------- */
.hrt-plan { position: relative; display: flex; flex-direction: column; }
.hrt-plan--featured { border-color: var(--purple); box-shadow: 0 12px 32px rgba(91,33,182,0.10); }
.hrt-plan .tags { display: flex; gap: var(--s1); margin-bottom: var(--s2); flex-wrap: wrap; }
.hrt-tag {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em;
  padding: 3px 10px; border-radius: var(--radius-pill);
  border: 1px solid var(--line-dark); color: var(--muted); white-space: nowrap;
}
.hrt-tag--accent { border-color: var(--purple); color: var(--purple); }
.hrt-tag--offer { border-color: var(--red); color: var(--red); }
.hrt-plan .base-note { font-size: 14px; color: var(--muted); margin: 4px 0 var(--s2); }
.hrt-plan .price { margin: 0 0 4px; }
.hrt-plan .price .was { font-size: 19px; color: var(--muted); text-decoration: line-through; margin-right: 8px; font-family: var(--sans); }
.hrt-plan .price .now { font-family: var(--serif); font-size: 40px; color: var(--ink); font-weight: 500; }
.hrt-plan .price .per { font-size: 15px; color: var(--muted); }
.hrt-plan .advance { font-size: 14px; color: var(--muted); margin-bottom: var(--s3); }
.hrt-plan ul { list-style: none; margin: 0 0 var(--s4); padding: 0; flex: 1; }
.hrt-plan ul li { padding: 7px 0 7px 26px; position: relative; }
.hrt-plan ul li::before { content: "\2713"; position: absolute; left: 0; color: var(--red); font-weight: 600; }
.hrt-plan .hrt-btn { justify-content: center; }

/* ---------- interactive pricing calculator ---------- */
.hrt-calc .lead { font-weight: 600; color: var(--ink); font-size: 19px; font-family: var(--sans); }
.hrt-calc .lead-sub { font-size: 14px; color: var(--muted); margin-top: 2px; }
.hrt-calc__head { display: flex; justify-content: space-between; gap: var(--s2); align-items: flex-start; margin-bottom: var(--s3); }
.hrt-calc__num { font-family: var(--serif); font-size: 40px; color: var(--ink); line-height: 1; text-align: right; }
.hrt-calc__num-l { font-size: 13px; color: var(--muted); text-align: right; }
.hrt-calc input[type="range"] {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 6px; border-radius: 3px;
  background: var(--line); outline: none; margin: var(--s2) 0;
}
.hrt-calc input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--surface); border: 2px solid var(--ink);
  box-shadow: var(--shadow-1); cursor: pointer;
}
.hrt-calc input[type="range"]::-moz-range-thumb {
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--surface); border: 2px solid var(--ink);
  box-shadow: var(--shadow-1); cursor: pointer;
}
.hrt-calc__marks { display: flex; flex-wrap: wrap; gap: 6px; margin: var(--s1) 0 var(--s3); }
.hrt-calc__marks .hrt-tape__mark {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.05em;
  padding: 3px 9px; border-radius: var(--radius-pill);
  border: 1px solid var(--line-dark); background: transparent; color: var(--muted);
  cursor: pointer; transition: border-color .15s, color .15s, background .15s;
}
.hrt-calc__marks .hrt-tape__mark:hover { border-color: var(--ink); color: var(--ink); }
.hrt-calc__marks .hrt-tape__mark.active { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.hrt-calc__billing { display: flex; gap: var(--s1); flex-wrap: wrap; align-items: center; margin-bottom: var(--s3); }
.hrt-calc__billing-l { font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-right: 4px; }
.hrt-calc__billing-tab {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.05em;
  padding: 5px 12px; border-radius: var(--radius-pill);
  border: 1px solid var(--line-dark); background: transparent; color: var(--muted);
  cursor: pointer; transition: border-color .15s, color .15s, background .15s;
}
.hrt-calc__billing-tab.active { border-color: var(--purple); color: var(--purple); background: rgba(91,33,182,0.06); }
.hrt-calc__billing-save { color: var(--red); }
.hrt-calc__sum { border-top: 1px dashed var(--line-dark); padding-top: var(--s2); display: grid; gap: 10px; }
.hrt-calc__sum > div { display: flex; justify-content: space-between; align-items: baseline; gap: var(--s2); }
.hrt-calc__sum-l { font-size: 14px; color: var(--muted); }
.hrt-calc__sum-v { font-family: var(--serif); font-size: 24px; color: var(--ink); }

/* ---------- tables ---------- */
.hrt-table { border-collapse: collapse; width: 100%; font-size: 15px; }
.hrt-table caption { text-align: left; font-size: 14px; color: var(--muted); font-style: italic; padding-bottom: var(--s1); }
.hrt-table th {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted); font-weight: 500; text-align: left;
  padding: 10px 16px 10px 0; border-bottom: 1px solid var(--line-dark);
}
.hrt-table td { padding: 12px 16px 12px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.hrt-table td:first-child { font-weight: 600; color: var(--ink); }
.hrt-table-wrap { overflow-x: auto; }

/* ---------- header (global chrome) ---------- */
.hrt-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250,250,247,0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  font-family: var(--sans);
}
.hrt-header *, .hrt-header *::before, .hrt-header *::after { box-sizing: border-box; }
.hrt-header__inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: var(--s3); }
.hrt-header .logo img { height: 40px; width: auto; display: block; }
.hrt-nav { display: flex; align-items: center; gap: 4px; }
.hrt-nav > a, .hrt-nav .hrt-nav__item > a {
  font-size: 14px; color: var(--text); text-decoration: none;
  padding: 8px 14px; border-radius: var(--radius-pill);
  transition: background .15s, color .15s;
  display: inline-block; white-space: nowrap;
}
.hrt-nav > a:hover, .hrt-nav .hrt-nav__item > a:hover,
.hrt-nav a[aria-current="page"] { color: var(--ink); background: var(--warm); }
.hrt-nav .caret { font-size: 10px; color: var(--muted); }
.hrt-nav__item { position: relative; display: inline-block; }
.hrt-nav__menu {
  position: absolute; top: 100%; left: 0; z-index: 60;
  display: none;
  min-width: 300px; max-height: 72vh; overflow: auto;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-1);
  padding: 10px;
}
.hrt-nav__item:hover .hrt-nav__menu,
.hrt-nav__item:focus-within .hrt-nav__menu { display: block; }
.hrt-nav__menu a {
  display: block; padding: 9px 12px; border-radius: 8px;
  font-size: 14px; color: var(--text); text-decoration: none;
  transition: background .15s, color .15s;
}
.hrt-nav__menu a:hover { background: var(--warm); color: var(--ink); }
.hrt-nav__menu .menu-head {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--purple); border-bottom: 1px dashed var(--line); border-radius: 0;
  margin-bottom: 6px; padding-bottom: 10px;
}
.hrt-burger {
  display: none; background: none; border: 1px solid var(--line-dark);
  border-radius: var(--radius-pill); padding: 10px 16px;
  font-family: var(--sans); font-size: 14px; cursor: pointer; color: var(--ink);
}
@media (max-width: 1080px) {
  .hrt-nav, .hrt-header .hrt-btn { display: none; }
  .hrt-burger { display: block; }
}

/* ---------- mobile drawer (global chrome) ---------- */
.hrtv2-ovl {
  position: fixed; inset: 0; background: rgba(20,20,26,.5); z-index: 98;
  opacity: 0; pointer-events: none; transition: opacity .28s;
  -webkit-tap-highlight-color: transparent;
}
.hrtv2-ovl.open { opacity: 1; pointer-events: auto; }
.hrtv2-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(340px, 90vw);
  background: var(--paper); z-index: 99; transform: translateX(110%);
  transition: transform .3s cubic-bezier(.22,.61,.36,1);
  overflow-y: auto; display: flex; flex-direction: column;
  box-shadow: -4px 0 40px rgba(20,20,26,.14);
  font-family: var(--sans);
}
.hrtv2-drawer * { box-sizing: border-box; }
.hrtv2-drawer.open { transform: translateX(0); }
.hrtv2-drawer__top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px; border-bottom: 1px solid var(--line); flex-shrink: 0;
}
.hrtv2-drawer__top img { height: 34px; width: auto; display: block; }
.hrtv2-drawer__x {
  display: flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; background: none;
  border: 1px solid var(--line-dark); border-radius: 50%;
  font-size: 20px; color: var(--ink); cursor: pointer; line-height: 1; font-weight: 300;
}
.hrtv2-drawer__body { flex: 1; padding: 8px 20px 16px; }
.hrtv2-drawer__link {
  display: block; font-family: var(--serif);
  font-size: 19px; font-weight: 500; color: var(--ink);
  padding: 14px 0; border-bottom: 1px dashed var(--line);
  text-decoration: none; letter-spacing: -0.01em;
}
.hrtv2-acc { border-bottom: 1px dashed var(--line); }
.hrtv2-acc__btn {
  display: flex; justify-content: space-between; align-items: center;
  width: 100%; background: none; border: 0; padding: 14px 0; cursor: pointer;
  font-family: var(--serif); font-size: 19px; font-weight: 500; color: var(--ink);
  letter-spacing: -0.01em; text-align: left;
}
.hrtv2-acc__btn .c { font-size: 12px; color: var(--muted); transition: transform .2s; }
.hrtv2-acc.open .hrtv2-acc__btn .c { transform: rotate(180deg); }
.hrtv2-acc__panel { display: none; padding: 0 0 12px; }
.hrtv2-acc.open .hrtv2-acc__panel { display: block; }
.hrtv2-acc__panel a {
  display: block; padding: 9px 0 9px 14px; font-size: 15px;
  color: var(--text); text-decoration: none;
  border-left: 2px solid var(--line);
}
.hrtv2-acc__panel a:hover { color: var(--red); border-left-color: var(--red); }
.hrtv2-drawer__cta { padding: 16px 20px 24px; border-top: 1px solid var(--line); flex-shrink: 0; }
.hrtv2-drawer__cta .hrt-btn { width: 100%; justify-content: center; margin-bottom: 10px; }
.hrtv2-drawer__tel {
  display: block; text-align: center; font-family: var(--mono); font-size: 13px;
  color: var(--muted); text-decoration: none;
}

/* ---------- footer (global chrome) ---------- */
.hrt-footer { background: var(--ink); color: #B9B9C0; padding: var(--s5) 0 var(--s3); font-size: 15px; font-family: var(--sans); line-height: 1.55; }
.hrt-footer *, .hrt-footer *::before, .hrt-footer *::after { box-sizing: border-box; }
.hrt-footer a { color: #E8E8E4; text-decoration: none; }
.hrt-footer a:hover { color: #fff; text-decoration: underline; text-decoration-color: var(--red); }
.hrt-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.2fr; gap: var(--s4); padding-bottom: var(--s4); }
.hrt-footer .logo img { height: 44px; width: auto; }
.hrt-footer .brandline { margin: var(--s2) 0; }
.hrt-footer address { font-style: normal; font-size: 14px; line-height: 1.6; }
.hrt-footer .colhead {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: #8A8A93; margin: 0 0 var(--s2);
}
.hrt-footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.hrt-footer .social { display: flex; gap: var(--s2); margin-top: var(--s2); }
.hrt-footer .social a {
  display: grid; place-items: center; width: 40px; height: 40px;
  border: 1px solid #3A3A44; border-radius: 50%;
  text-decoration: none;
}
.hrt-footer .social svg { width: 16px; height: 16px; fill: #B9B9C0; transition: fill .15s; }
.hrt-footer .social a:hover { border-color: var(--red); }
.hrt-footer .social a:hover svg { fill: #fff; }
.hrt-footer__legal {
  border-top: 1px dashed #3A3A44; padding-top: var(--s3);
  display: flex; justify-content: space-between; gap: var(--s2); flex-wrap: wrap;
  font-size: 13px; color: #8A8A93;
}
.hrt-footer__legal a { color: #B9B9C0; }
.hrt-footer__group {
  margin-top: var(--s3);
  display: flex; align-items: baseline; gap: var(--s2); flex-wrap: wrap;
  font-size: 13px; color: #8A8A93;
}
.hrt-footer__group .colhead { margin: 0; }
@media (max-width: 900px) { .hrt-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .hrt-footer__grid { grid-template-columns: 1fr; } }

/* ---------- breadcrumb ---------- */
.hrt-crumb { font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: var(--s3); }
.hrt-crumb a { color: var(--muted); text-decoration: none; }
.hrt-crumb a:hover { color: var(--red); }

/* ---------- article (blog single) ---------- */
.hrt-article { max-width: var(--container); margin: 0 auto; padding-inline: var(--s4); font-size: 19px; line-height: 1.7; }
@media (max-width: 900px) { .hrt-article { padding-inline: var(--s3); } }
@media (max-width: 600px) { .hrt-article { padding-inline: 20px; } }
.hrt-article h2, .hrt-article h3 { margin: var(--s5) 0 var(--s2); }
.hrt-article h4, .hrt-article h5, .hrt-article h6 { margin: var(--s4) 0 var(--s2); }
.hrt-article p { margin: 0 0 var(--s3); }
.hrt-article ul, .hrt-article ol { margin: 0 0 var(--s3); padding-left: 24px; }
.hrt-article li { margin-bottom: var(--s1); }
.hrt-article li::marker { color: var(--red); }
.hrt-article img { max-width: 100%; height: auto; border-radius: var(--radius-card); }
.hrt-article figcaption { font-size: 14px; color: var(--muted); text-align: center; margin-top: var(--s1); }
.hrt-article blockquote {
  margin: var(--s4) 0; padding-left: var(--s3);
  border-left: 2px dashed var(--line-dark);
  font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--ink);
}
.hrt-article .postmeta {
  font-family: var(--mono); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted); margin: var(--s2) 0 var(--s4);
}

/* ---------- scroll-reveal ---------- */
@media screen and (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s cubic-bezier(.2,.6,.2,1), transform .7s cubic-bezier(.2,.6,.2,1); }
  .reveal.in-view { opacity: 1; transform: translateY(0); }
  .hrt-section--hero h1,
  .hrt-section--hero .lede,
  .hrt-section--hero .actions,
  .hrt-section--hero .hero-stats,
  .hrt-section--hero .hrt-crumb { animation: hrtRise .8s cubic-bezier(.2,.6,.2,1) both; }
  .hrt-section--hero .lede { animation-delay: .12s; }
  .hrt-section--hero .actions { animation-delay: .22s; }
  .hrt-section--hero .hero-stats { animation-delay: .34s; }
}
@keyframes hrtRise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
@media print {
  .reveal { opacity: 1 !important; transform: none !important; }
}

/* ---------- imagery & mascot ---------- */
.hrt-mascot { display: block; height: auto; max-width: 100%; }
.split-head .hrt-mascot { width: min(200px, 60%); margin-top: var(--s3); filter: drop-shadow(0 14px 24px rgba(20,20,26,0.10)); }
.hero-mascot { display: block; width: 100%; max-width: 340px; margin: 0 auto; filter: drop-shadow(0 16px 32px rgba(20,20,26,0.14)); }
.hero-flex { display: grid; grid-template-columns: 1fr auto; gap: var(--s5); align-items: center; }
.hero-flex .hero-mascot { max-width: 230px; }
@media (max-width: 900px) { .hero-flex { grid-template-columns: 1fr; } .hero-flex .hero-mascot { max-width: 180px; margin: 0; } }
.hrt-figure { border-radius: var(--radius-card); overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.hrt-figure img { display: block; width: 100%; height: auto; }
.postcard .thumb { border-radius: 10px; overflow: hidden; margin-bottom: var(--s2); aspect-ratio: 16 / 9; border: 1px solid var(--line); }
.postcard .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hrt-ctaband--dark .hrt-container { position: relative; }
.band-mascot { position: absolute; right: var(--s3); bottom: calc(-1 * var(--s6)); width: 180px; pointer-events: none; }
@media (max-width: 1100px) { .band-mascot { display: none; } }

/* ---------- homepage layout helpers (T01) ---------- */
.hrt-hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: var(--s6); align-items: center; }
.hrt-hero-side { display: grid; gap: var(--s4); justify-items: center; }
.hrt-hero-side .hero-stats { width: 100%; }
.hrt-hero-grid .lede { font-size: 20px; color: var(--muted); max-width: 54ch; margin: var(--s3) 0 var(--s4); }
.hrt-hero-grid .actions { display: flex; gap: var(--s2); flex-wrap: wrap; align-items: center; }
.hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s3); }
@media (max-width: 900px) { .hrt-hero-grid { grid-template-columns: 1fr; } }
.hrt-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--s3); }
.hrt-steps .step { border-top: 1px dashed var(--line-dark); padding-top: var(--s2); }
.hrt-steps .step .hrt-no { color: var(--red); }
.hrt-steps .step h4, body.hrt-v2 .hrt-steps .step h4 { font-size: 19px; margin-bottom: var(--s1); }
.hrt-steps .step p { font-size: 15px; color: var(--muted); margin: 0; }
@media (max-width: 900px) { .hrt-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .hrt-steps { grid-template-columns: 1fr; } }
.hrt-pricing-module { display: grid; grid-template-columns: 0.62fr 1.38fr; gap: var(--s5); align-items: start; }
.hrt-pricing-module .plans { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s3); }
@media (max-width: 1080px) { .hrt-pricing-module { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .hrt-pricing-module .plans { grid-template-columns: 1fr; } }
.hrt-logostrip { display: flex; flex-wrap: wrap; gap: var(--s2) var(--s4); align-items: baseline; }
.hrt-logostrip span { font-family: var(--serif); font-size: 22px; color: var(--muted); white-space: nowrap; }
.hrt-why { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: var(--s6); align-items: start; }
@media (max-width: 900px) { .hrt-why { grid-template-columns: 1fr; } }
.hrt-why .hrt-form-panel h3 { margin-bottom: var(--s1); }


/* ============================================================
   Elementor-kit overrides. The kit styles `.elementor-kit-* a`
   with the default GREEN #61CE70 at (0,1,1) and re-injects via
   Booster critical CSS, so every chrome/content link color is
   asserted here at >= (0,1,2), order-independent.
   ============================================================ */
body .hrt-nav > a, body .hrt-nav .hrt-nav__item > a { color: var(--text); }
body .hrt-nav > a:hover, body .hrt-nav .hrt-nav__item > a:hover,
body .hrt-nav a[aria-current="page"] { color: var(--ink); }
body .hrt-nav__menu a { color: var(--text); }
body .hrt-nav__menu a:hover { color: var(--ink); }
body .hrt-nav__menu .menu-head { color: var(--purple); }
body .hrt-footer a { color: #E8E8E4; }
body .hrt-footer a:hover { color: #fff; }
body .hrt-footer__legal a { color: #B9B9C0; }
body .hrt-footer__group a { color: #E8E8E4; }
body .hrtv2-drawer__link { color: var(--ink); }
body .hrtv2-acc__panel a { color: var(--text); }
body .hrtv2-acc__panel a:hover { color: var(--red); }
body .hrtv2-drawer__tel { color: var(--muted); }
body a.hrt-btn--primary, body .hrt-btn--primary { color: #fff; }
body a.hrt-btn--primary:hover, body .hrt-btn--primary:hover { color: #fff; }
body a.hrt-btn--ink, body .hrt-btn--ink { color: var(--paper); }
body a.hrt-btn--ink:hover, body .hrt-btn--ink:hover { color: #fff; }
body a.hrt-btn--secondary, body .hrt-btn--secondary { color: var(--ink); }
body a.hrt-btn--secondary:hover, body .hrt-btn--secondary:hover { color: var(--red); }
body .hrt-arrowlink { color: var(--purple); }
body .hrt-arrowlink:hover { color: var(--red); }
body.hrt-v2 main :where(a:not(.hrt-btn):not(.hrt-arrowlink)) { color: var(--purple); text-decoration: underline; text-decoration-color: var(--line-dark); text-underline-offset: 3px; }
body.hrt-v2 main :where(a:not(.hrt-btn):not(.hrt-arrowlink)):hover { color: var(--red); text-decoration-color: var(--red); }
body.hrt-v2 .hrt-quote blockquote { font-family: var(--serif); font-size: 22px; color: var(--ink); }

/* calculator controls carry legacy b-* classes for the shared pricing
   boot JS - assert the v2 look above the old inline dirb styles */
body .hrt-calc__marks .hrt-tape__mark {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.05em;
  padding: 3px 9px; border-radius: var(--radius-pill);
  border: 1px solid var(--line-dark); background: transparent; color: var(--muted);
  width: auto; height: auto; box-shadow: none;
}
body .hrt-calc__marks .hrt-tape__mark.active { background: var(--ink); border-color: var(--ink); color: var(--paper); }
body .hrt-calc .hrt-calc__billing-tab {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.05em;
  padding: 5px 12px; border-radius: var(--radius-pill);
  border: 1px solid var(--line-dark); background: transparent; color: var(--muted);
  width: auto; height: auto; box-shadow: none;
}
body .hrt-calc .hrt-calc__billing-tab.active { border-color: var(--purple); color: var(--purple); background: rgba(91,33,182,0.06); }

/* volume-discount notice (toggled by the shared pricing JS at 50+ emp) */
body.hrt-v2 #hrtVolumeMsg {
  display: none;
  margin-top: 16px; padding: 10px 14px;
  border: 1px dashed var(--purple); border-radius: 8px;
  background: rgba(91,33,182,0.06);
  font-family: var(--mono); font-size: 12.5px; line-height: 1.5; color: var(--purple);
}
body.hrt-v2 #hrtVolumeMsg.show { display: block; }

/* retired on converted pages: standalone cross-sell strips - the footer's
   SKAD group row is the sanctioned cross-sell in the new design */
body.hrt-v2 .hrt-xlink, body.hrt-v2 .hrt-xlink-footer { display: none !important; }

/* retired legal bar (old injector may persist in cached HTML for a while) */
#hrt-legal-bar { display: none !important; }
