/* ===========================================================
   COMPANY PROFILE
   =========================================================== */

.cp-shell {
  background: var(--paper);
  min-height: calc(100vh - 56px);
  padding-bottom: 64px;
}

/* ===========================================================
   COVER + IDENTITY HERO
   =========================================================== */
.cp-cover {
  height: 280px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 30%, rgba(245,130,32,0.55) 0%, transparent 45%),
    radial-gradient(circle at 80% 60%, rgba(226,18,107,0.55) 0%, transparent 45%),
    radial-gradient(circle at 50% 100%, rgba(42,54,86,0.85) 0%, transparent 60%),
    linear-gradient(135deg, #1A2240 0%, #2A3656 100%);
}
.cp-cover-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 32px 32px;
}
.cp-cover-tag {
  position: absolute;
  top: 20px; right: 24px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  display: flex; align-items: center; gap: 8px;
}
.cp-cover-tag::before {
  content: '';
  width: 6px; height: 6px;
  background: #52A22E;
  border-radius: 50%;
  animation: cp-blink 1.6s ease-in-out infinite;
}
@keyframes cp-blink { 50% { opacity: 0.3; } }
.cp-cover-mark {
  position: absolute;
  bottom: 20px; left: 24px;
  font-family: var(--font-bn);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,0.18);
  line-height: 1;
}

.cp-id-bar {
  position: relative;
  margin-top: -64px;
  z-index: 5;
}
.cp-id-card {
  background: var(--surface);
  border-radius: var(--r-xl);
  border: 1px solid var(--line-soft);
  padding: 24px 28px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  box-shadow: 0 24px 48px -20px rgba(42,54,86,0.18);
}
@media (max-width: 760px) {
  .cp-id-card { grid-template-columns: auto 1fr; }
  .cp-id-actions { grid-column: 1 / -1; }
}

.cp-id-logo {
  width: 96px; height: 96px;
  border-radius: var(--r-lg);
  background: #E2126B;
  color: white;
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -0.04em;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 12px 28px -8px rgba(226,18,107,0.45);
  position: relative;
}
.cp-id-logo::after {
  content: '';
  position: absolute;
  bottom: -4px; right: -4px;
  width: 28px; height: 28px;
  background: #52A22E;
  border: 3px solid var(--surface);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpolyline points="20 6 9 17 4 12"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

.cp-id-text { min-width: 0; }
.cp-id-pretitle {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--asb-orange);
  margin-bottom: 6px;
}
.cp-id-pretitle .cp-verified {
  display: inline-flex; align-items: center; gap: 4px;
  background: var(--live-soft);
  color: var(--live);
  padding: 2px 8px;
  border-radius: 100px;
  font-size: 10px;
  letter-spacing: 0.08em;
}
.cp-id-pretitle .cp-verified svg { width: 10px; height: 10px; stroke-width: 3.5; }

.cp-id-name {
  font-family: var(--font-bn);
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 6px;
  text-wrap: balance;
}
body.lang-en .cp-id-name { font-family: var(--font-display); letter-spacing: -0.03em; }
.cp-id-mission {
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.45;
  text-wrap: pretty;
  max-width: 560px;
  margin-bottom: 10px;
}
.cp-id-meta {
  display: flex; flex-wrap: wrap; gap: 6px;
}
.cp-id-meta-pill {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--paper);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--ink-2);
  padding: 4px 10px;
  border-radius: 100px;
  border: 1px solid var(--line-soft);
}
.cp-id-meta-pill svg { width: 11px; height: 11px; }

.cp-id-actions {
  display: flex; flex-direction: column; gap: 8px;
  align-items: stretch;
  min-width: 200px;
}
.cp-id-actions .btn { padding: 11px 18px; font-size: 13.5px; }
.cp-id-actions-row { display: flex; gap: 6px; }
.cp-id-actions-row .btn-icon-circle {
  width: 38px; height: 38px;
  background: var(--paper);
  border: 1px solid var(--line);
}
.cp-id-actions-row .btn-icon-circle:hover {
  border-color: var(--asb-orange);
  color: var(--asb-orange);
}
.cp-id-actions-row .cp-share-btn {
  flex: 1;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink-2);
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  padding: 0 14px;
  border-radius: 100px;
  cursor: pointer;
}
.cp-id-actions-row .cp-share-btn:hover { border-color: var(--asb-orange); color: var(--asb-orange); }

