.hp2026-editorial-atelier {
  --theme-accent: #E8885E;
  --theme-accent-deep: #CD7858;
  --theme-paper: #FAF6EE;
  --scv-teal-primary: #268599;
  --scv-teal-deep: #16344C;
  --scv-coral: #E8885E;
  --scv-coral-deep: #CD7858;
  --scv-coral-warm: #E8A87C;
  --scv-gray-50: #FAFAF8;
  --scv-gray-100: #F0EDE6;
  --scv-gray-200: #E5E0D6;
  --scv-gray-300: #D4CEC4;
  --fg-1: #16344C;
  --fg-2: #4A5765;
  --fg-3: #6B7886;
  --border: rgba(22,52,76,0.14);
  --font-serif: "Nunito", system-ui, sans-serif;
  --font-primary: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "SF Mono", Monaco, Consolas, "Courier New", monospace;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-coral-glow: 0 12px 40px rgba(232, 136, 94, 0.35);
  background: #FAF6EE;
  color: #16344C;
}

.hp2026-editorial-atelier .scv-container { max-width: 1240px; margin: 0 auto; padding: 0 40px; position: relative; }

.hp2026-editorial-atelier.hA-hero { padding: 56px 0 100px; position: relative; }
.hp2026-editorial-atelier.hA-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(232,136,94,0.08), transparent 45%),
    radial-gradient(circle at 88% 70%, rgba(38,133,153,0.06), transparent 50%);
}

.hp2026-editorial-atelier .hA-hero{ padding: 56px 0 100px; position: relative; }
.hp2026-editorial-atelier .hA-hero::before{
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(232,136,94,0.08), transparent 45%),
    radial-gradient(circle at 88% 70%, rgba(38,133,153,0.06), transparent 50%);
}
.hp2026-editorial-atelier .hA-hero-inner{ position: relative; z-index: 1; }
.hp2026-editorial-atelier .hA-hero-grid{ display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 64px; align-items: center; }

/* Issue line */
.hp2026-editorial-atelier .hA-issue{ display: flex; align-items: center; gap: 14px; font-size: 11px;
  font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--fg-3); margin-bottom: 36px; }
.hp2026-editorial-atelier .hA-issue-line{ flex: 1; height: 1px; background: rgba(22,52,76,0.18); }

.hp2026-editorial-atelier .hA-h1{ font-family: var(--font-serif); font-weight: 700;
  font-size: clamp(64px, 7.2vw, 112px); line-height: 0.94;
  letter-spacing: -0.04em; color: var(--scv-teal-deep); margin: 0; }
.hp2026-editorial-atelier .hA-h1 em{ font-style: italic; font-weight: 400; }
.hp2026-editorial-atelier .hA-strike{ display: inline-block; position: relative; color: rgba(22,52,76,0.32);
  font-style: italic; font-weight: 400; }
.hp2026-editorial-atelier .hA-strike::after{ content: ""; position: absolute; inset: 12% -3% -3% -3%;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 100' preserveAspectRatio='none'><path d='M5 50 Q100 20 200 55 T395 50 M5 60 Q120 30 220 60 T395 55 M10 40 Q100 70 220 45 T390 60' fill='none' stroke='%23E8885E' stroke-width='3' stroke-linecap='round' opacity='0.85'/></svg>") no-repeat center / 100% 100%;
  pointer-events: none; }
.hp2026-editorial-atelier .hA-underline{ display: inline-block; position: relative; color: var(--scv-coral-deep); }
.hp2026-editorial-atelier .hA-underline::after{ content: ""; position: absolute; left: -4px; right: -4px; bottom: -8px; height: 14px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 14' preserveAspectRatio='none'><path d='M2 8 Q60 2 130 8 T260 7 T398 9' fill='none' stroke='%23E8885E' stroke-width='4' stroke-linecap='round'/></svg>") no-repeat center / 100% 100%; }

.hp2026-editorial-atelier .hA-lede{ margin-top: 36px; font-family: var(--font-serif); font-style: italic;
  font-size: 22px; line-height: 1.45; color: var(--fg-2); max-width: 38ch; }

.hp2026-editorial-atelier .hA-cta-row{ margin-top: 36px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hp2026-editorial-atelier .hA-cta{ font-family: var(--font-primary); font-weight: 700; font-size: 14px;
  padding: 6px 6px 6px 28px; border-radius: 9999px; border: none;
  background: var(--scv-teal-deep); color: #fff; cursor: pointer;
  display: inline-flex; align-items: center; gap: 14px;
  transition: all .25s var(--ease-out); }
.hp2026-editorial-atelier .hA-cta:hover{ background: var(--scv-coral-deep); transform: translateY(-2px); box-shadow: var(--shadow-coral-glow); }
.hp2026-editorial-atelier .hA-cta-arr{ width: 36px; height: 36px; border-radius: 50%; background: var(--scv-coral);
  display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.hp2026-editorial-atelier .hA-cta-arr svg{ width: 14px; height: 14px; }
.hp2026-editorial-atelier .hA-cta-meta{ font-size: 12px; color: var(--fg-3); display: flex; align-items: center; gap: 12px; }
.hp2026-editorial-atelier .hA-cta-meta b{ color: var(--scv-teal-deep); font-weight: 700; }
.hp2026-editorial-atelier .hA-dot{ width: 4px; height: 4px; border-radius: 50%; background: var(--fg-3); }

.hp2026-editorial-atelier .hA-trust-row{ margin-top: 30px; padding-top: 24px;
  border-top: 1px dashed rgba(22,52,76,0.18);
  display: flex; align-items: center; gap: 14px;
  font-size: 12px; color: var(--fg-2); }
.hp2026-editorial-atelier .hA-stars{ color: var(--scv-coral); letter-spacing: 2px; font-size: 14px; }
.hp2026-editorial-atelier .hA-trust-row b{ color: var(--scv-teal-deep); font-weight: 700; }

/* Builder preview ----------------------------------------------- */
.hp2026-editorial-atelier .hA-stage{ position: relative; }
.hp2026-editorial-atelier .hA-builder{ position: relative; background: #fff; border-radius: 16px;
  box-shadow: 0 30px 80px -20px rgba(22,52,76,0.30), 0 8px 24px -8px rgba(22,52,76,0.15);
  overflow: hidden; transform: rotate(-0.5deg); }
.hp2026-editorial-atelier .hA-builder-bar{ display: flex; align-items: center; gap: 16px; padding: 14px 18px;
  border-bottom: 1px solid var(--scv-gray-200); background: var(--scv-gray-50); }
.hp2026-editorial-atelier .hA-builder-dots{ display: flex; gap: 6px; }
.hp2026-editorial-atelier .hA-builder-dots span{ width: 11px; height: 11px; border-radius: 50%; background: var(--scv-gray-300); }
.hp2026-editorial-atelier .hA-builder-dots span:first-child{ background: #FF6058; }
.hp2026-editorial-atelier .hA-builder-dots span:nth-child(2){ background: #FFBE2D; }
.hp2026-editorial-atelier .hA-builder-dots span:nth-child(3){ background: #29CB42; }
.hp2026-editorial-atelier .hA-builder-url{ font-family: var(--font-mono); font-size: 11px; color: var(--fg-3);
  background: #fff; padding: 6px 14px; border-radius: 9999px; border: 1px solid var(--scv-gray-200);
  flex: 1; max-width: 260px; }
.hp2026-editorial-atelier .hA-builder-status{ margin-left: auto; font-size: 11px; font-weight: 600; color: var(--scv-teal-primary);
  display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px;
  background: rgba(35,158,155,0.08); border-radius: 9999px; }
.hp2026-editorial-atelier .hA-builder-pulse{ width: 8px; height: 8px; border-radius: 50%; background: var(--scv-teal-primary);
  animation: hA-pulse 1.6s ease-in-out infinite; }
@keyframes hA-pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(0.7); } }

.hp2026-editorial-atelier .hA-builder-body{ display: grid; grid-template-columns: 130px 1fr 130px; min-height: 480px; }

.hp2026-editorial-atelier .hA-rail{ padding: 18px 12px; border-right: 1px solid var(--scv-gray-200); background: #FBFAF7; }
.hp2026-editorial-atelier .hA-rail-h{ font-size: 9px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--fg-3); margin-bottom: 14px; padding-left: 4px; }
.hp2026-editorial-atelier .hA-rail-item{ display: flex; align-items: center; gap: 10px; padding: 8px 6px;
  border-radius: 8px; transition: all .25s var(--ease-out); }
.hp2026-editorial-atelier .hA-rail-item.is-on{ background: rgba(232,136,94,0.10); }
.hp2026-editorial-atelier .hA-rail-av{ position: relative; width: 28px; height: 28px; border-radius: 50%;
  background: var(--scv-gray-100); padding: 3px; flex-shrink: 0; }
.hp2026-editorial-atelier .hA-rail-av img{ width: 100%; height: 100%; object-fit: contain; }
.hp2026-editorial-atelier .hA-rail-pulse{ position: absolute; inset: -4px; border-radius: 50%;
  border: 2px solid var(--scv-coral); animation: hA-ring 1.6s ease-out infinite; }
@keyframes hA-ring { 0% { transform: scale(0.85); opacity: 1; } 100% { transform: scale(1.4); opacity: 0; } }
.hp2026-editorial-atelier .hA-rail-name{ font-size: 11px; font-weight: 600; color: var(--scv-teal-deep); }
.hp2026-editorial-atelier .hA-rail-item.is-on .hA-rail-name{ color: var(--scv-coral-deep); }
.hp2026-editorial-atelier .hA-rail-more{ font-size: 10px; color: var(--fg-3); padding: 10px 6px; font-style: italic; }

.hp2026-editorial-atelier .hA-cv-wrap{ padding: 22px 18px; position: relative; background:
  repeating-linear-gradient(0deg, transparent 0, transparent 23px, rgba(22,52,76,0.03) 24px); }
.hp2026-editorial-atelier .hA-cv{ position: relative; padding: 18px 22px 22px 30px; }
.hp2026-editorial-atelier .hA-cv-coral{ position: absolute; top: 0; bottom: 0; left: 0; width: 4px; background: var(--scv-coral); }
.hp2026-editorial-atelier .hA-cv-name{ font-family: var(--font-serif); font-weight: 700; font-size: 24px;
  line-height: 1; letter-spacing: -0.02em; color: var(--scv-teal-deep); }
.hp2026-editorial-atelier .hA-cv-role{ font-size: 10px; color: var(--scv-coral-deep); font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; margin-top: 6px; }
.hp2026-editorial-atelier .hA-cv-meta{ font-size: 9px; color: var(--fg-3); margin-top: 6px; display: flex; gap: 12px; }
.hp2026-editorial-atelier .hA-cv-rule{ border-top: 1px solid var(--border); margin: 14px 0; }
.hp2026-editorial-atelier .hA-cv-h{ font-size: 9px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--scv-teal-primary); margin: 12px 0 6px; }
.hp2026-editorial-atelier .hA-cv-line{ height: 4px; background: var(--scv-gray-100); border-radius: 2px; margin: 4px 0; }
.hp2026-editorial-atelier .hA-cv-line.l{ width: 92%; } .hA-cv-line.m { width: 76%; } .hA-cv-line.s { width: 58%; }
.hp2026-editorial-atelier .hA-cv-bullet{ display: flex; gap: 6px; margin: 4px 0; padding: 3px 0; transition: all .3s; }
.hp2026-editorial-atelier .hA-cv-bullet::before{ content: ""; width: 4px; height: 4px; border-radius: 50%;
  background: var(--scv-coral); margin-top: 6px; flex-shrink: 0; }
.hp2026-editorial-atelier .hA-cv-lns{ flex: 1; display: flex; flex-direction: column; gap: 3px; }
.hp2026-editorial-atelier .hA-cv-ln{ height: 3px; background: var(--scv-gray-200); border-radius: 2px; }
.hp2026-editorial-atelier .hA-cv-ln.l{ width: 100%; } .hA-cv-ln.m { width: 80%; } .hA-cv-ln.s { width: 65%; }
.hp2026-editorial-atelier .hA-cv-bullet--active{ background: rgba(232,136,94,0.10); border-radius: 4px; padding: 3px 6px; }
.hp2026-editorial-atelier .hA-cv-bullet--active .hA-cv-ln{ background: var(--scv-coral-warm); }
.hp2026-editorial-atelier .hA-cv-chips{ display: flex; gap: 4px; margin-top: 4px; }
.hp2026-editorial-atelier .hA-cv-chips span{ height: 12px; background: var(--scv-gray-100); border-radius: 3px; }
.hp2026-editorial-atelier .hA-cv-chips span:nth-child(1){ width: 36px; }
.hp2026-editorial-atelier .hA-cv-chips span:nth-child(2){ width: 44px; }
.hp2026-editorial-atelier .hA-cv-chips span:nth-child(3){ width: 28px; }
.hp2026-editorial-atelier .hA-cv-chips span:nth-child(4){ width: 50px; }
.hp2026-editorial-atelier .hA-cv-chips span:nth-child(5){ width: 32px; }

.hp2026-editorial-atelier .hA-callout{ position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%);
  display: flex; align-items: center; gap: 12px;
  background: var(--scv-teal-deep); color: #fff;
  padding: 12px 18px; border-radius: 12px;
  box-shadow: 0 16px 32px rgba(22,52,76,0.30);
  min-width: 280px; z-index: 5;
  animation: hA-callout-in .5s var(--ease-out); }
@keyframes hA-callout-in { from { opacity: 0; transform: translate(-50%, 8px); } to { opacity: 1; transform: translate(-50%, 0); } }
.hp2026-editorial-atelier .hA-callout-av{ width: 36px; height: 36px; background: rgba(255,255,255,0.10);
  border-radius: 50%; padding: 4px; flex-shrink: 0; }
.hp2026-editorial-atelier .hA-callout-av img{ width: 100%; height: 100%; object-fit: contain; }
.hp2026-editorial-atelier .hA-callout-who{ font-size: 9px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--scv-coral-warm); }
.hp2026-editorial-atelier .hA-callout-action{ font-size: 12px; font-weight: 600; margin-top: 2px; }
.hp2026-editorial-atelier .hA-callout-tag{ display: inline-block; margin-top: 6px; padding: 2px 8px;
  background: var(--scv-coral); color: #fff; border-radius: 9999px;
  font-size: 9px; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase; }

.hp2026-editorial-atelier .hA-score{ padding: 18px 14px; border-left: 1px solid var(--scv-gray-200); background: #FBFAF7; }
.hp2026-editorial-atelier .hA-score-h{ font-size: 9px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--fg-3); margin-bottom: 14px; }
.hp2026-editorial-atelier .hA-score-ring{ position: relative; width: 96px; height: 96px; margin: 0 auto 16px; }
.hp2026-editorial-atelier .hA-score-ring svg{ width: 100%; height: 100%; }
.hp2026-editorial-atelier .hA-score-num{ position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif); font-weight: 700; font-size: 26px; color: var(--scv-teal-deep); }
.hp2026-editorial-atelier .hA-score-num sup{ font-size: 11px; color: var(--scv-coral); }
.hp2026-editorial-atelier .hA-score-flags{ display: flex; flex-direction: column; gap: 6px; }
.hp2026-editorial-atelier .hA-flag{ display: flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 600;
  color: var(--scv-teal-deep); }
