/* ──────────────────────────────────────────────────────────────────────
   LumiSkin landing — visual system
   Wine + ivory + soft rose, Cormorant serif × Inter sans, Noto Naskh AR.
   ────────────────────────────────────────────────────────────────────── */

:root {
  /* core palette pulled from the logo */
  --ivory:     #F7F1E6;
  --ivory-2:   #EFE6D2;
  --ivory-3:   #E6D9BD;
  --paper:     #FBF7EE;
  --ink:       #2A1418;   /* near-black with wine in it */
  --ink-soft:  #5A3A3F;
  --ink-mute:  #8A6E72;
  --wine:      #6B0F1A;   /* deep burgundy — headline brand color */
  --wine-2:    #8B1F2A;
  --wine-dark: #3E0810;
  --rose:      #E8B4B8;   /* eyelid soft pink */
  --rose-2:    #F1D3D4;
  --lip:       #C42A36;   /* vivid red lip — used sparingly */
  --gold:      #B8935A;
  --rule:      #2A14181A;
  --rule-2:    #2A141810;

  --serif: 'Cormorant Garamond', 'Cormorant', 'Apple Garamond', Garamond, serif;
  --sans:  'Inter', 'Helvetica Neue', system-ui, sans-serif;
  --arabic: 'Noto Naskh Arabic', 'Amiri', serif;

  --maxw: 1280px;
  --gutter: 48px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body[dir="rtl"] { font-family: var(--arabic), var(--sans); }
body[dir="rtl"] .serif { font-family: var(--arabic), var(--serif); }

a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

.serif {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.005em;
}
.mono {
  font-family: 'JetBrains Mono', 'IBM Plex Mono', ui-monospace, monospace;
  font-feature-settings: 'tnum';
}
.tnum { font-variant-numeric: tabular-nums; font-feature-settings: 'tnum'; }
.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

.lk-shell { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }

/* ─── Top utility bar ──────────────────────────────────────────────── */
.lk-util {
  border-bottom: 1px solid var(--rule);
  font-size: 12px;
  letter-spacing: 0.06em;
}
.lk-util-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  gap: 24px;
}
.lk-util-left { display: flex; align-items: center; gap: 18px; color: var(--ink-soft); }
.lk-util-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lip); box-shadow: 0 0 0 4px #C42A3622; }
.lk-util-right { display: flex; align-items: center; gap: 18px; }

.lk-lang { display: inline-flex; gap: 2px; padding: 2px; border: 1px solid var(--rule); border-radius: 999px; }
.lk-lang button {
  border: 0; background: transparent; padding: 4px 12px; border-radius: 999px;
  font-size: 11px; letter-spacing: 0.14em; color: var(--ink-soft);
  text-transform: uppercase;
}
.lk-lang button.is-active { background: var(--wine); color: var(--paper); }
.lk-util-phone { color: var(--ink); font-weight: 500; }

/* ─── Nav ──────────────────────────────────────────────────────────── */
.lk-nav-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 0;
}
.lk-brand { display: flex; align-items: center; gap: 14px; }
.lk-brand-mark {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--paper) url('assets/lumiskin-logo.jpg') center/170% no-repeat;
  background-position: 50% 22%;
  border: 1px solid var(--rule);
  flex-shrink: 0;
}
.lk-brand-name {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--wine);
  line-height: 1;
}
.lk-brand-tag {
  font-size: 10px;
  letter-spacing: 0.32em;
  color: var(--ink-mute);
  text-transform: uppercase;
  margin-top: 4px;
}

.lk-nav { display: flex; gap: 32px; }
.lk-nav a {
  font-size: 13px;
  color: var(--ink-soft);
  letter-spacing: 0.04em;
  position: relative;
  padding: 4px 0;
}
.lk-nav a:hover { color: var(--wine); }
.lk-nav a:hover::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: var(--wine);
}