/* ===========================================================
   STATS STRIP
   =========================================================== */
.cp-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line-soft);
  border-radius: var(--r-lg);
  overflow: hidden;
  margin-top: 16px;
  border: 1px solid var(--line-soft);
}
@media (max-width: 760px) { .cp-stats { grid-template-columns: repeat(2, 1fr); } }
.cp-stat-cell {
  background: var(--surface);
  padding: 16px 18px;
}
.cp-stat-num {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1;
}
.cp-stat-num .cp-stat-suffix { color: var(--asb-orange); }
.cp-stat-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--ink-3);
  margin-top: 4px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cp-stat-trend {
  display: inline-flex; align-items: center; gap: 3px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 700;
  color: var(--live);
  margin-top: 3px;
}
.cp-stat-trend.is-down { color: var(--urgent); }
.cp-stat-trend::before {
  content: '↑';
  font-size: 10px;
}
.cp-stat-trend.is-down::before { content: '↓'; }

/* ===========================================================
   TAB STRIP
   =========================================================== */
.cp-tabs {
  display: flex;
  gap: 2px;
  margin-top: 22px;
  border-bottom: 1px solid var(--line-soft);
  overflow-x: auto;
  scrollbar-width: none;
}
.cp-tabs::-webkit-scrollbar { display: none; }
.cp-tab {
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-3);
  padding: 12px 18px;
  cursor: pointer;
  white-space: nowrap;
  display: inline-flex; align-items: center; gap: 6px;
  transition: all 0.15s;
}
.cp-tab:hover { color: var(--ink); }
.cp-tab.is-on {
  color: var(--ink);
  border-bottom-color: var(--asb-orange);
}
.cp-tab .cp-tab-count {
  background: var(--surface-2);
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 100px;
  color: var(--ink-3);
}
.cp-tab.is-on .cp-tab-count {
  background: var(--asb-orange);
  color: white;
}

/* ===========================================================
   LAYOUT
   =========================================================== */
.cp-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 28px;
  margin-top: 28px;
  align-items: start;
}
@media (max-width: 1000px) { .cp-grid { grid-template-columns: 1fr; } }

/* ===========================================================
   SECTION CARDS
   =========================================================== */
.cp-section {
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-xl);
  padding: 28px 32px;
  margin-bottom: 16px;
}
.cp-section-head {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px dashed var(--line);
}
.cp-section-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--asb-orange);
  margin-bottom: 8px;
}
.cp-section-tag::before {
  content: '';
  width: 18px; height: 1.5px;
  background: var(--asb-orange);
}
.cp-section h2 {
  font-family: var(--font-bn);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.1;
  margin: 0;
}
body.lang-en .cp-section h2 { font-family: var(--font-display); letter-spacing: -0.03em; }
.cp-section h2 + p {
  font-size: 13.5px;
  color: var(--ink-3);
  margin-top: 4px;
}

@media (max-width: 600px) {
  .cp-section { padding: 22px 20px; }
  .cp-section h2 { font-size: 22px; }
}

/* ===========================================================
   ABOUT
   =========================================================== */
.cp-about p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-2);
  margin-bottom: 12px;
  text-wrap: pretty;
}
.cp-about p strong { color: var(--ink); }
.cp-about-pull {
  background: var(--gold-mist);
  border-left: 4px solid var(--asb-orange);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  padding: 16px 20px;
  margin: 18px 0;
  font-family: var(--font-bn);
  font-size: 17px;
  font-style: italic;
  color: var(--ink);
  line-height: 1.45;
  text-wrap: balance;
}
body.lang-en .cp-about-pull { font-family: var(--font-display); }

.cp-about-keys {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}
@media (max-width: 760px) { .cp-about-keys { grid-template-columns: 1fr; } }
.cp-about-key {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 14px 16px;
}
.cp-about-key-num {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--asb-orange);
  letter-spacing: -0.02em;
  line-height: 1;
}
.cp-about-key-label { font-size: 12.5px; color: var(--ink-2); margin-top: 4px; line-height: 1.35; }

