.avi-people {
  --people-accent: #fc5e40;
  --people-accent-2: #ffb64c;
  --people-dark: #171312;
  --people-ink: #141517;
  --people-muted: #62666b;
  --people-line: rgba(20,21,23,.13);
  overflow: hidden;
  color: var(--people-ink);
  background: #f5f5f4;
}
.avi-people--careers { --people-accent: #6f63ff; --people-accent-2: #42d4ff; --people-dark: #111220; }
.aviannova-people-page .content-wrapper { margin-top: 28px; }
.avi-people *, .avi-people *::before, .avi-people *::after { box-sizing: border-box; }
.avi-people a { color: inherit; text-decoration: none; }
.avi-people h1, .avi-people h2, .avi-people h3, .avi-people p { color: inherit; font-family: inherit; }
.avi-people-shell { width: min(1280px, calc(100% - 80px)); margin: 0 auto; }
.avi-people-hero { position: relative; padding: 76px 0 94px; color: #fff; background: var(--people-dark); }
.avi-people-hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(#000, transparent 95%); }
.avi-people-crumb { position: relative; z-index: 1; display: flex; gap: 10px; margin-bottom: 68px; color: rgba(255,255,255,.52); font-size: 12px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.avi-people-crumb a:hover { color: var(--people-accent); }
.avi-people-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.28fr) minmax(390px,.72fr); gap: 75px; align-items: center; }
.avi-people-eyebrow { margin: 0 0 20px; color: var(--people-accent); font-size: 12px; font-weight: 760; letter-spacing: .15em; text-transform: uppercase; }
.avi-people-eyebrow::before { content: ""; display: inline-block; width: 28px; height: 2px; margin-inline-end: 12px; vertical-align: middle; background: currentColor; }
.avi-people h1 { max-width: 910px; margin: 0; font-size: clamp(48px,5.25vw,80px); font-weight: 540; letter-spacing: -.055em; line-height: 1; text-wrap: balance; }
.avi-people-lead { max-width: 750px; margin: 30px 0 0; color: rgba(255,255,255,.68) !important; font-size: 18px; line-height: 1.72; }
.avi-people-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.avi-people-button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: #fff !important; font-size: 13px; font-weight: 700; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.avi-people-button:hover { transform: translateY(-2px); border-color: var(--people-accent); }
.avi-people-button--primary { border-color: var(--people-accent); background: var(--people-accent); color: var(--people-dark) !important; }
.avi-people-button svg, .avi-career-role svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.avi-partner-network, .avi-career-visual { position: relative; width: 100%; max-width: 445px; aspect-ratio: 1; justify-self: end; }
.avi-partner-network::before, .avi-partner-network::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.avi-partner-network::before { inset: 8%; }.avi-partner-network::after { inset: 28%; border-style: dashed; animation: avi-people-spin 24s linear infinite; }
.avi-partner-network > span { position: absolute; inset: 40%; display: grid; place-items: center; border-radius: 50%; color: var(--people-dark); background: linear-gradient(135deg,var(--people-accent),var(--people-accent-2)); font-weight: 850; box-shadow: 0 0 65px color-mix(in srgb,var(--people-accent) 28%,transparent); }
.avi-partner-network i { position: absolute; z-index: 2; width: 19px; height: 19px; border: 4px solid var(--people-dark); border-radius: 50%; background: var(--people-accent); box-shadow: 0 0 0 1px rgba(255,255,255,.3); }
.avi-partner-network i:nth-child(1) { top: 6%; left: 48%; }.avi-partner-network i:nth-child(2) { right: 5%; top: 49%; }.avi-partner-network i:nth-child(3) { bottom: 5%; left: 46%; }.avi-partner-network i:nth-child(4) { left: 4%; top: 47%; }
.avi-partner-network b { position: absolute; height: 1px; background: rgba(255,255,255,.2); transform-origin: left; }
.avi-partner-network b:nth-of-type(1) { width: 32%; left: 50%; top: 50%; transform: rotate(-48deg); }.avi-partner-network b:nth-of-type(2) { width: 34%; left: 50%; top: 50%; transform: rotate(72deg); }.avi-partner-network b:nth-of-type(3) { width: 32%; left: 20%; top: 52%; transform: rotate(-4deg); }
.avi-career-visual { border: 1px solid rgba(255,255,255,.16); border-radius: 28px; transform: rotate(3deg); background: linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.01)); }
.avi-career-visual > b { position: absolute; inset: 36%; display: grid; place-items: center; border-radius: 24px; color: #fff; background: linear-gradient(135deg,var(--people-accent),var(--people-accent-2)); font-size: 24px; transform: rotate(-3deg); }
.avi-career-visual > span { position: absolute; padding: 10px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.74); font-size: 11px; font-weight: 750; letter-spacing: .12em; transform: rotate(-3deg); }
.avi-career-visual span:nth-child(1) { top: 12%; left: 13%; }.avi-career-visual span:nth-child(2) { top: 15%; right: 10%; }.avi-career-visual span:nth-child(3) { bottom: 13%; left: 10%; }.avi-career-visual span:nth-child(4) { right: 12%; bottom: 16%; }
.avi-career-visual i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--people-accent-2); box-shadow: 0 0 18px var(--people-accent-2); }.avi-career-visual i:nth-of-type(1) { top: 35%; left: 17%; }.avi-career-visual i:nth-of-type(2) { top: 42%; right: 17%; }.avi-career-visual i:nth-of-type(3) { bottom: 22%; left: 48%; }
.avi-people-section, .avi-people-process { padding: 120px 0; }
.avi-people-heading { display: grid; grid-template-columns: .52fr 1.48fr; gap: 50px; margin-bottom: 60px; }
.avi-people h2 { margin: 0; font-size: clamp(38px,4.1vw,64px); font-weight: 520; letter-spacing: -.045em; line-height: 1.04; text-wrap: balance; }
.avi-people-models { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--people-line); border-left: 1px solid var(--people-line); }
.avi-people-model { min-height: 420px; padding: 30px; border-right: 1px solid var(--people-line); border-bottom: 1px solid var(--people-line); background: rgba(255,255,255,.5); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.avi-people-model:hover { position: relative; z-index: 1; transform: translateY(-4px); background: #fff; box-shadow: 0 22px 60px rgba(20,20,20,.08); }
.avi-people-number { color: var(--people-accent); font-size: 12px; font-weight: 800; }
.avi-people-model h3 { margin: 82px 0 18px; font-size: 30px; font-weight: 560; letter-spacing: -.035em; }
.avi-people-model > p { min-height: 105px; margin: 0; color: var(--people-muted); font-size: 15px; line-height: 1.72; }
.avi-people-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.avi-people-tags span { padding: 7px 10px; border: 1px solid var(--people-line); border-radius: 999px; color: #555a5e; background: #fff; font-size: 10px; font-weight: 650; }
.avi-people-value, .avi-career-culture { padding: 120px 0; color: #fff; background: var(--people-dark); }
.avi-people-value .avi-people-shell, .avi-career-culture .avi-people-shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.avi-people-value__grid, .avi-career-culture__grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.avi-people-value__grid article, .avi-career-culture__grid article { min-height: 235px; padding: 26px; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.avi-people-value__grid span, .avi-career-culture__grid span { color: var(--people-accent); font-size: 11px; font-weight: 800; }
.avi-people-value__grid h3, .avi-career-culture__grid h3 { margin: 52px 0 12px; font-size: 23px; font-weight: 560; }
.avi-people-value__grid p, .avi-career-culture__grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.68; }
.avi-people-process { background: #fff; }
.avi-people-steps { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--people-line); }
.avi-people-steps article { min-height: 250px; padding: 28px 28px 0 0; border-right: 1px solid var(--people-line); }
.avi-people[dir="rtl"] .avi-people-steps article { padding: 28px 0 0 28px; border-right: 0; border-left: 1px solid var(--people-line); }
.avi-people-steps article:last-child { border: 0; }
.avi-people-steps span { color: var(--people-accent); font-size: 12px; font-weight: 800; }
.avi-people-steps h3 { margin: 55px 0 12px; font-size: 24px; font-weight: 560; }
.avi-people-steps p { margin: 0; color: var(--people-muted); font-size: 14px; line-height: 1.7; }
.avi-people-quote { padding: 100px 0; color: #fff; background: var(--people-dark); }
.avi-people-quote .avi-people-shell { display: grid; grid-template-columns: .4fr 1.6fr; gap: 70px; }
.avi-people-quote p { margin: 8px 0 0; color: var(--people-accent); font-size: 12px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.avi-people-quote blockquote { margin: 0; padding: 0; border: 0; color: #fff; font-size: clamp(32px,3.6vw,54px); font-weight: 520; letter-spacing: -.04em; line-height: 1.12; }
.avi-people-quote blockquote::before { display: none; }
.avi-career-roles { border-top: 1px solid var(--people-line); }
.avi-career-role { display: grid; grid-template-columns: .45fr .9fr 1.2fr auto; gap: 34px; align-items: center; padding: 32px 4px; border-bottom: 1px solid var(--people-line); transition: padding .2s ease, background .2s ease; }
.avi-career-role:hover { padding-inline: 16px; background: #fff; }
.avi-career-role > div { display: flex; flex-direction: column; gap: 8px; }.avi-career-role > div span { color: var(--people-accent); font-size: 11px; font-weight: 800; }.avi-career-role small { color: var(--people-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.avi-career-role h3 { margin: 0; font-size: 25px; font-weight: 570; letter-spacing: -.025em; }
.avi-career-role p { margin: 0; color: var(--people-muted); font-size: 14px; line-height: 1.65; }
.avi-career-role > a { display: inline-flex; gap: 12px; align-items: center; white-space: nowrap; font-size: 12px; font-weight: 750; }.avi-career-role > a:hover { color: var(--people-accent); }
.avi-people-cta { padding: 96px 0; color: var(--people-dark); background: linear-gradient(120deg,var(--people-accent),var(--people-accent-2)); }
.avi-people-cta .avi-people-shell { display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: end; }
.avi-people-cta .avi-people-eyebrow { color: var(--people-dark); opacity: .65; }
.avi-people-cta h2 { max-width: 860px; }
.avi-people-cta p:not(.avi-people-eyebrow) { max-width: 720px; margin: 22px 0 0; color: color-mix(in srgb,var(--people-dark) 72%,transparent); font-size: 17px; line-height: 1.7; }
.avi-people-button--light { min-width: 205px; border-color: var(--people-dark); background: var(--people-dark); color: #fff !important; }
.avi-people[dir="rtl"] { font-family: "IBM Plex Sans Arabic",Arial,sans-serif; }
.avi-people[dir="rtl"] .avi-people-button svg, .avi-people[dir="rtl"] .avi-career-role svg { transform: scaleX(-1); }
@keyframes avi-people-spin { to { transform: rotate(360deg); } }
@media (max-width:1024px) {
  .avi-people-shell { width: min(100% - 48px,900px); }
  .avi-people-hero__grid { grid-template-columns: 1fr .62fr; gap: 35px; }
  .avi-people-models { grid-template-columns: 1fr; }
  .avi-people-model { min-height: 330px; }
  .avi-people-model > p { min-height: 0; }
  .avi-career-role { grid-template-columns: .35fr 1fr 1.2fr auto; gap: 20px; }
}
@media (max-width:767px) {
  .aviannova-people-page .content-wrapper { margin-top: 18px; }
  .avi-people-shell { width: calc(100% - 36px); }
  .avi-people-hero { padding: 44px 0 70px; }
  .avi-people-crumb { margin-bottom: 44px; }
  .avi-people-hero__grid { display: flex; flex-direction: column; align-items: stretch; }
  .avi-people h1 { font-size: clamp(42px,12.5vw,58px); }
  .avi-people-lead { font-size: 16px; }
  .avi-people-actions { flex-direction: column; }
  .avi-people-button { width: 100%; }
  .avi-partner-network, .avi-career-visual { width: min(100%,350px); align-self: center; margin-top: 30px; }
  .avi-people-section, .avi-people-process, .avi-people-value, .avi-career-culture { padding: 78px 0; }
  .avi-people-heading, .avi-people-value .avi-people-shell, .avi-career-culture .avi-people-shell, .avi-people-quote .avi-people-shell, .avi-people-cta .avi-people-shell { grid-template-columns: 1fr; gap: 25px; }
  .avi-people-model { min-height: 355px; padding: 26px; }
  .avi-people-model h3 { margin-top: 58px; }
  .avi-people-value__grid, .avi-career-culture__grid { grid-template-columns: 1fr; }
  .avi-people-steps { grid-template-columns: 1fr; }
  .avi-people-steps article, .avi-people[dir="rtl"] .avi-people-steps article { min-height: 0; padding: 28px 0; border-right: 0; border-left: 0; border-bottom: 1px solid var(--people-line); }
  .avi-people-steps h3 { margin-top: 28px; }
  .avi-people-quote { padding: 78px 0; }
  .avi-career-role { grid-template-columns: 1fr; gap: 14px; padding: 28px 4px; }
  .avi-career-role > div { flex-direction: row; justify-content: space-between; }
  .avi-career-role p { max-width: 520px; }
  .avi-people-cta { padding: 76px 0; }
}
@media (prefers-reduced-motion:reduce) { .avi-partner-network::after { animation: none; } }