.lk-nav-cta {
  background: var(--wine); color: var(--paper);
  padding: 10px 20px; border-radius: 999px;
  font-size: 12px; letter-spacing: 0.08em; font-weight: 500;
  border: 0;
  transition: background 200ms;
}
.lk-nav-cta:hover { background: var(--wine-dark); }

/* ─── Hero ─────────────────────────────────────────────────────────── */
.lk-hero {
  position: relative;
  padding: 64px 0 96px;
  overflow: hidden;
}
.lk-hero-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 80px;
  align-items: start;
}
.lk-hero-greet {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 400;
  color: var(--wine);
  font-style: italic;
  letter-spacing: -0.01em;
  display: flex; flex-wrap: wrap; gap: 16px;
  margin-bottom: 32px;
}
.lk-hero-greet span { opacity: 0.7; }
.lk-hero-greet span:first-child { opacity: 1; }

.lk-hero-title {
  font-family: var(--serif);
  font-size: clamp(48px, 6.5vw, 92px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 0 0 28px;
  text-wrap: balance;
}
body[dir="rtl"] .lk-hero-title { font-family: var(--arabic); line-height: 1.25; }
.lk-hero-title em {
  font-style: italic;
  color: var(--wine);
  font-weight: 400;
}
.lk-hero-lede {
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 56ch;
  margin: 0 0 40px;
  text-wrap: pretty;
}

.lk-hero-ctas { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.lk-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px; border-radius: 999px;
  font-size: 14px; font-weight: 500; letter-spacing: 0.02em;
  border: 1px solid transparent;
  transition: all 200ms;
}
.lk-btn-primary { background: var(--wine); color: var(--paper); }
.lk-btn-primary:hover { background: var(--wine-dark); }
.lk-btn-ghost { background: transparent; color: var(--ink); border-color: var(--rule); }
.lk-btn-ghost:hover { border-color: var(--wine); color: var(--wine); }

.lk-hero-stamp {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid var(--rule);
  display: flex; gap: 40px; align-items: baseline;
  color: var(--ink-mute);
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
}
.lk-hero-stamp strong { color: var(--ink); font-weight: 500; }

/* Hero right column — phone card */
.lk-hero-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 28px;
  padding: 36px 32px;
  position: relative;
  box-shadow: 0 30px 80px -40px rgba(42, 20, 24, 0.18);
}
.lk-hero-card::before {
  content: '';
  position: absolute; inset: 0;
  border-radius: 28px;
  background:
    radial-gradient(120% 60% at 50% 0%, rgba(232,180,184,0.35), transparent 60%);
  pointer-events: none;
}
.lk-hero-card-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--wine); color: var(--paper);
  padding: 6px 12px; border-radius: 999px;
  font-size: 10px; font-weight: 600; letter-spacing: 0.18em;
}
.lk-hero-card-tag::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--rose);
  animation: lk-pulse 1.8s ease-in-out infinite;
}
@keyframes lk-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.7); }
}
.lk-hero-card-phone {
  font-family: var(--serif);
  font-size: 44px;
  letter-spacing: -0.01em;
  color: var(--wine);
  margin: 24px 0 8px;
  line-height: 1;
}
.lk-hero-card-note {
  color: var(--ink-soft); font-size: 13px; line-height: 1.55;
}
.lk-hero-card-divider {
  height: 1px; background: var(--rule); margin: 26px 0 22px;
}
.lk-hero-card-langs {
  display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px;
}
.lk-hero-card-lang {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 5px 11px; border: 1px solid var(--rule); border-radius: 999px;
  color: var(--ink-soft);
}
.lk-hero-card-lang.is-new { background: var(--rose-2); border-color: transparent; color: var(--wine); font-weight: 600; }
.lk-hero-card-hours {
  font-size: 12px; color: var(--ink-mute);
  letter-spacing: 0.04em;
}