/* ===========================================================
   CULTURE / VALUES
   =========================================================== */
.cp-values {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 600px) { .cp-values { grid-template-columns: 1fr; } }
.cp-value {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 18px 20px;
  position: relative;
  overflow: hidden;
}
.cp-value-no {
  position: absolute;
  top: 8px; right: 14px;
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 800;
  color: var(--gold-mist);
  line-height: 1;
  letter-spacing: -0.04em;
}
.cp-value-icon {
  width: 36px; height: 36px;
  background: var(--asb-navy);
  color: white;
  border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.cp-value-icon svg { width: 18px; height: 18px; }
.cp-value-title {
  font-size: 15.5px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.005em;
  margin-bottom: 4px;
  position: relative; z-index: 1;
}
.cp-value-desc {
  font-size: 13px;
  color: var(--ink-3);
  line-height: 1.5;
  position: relative; z-index: 1;
}

/* ===========================================================
   PERKS
   =========================================================== */
.cp-perks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 760px) { .cp-perks { grid-template-columns: repeat(2, 1fr); } }
.cp-perk {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 14px;
  text-align: center;
}
.cp-perk-glyph {
  width: 44px; height: 44px;
  background: var(--gold-mist);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 8px;
  font-size: 22px;
}
.cp-perk-name {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.005em;
  line-height: 1.25;
}

/* ===========================================================
   OPEN ROLES
   =========================================================== */
.cp-roles-bar {
  display: flex; gap: 6px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.cp-roles-chip {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 6px 12px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-2);
  cursor: pointer;
  transition: all 0.15s;
}
.cp-roles-chip:hover { border-color: var(--asb-orange); }
.cp-roles-chip.is-on {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

.cp-role {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 16px 18px;
  margin-bottom: 8px;
  text-decoration: none;
  color: inherit;
  transition: all 0.15s;
  align-items: center;
}
.cp-role:hover {
  border-color: var(--asb-orange);
  transform: translateX(3px);
}
.cp-role-text { min-width: 0; }
.cp-role-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.005em;
  margin-bottom: 4px;
}
.cp-role-meta {
  display: flex; flex-wrap: wrap; gap: 12px;
  font-size: 11.5px;
  color: var(--ink-3);
  font-weight: 500;
}
.cp-role-meta span { display: inline-flex; align-items: center; gap: 4px; }
.cp-role-meta .cp-role-new {
  background: var(--urgent);
  color: white;
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 2px 6px;
  border-radius: 100px;
  text-transform: uppercase;
}
.cp-role-right { text-align: right; flex-shrink: 0; }
.cp-role-salary {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
  color: var(--asb-orange);
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.cp-role-applicants {
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--ink-3);
  font-weight: 600;
  margin-top: 2px;
}

.cp-roles-cta {
  display: block;
  text-align: center;
  margin-top: 12px;
  padding: 10px;
  background: transparent;
  border: 1px dashed var(--line);
  border-radius: var(--r-md);
  color: var(--ink-2);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.15s;
}
.cp-roles-cta:hover {
  border-color: var(--asb-orange);
  color: var(--asb-orange);
  background: var(--gold-mist);
}

/* ===========================================================
   EMPLOYEE VOICES
   =========================================================== */
.cp-voices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 760px) { .cp-voices { grid-template-columns: 1fr; } }
.cp-voice {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 20px 22px;
  position: relative;
}
.cp-voice-quote {
  position: absolute;
  top: 10px; right: 16px;
  font-family: var(--font-display);
  font-size: 60px;
  font-weight: 800;
  color: var(--gold-mist);
  line-height: 1;
}
.cp-voice-text {
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.55;
  margin-bottom: 12px;
  position: relative; z-index: 1;
}
.cp-voice-author {
  display: flex; align-items: center; gap: 10px;
  padding-top: 12px;
  border-top: 1px dashed var(--line);
}
.cp-voice-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  color: white;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cp-voice-name { font-size: 13px; font-weight: 700; color: var(--ink); letter-spacing: -0.005em; }
.cp-voice-role { font-size: 11.5px; color: var(--ink-3); }
.cp-voice-tenure {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  color: var(--ink-3);
  background: var(--surface-2);
  padding: 2px 8px;
  border-radius: 100px;
}