.hp2026-editorial-atelier .hA-flag span{ width: 6px; height: 6px; border-radius: 50%; background: var(--scv-success); }
.hp2026-editorial-atelier .hA-flag.is-warn{ color: var(--scv-coral-deep); }
.hp2026-editorial-atelier .hA-flag.is-warn span{ background: var(--scv-coral); }

/* Sticky notes ---------------------------------------------------- */
.hp2026-editorial-atelier .hA-sticky{ position: absolute; padding: 12px 16px; background: #FFE9A8;
  box-shadow: 0 12px 24px rgba(0,0,0,0.10);
  font-family: var(--font-primary); font-size: 12px; font-weight: 600; color: #5a4400;
  max-width: 180px; line-height: 1.35; z-index: 4;
  border-radius: 2px; }
.hp2026-editorial-atelier .hA-sticky b{ color: var(--scv-coral-deep); display: block; font-size: 9px;
  letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 4px; font-weight: 800; }
.hp2026-editorial-atelier .hA-sticky--1{ top: -22px; left: -34px; transform: rotate(-5deg); animation: hA-float 6s ease-in-out infinite; }
.hp2026-editorial-atelier .hA-sticky--2{ top: 220px; right: -52px; transform: rotate(4deg); background: #C7E5DA; animation: hA-float 7s ease-in-out infinite reverse; }
.hp2026-editorial-atelier .hA-sticky--2 b{ color: #1f6951; }
.hp2026-editorial-atelier .hA-sticky--3{ bottom: -24px; left: 60px; transform: rotate(-3deg); background: #FFD0C2; animation: hA-float 5.5s ease-in-out infinite; }
@keyframes hA-float { 0%,100% { transform: translateY(0) rotate(var(--rot, -3deg)); } 50% { transform: translateY(-6px) rotate(var(--rot, -3deg)); } }

/* ============================================================
   HERO A — Right-side mode: AUDIT (before / after)
   ============================================================ */
.hp2026-editorial-atelier .hA-audit-stage{ position: relative; }
.hp2026-editorial-atelier .hA-audit-frame{ position: relative; width: 100%; height: 540px;
  background: #fff; border-radius: 16px; overflow: hidden;
  box-shadow: 0 30px 80px -20px rgba(22,52,76,0.30), 0 8px 24px -8px rgba(22,52,76,0.15);
  cursor: ew-resize; user-select: none; }

.hp2026-editorial-atelier .hA-audit-before, .hp2026-editorial-atelier .hA-audit-after{ position: absolute; inset: 0; padding: 36px 38px; }
.hp2026-editorial-atelier .hA-audit-before{ background: #F4F1EA; color: rgba(22,52,76,0.55); }
.hp2026-editorial-atelier .hA-audit-after{ background: #fff; color: var(--scv-teal-deep); }

.hp2026-editorial-atelier .hA-audit-stamp{ position: absolute; top: 26px; right: 26px;
  font-family: var(--font-serif); font-weight: 700; font-size: 11px;
  letter-spacing: 0.22em; color: #B22; padding: 6px 14px;
  border: 2px solid #B22; border-radius: 4px; transform: rotate(6deg);
  background: rgba(255,255,255,0.4); }
.hp2026-editorial-atelier .hA-audit-seal{ position: absolute; top: 22px; right: 22px;
  width: 78px; height: 78px; border-radius: 50%;
  background: var(--theme-accent, #E8885E); color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 8px 18px rgba(232,136,94,0.35); transform: rotate(-6deg); }
.hp2026-editorial-atelier .hA-audit-seal-pct{ font-family: var(--font-serif); font-weight: 700; font-size: 24px; line-height: 1; }
.hp2026-editorial-atelier .hA-audit-seal-pct sup{ font-size: 11px; }
.hp2026-editorial-atelier .hA-audit-seal-lbl{ font-size: 9px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; text-align: center; margin-top: 2px; line-height: 1.1; }

.hp2026-editorial-atelier .hA-audit-cv{ font-family: var(--font-primary); }
.hp2026-editorial-atelier .hA-audit-cv-name{ font-family: var(--font-serif); font-weight: 700; font-size: 26px;
  line-height: 1; letter-spacing: -0.02em; }
.hp2026-editorial-atelier .hA-audit-cv-role{ font-size: 11px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; margin-top: 8px; opacity: 0.75; }
.hp2026-editorial-atelier .hA-audit-cv-rule{ border-top: 1px solid rgba(22,52,76,0.18); margin: 18px 0; }
.hp2026-editorial-atelier .hA-audit-cv-h{ font-size: 10px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--scv-coral-deep); margin: 16px 0 8px; }
.hp2026-editorial-atelier .hA-audit-cv--before .hA-audit-cv-h{ color: rgba(22,52,76,0.45); }
.hp2026-editorial-atelier .hA-audit-cv-p{ font-size: 13px; line-height: 1.55; margin: 0; }
.hp2026-editorial-atelier .hA-audit-cv-ul{ list-style: none; padding: 0; margin: 0; }
.hp2026-editorial-atelier .hA-audit-cv-ul li{ font-size: 13px; line-height: 1.55; padding: 4px 0 4px 18px;
  position: relative; }
.hp2026-editorial-atelier .hA-audit-cv-ul li::before{ content: ""; position: absolute; left: 4px; top: 12px;
  width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: 0.5; }

.hp2026-editorial-atelier .hA-audit-flag-red{ background: rgba(220,40,40,0.14); color: #B22;
  text-decoration: line-through; padding: 0 4px; border-radius: 3px; }
.hp2026-editorial-atelier .hA-audit-miss{ font-size: 11px; color: #B22; font-style: italic; margin-left: 4px; }
.hp2026-editorial-atelier .hA-audit-flag-grn{ background: rgba(34,150,90,0.14); color: #1f7a4d;
  font-weight: 700; padding: 0 4px; border-radius: 3px; }
.hp2026-editorial-atelier .hA-audit-metric{ background: rgba(232,136,94,0.14); color: var(--scv-coral-deep);
  font-weight: 700; padding: 0 6px; border-radius: 3px; font-size: 12px; margin-left: 4px; }

.hp2026-editorial-atelier .hA-audit-cv-skills{ display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.hp2026-editorial-atelier .hA-audit-cv-skills span{ font-size: 11px; padding: 4px 10px; border-radius: 9999px;
  background: rgba(22,52,76,0.06); color: var(--scv-teal-deep); }
.hp2026-editorial-atelier .hA-audit-cv--after .hA-audit-cv-skills span{ background: rgba(232,136,94,0.10);
  color: var(--scv-coral-deep); font-weight: 600; }
.hp2026-editorial-atelier .hA-audit-skill-miss{ color: #B22 !important; background: rgba(220,40,40,0.10) !important;
  font-style: italic; }

.hp2026-editorial-atelier .hA-audit-handle{ position: absolute; top: 0; bottom: 0; width: 2px;
  background: var(--theme-accent, #E8885E); pointer-events: none; z-index: 6;
  box-shadow: 0 0 16px rgba(232,136,94,0.45); }
.hp2026-editorial-atelier .hA-audit-handle-bar{ position: absolute; inset: 0; }
.hp2026-editorial-atelier .hA-audit-handle-grip{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 44px; height: 44px; border-radius: 50%; background: var(--theme-accent, #E8885E);
  color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 18px rgba(232,136,94,0.45); }
.hp2026-editorial-atelier .hA-audit-handle-grip svg{ width: 18px; height: 18px; }

.hp2026-editorial-atelier .hA-audit-lbl{ position: absolute; top: 16px; font-size: 10px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; padding: 6px 12px; border-radius: 9999px;
  z-index: 5; }
.hp2026-editorial-atelier .hA-audit-lbl--before{ left: 18px; background: rgba(178,34,34,0.10); color: #B22; }
.hp2026-editorial-atelier .hA-audit-lbl--after{ right: 110px; background: rgba(34,150,90,0.10); color: #1f7a4d; }

.hp2026-editorial-atelier .hA-audit-metrics{ display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 10px;
  margin-top: 16px; }
.hp2026-editorial-atelier .hA-audit-metric-card{ background: #fff; border: 1px solid var(--border);
  border-radius: 10px; padding: 12px 14px;
  box-shadow: 0 4px 12px rgba(22,52,76,0.06); }
.hp2026-editorial-atelier .hA-audit-metric-bar{ display: flex; align-items: center; gap: 8px; }
.hp2026-editorial-atelier .hA-audit-metric-from{ font-family: var(--font-serif); font-weight: 700; font-size: 18px;
  color: rgba(22,52,76,0.40); }
.hp2026-editorial-atelier .hA-audit-metric-to{ font-family: var(--font-serif); font-weight: 700; font-size: 22px;
  color: var(--theme-accent, #E8885E); }
.hp2026-editorial-atelier .hA-audit-metric-line{ flex: 1; height: 4px; background: rgba(22,52,76,0.10);
  border-radius: 2px; position: relative; overflow: hidden; }
.hp2026-editorial-atelier .hA-audit-metric-line i{ display: block; height: 100%; background: var(--theme-accent, #E8885E);
  border-radius: 2px; animation: hA-audit-grow 2.4s var(--ease-out) infinite alternate; }
@keyframes hA-audit-grow { from { width: 38% !important; } }
.hp2026-editorial-atelier .hA-audit-metric-big{ font-family: var(--font-serif); font-weight: 700; font-size: 18px;
  color: var(--scv-teal-deep); }
.hp2026-editorial-atelier .hA-audit-metric-big span{ font-style: italic; font-weight: 400; opacity: 0.6; font-size: 12px; }
.hp2026-editorial-atelier .hA-audit-metric-lbl{ font-size: 10px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--fg-3); margin-top: 4px; }

/* ============================================================
   HERO A — Right-side mode: MATCH (job match scanner)
   ============================================================ */
.hp2026-editorial-atelier .hA-match-stage{ position: relative; }
.hp2026-editorial-atelier .hA-match-frame{ position: relative; width: 100%; height: 540px;
  background: #FBFAF7; border-radius: 16px; overflow: hidden;
  box-shadow: 0 30px 80px -20px rgba(22,52,76,0.30), 0 8px 24px -8px rgba(22,52,76,0.15);
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  padding: 36px 28px; }

.hp2026-editorial-atelier .hA-match-job, .hp2026-editorial-atelier .hA-match-cv{ background: #fff; border-radius: 12px; padding: 18px 20px;
  box-shadow: 0 4px 14px rgba(22,52,76,0.08); position: relative; z-index: 2; }
.hp2026-editorial-atelier .hA-match-job{ margin-right: 12px; }
.hp2026-editorial-atelier .hA-match-cv{ margin-left: 12px; }

.hp2026-editorial-atelier .hA-match-job-bar{ display: flex; align-items: center; gap: 6px; font-size: 11px;
  color: var(--fg-3); margin-bottom: 6px; }
.hp2026-editorial-atelier .hA-match-job-co{ font-weight: 700; color: var(--scv-teal-deep); }
.hp2026-editorial-atelier .hA-match-job-loc{ color: var(--fg-3); }
.hp2026-editorial-atelier .hA-match-job-pin{ font-size: 10px; }

.hp2026-editorial-atelier .hA-match-job-title{ font-family: var(--font-serif); font-weight: 700; font-size: 20px;
  line-height: 1.1; color: var(--scv-teal-deep); letter-spacing: -0.01em; }
.hp2026-editorial-atelier .hA-match-job-tags{ display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.hp2026-editorial-atelier .hA-match-job-tags span{ font-size: 10px; font-weight: 600; color: var(--scv-teal-deep);
  padding: 3px 8px; background: rgba(22,52,76,0.06); border-radius: 9999px; }
.hp2026-editorial-atelier .hA-match-job-h{ font-size: 10px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--fg-3); margin: 16px 0 8px; }
.hp2026-editorial-atelier .hA-match-job-ul{ list-style: none; padding: 0; margin: 0; }
.hp2026-editorial-atelier .hA-match-req{ display: flex; align-items: center; gap: 8px; padding: 6px 0;
  font-size: 12px; color: var(--scv-teal-deep); transition: all .35s var(--ease-out); }
.hp2026-editorial-atelier .hA-match-req-dot{ width: 8px; height: 8px; border-radius: 50%;
  background: var(--scv-gray-300); flex-shrink: 0; transition: all .35s; }
.hp2026-editorial-atelier .hA-match-req.is-matched .hA-match-req-dot{ background: var(--theme-accent, #E8885E);
  box-shadow: 0 0 0 4px rgba(232,136,94,0.18); }
.hp2026-editorial-atelier .hA-match-req-txt{ flex: 1; }
.hp2026-editorial-atelier .hA-match-req.is-matched .hA-match-req-txt{ font-weight: 600; }
.hp2026-editorial-atelier .hA-match-req-tick{ font-size: 12px; color: #1f7a4d; font-weight: 700; }
.hp2026-editorial-atelier .hA-match-job-foot{ margin-top: 14px; padding-top: 12px; border-top: 1px dashed var(--border); }
.hp2026-editorial-atelier .hA-match-job-paste{ font-size: 11px; color: var(--scv-coral-deep); font-weight: 600;
  font-style: italic; }

.hp2026-editorial-atelier .hA-match-cv-bar{ display: flex; flex-direction: column; gap: 2px;
  padding-bottom: 12px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.hp2026-editorial-atelier .hA-match-cv-name{ font-family: var(--font-serif); font-weight: 700; font-size: 18px;
  color: var(--scv-teal-deep); }
.hp2026-editorial-atelier .hA-match-cv-role{ font-size: 10px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--scv-coral-deep); }
.hp2026-editorial-atelier .hA-match-cv-h{ font-size: 10px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--fg-3); margin-bottom: 8px; }
.hp2026-editorial-atelier .hA-match-cv-ul{ list-style: none; padding: 0; margin: 0; }
.hp2026-editorial-atelier .hA-match-bullet{ display: flex; align-items: flex-start; gap: 8px; padding: 8px 0;
  font-size: 12px; color: var(--scv-teal-deep); transition: all .35s; }
.hp2026-editorial-atelier .hA-match-bullet-dot{ width: 6px; height: 6px; border-radius: 50%;
  background: var(--scv-gray-300); margin-top: 6px; flex-shrink: 0; transition: all .35s; }
.hp2026-editorial-atelier .hA-match-bullet.is-matched .hA-match-bullet-dot{ background: var(--theme-accent, #E8885E); }
.hp2026-editorial-atelier .hA-match-bullet.is-matched{ background: rgba(232,136,94,0.06); border-radius: 6px;
  padding: 8px 8px; margin: 0 -8px; }

.hp2026-editorial-atelier .hA-match-lines{ position: absolute; left: 0; right: 0; top: 36px; bottom: 0;
  width: 100%; height: calc(100% - 72px); pointer-events: none; z-index: 1; }
.hp2026-editorial-atelier .hA-match-line{ animation: hA-match-draw .6s var(--ease-out); }
@keyframes hA-match-draw { from { opacity: 0; transform: translateX(-4px); } to { opacity: 1; } }

.hp2026-editorial-atelier .hA-match-score{ position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; z-index: 5;
  background: #fff; padding: 8px 14px 10px; border-radius: 12px;
  box-shadow: 0 8px 18px rgba(22,52,76,0.14); }
.hp2026-editorial-atelier .hA-match-score-ring{ position: relative; width: 48px; height: 48px; }
.hp2026-editorial-atelier .hA-match-score-num{ position: absolute; inset: 0; display: flex; align-items: center;
  justify-content: center; font-family: var(--font-serif); font-weight: 700; font-size: 16px;
  color: var(--scv-teal-deep); }
.hp2026-editorial-atelier .hA-match-score-num sup{ font-size: 8px; color: var(--scv-coral); }
.hp2026-editorial-atelier .hA-match-score-lbl{ font-size: 9px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--fg-3); margin-top: 4px; }

.hp2026-editorial-atelier .hA-match-fix{ position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%);
  display: flex; align-items: center; gap: 10px;
  background: var(--scv-teal-deep); color: #fff; padding: 8px 14px;
  border-radius: 9999px; box-shadow: 0 10px 22px rgba(22,52,76,0.30);
  font-size: 11px; font-weight: 600; max-width: 92%; z-index: 5;
  animation: hA-match-fix-in .4s var(--ease-out); }
@keyframes hA-match-fix-in { from { opacity: 0; transform: translate(-50%, 8px); } to { opacity: 1; transform: translate(-50%, 0); } }
.hp2026-editorial-atelier .hA-match-fix-txt b{ font-weight: 700; color: var(--scv-coral-warm); margin-right: 4px; }
.hp2026-editorial-atelier .hA-match-fix-av{ width: 22px; height: 22px; border-radius: 50%;
  background: rgba(255,255,255,0.10); padding: 2px; flex-shrink: 0; }
.hp2026-editorial-atelier .hA-match-fix-av img{ width: 100%; height: 100%; object-fit: contain; }

/* ============================================================
   HERO A — Right-side mode: RESULT (finished résumé + badges)
   ============================================================ */
.hp2026-editorial-atelier .hRes-stage{ position: relative; padding: 0 16px; }

/* page 2 ghost behind the main page */
.hp2026-editorial-atelier .hRes-page2{ position: absolute; top: 18px; left: 28px; right: 8px; bottom: -8px;
  background: #fff; border-radius: 14px; transform: rotate(2deg);
  box-shadow: 0 12px 30px -10px rgba(22,52,76,0.18);
  border: 1px solid var(--scv-gray-200); z-index: 1; }
.hp2026-editorial-atelier .hRes-page2::before, .hp2026-editorial-atelier .hRes-page2::after{ content: ""; position: absolute;
  left: 32px; right: 32px; height: 4px; background: var(--scv-gray-100); border-radius: 2px; }
.hp2026-editorial-atelier .hRes-page2::before{ top: 60px; }
.hp2026-editorial-atelier .hRes-page2::after{ top: 80px; right: 60px; }

.hp2026-editorial-atelier .hRes-page{ position: relative; z-index: 2;
  background: #fff; border-radius: 14px;
  box-shadow: 0 30px 80px -20px rgba(22,52,76,0.30), 0 8px 24px -8px rgba(22,52,76,0.15);
  font-family: var(--font-primary); transform: rotate(-0.6deg); min-height: 720px;
  overflow: hidden; }
.hp2026-editorial-atelier .hRes-page.is-rtl{ transform: rotate(0.6deg); }

/* 2-col layout */
.hp2026-editorial-atelier .hRes-page--2col{ display: grid; grid-template-columns: 200px 1fr; }
.hp2026-editorial-atelier .hRes-page--2col.is-rtl{ grid-template-columns: 1fr 200px; }

/* ===== Sidebar ===== */
.hp2026-editorial-atelier .hRes-side{ background: #F0F4F9; padding: 22px 16px 22px;
  display: flex; flex-direction: column; gap: 18px;
  border-right: 1px solid var(--scv-gray-200); }
.hp2026-editorial-atelier .hRes-page--2col.is-rtl .hRes-side{ order: 2;
  border-right: none; border-left: 1px solid var(--scv-gray-200); }

.hp2026-editorial-atelier .hRes-side-block{ display: flex; flex-direction: column; gap: 6px; }
.hp2026-editorial-atelier .hRes-side-h{ font-size: 10px; font-weight: 800; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--theme-accent-deep, var(--scv-coral-deep));
  text-align: center; padding-bottom: 4px;
  border-bottom: 1px solid rgba(22,52,76,0.10);
  opacity: 0; transition: opacity .4s var(--ease-out); }
.hp2026-editorial-atelier .hRes-side-h.is-on{ opacity: 1; }

/* skill bars */
.hp2026-editorial-atelier .hRes-skill{ font-size: 11px; opacity: 0; transform: translateY(3px);
  transition: all .35s var(--ease-out); margin-top: 4px; }
.hp2026-editorial-atelier .hRes-skill.is-on{ opacity: 1; transform: translateY(0); }
.hp2026-editorial-atelier .hRes-skill-row{ display: flex; justify-content: space-between; gap: 6px;
  color: var(--scv-teal-deep); font-weight: 600; margin-bottom: 3px; }
.hp2026-editorial-atelier .hRes-skill-name{ font-size: 11px; }
.hp2026-editorial-atelier .hRes-skill-pct{ font-size: 10px; color: var(--theme-accent-deep, var(--scv-coral-deep));
  font-weight: 700; }
.hp2026-editorial-atelier .hRes-skill-track{ height: 3px; background: rgba(22,52,76,0.08); border-radius: 2px;
  overflow: hidden; }
.hp2026-editorial-atelier .hRes-skill-track i{ display: block; height: 100%;
  background: var(--theme-accent, #E8885E); border-radius: 2px;
  width: 0; transition: width .8s var(--ease-out); }

/* soft skills chips */
.hp2026-editorial-atelier .hRes-side-chips{ display: flex; flex-wrap: wrap; gap: 5px; justify-content: center;
  padding: 0 4px; }
.hp2026-editorial-atelier .hRes-side-chip{ font-size: 10px; font-weight: 600; padding: 4px 10px;
  border-radius: 9999px; background: #fff; color: var(--scv-teal-deep);
  border: 1px solid rgba(232,136,94,0.30);
  opacity: 0; transform: scale(0.85); transition: all .3s var(--ease-out); }
.hp2026-editorial-atelier .hRes-side-chip.is-on{ opacity: 1; transform: scale(1); }

/* languages */
.hp2026-editorial-atelier .hRes-lang{ display: flex; align-items: center; gap: 5px; font-size: 11px;
  color: var(--scv-teal-deep);
  opacity: 0; transform: translateX(-3px); transition: all .35s var(--ease-out);
  padding: 2px 0; }
.hp2026-editorial-atelier .hRes-lang.is-on{ opacity: 1; transform: translateX(0); }
.hp2026-editorial-atelier .hRes-page--2col.is-rtl .hRes-lang{ transform: translateX(3px); }
.hp2026-editorial-atelier .hRes-page--2col.is-rtl .hRes-lang.is-on{ transform: translateX(0); }
.hp2026-editorial-atelier .hRes-lang-globe{ font-size: 11px; opacity: 0.6; }
.hp2026-editorial-atelier .hRes-lang-name{ font-weight: 600; }
.hp2026-editorial-atelier .hRes-lang-dot{ color: var(--fg-3); }
.hp2026-editorial-atelier .hRes-lang-lvl{ color: var(--theme-accent-deep, var(--scv-coral-deep));
  font-weight: 700; font-size: 10px; }

/* ===== Main column ===== */
.hp2026-editorial-atelier .hRes-main{ position: relative; padding: 24px 26px 22px 26px; }
.hp2026-editorial-atelier .hRes-page--2col.is-rtl .hRes-main{ order: 1; }

.hp2026-editorial-atelier .hRes-coral{ position: absolute; top: 0; bottom: 0; left: 0; width: 4px;
  background: var(--theme-accent, #E8885E); }
.hp2026-editorial-atelier .hRes-page--2col.is-rtl .hRes-main .hRes-coral{ left: auto; right: 0; }

/* Header (no longer has photo — that moved to sidebar) */
.hp2026-editorial-atelier .hRes-head{ display: block; margin-bottom: 4px; }
.hp2026-editorial-atelier .hRes-photo{ position: relative; width: 110px; height: 110px; border-radius: 50%;
  margin: 0 auto 4px; overflow: visible;
  opacity: 0; transform: scale(0.85); transition: all .5s var(--ease-out); }
.hp2026-editorial-atelier .hRes-photo.is-on{ opacity: 1; transform: scale(1); }
.hp2026-editorial-atelier .hRes-photo img{ width: 110px; height: 110px; border-radius: 50%; object-fit: cover;
  display: block; }
.hp2026-editorial-atelier .hRes-photo-ring{ position: absolute; inset: -4px; border-radius: 50%;
  border: 2px solid var(--theme-accent, #E8885E); pointer-events: none; }
.hp2026-editorial-atelier .hRes-photo.is-on .hRes-photo-ring{
  animation: hRes-ring-sweep 1s ease-out 1; }
@keyframes hRes-ring-sweep {
.hp2026-editorial-atelier 0%{ clip-path: polygon(50% 50%, 50% 0%, 50% 0%, 50% 50%); }
.hp2026-editorial-atelier 50%{ clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 50% 100%); }
.hp2026-editorial-atelier 100%{ clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%); }
}
.hp2026-editorial-atelier .hRes-online{ position: absolute; bottom: 4px; right: 4px;
  width: 12px; height: 12px; border-radius: 50%; background: #29CB42;
  border: 2px solid #fff; box-shadow: 0 0 0 0 rgba(41,203,66,0.5);
  animation: hRes-pulse-dot 2s ease-in-out infinite; }
@keyframes hRes-pulse-dot {
.hp2026-editorial-atelier 0%, .hp2026-editorial-atelier 100%{ box-shadow: 0 0 0 0 rgba(41,203,66,0.5); }
.hp2026-editorial-atelier 50%{ box-shadow: 0 0 0 6px rgba(41,203,66,0); }
}

.hp2026-editorial-atelier .hRes-headtxt{ flex: 1; min-width: 0; }
.hp2026-editorial-atelier .hRes-name{ font-family: var(--font-serif); font-weight: 700; font-size: 26px;
  line-height: 1.05; letter-spacing: -0.02em; color: var(--scv-teal-deep); margin: 0;
  opacity: 0; transform: translateY(4px); transition: all .35s var(--ease-out); }
.hp2026-editorial-atelier .hRes-name.is-on{ opacity: 1; transform: translateY(0); }
.hp2026-editorial-atelier .hRes-role{ font-size: 11px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--theme-accent-deep, var(--scv-coral-deep));
  margin-top: 6px;
  opacity: 0; transform: translateX(-4px); transition: all .35s var(--ease-out) .05s; }
.hp2026-editorial-atelier .hRes-role.is-on{ opacity: 1; transform: translateX(0); }
.hp2026-editorial-atelier .hRes-meta{ font-size: 10.5px; color: var(--fg-3); margin-top: 4px;
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
  opacity: 0; transition: all .35s var(--ease-out) .1s; }
.hp2026-editorial-atelier .hRes-meta.is-on{ opacity: 1; }
.hp2026-editorial-atelier .hRes-meta-dot{ width: 3px; height: 3px; border-radius: 50%; background: var(--fg-4); }

.hp2026-editorial-atelier .hRes-rule{ border: none; border-top: 1px solid var(--border); margin: 12px 0;
  opacity: 0; transition: opacity .3s; }
.hp2026-editorial-atelier .hRes-rule.is-on{ opacity: 1; }

.hp2026-editorial-atelier .hRes-sect{ margin-bottom: 12px; }
.hp2026-editorial-atelier .hRes-h{ font-family: var(--font-serif); font-style: italic; font-size: 12px; font-weight: 600;
  letter-spacing: 0.02em; color: var(--theme-accent-deep, var(--scv-coral-deep));
  margin-bottom: 5px;
  opacity: 0; transform: translateX(-4px); transition: all .35s var(--ease-out); }
.hp2026-editorial-atelier .hRes-h.is-on{ opacity: 1; transform: translateX(0); }
.hp2026-editorial-atelier .hRes-page.is-rtl .hRes-h,
.hp2026-editorial-atelier .hRes-page--2col.is-rtl .hRes-h{ transform: translateX(4px); }
.hp2026-editorial-atelier .hRes-page.is-rtl .hRes-h.is-on,
.hp2026-editorial-atelier .hRes-page--2col.is-rtl .hRes-h.is-on{ transform: translateX(0); }

.hp2026-editorial-atelier .hRes-p{ font-size: 12px; line-height: 1.55; color: var(--scv-teal-deep); margin: 0;
  opacity: 0; transform: translateY(4px); transition: all .4s var(--ease-out); }
.hp2026-editorial-atelier .hRes-p.is-on{ opacity: 1; transform: translateY(0); }

.hp2026-editorial-atelier .hRes-ul{ list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 5px; }
.hp2026-editorial-atelier .hRes-li{ display: flex; gap: 8px; font-size: 12px; line-height: 1.5;
  color: var(--scv-teal-deep);
  opacity: 0; transform: translateY(4px); transition: all .4s var(--ease-out); }
.hp2026-editorial-atelier .hRes-li.is-on{ opacity: 1; transform: translateY(0); }
.hp2026-editorial-atelier .hRes-bullet-dot{ width: 5px; height: 5px; border-radius: 50%;
  background: var(--theme-accent, #E8885E); margin-top: 7px; flex-shrink: 0; }
.hp2026-editorial-atelier .hRes-bullet-txt{ flex: 1; }
.hp2026-editorial-atelier .hRes-bullet-txt b{ font-weight: 700; color: var(--theme-accent-deep, var(--scv-coral-deep));
  margin-right: 4px; }
.hp2026-editorial-atelier .hRes-page--2col.is-rtl .hRes-bullet-txt b{ margin-right: 0; margin-left: 4px; }
.hp2026-editorial-atelier .hRes-bullet-metric{ display: inline-block; margin: 0 0 0 6px; padding: 1px 7px;
  background: rgba(232,136,94,0.12); color: var(--theme-accent-deep, var(--scv-coral-deep));
  border-radius: 9999px; font-size: 10px; font-weight: 700; }
.hp2026-editorial-atelier .hRes-page--2col.is-rtl .hRes-bullet-metric{ margin: 0 6px 0 0; }

/* education */
.hp2026-editorial-atelier .hRes-edu{ opacity: 0; transform: translateY(4px); transition: all .4s var(--ease-out); }
.hp2026-editorial-atelier .hRes-edu.is-on{ opacity: 1; transform: translateY(0); }
.hp2026-editorial-atelier .hRes-edu-row{ display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.hp2026-editorial-atelier .hRes-edu-deg{ font-size: 12px; font-weight: 700; color: var(--scv-teal-deep); }
.hp2026-editorial-atelier .hRes-edu-yr{ font-size: 11px; font-weight: 700;
  color: var(--theme-accent-deep, var(--scv-coral-deep)); }
.hp2026-editorial-atelier .hRes-edu-school{ font-size: 11px; color: var(--fg-3); margin-top: 2px; }

/* proud cards */
.hp2026-editorial-atelier .hRes-proud{ display: flex; flex-direction: column; gap: 6px; }
.hp2026-editorial-atelier .hRes-proud-card{ display: flex; gap: 10px; padding: 8px 10px;
  background: rgba(232,136,94,0.06); border: 1px solid rgba(232,136,94,0.18);
  border-radius: 8px;
  opacity: 0; transform: translateY(4px); transition: all .4s var(--ease-out); }
.hp2026-editorial-atelier .hRes-proud-card.is-on{ opacity: 1; transform: translateY(0); }
.hp2026-editorial-atelier .hRes-proud-ic{ font-size: 16px; line-height: 1; flex-shrink: 0;
  width: 26px; height: 26px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff; box-shadow: 0 1px 3px rgba(22,52,76,0.10); }
.hp2026-editorial-atelier .hRes-proud-t{ font-size: 12px; font-weight: 700; color: var(--scv-teal-deep);
  line-height: 1.2; }
.hp2026-editorial-atelier .hRes-proud-x{ font-size: 11px; line-height: 1.45; color: var(--fg-2); margin-top: 2px; }

/* mindset */
.hp2026-editorial-atelier .hRes-mindset{ list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 4px; }
.hp2026-editorial-atelier .hRes-mindset-li{ display: flex; gap: 8px; font-size: 11.5px; line-height: 1.5;
  color: var(--scv-teal-deep);
  opacity: 0; transform: translateY(3px); transition: all .35s var(--ease-out); }
.hp2026-editorial-atelier .hRes-mindset-li.is-on{ opacity: 1; transform: translateY(0); }
.hp2026-editorial-atelier .hRes-mindset-li b{ color: var(--theme-accent-deep, var(--scv-coral-deep)); font-weight: 700; }
.hp2026-editorial-atelier .hRes-mindset-dot{ width: 4px; height: 4px; border-radius: 50%;
  background: var(--theme-accent, #E8885E); margin-top: 7px; flex-shrink: 0; }

.hp2026-editorial-atelier .hRes-chips{ display: flex; flex-wrap: wrap; gap: 6px; }
.hp2026-editorial-atelier .hRes-chip{ font-size: 11px; font-weight: 600; padding: 4px 11px;
  border-radius: 9999px; background: rgba(22,52,76,0.06); color: var(--scv-teal-deep);
  opacity: 0; transform: scale(0.85); transition: all .3s var(--ease-out); }
.hp2026-editorial-atelier .hRes-chip.is-on{ opacity: 1; transform: scale(1); }

.hp2026-editorial-atelier .hRes-actions{ position: absolute; bottom: 16px; right: 18px;
  display: inline-flex; align-items: center; gap: 8px;
  opacity: 0; transform: translateY(6px); transition: all .35s var(--ease-out) .1s;
  pointer-events: none; }
.hp2026-editorial-atelier .hRes-actions.is-on{ opacity: 1; transform: translateY(0); pointer-events: auto; }
.hp2026-editorial-atelier .hRes-page.is-rtl .hRes-actions,
.hp2026-editorial-atelier .hRes-page--2col.is-rtl .hRes-actions{ right: auto; left: 18px; }

.hp2026-editorial-atelier .hRes-replay{ display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-primary); font-size: 11px; font-weight: 700;
  color: var(--theme-ink, #16344C);
  background: transparent; border: 1px solid rgba(22,52,76,0.18);
  border-radius: 999px; padding: 6px 12px; cursor: pointer;
  transition: all .2s var(--ease-out); }
.hp2026-editorial-atelier .hRes-replay:hover{ background: rgba(22,52,76,0.06); border-color: rgba(22,52,76,0.3); }
.hp2026-editorial-atelier .hRes-replay svg{ width: 12px; height: 12px; }

.hp2026-editorial-atelier .hRes-pdf{ display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-primary); font-size: 11px; font-weight: 700;
  letter-spacing: 0.04em; color: var(--scv-teal-deep);
  background: #fff; border: 1px solid var(--border); border-radius: 9999px;
  padding: 6px 12px; cursor: pointer; box-shadow: 0 2px 6px rgba(22,52,76,0.06);
  transition: all .2s var(--ease-out); }
.hp2026-editorial-atelier .hRes-pdf:hover{ background: var(--theme-accent, #E8885E); color: #fff;
  border-color: var(--theme-accent, #E8885E); }
.hp2026-editorial-atelier .hRes-pdf svg{ width: 12px; height: 12px; }

/* Floating badges --------------------------------------------- */
.hp2026-editorial-atelier .hRes-badge{ position: absolute; z-index: 5;
  background: #fff; padding: 8px 14px; border-radius: 12px;
  box-shadow: 0 12px 28px -8px rgba(22,52,76,0.30), 0 4px 10px rgba(22,52,76,0.10);
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-primary); border: 1px solid rgba(255,255,255,0.6);
  opacity: 0; transform: scale(0.6); pointer-events: none;
  transition: opacity .4s var(--ease-out), transform .4s var(--ease-back, cubic-bezier(.34,1.56,.64,1)); }
.hp2026-editorial-atelier .hRes-badge.is-on{
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  animation: hRes-badge-pop .72s cubic-bezier(.34,1.56,.64,1) both, hRes-badge-float 3.8s ease-in-out 1s infinite;
}
.hp2026-editorial-atelier .hRes-badge-k{ font-size: 9px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--fg-3); line-height: 1.1; }
.hp2026-editorial-atelier .hRes-badge-v{ font-size: 12px; font-weight: 700; color: var(--scv-teal-deep);
  margin-top: 2px; line-height: 1.1; }

/* ATS ring */
.hp2026-editorial-atelier .hRes-badge--ats{ top: -22px; right: -28px; padding: 8px 12px 10px;
  flex-direction: column; gap: 2px; transition-delay: .05s; }
.hp2026-editorial-atelier .hRes-badge--ats .hRes-badge-ring{ position: relative; width: 52px; height: 52px; }
.hp2026-editorial-atelier .hRes-badge--ats .hRes-badge-ring svg{ width: 100%; height: 100%; }
.hp2026-editorial-atelier .hRes-badge--ats .hRes-badge-pct{ position: absolute; inset: 0; display: flex;
  align-items: center; justify-content: center; font-family: var(--font-serif);
  font-weight: 700; font-size: 16px; color: var(--scv-teal-deep); }
.hp2026-editorial-atelier .hRes-badge--ats .hRes-badge-pct sup{ font-size: 8px; color: var(--theme-accent, #E8885E); }
.hp2026-editorial-atelier .hRes-badge--ats .hRes-badge-lbl{ font-size: 9px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--fg-3); }

/* Tailored */
.hp2026-editorial-atelier .hRes-badge--tailored{ top: 30px; left: -38px; transition-delay: .15s;
  background: var(--scv-teal-deep); color: #fff; }
.hp2026-editorial-atelier .hRes-badge--tailored .hRes-badge-k{ color: rgba(255,255,255,0.55); }
.hp2026-editorial-atelier .hRes-badge--tailored .hRes-badge-v{ color: #fff; }
.hp2026-editorial-atelier .hRes-badge--tailored .hRes-badge-pin{ width: 22px; height: 22px; border-radius: 50%;
  background: var(--theme-accent, #E8885E); display: inline-flex; align-items: center;
  justify-content: center; color: #fff; font-size: 12px; font-weight: 800; }

/* Built in 47s */
.hp2026-editorial-atelier .hRes-badge--time{ top: 280px; left: -52px; transition-delay: .25s; }
.hp2026-editorial-atelier .hRes-badge--time .hRes-badge-bolt{ width: 22px; height: 22px; border-radius: 50%;
  background: var(--theme-accent, #E8885E); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; }
.hp2026-editorial-atelier .hRes-badge--time .hRes-badge-bolt svg{ width: 12px; height: 12px; }

/* Bilingual (clickable) */
.hp2026-editorial-atelier .hRes-badge--lang{ bottom: 120px; left: -32px; transition-delay: .35s;
  appearance: none; border: 1px solid rgba(255,255,255,0.6); cursor: pointer; font: inherit; }
.hp2026-editorial-atelier .hRes-badge--lang:hover{ transform: scale(1.04); }
.hp2026-editorial-atelier .hRes-badge--lang .hRes-badge-globe{ font-size: 18px; }

/* Truth checked */
.hp2026-editorial-atelier .hRes-badge--truth{ bottom: 30px; right: -34px; transition-delay: .45s; }
.hp2026-editorial-atelier .hRes-badge--truth .hRes-badge-av{ width: 24px; height: 24px; border-radius: 50%;
  background: rgba(35,158,155,0.10); padding: 3px; }
.hp2026-editorial-atelier .hRes-badge--truth .hRes-badge-av img{ width: 100%; height: 100%; object-fit: contain; }

/* Extra final verification badges */
.hp2026-editorial-atelier .hRes-badge--mini {
  padding: 7px 11px;
  gap: 8px;
  max-width: 178px;
}
.hp2026-editorial-atelier .hRes-badge-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  background: var(--theme-accent, #E8885E);
  box-shadow: 0 0 0 0 rgba(232,136,94,0.32);
}
.hp2026-editorial-atelier .hRes-badge.is-on .hRes-badge-icon {
  animation: hRes-badge-icon-pulse 2.4s ease-in-out .6s infinite;
}
.hp2026-editorial-atelier .hRes-badge--job-match {
  top: 92px;
  right: -54px;
  transition-delay: .55s;
}
.hp2026-editorial-atelier .hRes-badge--verified {
  top: 162px;
  left: -46px;
  transition-delay: .65s;
  background: linear-gradient(135deg, #ffffff 0%, #F8FCFB 100%);
  border-color: rgba(38,133,153,0.22);
}
.hp2026-editorial-atelier .hRes-badge--verified .hRes-badge-icon {
  background: var(--scv-teal-primary, #268599);
}
.hp2026-editorial-atelier .hRes-badge--skills {
  bottom: 102px;
  right: -50px;
  transition-delay: .75s;
}
.hp2026-editorial-atelier .hRes-badge--checks {
  bottom: -18px;
  left: 28px;
  transition-delay: .85s;
  background: var(--scv-teal-deep, #16344C);
}
.hp2026-editorial-atelier .hRes-badge--checks .hRes-badge-k {
  color: rgba(255,255,255,0.56);
}
.hp2026-editorial-atelier .hRes-badge--checks .hRes-badge-v {
  color: #fff;
}
.hp2026-editorial-atelier .hRes-badge--checks .hRes-badge-icon {
  width: 34px;
  background: var(--theme-accent, #E8885E);
}

@keyframes hRes-badge-pop {
  0% { opacity: 0; transform: translateY(12px) scale(0.58) rotate(-3deg); filter: blur(2px); }
  58% { opacity: 1; transform: translateY(-3px) scale(1.06) rotate(1deg); filter: blur(0); }
  100% { opacity: 1; transform: translateY(0) scale(1) rotate(0); filter: blur(0); }
}

@keyframes hRes-badge-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -3px; }
}

@keyframes hRes-badge-icon-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(232,136,94,0.30); transform: scale(1); }
  50% { box-shadow: 0 0 0 6px rgba(232,136,94,0); transform: scale(1.04); }
}

/* RTL flip — mirror badges to opposite side */
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--ats{ right: auto; left: -28px; }
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--tailored{ left: auto; right: -38px; }
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--time{ left: auto; right: -52px; }
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--lang{ left: auto; right: -32px; }
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--truth{ right: auto; left: -34px; }
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--job-match{ right: auto; left: -54px; }
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--verified{ left: auto; right: -46px; }
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--skills{ right: auto; left: -50px; }
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--checks{ left: auto; right: 28px; }


.hp2026-editorial-atelier .hRes-stage{ position: relative; padding: 0 16px; }

/* page 2 ghost behind the main page */
.hp2026-editorial-atelier .hRes-page2{ position: absolute; top: 18px; left: 28px; right: 8px; bottom: -8px;
  background: #fff; border-radius: 14px; transform: rotate(2deg);
  box-shadow: 0 12px 30px -10px rgba(22,52,76,0.18);
  border: 1px solid var(--scv-gray-200); z-index: 1; }
.hp2026-editorial-atelier .hRes-page2::before, .hp2026-editorial-atelier .hRes-page2::after{ content: ""; position: absolute;
  left: 32px; right: 32px; height: 4px; background: var(--scv-gray-100); border-radius: 2px; }
.hp2026-editorial-atelier .hRes-page2::before{ top: 60px; }
.hp2026-editorial-atelier .hRes-page2::after{ top: 80px; right: 60px; }

.hp2026-editorial-atelier .hRes-page{ position: relative; z-index: 2;
  background: #fff; border-radius: 14px;
  box-shadow: 0 30px 80px -20px rgba(22,52,76,0.30), 0 8px 24px -8px rgba(22,52,76,0.15);
  font-family: var(--font-primary); transform: rotate(-0.6deg); min-height: 720px;
  overflow: hidden; }
.hp2026-editorial-atelier .hRes-page.is-rtl{ transform: rotate(0.6deg); }

/* 2-col layout */
.hp2026-editorial-atelier .hRes-page--2col{ display: grid; grid-template-columns: 200px 1fr; }
.hp2026-editorial-atelier .hRes-page--2col.is-rtl{ grid-template-columns: 1fr 200px; }

/* ===== Sidebar ===== */
.hp2026-editorial-atelier .hRes-side{ background: #F0F4F9; padding: 22px 16px 22px;
  display: flex; flex-direction: column; gap: 18px;
  border-right: 1px solid var(--scv-gray-200); }
.hp2026-editorial-atelier .hRes-page--2col.is-rtl .hRes-side{ order: 2;
  border-right: none; border-left: 1px solid var(--scv-gray-200); }

.hp2026-editorial-atelier .hRes-side-block{ display: flex; flex-direction: column; gap: 6px; }
.hp2026-editorial-atelier .hRes-side-h{ font-size: 10px; font-weight: 800; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--theme-accent-deep, var(--scv-coral-deep));
  text-align: center; padding-bottom: 4px;
  border-bottom: 1px solid rgba(22,52,76,0.10);
  opacity: 0; transition: opacity .4s var(--ease-out); }
.hp2026-editorial-atelier .hRes-side-h.is-on{ opacity: 1; }

/* skill bars */
.hp2026-editorial-atelier .hRes-skill{ font-size: 11px; opacity: 0; transform: translateY(3px);
  transition: all .35s var(--ease-out); margin-top: 4px; }
.hp2026-editorial-atelier .hRes-skill.is-on{ opacity: 1; transform: translateY(0); }
.hp2026-editorial-atelier .hRes-skill-row{ display: flex; justify-content: space-between; gap: 6px;
  color: var(--scv-teal-deep); font-weight: 600; margin-bottom: 3px; }
.hp2026-editorial-atelier .hRes-skill-name{ font-size: 11px; }
.hp2026-editorial-atelier .hRes-skill-pct{ font-size: 10px; color: var(--theme-accent-deep, var(--scv-coral-deep));
  font-weight: 700; }
.hp2026-editorial-atelier .hRes-skill-track{ height: 3px; background: rgba(22,52,76,0.08); border-radius: 2px;
  overflow: hidden; }
.hp2026-editorial-atelier .hRes-skill-track i{ display: block; height: 100%;
  background: var(--theme-accent, #E8885E); border-radius: 2px;
  width: 0; transition: width .8s var(--ease-out); }

/* soft skills chips */
.hp2026-editorial-atelier .hRes-side-chips{ display: flex; flex-wrap: wrap; gap: 5px; justify-content: center;
  padding: 0 4px; }
.hp2026-editorial-atelier .hRes-side-chip{ font-size: 10px; font-weight: 600; padding: 4px 10px;
  border-radius: 9999px; background: #fff; color: var(--scv-teal-deep);
  border: 1px solid rgba(232,136,94,0.30);
  opacity: 0; transform: scale(0.85); transition: all .3s var(--ease-out); }
.hp2026-editorial-atelier .hRes-side-chip.is-on{ opacity: 1; transform: scale(1); }

/* languages */
.hp2026-editorial-atelier .hRes-lang{ display: flex; align-items: center; gap: 5px; font-size: 11px;
  color: var(--scv-teal-deep);
  opacity: 0; transform: translateX(-3px); transition: all .35s var(--ease-out);
  padding: 2px 0; }
.hp2026-editorial-atelier .hRes-lang.is-on{ opacity: 1; transform: translateX(0); }
.hp2026-editorial-atelier .hRes-page--2col.is-rtl .hRes-lang{ transform: translateX(3px); }
.hp2026-editorial-atelier .hRes-page--2col.is-rtl .hRes-lang.is-on{ transform: translateX(0); }
.hp2026-editorial-atelier .hRes-lang-globe{ font-size: 11px; opacity: 0.6; }
.hp2026-editorial-atelier .hRes-lang-name{ font-weight: 600; }
.hp2026-editorial-atelier .hRes-lang-dot{ color: var(--fg-3); }
.hp2026-editorial-atelier .hRes-lang-lvl{ color: var(--theme-accent-deep, var(--scv-coral-deep));
  font-weight: 700; font-size: 10px; }

/* ===== Main column ===== */
.hp2026-editorial-atelier .hRes-main{ position: relative; padding: 24px 26px 22px 26px; }
.hp2026-editorial-atelier .hRes-page--2col.is-rtl .hRes-main{ order: 1; }

.hp2026-editorial-atelier .hRes-coral{ position: absolute; top: 0; bottom: 0; left: 0; width: 4px;
  background: var(--theme-accent, #E8885E); }
.hp2026-editorial-atelier .hRes-page--2col.is-rtl .hRes-main .hRes-coral{ left: auto; right: 0; }

/* Header (no longer has photo — that moved to sidebar) */
.hp2026-editorial-atelier .hRes-head{ display: block; margin-bottom: 4px; }
.hp2026-editorial-atelier .hRes-photo{ position: relative; width: 110px; height: 110px; border-radius: 50%;
  margin: 0 auto 4px; overflow: visible;
  opacity: 0; transform: scale(0.85); transition: all .5s var(--ease-out); }
.hp2026-editorial-atelier .hRes-photo.is-on{ opacity: 1; transform: scale(1); }
.hp2026-editorial-atelier .hRes-photo img{ width: 110px; height: 110px; border-radius: 50%; object-fit: cover;
  display: block; }
.hp2026-editorial-atelier .hRes-photo-ring{ position: absolute; inset: -4px; border-radius: 50%;
  border: 2px solid var(--theme-accent, #E8885E); pointer-events: none; }
.hp2026-editorial-atelier .hRes-photo.is-on .hRes-photo-ring{
  animation: hRes-ring-sweep 1s ease-out 1; }
@keyframes hRes-ring-sweep {
.hp2026-editorial-atelier 0%{ clip-path: polygon(50% 50%, 50% 0%, 50% 0%, 50% 50%); }
.hp2026-editorial-atelier 50%{ clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 50% 100%); }
.hp2026-editorial-atelier 100%{ clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%); }
}
.hp2026-editorial-atelier .hRes-online{ position: absolute; bottom: 4px; right: 4px;
  width: 12px; height: 12px; border-radius: 50%; background: #29CB42;
  border: 2px solid #fff; box-shadow: 0 0 0 0 rgba(41,203,66,0.5);
  animation: hRes-pulse-dot 2s ease-in-out infinite; }
@keyframes hRes-pulse-dot {
.hp2026-editorial-atelier 0%, .hp2026-editorial-atelier 100%{ box-shadow: 0 0 0 0 rgba(41,203,66,0.5); }
.hp2026-editorial-atelier 50%{ box-shadow: 0 0 0 6px rgba(41,203,66,0); }
}

.hp2026-editorial-atelier .hRes-headtxt{ flex: 1; min-width: 0; }
.hp2026-editorial-atelier .hRes-name{ font-family: var(--font-serif); font-weight: 700; font-size: 26px;
  line-height: 1.05; letter-spacing: -0.02em; color: var(--scv-teal-deep); margin: 0;
  opacity: 0; transform: translateY(4px); transition: all .35s var(--ease-out); }
.hp2026-editorial-atelier .hRes-name.is-on{ opacity: 1; transform: translateY(0); }
.hp2026-editorial-atelier .hRes-role{ font-size: 11px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--theme-accent-deep, var(--scv-coral-deep));
  margin-top: 6px;
  opacity: 0; transform: translateX(-4px); transition: all .35s var(--ease-out) .05s; }
.hp2026-editorial-atelier .hRes-role.is-on{ opacity: 1; transform: translateX(0); }
.hp2026-editorial-atelier .hRes-meta{ font-size: 10.5px; color: var(--fg-3); margin-top: 4px;
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
  opacity: 0; transition: all .35s var(--ease-out) .1s; }
.hp2026-editorial-atelier .hRes-meta.is-on{ opacity: 1; }
.hp2026-editorial-atelier .hRes-meta-dot{ width: 3px; height: 3px; border-radius: 50%; background: var(--fg-4); }

.hp2026-editorial-atelier .hRes-rule{ border: none; border-top: 1px solid var(--border); margin: 12px 0;
  opacity: 0; transition: opacity .3s; }
.hp2026-editorial-atelier .hRes-rule.is-on{ opacity: 1; }

.hp2026-editorial-atelier .hRes-sect{ margin-bottom: 12px; }
.hp2026-editorial-atelier .hRes-h{ font-family: var(--font-serif); font-style: italic; font-size: 12px; font-weight: 600;
  letter-spacing: 0.02em; color: var(--theme-accent-deep, var(--scv-coral-deep));
  margin-bottom: 5px;
  opacity: 0; transform: translateX(-4px); transition: all .35s var(--ease-out); }
.hp2026-editorial-atelier .hRes-h.is-on{ opacity: 1; transform: translateX(0); }
.hp2026-editorial-atelier .hRes-page.is-rtl .hRes-h,
.hp2026-editorial-atelier .hRes-page--2col.is-rtl .hRes-h{ transform: translateX(4px); }
.hp2026-editorial-atelier .hRes-page.is-rtl .hRes-h.is-on,
.hp2026-editorial-atelier .hRes-page--2col.is-rtl .hRes-h.is-on{ transform: translateX(0); }

.hp2026-editorial-atelier .hRes-p{ font-size: 12px; line-height: 1.55; color: var(--scv-teal-deep); margin: 0;
  opacity: 0; transform: translateY(4px); transition: all .4s var(--ease-out); }
.hp2026-editorial-atelier .hRes-p.is-on{ opacity: 1; transform: translateY(0); }

.hp2026-editorial-atelier .hRes-ul{ list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 5px; }
.hp2026-editorial-atelier .hRes-li{ display: flex; gap: 8px; font-size: 12px; line-height: 1.5;
  color: var(--scv-teal-deep);
  opacity: 0; transform: translateY(4px); transition: all .4s var(--ease-out); }
.hp2026-editorial-atelier .hRes-li.is-on{ opacity: 1; transform: translateY(0); }
.hp2026-editorial-atelier .hRes-bullet-dot{ width: 5px; height: 5px; border-radius: 50%;
  background: var(--theme-accent, #E8885E); margin-top: 7px; flex-shrink: 0; }
.hp2026-editorial-atelier .hRes-bullet-txt{ flex: 1; }
.hp2026-editorial-atelier .hRes-bullet-txt b{ font-weight: 700; color: var(--theme-accent-deep, var(--scv-coral-deep));
  margin-right: 4px; }
.hp2026-editorial-atelier .hRes-page--2col.is-rtl .hRes-bullet-txt b{ margin-right: 0; margin-left: 4px; }
.hp2026-editorial-atelier .hRes-bullet-metric{ display: inline-block; margin: 0 0 0 6px; padding: 1px 7px;
  background: rgba(232,136,94,0.12); color: var(--theme-accent-deep, var(--scv-coral-deep));
  border-radius: 9999px; font-size: 10px; font-weight: 700; }
.hp2026-editorial-atelier .hRes-page--2col.is-rtl .hRes-bullet-metric{ margin: 0 6px 0 0; }

/* education */
.hp2026-editorial-atelier .hRes-edu{ opacity: 0; transform: translateY(4px); transition: all .4s var(--ease-out); }
.hp2026-editorial-atelier .hRes-edu.is-on{ opacity: 1; transform: translateY(0); }
.hp2026-editorial-atelier .hRes-edu-row{ display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.hp2026-editorial-atelier .hRes-edu-deg{ font-size: 12px; font-weight: 700; color: var(--scv-teal-deep); }
.hp2026-editorial-atelier .hRes-edu-yr{ font-size: 11px; font-weight: 700;
  color: var(--theme-accent-deep, var(--scv-coral-deep)); }
.hp2026-editorial-atelier .hRes-edu-school{ font-size: 11px; color: var(--fg-3); margin-top: 2px; }

/* proud cards */
.hp2026-editorial-atelier .hRes-proud{ display: flex; flex-direction: column; gap: 6px; }
.hp2026-editorial-atelier .hRes-proud-card{ display: flex; gap: 10px; padding: 8px 10px;
  background: rgba(232,136,94,0.06); border: 1px solid rgba(232,136,94,0.18);
  border-radius: 8px;
  opacity: 0; transform: translateY(4px); transition: all .4s var(--ease-out); }
.hp2026-editorial-atelier .hRes-proud-card.is-on{ opacity: 1; transform: translateY(0); }
.hp2026-editorial-atelier .hRes-proud-ic{ font-size: 16px; line-height: 1; flex-shrink: 0;
  width: 26px; height: 26px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff; box-shadow: 0 1px 3px rgba(22,52,76,0.10); }
.hp2026-editorial-atelier .hRes-proud-t{ font-size: 12px; font-weight: 700; color: var(--scv-teal-deep);
  line-height: 1.2; }
.hp2026-editorial-atelier .hRes-proud-x{ font-size: 11px; line-height: 1.45; color: var(--fg-2); margin-top: 2px; }

/* mindset */
.hp2026-editorial-atelier .hRes-mindset{ list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 4px; }
.hp2026-editorial-atelier .hRes-mindset-li{ display: flex; gap: 8px; font-size: 11.5px; line-height: 1.5;
  color: var(--scv-teal-deep);
  opacity: 0; transform: translateY(3px); transition: all .35s var(--ease-out); }
.hp2026-editorial-atelier .hRes-mindset-li.is-on{ opacity: 1; transform: translateY(0); }
.hp2026-editorial-atelier .hRes-mindset-li b{ color: var(--theme-accent-deep, var(--scv-coral-deep)); font-weight: 700; }
.hp2026-editorial-atelier .hRes-mindset-dot{ width: 4px; height: 4px; border-radius: 50%;
  background: var(--theme-accent, #E8885E); margin-top: 7px; flex-shrink: 0; }

.hp2026-editorial-atelier .hRes-chips{ display: flex; flex-wrap: wrap; gap: 6px; }
.hp2026-editorial-atelier .hRes-chip{ font-size: 11px; font-weight: 600; padding: 4px 11px;
  border-radius: 9999px; background: rgba(22,52,76,0.06); color: var(--scv-teal-deep);
  opacity: 0; transform: scale(0.85); transition: all .3s var(--ease-out); }
.hp2026-editorial-atelier .hRes-chip.is-on{ opacity: 1; transform: scale(1); }

.hp2026-editorial-atelier .hRes-actions{ position: absolute; bottom: 16px; right: 18px;
  display: inline-flex; align-items: center; gap: 8px;
  opacity: 0; transform: translateY(6px); transition: all .35s var(--ease-out) .1s;
  pointer-events: none; }
.hp2026-editorial-atelier .hRes-actions.is-on{ opacity: 1; transform: translateY(0); pointer-events: auto; }
.hp2026-editorial-atelier .hRes-page.is-rtl .hRes-actions,
.hp2026-editorial-atelier .hRes-page--2col.is-rtl .hRes-actions{ right: auto; left: 18px; }

.hp2026-editorial-atelier .hRes-replay{ display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-primary); font-size: 11px; font-weight: 700;
  color: var(--theme-ink, #16344C);
  background: transparent; border: 1px solid rgba(22,52,76,0.18);
  border-radius: 999px; padding: 6px 12px; cursor: pointer;
  transition: all .2s var(--ease-out); }
.hp2026-editorial-atelier .hRes-replay:hover{ background: rgba(22,52,76,0.06); border-color: rgba(22,52,76,0.3); }
.hp2026-editorial-atelier .hRes-replay svg{ width: 12px; height: 12px; }

.hp2026-editorial-atelier .hRes-pdf{ display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-primary); font-size: 11px; font-weight: 700;
  letter-spacing: 0.04em; color: var(--scv-teal-deep);
  background: #fff; border: 1px solid var(--border); border-radius: 9999px;
  padding: 6px 12px; cursor: pointer; box-shadow: 0 2px 6px rgba(22,52,76,0.06);
  transition: all .2s var(--ease-out); }
.hp2026-editorial-atelier .hRes-pdf:hover{ background: var(--theme-accent, #E8885E); color: #fff;
  border-color: var(--theme-accent, #E8885E); }
.hp2026-editorial-atelier .hRes-pdf svg{ width: 12px; height: 12px; }

/* Floating badges --------------------------------------------- */
.hp2026-editorial-atelier .hRes-badge{ position: absolute; z-index: 5;
  background: #fff; padding: 8px 14px; border-radius: 12px;
  box-shadow: 0 12px 28px -8px rgba(22,52,76,0.30), 0 4px 10px rgba(22,52,76,0.10);
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-primary); border: 1px solid rgba(255,255,255,0.6);
  opacity: 0; transform: scale(0.6); pointer-events: none;
  transition: opacity .4s var(--ease-out), transform .4s var(--ease-back, cubic-bezier(.34,1.56,.64,1)); }
.hp2026-editorial-atelier .hRes-badge.is-on{ opacity: 1; transform: scale(1); pointer-events: auto; }
.hp2026-editorial-atelier .hRes-badge-k{ font-size: 9px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--fg-3); line-height: 1.1; }
.hp2026-editorial-atelier .hRes-badge-v{ font-size: 12px; font-weight: 700; color: var(--scv-teal-deep);
  margin-top: 2px; line-height: 1.1; }

/* ATS ring */
.hp2026-editorial-atelier .hRes-badge--ats{ top: -22px; right: -28px; padding: 8px 12px 10px;
  flex-direction: column; gap: 2px; transition-delay: .05s; }
.hp2026-editorial-atelier .hRes-badge--ats .hRes-badge-ring{ position: relative; width: 52px; height: 52px; }
.hp2026-editorial-atelier .hRes-badge--ats .hRes-badge-ring svg{ width: 100%; height: 100%; }
.hp2026-editorial-atelier .hRes-badge--ats .hRes-badge-pct{ position: absolute; inset: 0; display: flex;
  align-items: center; justify-content: center; font-family: var(--font-serif);
  font-weight: 700; font-size: 16px; color: var(--scv-teal-deep); }
.hp2026-editorial-atelier .hRes-badge--ats .hRes-badge-pct sup{ font-size: 8px; color: var(--theme-accent, #E8885E); }
.hp2026-editorial-atelier .hRes-badge--ats .hRes-badge-lbl{ font-size: 9px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--fg-3); }

/* Tailored */
.hp2026-editorial-atelier .hRes-badge--tailored{ top: 30px; left: -38px; transition-delay: .15s;
  background: var(--scv-teal-deep); color: #fff; }
.hp2026-editorial-atelier .hRes-badge--tailored .hRes-badge-k{ color: rgba(255,255,255,0.55); }
.hp2026-editorial-atelier .hRes-badge--tailored .hRes-badge-v{ color: #fff; }
.hp2026-editorial-atelier .hRes-badge--tailored .hRes-badge-pin{ width: 22px; height: 22px; border-radius: 50%;
  background: var(--theme-accent, #E8885E); display: inline-flex; align-items: center;
  justify-content: center; color: #fff; font-size: 12px; font-weight: 800; }

/* Built in 47s */
.hp2026-editorial-atelier .hRes-badge--time{ top: 280px; left: -52px; transition-delay: .25s; }
.hp2026-editorial-atelier .hRes-badge--time .hRes-badge-bolt{ width: 22px; height: 22px; border-radius: 50%;
  background: var(--theme-accent, #E8885E); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; }
.hp2026-editorial-atelier .hRes-badge--time .hRes-badge-bolt svg{ width: 12px; height: 12px; }

/* Bilingual (clickable) */
.hp2026-editorial-atelier .hRes-badge--lang{ bottom: 120px; left: -32px; transition-delay: .35s;
  appearance: none; border: 1px solid rgba(255,255,255,0.6); cursor: pointer; font: inherit; }
.hp2026-editorial-atelier .hRes-badge--lang:hover{ transform: scale(1.04); }
.hp2026-editorial-atelier .hRes-badge--lang .hRes-badge-globe{ font-size: 18px; }

/* Truth checked */
.hp2026-editorial-atelier .hRes-badge--truth{ bottom: 30px; right: -34px; transition-delay: .45s; }
.hp2026-editorial-atelier .hRes-badge--truth .hRes-badge-av{ width: 24px; height: 24px; border-radius: 50%;
  background: rgba(35,158,155,0.10); padding: 3px; }
.hp2026-editorial-atelier .hRes-badge--truth .hRes-badge-av img{ width: 100%; height: 100%; object-fit: contain; }

/* RTL flip — mirror badges to opposite side */
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--ats{ right: auto; left: -28px; }
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--tailored{ left: auto; right: -38px; }
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--time{ left: auto; right: -52px; }
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--lang{ left: auto; right: -32px; }
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--truth{ right: auto; left: -34px; }

/* RTL — split hero */
.hp2026-editorial-atelier.hA-hero[dir="rtl"] {
  font-family: 'IBM Plex Sans Arabic', 'Poppins', system-ui, sans-serif;
}
.hp2026-editorial-atelier.hA-hero[dir="rtl"] .hA-strike,
.hp2026-editorial-atelier.hA-hero[dir="rtl"] .hA-underline { unicode-bidi: plaintext; }
.hp2026-editorial-atelier.hA-hero[dir="rtl"] .hA-cta-arr svg { transform: scaleX(-1); }
.hp2026-editorial-atelier.hA-hero[dir="rtl"] .hA-cv-coral { left: auto; right: 0; }
.hp2026-editorial-atelier.hA-hero[dir="rtl"] .hA-cv { padding: 18px 30px 22px 22px; }
.hp2026-editorial-atelier.hA-hero[dir="rtl"] .hA-rail { border-right: none; border-left: 1px solid var(--scv-gray-200); }
.hp2026-editorial-atelier.hA-hero[dir="rtl"] .hA-score { border-left: none; border-right: 1px solid var(--scv-gray-200); }
.hp2026-editorial-atelier.hA-hero[dir="rtl"] .hA-builder { transform: rotate(0.5deg); }
.hp2026-editorial-atelier.hA-hero[dir="rtl"] {
  --font-serif: 'Tajawal', sans-serif;
}
.hp2026-editorial-atelier.hA-hero[dir="rtl"] .hA-cv-name { font-family: 'Tajawal', sans-serif; font-size: 26px; }
.hp2026-editorial-atelier.hA-hero[dir="rtl"] .hA-h1 { letter-spacing: 0; font-family: 'Tajawal', sans-serif; }
.hp2026-editorial-atelier .hRes-badge-ats-progress {
  transition: stroke-dasharray .9s ease-out;
}

@media (max-width: 968px) {
  .hp2026-editorial-atelier .hA-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hp2026-editorial-atelier .scv-container { padding: 0 20px; }
  .hp2026-editorial-atelier .hA-builder-body { grid-template-columns: 1fr; min-height: auto; }
  .hp2026-editorial-atelier .hA-rail,
  .hp2026-editorial-atelier .hA-score { display: none; }
}

/* Final verification badges — overrides after imported duplicate CSS */
.hp2026-editorial-atelier .hRes-badge.is-on {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  animation: hRes-badge-pop .72s cubic-bezier(.34,1.56,.64,1) both, hRes-badge-float 3.8s ease-in-out 1s infinite;
}
.hp2026-editorial-atelier .hRes-badge--mini { padding: 7px 11px; gap: 8px; max-width: 178px; }
.hp2026-editorial-atelier .hRes-badge-icon {
  width: 24px; height: 24px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto;
  font-size: 11px; font-weight: 800; letter-spacing: -0.02em; color: #fff;
  background: var(--theme-accent, #E8885E); box-shadow: 0 0 0 0 rgba(232,136,94,0.32);
}
.hp2026-editorial-atelier .hRes-badge.is-on .hRes-badge-icon { animation: hRes-badge-icon-pulse 2.4s ease-in-out .6s infinite; }
.hp2026-editorial-atelier .hRes-badge--job-match { top: 92px; right: -54px; transition-delay: .55s; }
.hp2026-editorial-atelier .hRes-badge--verified {
  top: 162px; left: -46px; transition-delay: .65s;
  background: linear-gradient(135deg, #ffffff 0%, #F8FCFB 100%); border-color: rgba(38,133,153,0.22);
}
.hp2026-editorial-atelier .hRes-badge--verified .hRes-badge-icon { background: var(--scv-teal-primary, #268599); }
.hp2026-editorial-atelier .hRes-badge--skills { bottom: 102px; right: -50px; transition-delay: .75s; }
.hp2026-editorial-atelier .hRes-badge--checks { bottom: -18px; left: 28px; transition-delay: .85s; background: var(--scv-teal-deep, #16344C); }
.hp2026-editorial-atelier .hRes-badge--checks .hRes-badge-k { color: rgba(255,255,255,0.56); }
.hp2026-editorial-atelier .hRes-badge--checks .hRes-badge-v { color: #fff; }
.hp2026-editorial-atelier .hRes-badge--checks .hRes-badge-icon { width: 34px; background: var(--theme-accent, #E8885E); }
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--job-match { right: auto; left: -54px; }
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--verified { left: auto; right: -46px; }
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--skills { right: auto; left: -50px; }
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--checks { left: auto; right: 28px; }
@keyframes hRes-badge-pop {
  0% { opacity: 0; transform: translateY(12px) scale(0.58) rotate(-3deg); filter: blur(2px); }
  58% { opacity: 1; transform: translateY(-3px) scale(1.06) rotate(1deg); filter: blur(0); }
  100% { opacity: 1; transform: translateY(0) scale(1) rotate(0); filter: blur(0); }
}
@keyframes hRes-badge-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -3px; } }
@keyframes hRes-badge-icon-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(232,136,94,0.30); transform: scale(1); }
  50% { box-shadow: 0 0 0 6px rgba(232,136,94,0); transform: scale(1.04); }
}

/* Keep added verification badges on the résumé edges, matching Truth/Built badges */
.hp2026-editorial-atelier .hRes-badge--job-match { top: 86px; right: -42px; }
.hp2026-editorial-atelier .hRes-badge--verified { top: 152px; left: -46px; }
.hp2026-editorial-atelier .hRes-badge--skills { bottom: 118px; right: -42px; }
.hp2026-editorial-atelier .hRes-badge--checks { bottom: -18px; left: -34px; }
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--job-match { right: auto; left: -42px; }
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--verified { left: auto; right: -46px; }
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--skills { right: auto; left: -42px; }
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--checks { left: auto; right: -34px; }

/* Requested placement: selected verification badges on top, actions below paper */
.hp2026-editorial-atelier .hRes-stage > .hRes-actions {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: fit-content;
  margin: 18px auto 0;
  z-index: 8;
  justify-content: center;
}
.hp2026-editorial-atelier .hRes-stage > .hRes-actions.is-on {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.hp2026-editorial-atelier .hRes-badge--truth {
  top: -18px;
  right: 122px;
  bottom: auto;
}
.hp2026-editorial-atelier .hRes-badge--skills {
  top: 58px;
  right: -42px;
  bottom: auto;
}
.hp2026-editorial-atelier .hRes-badge--checks {
  top: -18px;
  left: 126px;
  bottom: auto;
}
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--truth {
  top: -18px;
  right: auto;
  left: 122px;
  bottom: auto;
}
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--skills {
  top: 58px;
  right: auto;
  left: -42px;
  bottom: auto;
}
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--checks {
  top: -18px;
  left: auto;
  right: 126px;
  bottom: auto;
}

/* Final top-edge badge tuning: avoid clipping while staying on résumé edge */
.hp2026-editorial-atelier .hRes-badge--truth {
  top: 18px;
  right: -34px;
  bottom: auto;
}
.hp2026-editorial-atelier .hRes-badge--skills {
  top: 98px;
  right: -42px;
  bottom: auto;
}
.hp2026-editorial-atelier .hRes-badge--checks {
  top: 8px;
  left: -42px;
  bottom: auto;
}
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--truth {
  top: 18px;
  right: auto;
  left: -34px;
  bottom: auto;
}
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--skills {
  top: 98px;
  right: auto;
  left: -42px;
  bottom: auto;
}
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--checks {
  top: 8px;
  left: auto;
  right: -42px;
  bottom: auto;
}

/* Final non-overlap badge layout: separate edge slots */
.hp2026-editorial-atelier .hRes-stage > .hRes-actions {
  margin-top: 34px !important;
}
.hp2026-editorial-atelier .hRes-badge--ats {
  top: -22px;
  right: -28px;
}
.hp2026-editorial-atelier .hRes-badge--truth {
  top: 62px;
  right: -36px;
  bottom: auto;
}
.hp2026-editorial-atelier .hRes-badge--job-match {
  top: 142px;
  right: -44px;
}
.hp2026-editorial-atelier .hRes-badge--skills {
  top: 222px;
  right: -42px;
  bottom: auto;
}
.hp2026-editorial-atelier .hRes-badge--checks {
  top: -18px;
  left: -42px;
  bottom: auto;
}
.hp2026-editorial-atelier .hRes-badge--tailored {
  top: 62px;
  left: -42px;
}
.hp2026-editorial-atelier .hRes-badge--verified {
  top: 142px;
  left: -46px;
}
.hp2026-editorial-atelier .hRes-badge--time {
  top: 250px;
  left: -52px;
}
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--ats {
  right: auto;
  left: -28px;
}
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--truth {
  top: 62px;
  right: auto;
  left: -36px;
  bottom: auto;
}
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--job-match {
  right: auto;
  left: -44px;
}
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--skills {
  top: 222px;
  right: auto;
  left: -42px;
  bottom: auto;
}
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--checks {
  top: -18px;
  left: auto;
  right: -42px;
  bottom: auto;
}
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--tailored {
  left: auto;
  right: -42px;
}
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--verified {
  left: auto;
  right: -46px;
}
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--time {
  left: auto;
  right: -52px;
}

/* Icon refresh + extra gap between ATS pass and Truth checked */
.hp2026-editorial-atelier .hRes-badge-icon svg {
  width: 15px;
  height: 15px;
  display: block;
}
.hp2026-editorial-atelier .hRes-badge--checks .hRes-badge-icon {
  width: 24px;
}
.hp2026-editorial-atelier .hRes-badge--truth {
  top: 86px;
  right: -36px;
  bottom: auto;
}
.hp2026-editorial-atelier .hRes-badge--job-match {
  top: 166px;
  right: -44px;
}
.hp2026-editorial-atelier .hRes-badge--skills {
  top: 246px;
  right: -42px;
  bottom: auto;
}
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--truth {
  top: 86px;
  right: auto;
  left: -36px;
  bottom: auto;
}
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--job-match {
  top: 166px;
  right: auto;
  left: -44px;
}
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--skills {
  top: 246px;
  right: auto;
  left: -42px;
  bottom: auto;
}

/* Move Tailored badge away from the profile photo */
.hp2026-editorial-atelier .hRes-badge--verified {
  top: 104px;
  left: -46px;
}
.hp2026-editorial-atelier .hRes-badge--tailored {
  top: 186px;
  left: -52px;
}
.hp2026-editorial-atelier .hRes-badge--time {
  top: 294px;
  left: -52px;
}
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--verified {
  top: 104px;
  left: auto;
  right: -46px;
}
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--tailored {
  top: 186px;
  left: auto;
  right: -52px;
}
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-badge--time {
  top: 294px;
  left: auto;
  right: -52px;
}

/* Keep the back paper close to the résumé, not behind the controls */
.hp2026-editorial-atelier .hRes-page2 {
  top: 14px;
  left: 22px;
  right: 12px;
  bottom: 72px;
  transform: rotate(1.15deg);
  z-index: 1;
}
.hp2026-editorial-atelier .hRes-stage > .hRes-actions {
  margin-top: 22px !important;
  padding-top: 0;
  position: relative !important;
  z-index: 9;
}
.hp2026-editorial-atelier .hRes-stage:has(.is-rtl) .hRes-page2 {
  left: 12px;
  right: 22px;
  transform: rotate(-1.15deg);
}

/* Primary hero left copy — CV rejected/selected variant */
.hp2026-editorial-atelier .hA-hero-left {
  align-self: center;
}
.hp2026-editorial-atelier .hA-lang-pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(38, 133, 153, 0.10);
  color: #16344C;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.hp2026-editorial-atelier .hA-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: rgba(22, 52, 76, 0.72);
  font-family: var(--font-primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
}
.hp2026-editorial-atelier .hA-kicker svg {
  width: 16px;
  height: 16px;
  color: var(--scv-coral-deep, #CD7858);
  flex: 0 0 auto;
}
.hp2026-editorial-atelier .hA-h1 {
  max-width: 720px;
  font-size: clamp(42px, 4.3vw, 64px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}
.hp2026-editorial-atelier .hA-lede {
  max-width: 720px;
  margin-top: 24px;
  font-family: var(--font-primary);
  font-style: normal;
  font-size: clamp(16px, 1.45vw, 19px) !important;
  line-height: 1.7;
  color: #2d2d2d;
}
.hp2026-editorial-atelier .hA-proof-list {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.hp2026-editorial-atelier .hA-proof-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #242424;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}
.hp2026-editorial-atelier .hA-proof-list svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--scv-teal-primary, #268599);
}
.hp2026-editorial-atelier .hA-cta-row {
  margin-top: 28px;
}
.hp2026-editorial-atelier .hA-cta {
  min-height: 48px;
  border-radius: 8px;
  background: #242424;
  padding: 6px 8px 6px 22px;
  font-size: 15px;
  box-shadow: 0 10px 24px -14px rgba(36, 36, 36, 0.9);
}
.hp2026-editorial-atelier .hA-cta:hover {
  background: #111;
}
.hp2026-editorial-atelier .hA-cta-arr {
  width: 28px;
  height: 28px;
  background: var(--scv-coral-deep, #CD7858);
}
.hp2026-editorial-atelier .hA-cta-meta {
  font-size: 13px;
}
.hp2026-editorial-atelier .hA-cta-meta b {
  color: rgba(36, 36, 36, 0.62);
}
.hp2026-editorial-atelier.hA-hero[dir="rtl"] .hA-lang-pill,
.hp2026-editorial-atelier.hA-hero[dir="rtl"] .hA-kicker,
.hp2026-editorial-atelier.hA-hero[dir="rtl"] .hA-lede,
.hp2026-editorial-atelier.hA-hero[dir="rtl"] .hA-proof-list li,
.hp2026-editorial-atelier.hA-hero[dir="rtl"] .hA-cta,
.hp2026-editorial-atelier.hA-hero[dir="rtl"] .hA-cta-meta {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}
.hp2026-editorial-atelier.hA-hero[dir="rtl"] .hA-proof-list li {
  flex-direction: row;
  text-align: right;
}
@media (max-width: 760px) {
  .hp2026-editorial-atelier .hA-h1 {
    font-size: clamp(38px, 13vw, 54px);
  }
  .hp2026-editorial-atelier .hA-kicker {
    align-items: flex-start;
    font-size: 11px;
    line-height: 1.5;
  }
}

/* Align résumé preview vertically with left hero content */
.hp2026-editorial-atelier .hA-hero-grid {
  align-items: center !important;
}
.hp2026-editorial-atelier .hA-hero-right {
  align-self: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.hp2026-editorial-atelier .hRes-stage {
  width: 100%;
  transform: translateY(34px);
}
@media (max-width: 968px) {
  .hp2026-editorial-atelier .hRes-stage {
    transform: none;
  }
}

/* Responsive résumé preview scale so the right column fits the first fold */
.hp2026-editorial-atelier {
  --hres-preview-scale: 0.9;
}
.hp2026-editorial-atelier .hA-hero-right {
  overflow: visible;
}
.hp2026-editorial-atelier .hRes-stage {
  width: calc(100% / var(--hres-preview-scale));
  max-width: calc(100% / var(--hres-preview-scale));
  transform: translateY(18px) scale(var(--hres-preview-scale));
  transform-origin: center top;
}
@media (max-width: 1280px) and (min-width: 969px) {
  .hp2026-editorial-atelier {
    --hres-preview-scale: 0.84;
  }
}
@media (max-width: 1120px) and (min-width: 969px) {
  .hp2026-editorial-atelier {
    --hres-preview-scale: 0.78;
  }
}
@media (max-width: 968px) {
  .hp2026-editorial-atelier {
    --hres-preview-scale: 1;
  }
  .hp2026-editorial-atelier .hRes-stage {
    width: 100%;
    max-width: 100%;
    transform: none;
  }
}

/* Final desktop résumé preview sizing/offset */
@media (min-width: 969px) {
  .hp2026-editorial-atelier {
    --hres-preview-scale: 0.9;
  }
  .hp2026-editorial-atelier .hRes-stage {
    width: calc(100% / var(--hres-preview-scale));
    max-width: calc(100% / var(--hres-preview-scale));
    transform: translateY(58px) scale(var(--hres-preview-scale));
    transform-origin: center top;
  }
}

/* Hero right column now uses the exact workflow résumé paper */
.hp2026-editorial-atelier .hA-rbw-hero.scv-rbw {
  width: 100%;
  padding: 0;
  background: transparent;
  overflow: visible;
  color: #16344c;
}
.hp2026-editorial-atelier .hA-rbw-hero .rbw-col-center {
  width: calc(100% / 0.82);
  max-width: calc(100% / 0.82);
  padding: 0;
  transform: translateY(34px) scale(0.82);
  transform-origin: center top;
}
.hp2026-editorial-atelier .hA-rbw-hero .rbw-resume-float {
  opacity: 1;
  max-width: 520px;
  transform: none;
  animation: none;
}
.hp2026-editorial-atelier .hA-rbw-hero .rbw-resume-float.is-visible {
  opacity: 1;
  transform: none;
  animation: none;
}
.hp2026-editorial-atelier .hA-rbw-hero .rbw-resume-pro {
  transform: rotateZ(1.2deg);
}
@media (max-width: 1280px) and (min-width: 969px) {
  .hp2026-editorial-atelier .hA-rbw-hero .rbw-col-center {
    width: calc(100% / 0.76);
    max-width: calc(100% / 0.76);
    transform: translateY(40px) scale(0.76);
  }
}
@media (max-width: 968px) {
  .hp2026-editorial-atelier .hA-rbw-hero .rbw-col-center {
    width: 100%;
    max-width: 100%;
    transform: none;
  }
}

/* Restore original hero stage around the new workflow résumé paper */
.hp2026-editorial-atelier .hRes-page--workflow {
  background: transparent;
  border-radius: 14px;
  box-shadow: none;
  overflow: visible;
  min-height: auto;
  display: block;
  transform: none;
}
.hp2026-editorial-atelier .hRes-page--workflow.is-rtl {
  transform: none;
}
.hp2026-editorial-atelier .hRes-page--workflow .hA-rbw-hero.scv-rbw {
  background: transparent;
  padding: 0;
}
.hp2026-editorial-atelier .hRes-page--workflow .hA-rbw-hero .rbw-col-center {
  width: 100%;
  max-width: 100%;
  padding: 0;
  transform: none;
}
.hp2026-editorial-atelier .hRes-page--workflow .hA-rbw-hero .rbw-resume-float,
.hp2026-editorial-atelier .hRes-page--workflow .hA-rbw-hero .rbw-resume-float.is-visible {
  opacity: 1;
  transform: none;
  animation: none;
}
@media (min-width: 969px) {
  .hp2026-editorial-atelier .hRes-stage {
    transform: translateY(58px) scale(0.9);
  }
}

/* Elegant hero résumé build sequence: paper first, sections next, badges last */
.hp2026-editorial-atelier .hA-rbw-hero [data-res-step] {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(1.5px);
  transition:
    opacity .56s cubic-bezier(.22, 1, .36, 1),
    transform .62s cubic-bezier(.22, 1, .36, 1),
    filter .62s cubic-bezier(.22, 1, .36, 1),
    background .5s ease;
}
.hp2026-editorial-atelier .hA-rbw-hero [data-res-step].is-on {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.hp2026-editorial-atelier .hA-rbw-hero [data-res-step].is-writing {
  background: linear-gradient(90deg, rgba(38, 133, 153, .10), rgba(232, 136, 94, .035), transparent);
  box-shadow: inset 3px 0 0 rgba(38, 133, 153, .35);
  animation: hA-resume-writing-pulse 1.15s ease-out;
}
.hp2026-editorial-atelier .hA-rbw-hero .rbw-res-header[data-res-step].is-writing {
  border-radius: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.hp2026-editorial-atelier .hA-rbw-hero .rbw-res-side[data-res-step].is-writing,
.hp2026-editorial-atelier .hA-rbw-hero .rbw-res-bottom[data-res-step].is-writing,
.hp2026-editorial-atelier .hA-rbw-hero .rbw-res-footer[data-res-step].is-writing {
  border-radius: 8px;
}
.hp2026-editorial-atelier .hA-rbw-hero .rbw-resume-pro.is-building::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #268599, #e8885e, transparent);
  animation: hA-resume-scan-line 1.35s linear infinite;
  z-index: 3;
  pointer-events: none;
}
@keyframes hA-resume-writing-pulse {
  0% { background: rgba(38, 133, 153, 0); box-shadow: inset 0 0 0 rgba(38, 133, 153, 0); }
  34% { background: rgba(38, 133, 153, .12); box-shadow: inset 3px 0 0 rgba(38, 133, 153, .38); }
  100% { background: linear-gradient(90deg, rgba(38, 133, 153, .10), rgba(232, 136, 94, .035), transparent); }
}
@keyframes hA-resume-scan-line {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}

/* Arabic hero: full résumé like #resume-builder-workflow (no build sequence / shrink) */
.hp2026-editorial-atelier .hA-rbw-hero--static .rbw-col-center {
  width: 100%;
  max-width: 100%;
  padding: 0;
  transform: none;
}
.hp2026-editorial-atelier .hA-rbw-hero--static .rbw-resume-pro {
  transform: rotateZ(1.2deg);
}
.hp2026-editorial-atelier .hA-rbw-hero--static .rbw-resume-pro.is-building::after {
  content: none;
}
.hp2026-editorial-atelier .hA-rbw-hero--static [data-res-step] {
  opacity: 1;
  transform: none;
  filter: none;
}
@media (min-width: 969px) {
  .hp2026-editorial-atelier .hRes-stage--static-resume {
    transform: none;
  }
}