/* ─── Hero status pill (system online indicator) ────────────────────── */
.lk-hero-status {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px 8px 10px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 999px;
  font-size: 12px;
  color: var(--ink-soft);
  margin-bottom: 28px;
  letter-spacing: 0.01em;
}
.lk-hero-status strong { color: var(--ink); font-weight: 600; }
.lk-hero-status-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #2A9D5A;
  box-shadow: 0 0 0 4px #2A9D5A22;
  animation: lk-pulse-green 2.2s ease-in-out infinite;
}
@keyframes lk-pulse-green {
  0%, 100% { box-shadow: 0 0 0 4px #2A9D5A22; }
  50% { box-shadow: 0 0 0 7px #2A9D5A10; }
}

/* ─── Live ARIA Orchestration console ────────────────────────────────── */
.lk-console {
  position: relative;
  background: linear-gradient(180deg, var(--paper) 0%, var(--ivory-2) 100%);
  border: 1px solid var(--rule);
  border-radius: 24px;
  padding: 20px 20px 18px;
  display: flex; flex-direction: column;
  box-shadow:
    0 30px 80px -40px rgba(42, 20, 24, 0.25),
    0 1px 0 rgba(255, 255, 255, 0.5) inset;
  overflow: hidden;
  isolation: isolate;
  font-family: var(--sans);
  min-height: 580px;
}
.lk-console::before {
  content: '';
  position: absolute;
  top: -40%; right: -20%;
  width: 80%; height: 80%;
  background: radial-gradient(closest-side, rgba(232, 180, 184, 0.45), transparent 70%);
  pointer-events: none;
  z-index: -1;
}
.lk-console.is-exit .lk-console-thread { opacity: 0; transform: translateY(-6px); }
.lk-console-thread {
  display: flex; flex-direction: column; gap: 14px;
  flex-grow: 1;
  transition: opacity 280ms ease, transform 280ms ease;
}

/* ── Header ── */
.lk-console-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 4px 6px 14px;
  border-bottom: 1px solid var(--rule-2);
  margin-bottom: 14px;
}
.lk-console-live { display: inline-flex; align-items: center; gap: 8px; }
.lk-live-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--lip);
  box-shadow: 0 0 0 4px rgba(196, 42, 54, 0.18);
  animation: lk-live-pulse 1.4s ease-in-out infinite;
}
@keyframes lk-live-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(0.78); opacity: 0.65; }
}
.lk-live-text {
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  font-weight: 600; color: var(--ink);
}
.lk-console-scn { display: inline-flex; gap: 5px; }
.lk-console-scn-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--rule);
  transition: background 240ms, transform 240ms;
}
.lk-console-scn-dot.is-on {
  background: var(--wine);
  transform: scale(1.4);
}

/* ── Ops ticker ── */
.lk-ops-ticker {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rule-2);
  border: 1px solid var(--rule-2);
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
}
.lk-ops-cell {
  background: rgba(251, 247, 238, 0.7);
  padding: 10px 12px;
}
.lk-ops-cell-n {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--wine);
  line-height: 1;
  font-feature-settings: 'tnum';
}
.lk-ops-cell-faint { opacity: 0.4; font-weight: 500; }
.lk-ops-cell-l {
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-mute); margin-top: 4px;
}

/* ── Customer message ── */
.lk-msg-customer { animation: lk-fade-up 320ms ease both; }
.lk-msg-meta {
  display: flex; align-items: center; gap: 8px;
  font-size: 11px; color: var(--ink-mute);
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.lk-msg-channel {
  width: 18px; height: 18px;
  display: grid; place-items: center;
  background: var(--wine); color: var(--paper);
  border-radius: 50%;
  font-size: 10px;
}
.lk-msg-channel-name { font-weight: 600; color: var(--ink); letter-spacing: 0.06em; }
.lk-msg-divider { opacity: 0.4; }
.lk-msg-who { color: var(--ink-soft); }
.lk-msg-flag { font-size: 13px; }
.lk-msg-time { font-feature-settings: 'tnum'; }

.lk-msg-bubble {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.35;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--rule-2);
  padding: 14px 16px;
  border-radius: 14px;
  border-top-left-radius: 4px;
  max-width: 92%;
  text-wrap: pretty;
}
.lk-msg-bubble[dir="rtl"] {
  font-family: var(--arabic);
  font-size: 17px;
  text-align: right;
  border-radius: 14px;
  border-top-right-radius: 4px;
  border-top-left-radius: 14px;
  margin-left: auto;
}
.lk-msg-translation {
  font-size: 11px; color: var(--ink-mute);
  margin-top: 6px; padding-left: 4px;
  font-style: italic;
}