.cp-voice-rating {
  display: flex; gap: 2px;
  margin-bottom: 10px;
}
.cp-voice-star {
  color: var(--gold-bright);
  font-size: 14px;
  line-height: 1;
}
.cp-voice-star.is-empty { color: var(--line); }

/* ===========================================================
   GALLERY / WORKPLACE
   =========================================================== */
.cp-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 160px;
  gap: 8px;
}
@media (max-width: 760px) { .cp-gallery { grid-template-columns: repeat(2, 1fr); } }
.cp-gallery-cell {
  border-radius: var(--r-md);
  position: relative;
  overflow: hidden;
  background: var(--surface-2);
  cursor: pointer;
  transition: transform 0.2s;
}
.cp-gallery-cell:hover { transform: scale(0.98); }
.cp-gallery-cell.is-wide { grid-column: span 2; }
.cp-gallery-cell.is-tall { grid-row: span 2; }
.cp-gallery-cell-art {
  position: absolute; inset: 0;
}
.cp-gallery-cell-label {
  position: absolute;
  bottom: 8px; left: 10px;
  background: rgba(26, 30, 46, 0.85);
  color: white;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 100px;
  backdrop-filter: blur(4px);
}

/* ===========================================================
   TIMELINE
   =========================================================== */
.cp-timeline {
  position: relative;
  padding-left: 24px;
}
.cp-timeline::before {
  content: '';
  position: absolute;
  left: 7px; top: 0; bottom: 0;
  width: 2px;
  background: var(--line);
}
.cp-tl-item {
  position: relative;
  padding-bottom: 18px;
}
.cp-tl-item::before {
  content: '';
  position: absolute;
  left: -23px; top: 4px;
  width: 14px; height: 14px;
  background: var(--surface);
  border: 3px solid var(--asb-orange);
  border-radius: 50%;
  z-index: 1;
}
.cp-tl-year {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  color: var(--asb-orange);
  letter-spacing: -0.01em;
  margin-bottom: 2px;
}
.cp-tl-event {
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.45;
}
.cp-tl-event strong { color: var(--ink); }

/* ===========================================================
   SIDEBAR
   =========================================================== */
.cp-side { display: flex; flex-direction: column; gap: 14px; position: sticky; top: 16px; }
.cp-side-card {
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 18px 20px;
}
.cp-side-card h4 {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px dashed var(--line);
}

/* contact / links list */
.cp-side-link {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 0;
  font-size: 13px;
  color: var(--ink-2);
  text-decoration: none;
  border-bottom: 1px dashed var(--line);
}
.cp-side-link:last-child { border-bottom: none; }
.cp-side-link:hover { color: var(--asb-orange); }
.cp-side-link svg { width: 14px; height: 14px; flex-shrink: 0; }
.cp-side-link strong { color: var(--ink); font-weight: 500; }
.cp-side-link-meta { margin-left: auto; font-size: 11px; color: var(--ink-3); font-family: var(--font-mono); }

/* locations */
.cp-loc {
  padding: 8px 0;
  border-bottom: 1px dashed var(--line);
}
.cp-loc:last-child { border: none; }
.cp-loc-city {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.005em;
  display: flex; align-items: center; gap: 6px;
  margin-bottom: 2px;
}
.cp-loc-city .cp-loc-pill {
  background: var(--asb-orange);
  color: white;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 2px 6px;
  border-radius: 100px;
  text-transform: uppercase;
}
.cp-loc-addr { font-size: 11.5px; color: var(--ink-3); line-height: 1.4; }
.cp-loc-jobs {
  margin-top: 4px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  color: var(--asb-orange);
}

/* tech stack */
.cp-tech {
  display: flex; flex-wrap: wrap; gap: 5px;
}
.cp-tech-pill {
  background: var(--paper);
  border: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  color: var(--ink-2);
  padding: 3px 8px;
  border-radius: 100px;
}

