/* ============================================================================
   intel-2026.css. Arabian.CEO executive intelligence design system.
   Editorial restraint: two typefaces, one accent, hairlines, air, density
   where the information wants it. Logical properties throughout so the Arabic
   tree needs no mirrored fork. Loaded by layouts/intel.blade.php only.
   ========================================================================== */

:root {
  --serif: 'Instrument Serif', 'Times New Roman', Georgia, serif;
  --sans: 'DM Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --mono: 'DM Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --ink: #1a1410; --ink-2: #3d3428; --ink-3: #6b5e4a; --muted: #8f8272;
  --paper: #fffdf8; --paper-2: #f7f2e8; --paper-3: #efe7d6;
  --line: #e6dcc9; --line-2: #d3c4a7; --rule: #1a1410;
  --accent: #f97316; --accent-ink: #b4500a; --accent-bg: #fff3e8;
  --ok: #1f7a4d; --ok-bg: #eaf5ee; --warn: #8a5800; --warn-bg: #fff6e5;
  --wrap: 1200px; --gutter: 24px;
  --r: 6px; --r-lg: 12px;
  --shadow: 0 1px 2px rgba(26, 20, 16, .06), 0 8px 24px -12px rgba(26, 20, 16, .12);
}
body.ix-rtl { --sans: 'IBM Plex Sans Arabic', 'DM Sans', system-ui, sans-serif; --serif: 'IBM Plex Sans Arabic', 'Instrument Serif', serif; }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body.ix { margin: 0; font-family: var(--sans); font-size: 16px; line-height: 1.55; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
.ix a { color: inherit; text-decoration: none; }
.ix a:hover { color: var(--accent-ink); }
.ix img, .ix svg { display: block; max-width: 100%; }
.ix h1, .ix h2, .ix h3, .ix h4 { margin: 0; font-weight: 400; line-height: 1.12; letter-spacing: -.01em; color: var(--ink); }
.ix h1, .ix h2 { font-family: var(--serif); }
.ix-rtl h1, .ix-rtl h2 { font-weight: 600; letter-spacing: 0; line-height: 1.3; }
.ix h3, .ix h4 { font-family: var(--sans); font-weight: 600; letter-spacing: 0; }
.ix p { margin: 0 0 1em; }
.ix ul, .ix ol { margin: 0; padding: 0; list-style: none; }
.ix button { font-family: inherit; }
.ix :focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.ix-wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.ix-skip { position: absolute; inset-inline-start: 8px; top: -60px; background: var(--ink); color: #fff; padding: 8px 12px; border-radius: var(--r); z-index: 200; }
.ix-skip:focus { top: 8px; }
.ix-num { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.ix-kicker { font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.ix-rtl .ix-kicker { letter-spacing: 0; font-size: 12px; }
.ix-muted { color: var(--muted); }
.ix-small { font-size: 13px; }
.ix-hr { border: 0; border-top: 1px solid var(--line); margin: 28px 0; }

/* ---- buttons ---- */
.ix-btn, .ix-btn-ghost { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; border-radius: var(--r); font-weight: 600; font-size: 14px; line-height: 1.2; border: 1px solid transparent; cursor: pointer; transition: background .15s, color .15s, border-color .15s; white-space: nowrap; }
.ix .ix-btn { background: var(--ink); color: var(--paper); }
.ix .ix-btn:hover { background: var(--ink-2); color: #fff; }
.ix .ix-btn-accent { background: var(--accent); color: #fff; }
.ix .ix-btn-accent:hover { background: var(--accent-ink); color: #fff; }
.ix .ix-btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.ix .ix-btn-ghost:hover { border-color: var(--ink); color: var(--ink); background: var(--paper-2); }
.ix-btn-sm { padding: 7px 13px; font-size: 13px; }
.ix-btn.is-on, .ix-btn-ghost.is-on { background: var(--ok-bg); border-color: var(--ok); color: var(--ok); }

/* ---- header ---- */
.ix-header { position: sticky; top: 0; z-index: 90; background: rgba(255, 253, 248, .94); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.ix-header-in { display: flex; align-items: center; gap: 28px; height: 64px; }
.ix-logo { display: inline-flex; align-items: center; gap: 8px; font-family: var(--sans); font-weight: 700; font-size: 19px; letter-spacing: -.02em; color: var(--ink); }
.ix-logo b { color: var(--accent); font-weight: 700; }
.ix-nav { display: flex; align-items: center; gap: 22px; margin-inline-start: 8px; }
.ix-nav > a, .ix-drop-btn { font-size: 14px; font-weight: 500; color: var(--ink-2); padding: 6px 0; border-bottom: 2px solid transparent; }
.ix-nav > a:hover, .ix-nav > a.is-active { color: var(--ink); border-bottom-color: var(--accent); }
.ix-drop { position: relative; }
.ix-drop-btn { background: none; border: 0; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; }
.ix-menu { position: absolute; inset-inline-start: -16px; top: calc(100% + 10px); display: none; gap: 36px; padding: 22px 26px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow); min-width: 620px; z-index: 100; }
.ix-drop.open .ix-menu { display: flex; }
@media (hover: hover) and (pointer: fine) { .ix-drop:hover .ix-menu { display: flex; } }
.ix-menu-col { display: flex; flex-direction: column; gap: 6px; min-width: 160px; }
.ix-menu-lbl { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.ix-rtl .ix-menu-lbl { letter-spacing: 0; font-size: 12px; }
.ix-menu-col a { font-size: 14px; color: var(--ink-2); padding: 3px 0; }
.ix-menu-col a:hover { color: var(--accent-ink); }
.ix-menu-all { font-weight: 600; color: var(--ink) !important; margin-top: 4px; }
.ix-header-tools { margin-inline-start: auto; display: flex; align-items: center; gap: 12px; }
.ix-icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; color: var(--ink-2); }
.ix-icon-btn:hover { background: var(--paper-2); }
.ix-lang { font-size: 13px; font-weight: 600; color: var(--ink-2); padding: 6px 8px; border-radius: var(--r); }
.ix-lang:hover { background: var(--paper-2); }
.ix-ham { display: none; background: none; border: 0; width: 40px; height: 40px; align-items: center; justify-content: center; color: var(--ink); cursor: pointer; border-radius: var(--r); }
.ix-mobile { display: none; }
@media (max-width: 1023px) {
  .ix-nav { display: none; }
  .ix-ham { display: inline-flex; }
  .ix-mobile { display: block; position: fixed; inset: 64px 0 0 0; background: var(--paper); z-index: 89; overflow-y: auto; padding: 16px var(--gutter) 40px; }
  .ix-mobile[hidden] { display: none; }
  .ix-mobile > a { display: block; font-size: 18px; font-weight: 500; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .ix-mobile-lbl { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin: 22px 0 6px; }
  .ix-rtl .ix-mobile-lbl { letter-spacing: 0; }
  .ix-mobile-sub { display: block; padding: 8px 0; font-size: 15px; color: var(--ink-2); }
  .ix-mobile-search input { width: 100%; font: inherit; font-size: 16px; padding: 12px 14px; border: 1px solid var(--line-2); border-radius: var(--r); background: #fff; margin-bottom: 10px; }
  .ix-mobile-foot { display: flex; gap: 18px; margin-top: 24px; font-weight: 600; }
  body.ix-nav-open { overflow: hidden; }
  .ix-header-tools .ix-btn { display: none; }
}
@media (max-width: 560px) { .ix-header-in { gap: 14px; height: 58px; } .ix-mobile { inset-block-start: 58px; } .ix-logo { font-size: 17px; } .ix-lang { display: none; } }

/* ---- flash ---- */
.ix-flash { margin: 18px 0 0; padding: 12px 16px; border-radius: var(--r); font-size: 14px; border: 1px solid; }
.ix-flash-ok { background: var(--ok-bg); border-color: #bfe0cc; color: var(--ok); }
.ix-flash-err { background: #fdf0ee; border-color: #f0c6bf; color: #8a2a1c; }

/* ---- hero + search ---- */
.ix-hero { padding: 64px 0 40px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, var(--paper-2), var(--paper) 85%); }
.ix-hero h1 { font-size: clamp(38px, 5.4vw, 64px); max-width: 16ch; margin: 0 auto 10px; text-align: center; }
.ix-hero h1 em { font-style: italic; color: var(--accent-ink); }
.ix-rtl .ix-hero h1 em { font-style: normal; }
.ix-hero p.ix-lede { text-align: center; color: var(--ink-3); font-size: 17px; max-width: 60ch; margin: 0 auto 30px; }
.ix-search { position: relative; max-width: 760px; margin: 0 auto; }
.ix-search-in { display: flex; align-items: center; background: #fff; border: 1.5px solid var(--line-2); border-radius: 14px; box-shadow: var(--shadow); padding: 6px 6px 6px 18px; transition: border-color .15s; }
.ix-rtl .ix-search-in { padding: 6px 18px 6px 6px; }
.ix-search-in:focus-within { border-color: var(--ink); }
.ix-search-in svg { flex: 0 0 auto; color: var(--muted); }
.ix-search-in input { flex: 1; min-width: 0; border: 0; background: transparent; font: inherit; font-size: 18px; padding: 12px 12px; color: var(--ink); outline: none; }
.ix-search-in input::placeholder { color: var(--muted); }
.ix-search-in button { flex: 0 0 auto; }
.ix-search-hints { display: flex; flex-wrap: wrap; gap: 8px 14px; justify-content: center; margin-top: 14px; font-size: 13px; color: var(--muted); }
.ix-search-hints a { color: var(--ink-3); border-bottom: 1px solid var(--line-2); }
.ix-search-hints a:hover { color: var(--accent-ink); border-color: var(--accent); }
.ix-ac { position: absolute; inset-inline: 0; top: calc(100% + 6px); background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow); z-index: 80; max-height: 60vh; overflow-y: auto; padding: 6px; text-align: start; }
.ix-ac[hidden] { display: none; }
.ix-ac-lbl { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); padding: 10px 12px 4px; }
.ix-rtl .ix-ac-lbl { letter-spacing: 0; }
.ix-ac-item { display: flex; align-items: center; gap: 12px; padding: 8px 12px; border-radius: var(--r); }
.ix-ac-item:hover, .ix-ac-item.is-active { background: var(--paper-2); color: var(--ink); }
.ix-ac-av { flex: 0 0 36px; width: 36px; height: 36px; border-radius: 50%; background: var(--paper-3); color: var(--ink-3); font-size: 12px; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; }
.ix-ac-av img { width: 100%; height: 100%; object-fit: cover; }
.ix-ac-t { display: flex; flex-direction: column; min-width: 0; }
.ix-ac-t strong { font-weight: 600; font-size: 15px; }
.ix-ac-t small { color: var(--muted); font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ix-ac-all { display: block; padding: 10px 12px; margin-top: 4px; border-top: 1px solid var(--line); font-weight: 600; font-size: 14px; }
.ix-ac-all.is-active, .ix-ac-all:hover { background: var(--paper-2); }
.ix-ac-empty { padding: 14px 12px; color: var(--muted); font-size: 14px; }
.ix-stats { display: flex; justify-content: center; gap: 34px; margin-top: 26px; font-size: 13px; color: var(--ink-3); }
.ix-stats b { font-family: var(--mono); font-weight: 500; color: var(--ink); font-size: 15px; margin-inline-end: 4px; }
@media (max-width: 640px) { .ix-hero { padding: 40px 0 28px; } .ix-search-in { padding: 4px 4px 4px 12px; border-radius: 12px; } .ix-rtl .ix-search-in { padding: 4px 12px 4px 4px; } .ix-search-in input { font-size: 16px; padding: 10px 8px; } .ix-search-in .ix-btn { padding: 10px 12px; } .ix-search-in .ix-btn span { display: none; } .ix-stats { gap: 18px; flex-wrap: wrap; } }

/* ---- sections ---- */
.ix-section { padding: 44px 0; }
.ix-section + .ix-section { border-top: 1px solid var(--line); }
.ix-section-alt { background: var(--paper-2); }
.ix-sechead { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 22px; padding-bottom: 12px; border-bottom: 2px solid var(--rule); }
.ix-sechead h2 { font-size: 28px; }
.ix-sechead .ix-kicker { display: block; margin-bottom: 6px; }
.ix-sechead a.ix-more { font-size: 13px; font-weight: 600; color: var(--ink-2); white-space: nowrap; display: inline-flex; align-items: center; gap: 6px; }
.ix-sechead a.ix-more:hover { color: var(--accent-ink); }
.ix-rtl .ix-sechead a.ix-more svg { transform: scaleX(-1); }
.ix-grid { display: grid; gap: 18px; }
.ix-grid > * { min-width: 0; }
.ix-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ix-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ix-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ix-grid-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
@media (max-width: 1023px) { .ix-grid-4, .ix-grid-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 767px) { .ix-grid-3, .ix-grid-4, .ix-grid-6 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } .ix-grid-2 { grid-template-columns: minmax(0, 1fr); } .ix-section { padding: 32px 0; } .ix-sechead h2 { font-size: 24px; } }
@media (max-width: 560px) { .ix-grid-3, .ix-grid-4 { grid-template-columns: minmax(0, 1fr); } .ix-grid-6 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.ix-card, .ix-tile, .ix-listcard, .ix-article { overflow-wrap: anywhere; }
.ix-split { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 44px; }
@media (max-width: 1023px) { .ix-split { grid-template-columns: 1fr; gap: 28px; } }

/* ---- avatars and logos ---- */
.ix-avatar { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; border-radius: 50%; background: var(--paper-3); color: var(--ink-3); font-weight: 600; overflow: hidden; font-family: var(--sans); }
.ix-avatar img { width: 100%; height: 100%; object-fit: cover; }
.ix-avatar-sm { width: 40px; height: 40px; font-size: 13px; }
.ix-avatar-md { width: 64px; height: 64px; font-size: 18px; }
.ix-avatar-lg { width: 96px; height: 96px; font-size: 28px; }
.ix-avatar-xl { width: 168px; height: 168px; font-size: 48px; }
.ix-logo-box { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; border-radius: var(--r); background: #fff; border: 1px solid var(--line); color: var(--ink-3); font-weight: 600; overflow: hidden; }
.ix-logo-box img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.ix-logo-sm { width: 44px; height: 44px; font-size: 12px; }
.ix-logo-md { width: 64px; height: 64px; font-size: 15px; }
.ix-logo-lg { width: 112px; height: 112px; font-size: 24px; }

/* ---- cards ---- */
.ix-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px; transition: border-color .15s, box-shadow .15s; }
.ix .ix-card, .ix .ix-card:hover { color: var(--ink); }
.ix-card:hover { border-color: var(--line-2); box-shadow: var(--shadow); }
.ix-person { display: flex; gap: 14px; align-items: flex-start; }
.ix-person-body { min-width: 0; }
.ix-person-name { font-weight: 600; font-size: 16px; line-height: 1.3; display: flex; align-items: center; gap: 6px; }
.ix-person-title { color: var(--ink-2); font-size: 14px; margin-top: 2px; }
.ix-person-meta { color: var(--muted); font-size: 12.5px; margin-top: 4px; }
.ix-person-v { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; }
.ix-company { display: flex; gap: 14px; align-items: center; }
.ix-company-name { font-weight: 600; font-size: 15px; line-height: 1.3; }
.ix-company-meta { color: var(--muted); font-size: 13px; margin-top: 2px; }
.ix-verified { display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; border-radius: 50%; background: var(--ok); color: #fff; flex: 0 0 auto; }
.ix-verified svg { width: 10px; height: 10px; }

/* ---- moves feed ---- */
.ix-moves { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 40px; }
@media (max-width: 767px) { .ix-moves { grid-template-columns: 1fr; } }
.ix-move { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); align-items: start; }
.ix-move-name { font-weight: 600; font-size: 16px; }
.ix-move-line { color: var(--ink-2); font-size: 14.5px; margin-top: 2px; }
.ix-move-line em { font-style: normal; color: var(--accent-ink); font-weight: 500; }
.ix-move-meta { color: var(--muted); font-size: 12.5px; margin-top: 6px; display: flex; gap: 10px; flex-wrap: wrap; }
.ix-move-meta .ix-num { color: var(--ink-3); }
.ix-event { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 2px 7px; border-radius: 4px; background: var(--accent-bg); color: var(--accent-ink); }
.ix-rtl .ix-event { letter-spacing: 0; }

/* ---- browse tiles ---- */
.ix-tile { display: flex; flex-direction: column; justify-content: space-between; min-height: 110px; padding: 16px; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; }
.ix .ix-tile, .ix .ix-tile:hover { color: var(--ink); }
.ix-tile:hover { border-color: var(--ink); }
.ix-tile-name { font-family: var(--serif); font-size: 22px; line-height: 1.15; }
.ix-rtl .ix-tile-name { font-weight: 600; font-size: 19px; }
.ix-tile-meta { font-size: 12.5px; color: var(--muted); margin-top: 10px; }
.ix-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.ix-chip { display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border: 1px solid var(--line-2); border-radius: 999px; font-size: 13.5px; background: #fff; color: var(--ink-2); }
.ix-chip:hover, .ix-chip.is-active { border-color: var(--ink); color: var(--ink); background: var(--paper-2); }
.ix-chip .ix-num { color: var(--muted); font-size: 12px; }

/* ---- lists and insights ---- */
.ix-listcard { display: flex; flex-direction: column; gap: 10px; padding: 22px; background: var(--ink); color: var(--paper); border-radius: var(--r-lg); min-height: 190px; }
.ix .ix-listcard, .ix .ix-listcard:hover { color: var(--paper); }
.ix-listcard:hover { background: #2a2018; }
.ix-listcard .ix-kicker { color: rgba(255, 253, 248, .6); }
.ix-listcard h3 { font-family: var(--serif); font-weight: 400; font-size: 24px; color: inherit; line-height: 1.15; }
.ix-rtl .ix-listcard h3 { font-weight: 600; font-size: 20px; }
.ix-listcard p { color: rgba(255, 253, 248, .75); font-size: 13.5px; margin: 0; flex: 1; }
.ix-listcard .ix-meta { font-size: 12px; color: rgba(255, 253, 248, .6); }
.ix-article { display: flex; flex-direction: column; gap: 8px; }
.ix-article-img { aspect-ratio: 16/10; background: var(--paper-3); border-radius: var(--r); overflow: hidden; }
.ix-article-img img { width: 100%; height: 100%; object-fit: cover; }
.ix-article h3 { font-family: var(--serif); font-weight: 400; font-size: 21px; line-height: 1.2; }
.ix-rtl .ix-article h3 { font-weight: 600; font-size: 18px; }
.ix-article p { color: var(--ink-3); font-size: 14px; margin: 0; }
.ix-article .ix-meta { font-size: 12.5px; color: var(--muted); }
.ix-sponsored { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 2px 7px; border-radius: 4px; background: var(--warn-bg); color: var(--warn); }
.ix-rtl .ix-sponsored { letter-spacing: 0; }

/* ---- services card ---- */
.ix-services { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
@media (max-width: 767px) { .ix-services { grid-template-columns: 1fr; } }
.ix-service { display: flex; flex-direction: column; gap: 8px; padding: 26px; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; }
.ix-service h3 { font-family: var(--serif); font-weight: 400; font-size: 26px; }
.ix-rtl .ix-service h3 { font-weight: 600; font-size: 22px; }
.ix-service p { color: var(--ink-3); font-size: 14.5px; margin: 0 0 8px; }
.ix-service-links { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: 13.5px; }
.ix-service-links a { border-bottom: 1px solid var(--line-2); }
.ix-service-links a:hover { border-color: var(--accent); }

/* ---- breadcrumbs ---- */
.ix-crumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); padding: 18px 0 0; }
.ix-crumb a { color: var(--ink-3); }
.ix-crumb a:hover { color: var(--accent-ink); }
.ix-crumb span[aria-hidden] { color: var(--line-2); }

/* ---- profile header ---- */
.ix-profile { padding: 30px 0 26px; border-bottom: 1px solid var(--line); }
.ix-profile-in { display: grid; grid-template-columns: 168px 1fr; gap: 32px; align-items: start; }
@media (max-width: 767px) { .ix-profile-in { grid-template-columns: 1fr; gap: 18px; } .ix-avatar-xl { width: 128px; height: 128px; font-size: 40px; } .ix-logo-lg { width: 88px; height: 88px; } }
.ix-profile h1 { font-size: clamp(32px, 4.2vw, 46px); display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.ix-profile h1 .ix-verified { width: 22px; height: 22px; } .ix-profile h1 .ix-verified svg { width: 13px; height: 13px; }
.ix-profile .ix-alt { font-size: 20px; color: var(--ink-3); margin-top: 4px; }
.ix-profile .ix-headline { font-size: 18px; color: var(--ink-2); margin-top: 10px; }
.ix-profile .ix-headline a { border-bottom: 1px solid var(--line-2); }
.ix-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.ix-share { position: relative; display: inline-block; }
.ix-share-menu { position: absolute; inset-inline-start: 0; top: calc(100% + 6px); background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow); padding: 6px; min-width: 180px; z-index: 30; display: flex; flex-direction: column; }
.ix-share-menu[hidden] { display: none; }
.ix-share-menu a, .ix-share-menu button { text-align: start; background: none; border: 0; padding: 8px 10px; font: inherit; font-size: 14px; cursor: pointer; border-radius: 4px; color: var(--ink-2); }
.ix-share-menu a:hover, .ix-share-menu button:hover { background: var(--paper-2); }
.ix-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(160px, 100%), 1fr)); gap: 14px 24px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.ix-facts dt { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.ix-rtl .ix-facts dt { letter-spacing: 0; font-size: 12px; }
.ix-facts dd { margin: 3px 0 0; font-size: 15px; color: var(--ink); }
.ix-facts dd a { border-bottom: 1px solid var(--line-2); }
.ix-facts dd a:hover { border-color: var(--accent); }
.ix-trust { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 12.5px; color: var(--muted); margin-top: 16px; }
.ix-trust span b { color: var(--ink-3); font-weight: 500; }

/* ---- profile body ---- */
.ix-body { padding: 34px 0 56px; }
.ix-h2 { font-family: var(--serif); font-size: 26px; padding-bottom: 8px; margin-bottom: 16px; border-bottom: 1px solid var(--line); }
.ix-rtl .ix-h2 { font-weight: 600; font-size: 22px; }
.ix-block { margin-bottom: 40px; }
.ix-prose { font-size: 17px; line-height: 1.7; color: var(--ink-2); max-width: 70ch; }
.ix-prose p { margin: 0 0 1em; }
.ix-prose a { color: var(--accent-ink); border-bottom: 1px solid var(--line-2); }
.ix-roles { display: grid; gap: 12px; }
.ix-role { display: grid; grid-template-columns: 52px 1fr auto; gap: 14px; align-items: center; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; }
.ix-role-title { font-weight: 600; font-size: 16px; }
.ix-role-org { color: var(--ink-2); font-size: 14.5px; margin-top: 2px; }
.ix-role-org a { border-bottom: 1px solid var(--line-2); }
.ix-role-period { font-family: var(--mono); font-size: 13px; color: var(--ink-3); white-space: nowrap; }
@media (max-width: 560px) { .ix-role { grid-template-columns: 44px 1fr; } .ix-role-period { grid-column: 2; white-space: normal; } }
.ix-timeline { position: relative; padding-inline-start: 22px; border-inline-start: 2px solid var(--line-2); }
.ix-tl { position: relative; padding: 0 0 22px; }
.ix-tl::before { content: ''; position: absolute; inset-inline-start: -28px; top: 6px; width: 10px; height: 10px; border-radius: 50%; background: var(--paper); border: 2px solid var(--ink); }
.ix-tl.is-current::before { background: var(--accent); border-color: var(--accent); }
.ix-tl-when { font-family: var(--mono); font-size: 12.5px; color: var(--ink-3); }
.ix-tl-what { font-weight: 600; font-size: 15.5px; margin-top: 2px; }
.ix-tl-where { color: var(--ink-2); font-size: 14px; }
.ix-edu { display: grid; gap: 10px; }
.ix-edu-row { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.ix-edu-row strong { font-weight: 600; }
.ix-edu-row span { color: var(--ink-3); font-size: 14px; }
.ix-sources { display: grid; gap: 8px; }
.ix-source { display: flex; gap: 10px; align-items: baseline; font-size: 14px; }
.ix-source .ix-num { color: var(--muted); font-size: 12px; flex: 0 0 22px; }
.ix-source a { color: var(--ink-2); border-bottom: 1px solid var(--line-2); overflow-wrap: anywhere; }
.ix-source small { color: var(--muted); }
.ix-aside { position: sticky; top: 84px; display: flex; flex-direction: column; gap: 26px; }
.ix-aside h3 { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); padding-bottom: 8px; border-bottom: 1px solid var(--line); margin-bottom: 12px; }
.ix-rtl .ix-aside h3 { letter-spacing: 0; }
.ix-aside-list { display: flex; flex-direction: column; gap: 12px; }
.ix-mini { display: flex; gap: 10px; align-items: center; }
.ix-mini-name { font-weight: 600; font-size: 14.5px; line-height: 1.25; }
.ix-mini-sub { color: var(--muted); font-size: 12.5px; }
.ix-cta-box { padding: 18px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--paper-2); }
.ix-cta-box h4 { font-family: var(--serif); font-weight: 400; font-size: 20px; margin-bottom: 6px; }
.ix-rtl .ix-cta-box h4 { font-weight: 600; font-size: 18px; }
.ix-cta-box p { font-size: 13.5px; color: var(--ink-3); margin-bottom: 12px; }

/* ---- directory / filters ---- */
.ix-page-head { padding: 34px 0 20px; }
.ix-page-head h1 { font-size: clamp(30px, 4vw, 44px); }
.ix-page-head p { color: var(--ink-3); font-size: 16px; max-width: 70ch; margin: 8px 0 0; }
.ix-filters { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 24px; }
.ix-filters select, .ix-filters input { font: inherit; font-size: 14px; padding: 8px 10px; border: 1px solid var(--line-2); border-radius: var(--r); background: #fff; color: var(--ink); max-width: 100%; }
.ix-filters .ix-btn-sm { margin-inline-start: auto; }
.ix-alpha { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 20px; }
.ix-alpha a { display: inline-flex; align-items: center; justify-content: center; min-width: 30px; height: 30px; border-radius: 4px; font-family: var(--mono); font-size: 13px; color: var(--ink-3); }
.ix .ix-alpha a:hover, .ix .ix-alpha a.is-active { background: var(--ink); color: var(--paper); }
.ix-pagination { display: flex; justify-content: center; gap: 6px; margin: 32px 0 12px; flex-wrap: wrap; }
.ix-pagination a, .ix-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 10px; border-radius: var(--r); font-family: var(--mono); font-size: 14px; border: 1px solid var(--line); background: #fff; color: var(--ink-2); }
.ix-pagination a:hover { border-color: var(--ink); color: var(--ink); }
.ix .ix-pagination .is-active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.ix-pagination .is-disabled { opacity: .4; }
.ix-empty { padding: 40px 20px; text-align: center; color: var(--muted); border: 1px dashed var(--line-2); border-radius: var(--r-lg); }
.ix-empty h3 { font-family: var(--serif); font-weight: 400; font-size: 22px; color: var(--ink-2); margin-bottom: 6px; }
.ix-rtl .ix-empty h3 { font-weight: 600; }

/* ---- search results page ---- */
.ix-results { display: grid; gap: 30px; }
.ix-result-group h2 { font-size: 22px; }
.ix-result { display: flex; gap: 14px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.ix-result-t { font-weight: 600; font-size: 16px; }
.ix-result-s { color: var(--ink-3); font-size: 14px; }
.ix-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin: 16px 0 6px; }
.ix-tabs a { padding: 7px 12px; border-radius: 999px; font-size: 13.5px; border: 1px solid var(--line-2); color: var(--ink-2); background: #fff; }
.ix .ix-tabs a.is-active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.ix-tabs a .ix-num { font-size: 12px; opacity: .7; margin-inline-start: 4px; }

/* ---- forms ---- */
.ix-form { max-width: 720px; }
.ix-form .ix-field { margin-bottom: 18px; }
.ix-form label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 6px; color: var(--ink-2); }
.ix-form label small { font-weight: 400; color: var(--muted); }
.ix-form input[type="text"], .ix-form input[type="email"], .ix-form input[type="tel"], .ix-form input[type="url"], .ix-form input[type="search"], .ix-form select, .ix-form textarea { width: 100%; font: inherit; font-size: 15px; padding: 11px 13px; border: 1px solid var(--line-2); border-radius: var(--r); background: #fff; color: var(--ink); }
.ix-form input:focus, .ix-form select:focus, .ix-form textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(249, 115, 22, .15); }
.ix-form textarea { min-height: 140px; resize: vertical; }
.ix-form .ix-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 640px) { .ix-form .ix-row { grid-template-columns: 1fr; } }
.ix-form .ix-err { color: #8a2a1c; font-size: 13px; margin-top: 5px; }
.ix-form .ix-help { color: var(--muted); font-size: 13px; margin-top: 6px; }
.ix-form .ix-check { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; font-weight: 400; }
.ix-form .ix-check input { margin-top: 4px; }
.ix-hp { position: absolute; inset-inline-start: -9999px; width: 1px; height: 1px; overflow: hidden; }
.ix-rtl .ix-hp { inset-inline-start: auto; inset-inline-end: -9999px; }
.ix-code { font-family: var(--mono); font-size: 28px !important; letter-spacing: .3em; text-align: center; }
.ix-notice { padding: 16px 18px; border-radius: var(--r-lg); background: var(--paper-2); border: 1px solid var(--line); font-size: 14.5px; color: var(--ink-2); }
.ix-notice strong { color: var(--ink); }

/* ---- packages ---- */
.ix-packages { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: 18px; }
.ix-package { display: flex; flex-direction: column; gap: 10px; padding: 24px; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; }
.ix-package h3 { font-family: var(--serif); font-weight: 400; font-size: 26px; }
.ix-rtl .ix-package h3 { font-weight: 600; font-size: 22px; }
.ix-package .ix-price { font-family: var(--mono); font-size: 15px; color: var(--ink-3); }
.ix-package ul { display: grid; gap: 6px; font-size: 14px; color: var(--ink-2); margin: 6px 0 10px; flex: 1; }
.ix-package li { padding-inline-start: 18px; position: relative; }
.ix-package li::before { content: ''; position: absolute; inset-inline-start: 0; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }

/* ---- list detail ---- */
.ix-list-hero { padding: 40px 0 30px; background: var(--ink); color: var(--paper); }
.ix-list-hero h1 { color: inherit; font-size: clamp(34px, 5vw, 56px); max-width: 20ch; }
.ix-list-hero p { color: rgba(255, 253, 248, .78); font-size: 17px; max-width: 65ch; }
.ix-list-hero .ix-kicker { color: rgba(255, 253, 248, .6); }
.ix-list-hero .ix-meta { font-size: 13px; color: rgba(255, 253, 248, .6); display: flex; gap: 16px; flex-wrap: wrap; margin-top: 14px; }
.ix-entry { display: grid; grid-template-columns: 56px 64px 1fr; gap: 18px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.ix-entry.no-rank { grid-template-columns: 64px 1fr; }
.ix-entry-rank { font-family: var(--serif); font-size: 34px; color: var(--ink-3); line-height: 1; }
.ix-rtl .ix-entry-rank { font-family: var(--mono); font-size: 26px; }
.ix-entry-name { font-weight: 600; font-size: 18px; }
.ix-entry-sub { color: var(--ink-2); font-size: 14.5px; }
.ix-entry-blurb { color: var(--ink-3); font-size: 14px; margin-top: 6px; max-width: 70ch; }
@media (max-width: 560px) { .ix-entry { grid-template-columns: 40px 48px 1fr; gap: 12px; } .ix-entry-rank { font-size: 24px; } }
.ix-method { padding: 22px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--paper-2); font-size: 14.5px; color: var(--ink-2); }
.ix-method h3 { font-size: 15px; margin-bottom: 8px; }

/* ---- article ---- */
.ix-article-head { padding: 34px 0 20px; max-width: 820px; }
.ix-article-head h1 { font-size: clamp(32px, 4.6vw, 52px); }
.ix-article-head .ix-stand { font-size: 20px; color: var(--ink-2); margin-top: 14px; line-height: 1.45; }
.ix-article-head .ix-byline { display: flex; flex-wrap: wrap; gap: 14px; font-size: 13.5px; color: var(--muted); margin-top: 18px; }
.ix-article-hero { margin: 8px 0 28px; border-radius: var(--r-lg); overflow: hidden; background: var(--paper-3); }
.ix-article-hero img { width: 100%; height: auto; }
.ix-article-hero figcaption { font-size: 12.5px; color: var(--muted); padding: 8px 0; }
.ix-article-body { max-width: 720px; font-size: 18px; line-height: 1.75; color: var(--ink-2); }
.ix-article-body p { margin: 0 0 1.2em; }
.ix-article-body h2, .ix-article-body h3 { margin: 1.4em 0 .6em; color: var(--ink); }
.ix-article-body h2 { font-size: 28px; }
.ix-article-body h3 { font-size: 20px; }
.ix-article-body a { color: var(--accent-ink); border-bottom: 1px solid var(--line-2); }
.ix-article-body blockquote { margin: 1.4em 0; padding-inline-start: 20px; border-inline-start: 1px solid var(--ink); font-family: var(--serif); font-size: 24px; line-height: 1.35; color: var(--ink); }
.ix-rtl .ix-article-body blockquote { font-size: 20px; font-weight: 600; }
.ix-article-body img { border-radius: var(--r); }
.ix-article-body ul, .ix-article-body ol { padding-inline-start: 22px; margin: 0 0 1.2em; list-style: revert; }
.ix-disclosure { padding: 12px 16px; border-radius: var(--r); background: var(--warn-bg); color: var(--warn); font-size: 13.5px; margin-bottom: 20px; }

/* ---- footer ---- */
.ix-footer { margin-top: 40px; padding: 48px 0 28px; border-top: 1px solid var(--line); background: var(--paper-2); }
.ix-footer-grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 32px; }
@media (max-width: 1023px) { .ix-footer-grid { grid-template-columns: repeat(2, 1fr); } .ix-footer-brand { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ix-footer-grid { grid-template-columns: 1fr; } }
.ix-footer h5 { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin: 0 0 12px; }
.ix-rtl .ix-footer h5 { letter-spacing: 0; font-size: 12px; }
.ix-footer a { display: block; font-size: 14px; color: var(--ink-2); padding: 3px 0; }
.ix-footer a:hover { color: var(--accent-ink); }
.ix-footer-brand p { font-size: 14px; color: var(--ink-3); max-width: 38ch; margin: 12px 0 0; }
.ix-footer-small { font-size: 12.5px !important; color: var(--muted) !important; }
.ix-footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-top: 36px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--muted); }

/* ---- bidi ---- */
.ix-rtl .ix-ltr, .ix-rtl [dir="ltr"] { text-align: left; font-family: 'DM Sans', system-ui, sans-serif; }
.ix-rtl h1[dir="ltr"], .ix-rtl h2[dir="ltr"] { font-family: 'Instrument Serif', Georgia, serif; font-weight: 400; letter-spacing: -.01em; }
.ix-rtl .ix-profile-in h1[dir="ltr"] { justify-content: flex-start; }
bdi { unicode-bidi: isolate; }

/* ---- utilities ---- */
.ix-flex { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.ix-mt-1 { margin-top: 8px; } .ix-mt-2 { margin-top: 16px; } .ix-mt-3 { margin-top: 28px; } .ix-mb-2 { margin-bottom: 16px; }
.ix-center { text-align: center; }
.ix-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ix-visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Services FAQ on the homepage */
.ix-faq { margin-top: 28px; border-top: 1px solid var(--line); }
.ix-faq-item { border-bottom: 1px solid var(--line); }
.ix-faq-item summary { cursor: pointer; padding: 14px 0; font-weight: 600; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.ix-faq-item summary::-webkit-details-marker { display: none; }
.ix-faq-item summary::after { content: '+'; font-family: var(--mono); color: var(--muted); }
.ix-faq-item[open] summary::after { content: '−'; }
.ix-faq-item p { margin: 0 0 16px; color: var(--muted); max-width: 70ch; }