/* ── Agent events ── */
.lk-events { display: flex; flex-direction: column; gap: 0; }
.lk-event {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  padding: 6px 0;
  animation: lk-fade-up 380ms ease both;
  animation-delay: calc(var(--ev-i) * 0ms);
}
@keyframes lk-fade-up {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.lk-event-rail {
  display: flex; flex-direction: column; align-items: center;
  position: relative;
}
.lk-event-avatar {
  width: 28px; height: 28px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--serif);
  font-size: 13px; font-weight: 700;
  color: var(--paper);
  letter-spacing: 0.02em;
  box-shadow: 0 0 0 3px var(--paper);
  flex-shrink: 0;
}
.lk-event-line {
  flex-grow: 1;
  width: 1px;
  background: linear-gradient(180deg, var(--rule) 0%, transparent 100%);
  margin-top: 2px;
}
.lk-event-body { padding-top: 3px; min-width: 0; }
.lk-event-row {
  display: flex; align-items: baseline; gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 2px;
}
.lk-event-agent {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
  letter-spacing: 0.02em;
}
.lk-event-label {
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--wine);
}
body[dir="rtl"] .lk-event-label { text-transform: none; letter-spacing: 0; font-size: 11px; }
.lk-event-meta {
  margin-left: auto;
  font-size: 10px;
  color: var(--ink-mute);
  letter-spacing: 0.02em;
  font-feature-settings: 'tnum';
}
body[dir="rtl"] .lk-event-meta { margin-left: 0; margin-right: auto; }
.lk-event-text {
  font-size: 12.5px;
  color: var(--ink-soft);
  line-height: 1.4;
}

/* ── Typing indicator ── */
.lk-typing {
  display: inline-flex; gap: 4px;
  margin: 6px 0 0 44px;
  padding: 6px 10px;
  background: var(--paper);
  border-radius: 999px;
  border: 1px solid var(--rule-2);
  width: fit-content;
}
.lk-typing span {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--wine);
  opacity: 0.4;
  animation: lk-typing 1.2s ease-in-out infinite;
}
.lk-typing span:nth-child(2) { animation-delay: 0.15s; }
.lk-typing span:nth-child(3) { animation-delay: 0.3s; }
@keyframes lk-typing {
  0%, 100% { opacity: 0.3; transform: translateY(0); }
  50%      { opacity: 1;    transform: translateY(-2px); }
}

/* ── Outcome ── */
.lk-outcome {
  display: flex; align-items: center; gap: 12px;
  background: var(--wine);
  color: var(--paper);
  border-radius: 14px;
  padding: 12px 14px;
  margin-top: 4px;
  animation: lk-fade-up 400ms ease both;
  position: relative;
  overflow: hidden;
}
.lk-outcome::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(60% 100% at 100% 50%, rgba(232,180,184,0.25), transparent 70%);
  pointer-events: none;
}
.lk-outcome-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--rose-2); color: var(--wine);
  display: grid; place-items: center;
  font-size: 14px; font-weight: 700;
  flex-shrink: 0;
}
.lk-outcome-body {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; width: 100%;
}
.lk-outcome-text {
  font-size: 13px;
  letter-spacing: 0.01em;
}
.lk-outcome-metric {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--rose-2);
  font-feature-settings: 'tnum';
  line-height: 1;
}