/* hiring activity */
.cp-activity-row {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 0;
  border-bottom: 1px dashed var(--line);
  font-size: 12.5px;
  color: var(--ink-2);
}
.cp-activity-row:last-child { border: none; }
.cp-activity-dot {
  width: 6px; height: 6px;
  background: var(--live);
  border-radius: 50%;
  flex-shrink: 0;
}
.cp-activity-time {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--ink-3);
}
.cp-activity-row strong { color: var(--ink); font-weight: 600; }

/* AI insight */
.cp-ai-insight {
  background: linear-gradient(135deg, var(--asb-navy) 0%, #1A2240 100%);
  color: var(--paper);
  border-radius: var(--r-lg);
  padding: 18px 20px;
  position: relative;
  overflow: hidden;
}
.cp-ai-insight::before {
  content: '';
  position: absolute;
  top: -30px; right: -30px;
  width: 120px; height: 120px;
  background: radial-gradient(circle, var(--asb-orange) 0%, transparent 70%);
  opacity: 0.4;
}
.cp-ai-insight-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--asb-orange);
  margin-bottom: 8px;
  position: relative; z-index: 1;
}
.cp-ai-insight-tag::before {
  content: '✦';
  font-size: 11px;
}
.cp-ai-insight-text {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,0.92);
  position: relative; z-index: 1;
}
.cp-ai-insight-text strong { color: var(--asb-orange-bright); }
.cp-ai-insight-cta {
  display: inline-flex; align-items: center; gap: 4px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--asb-orange-bright);
  text-decoration: none;
  position: relative; z-index: 1;
}

/* People view sticky CTA on mobile */
.cp-mobile-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--surface);
  border-top: 1px solid var(--line-soft);
  padding: 10px 16px;
  z-index: 50;
  box-shadow: 0 -8px 28px -10px rgba(42,54,86,0.18);
}
@media (max-width: 600px) {
  .cp-mobile-cta { display: flex; gap: 8px; }
  .cp-mobile-cta .btn { flex: 1; justify-content: center; }
}

/* ===========================================================
   GALLERY ART (no real images, build with CSS)
   =========================================================== */
.cp-art-office {
  background:
    linear-gradient(135deg, rgba(245,130,32,0.2) 0%, transparent 50%),
    linear-gradient(180deg, #2A3656 0%, #1A2240 100%);
}
.cp-art-office::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent 0px, transparent 28px, rgba(255,255,255,0.06) 28px, rgba(255,255,255,0.06) 29px),
    repeating-linear-gradient(90deg, transparent 0px, transparent 28px, rgba(255,255,255,0.06) 28px, rgba(255,255,255,0.06) 29px);
}

.cp-art-team {
  background:
    radial-gradient(circle at 25% 50%, rgba(245,130,32,0.6), transparent 30%),
    radial-gradient(circle at 50% 60%, rgba(226,18,107,0.5), transparent 30%),
    radial-gradient(circle at 75% 50%, rgba(255,196,0,0.5), transparent 30%),
    var(--asb-navy);
}
.cp-art-team::before {
  content: '👥👥👥';
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 48px;
  letter-spacing: -8px;
  filter: grayscale(0.4) contrast(0.6) brightness(1.2);
}

.cp-art-event {
  background:
    repeating-conic-gradient(from 0deg at 50% 50%, var(--asb-orange) 0deg 30deg, var(--gold-bright) 30deg 60deg);
  filter: hue-rotate(0deg);
}
.cp-art-event::after {
  content: '🎉';
  position: absolute;
  inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 56px;
}

.cp-art-product {
  background: linear-gradient(135deg, #E2126B 0%, #F58220 100%);
}
.cp-art-product::after {
  content: '📱';
  position: absolute;
  inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 56px;
}

.cp-art-csr {
  background: linear-gradient(135deg, #52A22E 0%, #2E7D32 100%);
}
.cp-art-csr::after {
  content: '🌱';
  position: absolute;
  inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 56px;
}

.cp-art-lobby {
  background:
    linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.4)),
    linear-gradient(135deg, #F58220 0%, #E2126B 100%);
}
.cp-art-lobby::after {
  content: 'b';
  position: absolute;
  inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-size: 120px;
  font-weight: 800;
  color: rgba(255,255,255,0.4);
  letter-spacing: -0.04em;
}