/* ── Progress bar ── */
.lk-console-progress {
  height: 2px;
  background: var(--rule-2);
  border-radius: 2px;
  margin: 18px 4px 16px;
  overflow: hidden;
}
.lk-console-progress-fill {
  height: 100%;
  background: var(--wine);
  transition: width 320ms ease;
}

/* ── Console footer (Québec line) ── */
.lk-console-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 4px 4px;
  border-top: 1px solid var(--rule-2);
  margin-top: auto;
  gap: 12px;
}
.lk-console-foot-tag {
  font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 700; color: var(--wine);
  margin-bottom: 2px;
}
.lk-console-foot-phone {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.005em;
  line-height: 1;
  font-feature-settings: 'tnum';
}
.lk-console-foot-phone:hover { color: var(--wine); }
.lk-console-foot-langs { display: inline-flex; gap: 4px; }
.lk-console-foot-lang {
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 4px 8px;
  border: 1px solid var(--rule); border-radius: 999px;
  color: var(--ink-soft);
}
.lk-console-foot-lang.is-new {
  background: var(--wine); color: var(--paper);
  border-color: var(--wine); font-weight: 600;
}

/* Hide stamp row when console replaces phone card to avoid double-counting */
.lk-hero-grid.has-console .lk-hero-stamp { margin-top: 40px; }

/* ─── Sections ─────────────────────────────────────────────────────── */
.lk-section { padding: 96px 0; position: relative; }
.lk-section + .lk-section { border-top: 1px solid var(--rule); }

.lk-section-head {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 56px;
}
.lk-section-eyebrow { color: var(--wine); }
.lk-section-title {
  font-family: var(--serif);
  font-size: clamp(36px, 4.4vw, 60px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 16px 0 0;
  text-wrap: balance;
}
.lk-section-sub {
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.55;
  max-width: 60ch;
  margin: 0;
  text-wrap: pretty;
}
body[dir="rtl"] .lk-section-title { font-family: var(--arabic); line-height: 1.25; }

/* ─── Channels ─────────────────────────────────────────────────────── */
.lk-channels-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
  border-radius: 20px;
  overflow: hidden;
}
.lk-chip {
  background: var(--paper);
  padding: 24px 26px;
  display: flex; align-items: flex-start; gap: 18px;
  transition: background 200ms;
}
.lk-chip:hover { background: var(--ivory-2); }
.lk-chip-glyph {
  width: 36px; height: 36px;
  display: grid; place-items: center;
  background: var(--wine); color: var(--paper);
  border-radius: 50%;
  font-size: 16px;
  flex-shrink: 0;
}
.lk-chip-name {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.1;
}
.lk-chip-note {
  font-size: 12px;
  color: var(--ink-mute);
  letter-spacing: 0.02em;
  margin-top: 4px;
}

/* ─── ARIA Bench ───────────────────────────────────────────────────── */
.lk-bench { background: var(--paper); }
.lk-bench-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
  border-radius: 20px;
  overflow: hidden;
}
.lk-bench-grid > article:nth-child(5) { grid-column: span 1; }
/* Last row: 3 items, center them by making 7th span 2 cols visually:
   simpler: make 5,6,7 fill the second row equally — use a tweak: change first row to 4 cols, second row 3 cols via subgrid trick */
.lk-bench-grid {
  grid-template-areas:
    'a a a a'
    'b b b .';
}
.lk-bench-grid { grid-template-areas: none; }

.lk-agent {
  background: var(--paper);
  padding: 28px 26px 26px;
  display: flex; flex-direction: column;
  position: relative;
  transition: background 220ms;
}
.lk-agent:hover { background: var(--ivory); }
.lk-agent-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 22px;
}
.lk-agent-id {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--sans);
}
.lk-agent-seat {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--wine);
  font-weight: 600;
  font-feature-settings: 'tnum';
}
.lk-agent-divider {
  width: 12px; height: 1px; background: var(--rule);
}
.lk-agent-hired {
  display: flex; flex-direction: column;
  font-size: 10px; letter-spacing: 0.06em; color: var(--ink-mute);
  line-height: 1.2;
}
.lk-agent-hired-lbl { text-transform: uppercase; letter-spacing: 0.16em; }
.lk-agent-hired-date { font-feature-settings: 'tnum'; color: var(--ink-soft); margin-top: 2px; }

.lk-agent-channels { display: flex; gap: 4px; }
.lk-agent-channel {
  width: 22px; height: 22px;
  display: grid; place-items: center;
  background: var(--ivory-2);
  border-radius: 50%;
  font-size: 11px;
  color: var(--ink-soft);
}

.lk-agent-name-row { margin-bottom: 12px; }
.lk-agent-name {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ink);
  margin: 0;
  line-height: 1;
}
.lk-agent-role {
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--wine); margin-top: 6px;
}
body[dir="rtl"] .lk-agent-role { text-transform: none; letter-spacing: 0; font-size: 13px; }

.lk-agent-bio {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0 0 24px;
  flex-grow: 1;
  text-wrap: pretty;
}

.lk-agent-metric {
  display: flex; align-items: baseline; gap: 14px;
  margin-bottom: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--rule-2);
}
.lk-agent-metric-big {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  font-feature-settings: 'tnum';
}
.lk-agent-metric-lbl-main {
  font-size: 13px;
  color: var(--ink);
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.lk-agent-metric-lbl-vs {
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--ink-mute); margin-top: 2px;
}
body[dir="rtl"] .lk-agent-metric-lbl-vs { text-transform: none; letter-spacing: 0; }

.lk-agent-trace { margin-top: 4px; }
.lk-agent-trace-head {
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--ink-mute);
  margin-bottom: 6px;
}
.lk-agent-trace-second {
  text-transform: none; letter-spacing: 0.02em; font-size: 11px;
  color: var(--ink-soft); font-feature-settings: 'tnum';
}

/* ─── Stats strip ──────────────────────────────────────────────────── */
.lk-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--rule);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.lk-stat {
  background: var(--ivory);
  padding: 48px 32px;
}
.lk-stat-n {
  font-family: var(--serif);
  font-size: 88px;
  line-height: 0.9;
  font-weight: 500;
  color: var(--wine);
  letter-spacing: -0.02em;
  font-feature-settings: 'tnum';
}
.lk-stat-l {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--ink);
  margin-top: 8px;
}
.lk-stat-s {
  font-size: 12px;
  color: var(--ink-mute);
  letter-spacing: 0.02em;
  margin-top: 8px;
  line-height: 1.45;
}

/* ─── Compliance ───────────────────────────────────────────────────── */
.lk-comp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.lk-comp-body {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 50ch;
  text-wrap: pretty;
}
.lk-comp-badges {
  display: grid; gap: 14px;
}
.lk-comp-badge {
  border: 1px solid var(--rule);
  border-radius: 16px;
  padding: 22px 24px;
  background: var(--paper);
  display: flex; align-items: center; gap: 18px;
}
.lk-comp-badge-mark {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--ivory-2);
  display: grid; place-items: center;
  color: var(--wine);
  flex-shrink: 0;
}
.lk-comp-badge-name {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--ink);
  line-height: 1;
}
.lk-comp-badge-sub {
  font-size: 12px; letter-spacing: 0.04em;
  color: var(--ink-mute);
  margin-top: 4px;
}

/* ─── Final CTA ────────────────────────────────────────────────────── */
.lk-cta {
  background: var(--wine);
  color: var(--paper);
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
.lk-cta::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(80% 60% at 20% 0%, rgba(232,180,184,0.18), transparent 60%),
    radial-gradient(60% 80% at 100% 100%, rgba(196,42,54,0.25), transparent 60%);
  pointer-events: none;
}
.lk-cta-inner { position: relative; }
.lk-cta-eyebrow { color: var(--rose); letter-spacing: 0.18em; }
.lk-cta-title {
  font-family: var(--serif);
  font-size: clamp(48px, 6vw, 84px);
  line-height: 1;
  margin: 16px 0 24px;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
body[dir="rtl"] .lk-cta-title { font-family: var(--arabic); line-height: 1.25; }
.lk-cta-sub { font-size: 17px; color: rgba(255,255,255,0.75); max-width: 56ch; margin: 0 0 40px; line-height: 1.55; }

.lk-cta-row { display: flex; gap: 32px; align-items: center; flex-wrap: wrap; }
.lk-cta-phone {
  font-family: var(--serif);
  font-size: 56px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--paper);
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 16px;
}
.lk-cta-phone:hover { color: var(--rose); }
.lk-cta-wa {
  color: var(--rose-2);
  border: 1px solid rgba(241,211,212,0.4);
  padding: 14px 22px; border-radius: 999px;
  font-size: 14px;
}
.lk-cta-wa:hover { background: rgba(241,211,212,0.1); }

/* ─── Footer ───────────────────────────────────────────────────────── */
.lk-footer {
  padding: 32px 0;
  border-top: 1px solid var(--rule);
  color: var(--ink-mute);
  font-size: 12px;
  letter-spacing: 0.06em;
}
.lk-footer-row { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }

/* ─── Connect (all 9 channel buttons) ──────────────────────────────── */
.lk-connect-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.lk-connect-btn {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 76px;
  padding: 18px 22px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 16px;
  color: var(--ink);
  text-decoration: none;
  transition: all 200ms ease;
  -webkit-tap-highlight-color: transparent;
}
.lk-connect-btn:hover,
.lk-connect-btn:focus-visible {
  background: var(--wine);
  border-color: var(--wine);
  color: var(--paper);
  transform: translateY(-1px);
  box-shadow: 0 20px 40px -24px rgba(42, 20, 24, 0.4);
  outline: none;
}
.lk-connect-glyph {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  background: var(--ivory-2);
  color: var(--wine);
  border-radius: 50%;
  font-size: 18px;
  flex-shrink: 0;
  transition: all 200ms;
}
.lk-connect-btn:hover .lk-connect-glyph,
.lk-connect-btn:focus-visible .lk-connect-glyph {
  background: var(--paper);
  color: var(--wine);
}
.lk-connect-body { display: flex; flex-direction: column; min-width: 0; }
.lk-connect-name {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.01em;
}
.lk-connect-handle {
  font-size: 12px;
  color: var(--ink-mute);
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lk-connect-btn:hover .lk-connect-handle,
.lk-connect-btn:focus-visible .lk-connect-handle {
  color: var(--rose-2);
}
.lk-connect-cta {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  white-space: nowrap;
  opacity: 0.75;
  transition: opacity 200ms;
}
.lk-connect-btn:hover .lk-connect-cta,
.lk-connect-btn:focus-visible .lk-connect-cta {
  color: var(--paper);
  opacity: 1;
}
.lk-connect-arrow {
  display: inline-block;
  transition: transform 200ms;
  margin-inline-start: 4px;
}
.lk-connect-btn:hover .lk-connect-arrow,
.lk-connect-btn:focus-visible .lk-connect-arrow {
  transform: translateX(3px);
}
body[dir="rtl"] .lk-connect-btn:hover .lk-connect-arrow,
body[dir="rtl"] .lk-connect-btn:focus-visible .lk-connect-arrow {
  transform: translateX(-3px);
}

/* ─── Responsive ───────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .lk-bench-grid { grid-template-columns: repeat(2, 1fr); }
  .lk-connect-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
  :root { --gutter: 24px; }
  .lk-section { padding: 72px 0; }
  .lk-hero { padding: 48px 0 64px; }
  .lk-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .lk-hero-card { padding: 28px 24px; }
  .lk-section-head { grid-template-columns: 1fr; gap: 12px; margin-bottom: 40px; }
  .lk-channels-grid { grid-template-columns: repeat(2, 1fr); }
  .lk-stats { grid-template-columns: repeat(2, 1fr); }
  .lk-stat { padding: 36px 24px; }
  .lk-stat-n { font-size: 64px; }
  .lk-comp-grid { grid-template-columns: 1fr; gap: 32px; }
  .lk-nav { display: none; }
  .lk-cta { padding: 64px 0; }
}
@media (max-width: 720px) {
  .lk-util-row { flex-direction: column; align-items: stretch; height: auto; padding: 10px 0; gap: 8px; }
  .lk-util-left, .lk-util-right { justify-content: space-between; }
  .lk-util-right .lk-util-phone { display: none; }
  .lk-nav-row { padding: 16px 0; }
  .lk-brand-mark { width: 44px; height: 44px; }
  .lk-brand-name { font-size: 20px; }
  .lk-brand-tag { font-size: 9px; letter-spacing: 0.24em; }
  .lk-nav-cta { padding: 9px 14px; font-size: 11px; }

  .lk-hero-status { font-size: 11px; padding: 7px 12px 7px 9px; }
  .lk-hero-greet { font-size: 22px; gap: 10px; margin-bottom: 20px; }
  .lk-hero-title { font-size: 44px; }
  .lk-hero-lede { font-size: 16px; }
  .lk-hero-ctas { width: 100%; }
  .lk-hero-ctas .lk-btn { flex: 1 1 auto; justify-content: center; min-height: 48px; }
  .lk-hero-card-phone { font-size: 32px; }
  .lk-hero-stamp { gap: 20px; flex-wrap: wrap; font-size: 11px; }

  .lk-console { padding: 16px 14px 14px; min-height: 0; border-radius: 18px; }
  .lk-console-head { padding: 2px 2px 10px; margin-bottom: 10px; }
  .lk-ops-ticker { margin-bottom: 12px; }
  .lk-ops-cell { padding: 8px 10px; }
  .lk-ops-cell-n { font-size: 18px; }
  .lk-msg-bubble { font-size: 16px; padding: 12px 14px; max-width: 100%; }
  .lk-event-meta { display: none; }
  .lk-console-foot-phone { font-size: 22px; }
  .lk-outcome-metric { font-size: 18px; }

  .lk-bench-grid,
  .lk-channels-grid,
  .lk-connect-grid,
  .lk-stats { grid-template-columns: 1fr; }

  .lk-chip { padding: 20px; min-height: 64px; }
  .lk-agent { padding: 24px 20px; }
  .lk-agent-name { font-size: 28px; }
  .lk-agent-metric-big { font-size: 40px; }

  .lk-connect-btn { padding: 14px 16px; min-height: 64px; gap: 14px; }
  .lk-connect-glyph { width: 40px; height: 40px; }
  .lk-connect-name { font-size: 17px; }
  .lk-connect-handle { font-size: 11px; }
  .lk-connect-cta { display: none; }

  .lk-comp-badge { padding: 18px; }
  .lk-comp-badge-name { font-size: 18px; }

  .lk-cta-title { font-size: 40px; }
  .lk-cta-sub { font-size: 15px; }
  .lk-cta-row { gap: 18px; flex-direction: column; align-items: flex-start; width: 100%; }
  .lk-cta-phone { font-size: 32px; }
  .lk-cta-wa { width: 100%; text-align: center; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; }

  .lk-footer-row { flex-direction: column; gap: 8px; }

  .lk-section-title { font-size: 36px; }
}
@media (max-width: 380px) {
  :root { --gutter: 18px; }
  .lk-hero-title { font-size: 36px; }
  .lk-hero-card-phone { font-size: 26px; }
  .lk-cta-phone { font-size: 26px; }
  .lk-section-title { font-size: 30px; }
}
