/* ═══════════════════════════════════════════════════════════════════════════
   BlueWhale Cloud — public cloud surface (India).
   Layered on top of tokens.css + common.css from the BlueWhale Stack design
   system. Prefix: .pc-*  ("public cloud") so nothing collides with the shared
   control-plane classes in common.css.
   ═══════════════════════════════════════════════════════════════════════════ */

/* ─── Marketing shell ─────────────────────────────────────────────────────── */
.pc-site { min-height: 100vh; background: var(--bg-canvas); display: flex; flex-direction: column; }
/* §4: 3.2mm BLUE accent bar at the top of every page. */
.pc-accent-bar { height: 3.2mm; background: var(--bw-blue); flex-shrink: 0; }

.pc-nav {
  position: sticky; top: 0; z-index: 30;
  display: flex; align-items: center; gap: var(--space-6);
  padding: 13px 32px;
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border-default);
}
.pc-nav-brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.pc-nav-links { display: flex; gap: var(--space-5); align-items: center; }
.pc-nav-link { font-size: var(--text-sm); font-weight: 500; color: var(--text-secondary); }
.pc-nav-link:hover { color: var(--text-accent); }
.pc-nav-link.active { color: var(--text-accent); font-weight: 600; }
.pc-nav-right { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.pc-wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 32px; }

.pc-hero { padding: 76px 0 60px; text-align: center; }
/* §1: blue is confident but rationed — a flat brand headline, no gradient. */
.pc-hero h1 {
  font-size: 54px; font-weight: 700; letter-spacing: -0.028em; line-height: 1.08;
  margin: 0 0 20px; color: var(--text-primary); text-wrap: balance;
}
.pc-hero h1 em { font-style: normal; color: var(--bw-blue); }
[data-theme='dark'] .pc-hero h1 em { color: var(--text-accent); }
.pc-hero p { font-size: 19px; color: var(--text-secondary); max-width: 730px; margin: 0 auto 28px; line-height: 1.6; }
.pc-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 4px 13px; border-radius: var(--radius-md);
  background: var(--bw-dark); color: #FFFFFF;
  font-size: 12px; font-weight: 700; margin-bottom: 22px;
  border: 1px solid var(--bw-gold); letter-spacing: 0.01em;
}
.pc-cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.pc-section { padding: 54px 0; }
.pc-section-alt { background: var(--bg-surface); border-top: 1px solid var(--border-default); border-bottom: 1px solid var(--border-default); }
.pc-section-head { text-align: center; margin-bottom: 34px; }
.pc-section-head h2 { font-size: 33px; font-weight: 700; letter-spacing: -0.022em; margin-bottom: 10px; }
.pc-section-head p { color: var(--text-secondary); font-size: var(--text-base); max-width: 660px; margin: 0 auto; line-height: 1.6; }
.pc-kicker {
  font-size: 11px; font-weight: 700; letter-spacing: var(--tracking-kicker);
  text-transform: uppercase; color: var(--text-gold); margin-bottom: 10px;
}
/* Numbered section kicker — the house "01 · SECTION NAME" form (§2). */
.pc-kicker-n::before {
  content: attr(data-n) ' · ';
  color: var(--text-gold);
}

.pc-grid { display: grid; gap: 16px; }
.pc-grid-2 { grid-template-columns: repeat(2, 1fr); }
.pc-grid-3 { grid-template-columns: repeat(3, 1fr); }
.pc-grid-4 { grid-template-columns: repeat(4, 1fr); }

.pc-card {
  background: var(--bg-surface); border: 1px solid var(--border-default);
  border-radius: var(--radius-lg); padding: 22px;
  box-shadow: var(--shadow-card);
  transition: border-color var(--duration-fast), box-shadow var(--duration-fast), transform var(--duration-fast);
}
.pc-card-link:hover { border-color: var(--border-accent); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.pc-card-icon {
  width: 40px; height: 40px; border-radius: var(--radius-md);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 19px; background: var(--info-bg); color: var(--text-accent); margin-bottom: 14px;
}
.pc-card h3 { font-size: 16px; font-weight: 650; margin-bottom: 6px; }
.pc-card p { font-size: 13.5px; color: var(--text-secondary); line-height: 1.55; }
.pc-card-price { margin-top: 13px; padding-top: 12px; border-top: 1px solid var(--border-default); font-size: 13px; font-weight: 600; }
.pc-card-price span { color: var(--text-tertiary); font-weight: 400; }

.pc-footer { margin-top: auto; border-top: 1px solid var(--border-default); background: var(--bg-surface); padding: 40px 0 26px; }
.pc-footer-cols { display: grid; grid-template-columns: 1.7fr repeat(4, 1fr); gap: 28px; }
.pc-footer h4 { font-size: 11px; text-transform: uppercase; letter-spacing: 0.09em; color: var(--text-tertiary); margin-bottom: 12px; }
.pc-footer a { display: block; font-size: 13px; color: var(--text-secondary); margin-bottom: 8px; }
.pc-footer a:hover { color: var(--text-accent); }
.pc-footer-legal {
  margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--border-default);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 12px; color: var(--text-tertiary);
}

/* India market ribbon */
/* Market badge. Gold border, not a tricolour fill — §1 keeps accents small. */
.pc-india {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 2px 9px; border-radius: var(--radius-md);
  font-size: 11px; font-weight: 700; letter-spacing: var(--tracking-label);
  text-transform: uppercase;
  background: transparent; border: 1px solid var(--border-gold);
  color: var(--text-gold);
}

/* ─── Regions ─────────────────────────────────────────────────────────────── */
.pc-region-row { display: flex; align-items: center; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--border-default); }
.pc-region-row:last-child { border-bottom: none; }
.pc-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
.pc-dot-ga       { background: var(--bw-blue); box-shadow: 0 0 0 3px rgba(0,44,160,0.15); }
.pc-dot-preview  { background: var(--bw-mid);  box-shadow: 0 0 0 3px rgba(51,85,192,0.15); }
.pc-dot-building { background: var(--bw-gold); box-shadow: 0 0 0 3px rgba(201,150,46,0.18); }
.pc-dot-planned  { background: var(--bw-lgrey);box-shadow: 0 0 0 3px rgba(152,162,179,0.18); }
.pc-map-dot { cursor: pointer; }
.pc-map-dot:hover circle { opacity: 1; }

/* ─── Pricing tables ──────────────────────────────────────────────────────── */
.pc-price-table { width: 100%; border-collapse: collapse; font-size: var(--text-sm); }
.pc-price-table th {
  text-align: left; font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--text-tertiary); font-weight: 700; padding: 10px 14px;
  border-bottom: 1px solid var(--border-default); background: var(--bg-sunken); white-space: nowrap;
}
.pc-price-table td { padding: 12px 14px; border-bottom: 1px solid var(--border-default); vertical-align: middle; }
.pc-price-table tbody tr:last-child td { border-bottom: none; }
.pc-price-table tbody tr:hover { background: var(--bg-hover); }
.pc-rate { font-family: var(--font-mono); font-weight: 600; white-space: nowrap; font-variant-numeric: tabular-nums; }

/* ─── Console shell ───────────────────────────────────────────────────────── */
.pc-console { display: flex; min-height: 100vh; background: var(--bg-canvas); }
.pc-side {
  width: 236px; flex-shrink: 0; background: var(--bg-surface);
  border-right: 1px solid var(--border-default);
  position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; z-index: 6;
}
.pc-side-head { padding: 13px 16px; border-bottom: 1px solid var(--border-default); }
.pc-side-nav { flex: 1; overflow-y: auto; padding: 10px; }
.pc-side-foot { padding: 12px; border-top: 1px solid var(--border-default); }
.pc-nav-group { font-size: 10px; text-transform: uppercase; letter-spacing: 0.09em; font-weight: 700; color: var(--text-tertiary); padding: 12px 10px 6px; }
.pc-nav-item {
  display: flex; align-items: center; gap: 10px; padding: 7px 10px;
  font-size: 13.5px; font-weight: 500; color: var(--text-secondary);
  border-radius: var(--radius-md); transition: all var(--duration-fast);
}
.pc-nav-item:hover { background: var(--bg-hover); color: var(--text-primary); }
.pc-nav-item.active { background: var(--bg-active); color: var(--text-accent); font-weight: 600; }
.pc-nav-ico { width: 18px; text-align: center; flex-shrink: 0; }
.pc-nav-count { margin-left: auto; font-size: 11px; color: var(--text-tertiary); font-variant-numeric: tabular-nums; }

.pc-main { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.pc-top {
  height: 56px; flex-shrink: 0; background: var(--bg-surface);
  border-bottom: 1px solid var(--border-default);
  display: flex; align-items: center; gap: 10px; padding: 0 20px;
  position: sticky; top: 0; z-index: 5;
}
.pc-chip {
  display: inline-flex; align-items: center; gap: 7px; height: 34px; padding: 0 12px;
  border: 1px solid var(--border-default); border-radius: var(--radius-md);
  background: var(--bg-surface); font-size: 13px; font-weight: 500; color: var(--text-primary);
  cursor: pointer; white-space: nowrap;
}
.pc-chip:hover { background: var(--bg-hover); border-color: var(--border-strong); }
.pc-chip-mono { font-family: var(--font-mono); font-weight: 600; font-variant-numeric: tabular-nums; }
.pc-menu {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 280px; z-index: 40;
  background: var(--bg-elevated); border: 1px solid var(--border-default);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 6px;
  max-height: 70vh; overflow-y: auto;
}
.pc-menu-right { left: auto; right: 0; }
.pc-menu-item {
  display: flex; align-items: center; gap: 10px; width: 100%; text-align: left;
  padding: 8px 10px; border: none; background: transparent; border-radius: var(--radius-md);
  font-size: 13px; color: var(--text-primary);
}
.pc-menu-item:hover:not([disabled]) { background: var(--bg-hover); }
.pc-menu-item.active { background: var(--bg-active); color: var(--text-accent); }
.pc-menu-item[disabled] { opacity: 0.45; cursor: not-allowed; }
.pc-menu-label { padding: 8px 10px 6px; font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-tertiary); font-weight: 700; }
.pc-menu-sep { height: 1px; background: var(--border-default); margin: 5px 0; }

.pc-body { padding: 22px 24px 56px; max-width: 1400px; width: 100%; margin: 0 auto; }
.pc-page-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 20px; flex-wrap: wrap; }
.pc-page-title { font-size: 25px; font-weight: 700; letter-spacing: -0.02em; display: flex; align-items: center; gap: 10px; }
.pc-page-sub { color: var(--text-secondary); font-size: 13.5px; margin-top: 3px; }
.pc-crumb { font-size: 12.5px; color: var(--text-tertiary); margin-bottom: 8px; }
.pc-crumb a:hover { color: var(--text-accent); }

.pc-panel {
  background: var(--bg-surface); border: 1px solid var(--border-default);
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-card);
}
/* §5: DARK premium panel with gold accents, for the one featured element. */
.pc-panel-premium { background: var(--bw-dark); border-color: var(--bw-gold); color: #FFFFFF; }
.pc-panel-premium .pc-panel-head { border-bottom-color: rgba(201, 150, 46, 0.4); }
.pc-panel-premium .pc-panel-title { color: #FFFFFF; }
.pc-panel-head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 13px 16px; border-bottom: 1px solid var(--border-default);
}
.pc-panel-title { font-size: 14px; font-weight: 650; }
.pc-panel-body { padding: 16px; }

.pc-stat { background: var(--bg-surface); border: 1px solid var(--border-default); border-radius: var(--radius-lg); padding: 16px 18px; position: relative; overflow: hidden; }
/* §1: semantic colour carries state; gold marks the one figure that matters. */
.pc-stat { box-shadow: var(--shadow-card); }
.pc-stat::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--bw-blue); }
.pc-stat-compute::before { background: var(--bw-blue); }
.pc-stat-spend::before   { background: var(--bw-gold); }
.pc-stat-storage::before { background: var(--bw-mid); }
.pc-stat-alert::before   { background: var(--sev-critical); }
.pc-stat-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-tertiary); font-weight: 700; }
.pc-stat-value { font-size: 26px; font-weight: 700; line-height: 1.15; margin-top: 5px; font-variant-numeric: tabular-nums; }
.pc-stat-sub { font-size: 12px; color: var(--text-secondary); margin-top: 4px; }

.pc-table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.pc-table th {
  text-align: left; font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--text-tertiary); font-weight: 700; padding: 9px 14px;
  border-bottom: 1px solid var(--border-default); white-space: nowrap; background: var(--bg-sunken);
}
.pc-table td { padding: 11px 14px; border-bottom: 1px solid var(--border-default); vertical-align: middle; }
.pc-table tbody tr:last-child td { border-bottom: none; }
.pc-table tbody tr:hover { background: var(--bg-hover); }
.pc-num { font-variant-numeric: tabular-nums; text-align: right; white-space: nowrap; }
.pc-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

.pc-state { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; padding: 2px 9px; border-radius: var(--radius-full); }
.pc-state::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; flex-shrink: 0; }
.pc-state-running      { background: var(--success-bg); color: var(--success-fg); }
.pc-state-operational  { background: var(--success-bg); color: var(--success-fg); }
.pc-state-provisioning { background: var(--info-bg);    color: var(--info-fg); }
.pc-state-rebooting    { background: var(--info-bg);    color: var(--info-fg); }
.pc-state-stopped      { background: var(--bg-sunken);  color: var(--text-secondary); }
.pc-state-error        { background: var(--danger-bg);  color: var(--danger-fg); }
.pc-state-degraded     { background: var(--warning-bg); color: var(--warning-fg); }
.pc-state-upgrading    { background: var(--warning-bg); color: var(--warning-fg); }
.pc-state-building     { background: var(--warning-bg); color: var(--warning-fg); }
.pc-state-available    { background: var(--info-bg);    color: var(--info-fg); }
.pc-state-in-use       { background: var(--success-bg); color: var(--success-fg); }
.pc-state-backing-up   { background: var(--info-bg);    color: var(--info-fg); }

.pc-meter { height: 6px; border-radius: 3px; background: var(--bg-sunken); overflow: hidden; min-width: 56px; }
.pc-meter-fill { height: 100%; border-radius: 3px; transition: width var(--duration-normal); }
.pc-meter-ok   { background: var(--bw-mid); }
.pc-meter-warn { background: var(--bw-gold); }
.pc-meter-hot  { background: var(--sev-critical); }

.pc-tag {
  display: inline-flex; align-items: center; padding: 1px 7px; border-radius: var(--radius-sm);
  background: var(--bg-sunken); color: var(--text-secondary);
  font-size: 11px; font-weight: 600; font-family: var(--font-mono);
}

/* ─── Launch wizard ───────────────────────────────────────────────────────── */
.pc-steps { display: flex; margin-bottom: 22px; flex-wrap: wrap; }
.pc-step {
  display: flex; align-items: center; gap: 8px; padding: 8px 16px 9px 12px;
  font-size: 13px; font-weight: 600; color: var(--text-tertiary); background: transparent;
  border: none; border-bottom: 2px solid var(--border-default);
}
.pc-step.active { color: var(--text-accent); border-bottom-color: var(--bw-blue); }
.pc-step.done { color: var(--success-fg); border-bottom-color: var(--success-fg); }
.pc-step-num {
  width: 21px; height: 21px; border-radius: 50%; display: inline-flex;
  align-items: center; justify-content: center; font-size: 11px; font-weight: 700;
  background: var(--bg-sunken); color: var(--text-tertiary); flex-shrink: 0;
}
.pc-step.active .pc-step-num { background: var(--bw-blue); color: #fff; }
.pc-step.done .pc-step-num { background: var(--success-fg); color: #fff; }

.pc-summary { position: sticky; top: 78px; }
.pc-summary-row { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; font-size: 13px; }
.pc-summary-row > span:first-child { color: var(--text-secondary); }
.pc-summary-row > span:last-child { font-weight: 600; text-align: right; }
.pc-summary-total { border-top: 1px solid var(--border-default); margin-top: 10px; padding-top: 12px; }

.pc-select-tile {
  border: 1.5px solid var(--border-default); border-radius: var(--radius-lg);
  padding: 13px 15px; cursor: pointer; background: var(--bg-surface);
  transition: all var(--duration-fast); text-align: left; width: 100%;
  display: flex; align-items: center; gap: 13px; color: var(--text-primary);
}
.pc-select-tile:hover:not(.disabled) { border-color: var(--border-strong); background: var(--bg-hover); }
.pc-select-tile.selected { border-color: var(--bw-blue); background: var(--bg-active); box-shadow: var(--shadow-focus); }
.pc-select-tile.disabled { opacity: 0.42; cursor: not-allowed; }

.pc-code {
  font-family: var(--font-mono); font-size: 12.5px; line-height: 1.75;
  background: var(--bg-sunken); border: 1px solid var(--border-default);
  border-radius: var(--radius-md); padding: 14px 16px; overflow-x: auto;
  color: var(--text-primary); white-space: pre;
}

.pc-note { display: flex; gap: 10px; padding: 12px 14px; border-radius: var(--radius-md); font-size: 13px; line-height: 1.55; border: 1px solid; }
.pc-note-info    { background: var(--info-bg);    color: var(--info-fg);    border-color: var(--info-border); }
.pc-note-warn    { background: var(--warning-bg); color: var(--warning-fg); border-color: var(--warning-border); }
.pc-note-success { background: var(--success-bg); color: var(--success-fg); border-color: var(--success-border); }
.pc-note-danger  { background: var(--danger-bg);  color: var(--danger-fg);  border-color: var(--danger-border); }

.pc-tabs { display: flex; gap: 2px; border-bottom: 1px solid var(--border-default); margin-bottom: 18px; overflow-x: auto; scrollbar-width: none; }
.pc-tabs::-webkit-scrollbar { display: none; }
.pc-tab {
  padding: 9px 14px; font-size: 13.5px; font-weight: 500; color: var(--text-secondary);
  border: none; border-bottom: 2px solid transparent; background: none; white-space: nowrap;
}
.pc-tab:hover { color: var(--text-primary); }
.pc-tab.active { color: var(--text-accent); border-bottom-color: var(--bw-blue); font-weight: 700; }

.pc-empty { padding: 46px 20px; text-align: center; color: var(--text-tertiary); }
.pc-empty-icon { font-size: 30px; margin-bottom: 10px; opacity: 0.55; }

.pc-field { margin-bottom: 14px; }
.pc-label { display: block; font-size: 12.5px; font-weight: 600; color: var(--text-secondary); margin-bottom: 5px; }
.pc-input {
  width: 100%; height: 38px; padding: 0 11px;
  border: 1px solid var(--border-default); border-radius: var(--radius-md);
  background: var(--bg-surface); color: var(--text-primary);
  font-family: inherit; font-size: var(--text-sm);
}
.pc-input:focus { outline: none; border-color: var(--border-accent); box-shadow: var(--shadow-focus); }
textarea.pc-input { height: auto; padding: 9px 11px; resize: vertical; }
.pc-help { font-size: 11.5px; color: var(--text-tertiary); margin-top: 4px; }

/* ─── Landing page v2 ─────────────────────────────────────────────────────── */
.pc-hero.pc-hero-split {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 44px; align-items: center;
  text-align: left; padding: 56px 32px 48px;
}
.pc-hero-split h1 { font-size: 50px; }
.pc-hero-split p { margin-left: 0; max-width: 560px; }
.pc-hero-split .pc-cta-row { justify-content: flex-start; }
.pc-hero-meta { margin-top: 16px; font-size: 13px; color: var(--text-tertiary); }
.pc-hero-facts { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--border-default); }
.pc-hero-facts b { display: block; font-size: 22px; font-weight: 750; letter-spacing: -0.02em; color: var(--text-primary); }
.pc-hero-facts span { font-size: 12px; color: var(--text-tertiary); }
.pc-hero-visual { position: relative; }
.pc-browser {
  border: 1px solid var(--border-default); border-radius: 14px; overflow: hidden;
  background: var(--bg-surface); box-shadow: 0 30px 60px -24px rgba(13, 34, 112, 0.35), var(--shadow-card);
}
.pc-browser-bar { display: flex; align-items: center; gap: 6px; padding: 9px 12px; border-bottom: 1px solid var(--border-default); background: var(--bg-sunken); }
.pc-browser-bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--border-strong); display: inline-block; }
.pc-browser-url {
  margin-left: 10px; flex: 1; font-size: 11px; color: var(--text-tertiary);
  background: var(--bg-surface); border: 1px solid var(--border-default); border-radius: 6px; padding: 3px 10px; font-family: var(--font-mono);
}
.pc-browser img { display: block; width: 100%; height: auto; }
.pc-float {
  position: absolute; background: var(--bg-surface); border: 1px solid var(--bw-gold);
  border-radius: 10px; padding: 8px 12px; font-size: 12px; font-weight: 700; box-shadow: var(--shadow-md);
}
.pc-float-a { left: -18px; bottom: 38px; }
.pc-float-b { right: -14px; top: 34px; }

/* Make in India badge — white chip so the mark reads in both themes. */
.pc-mii { display: inline-flex; align-items: center; background: #FFFFFF; border: 1px solid var(--border-default); border-radius: 8px; padding: 5px 10px; }
.pc-mii img { display: block; height: 30px; width: auto; }
.pc-footer .pc-mii img { height: 24px; }

.pc-quicklinks { border-top: 1px solid var(--border-default); border-bottom: 1px solid var(--border-default); background: var(--bg-surface); }
.pc-quicklinks .pc-wrap { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; }
.pc-quicklink { display: flex; gap: 12px; align-items: center; padding: 16px 22px; border-right: 1px solid var(--border-default); color: var(--text-primary); text-decoration: none; }
.pc-quicklink:last-child { border-right: none; }
.pc-quicklink:hover { background: var(--bg-sunken); }
.pc-quicklink .ql-icon { width: 34px; height: 34px; border-radius: 8px; background: var(--info-bg); color: var(--text-accent); display: inline-flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.pc-quicklink b { display: block; font-size: 13.5px; }
.pc-quicklink span { font-size: 12px; color: var(--text-tertiary); }

.pc-story { display: grid; grid-template-columns: 44px 1fr; gap: 14px; text-align: left; }
.pc-regions-grid { display: grid; grid-template-columns: 360px 1fr; gap: 26px; align-items: start; }
.pc-team-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.pc-story-n { font-size: 22px; font-weight: 750; color: var(--bw-blue); letter-spacing: -0.02em; font-family: var(--font-mono); line-height: 1.2; }
[data-theme='dark'] .pc-story-n { color: var(--text-accent); }
.pc-story h3 { font-size: 16px; font-weight: 650; margin-bottom: 6px; }
.pc-story p { font-size: 13.5px; color: var(--text-secondary); line-height: 1.6; }

.pc-industry { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border-default); background: var(--bg-surface); box-shadow: var(--shadow-card); display: flex; flex-direction: column; }
.pc-industry img { display: block; width: 100%; height: auto; aspect-ratio: 1200 / 345; object-fit: cover; }
.pc-industry-body { padding: 16px 18px 18px; }
.pc-industry h3 { font-size: 15.5px; font-weight: 650; margin-bottom: 5px; }
.pc-industry p { font-size: 13px; color: var(--text-secondary); line-height: 1.55; }

.pc-band { background: var(--bw-dark); color: #FFFFFF; padding: 36px 0; }
.pc-band .pc-wrap { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.pc-band b { display: block; font-size: 34px; font-weight: 750; letter-spacing: -0.025em; color: var(--bw-gold); }
.pc-band span { font-size: 12.5px; color: #BFD2F2; }

.pc-facts { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border-default); border-radius: var(--radius-lg); background: var(--bg-surface); overflow: hidden; }
.pc-fact { padding: 14px 18px; border-left: 3px solid var(--bw-blue); }
.pc-fact small { display: block; font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.07em; color: var(--text-tertiary); font-weight: 700; margin-bottom: 3px; }
.pc-fact b { font-size: 14px; font-weight: 650; }

.pc-people { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 20px; align-items: start; }
.pc-person { display: flex; align-items: center; gap: 10px; min-width: 0; }
.pc-person img { flex-shrink: 0; }
.pc-person span { line-height: 1.35; }
.pc-person img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid var(--bg-surface); box-shadow: var(--shadow-card); }
.pc-person b { display: block; font-size: 13px; }
.pc-person span { font-size: 11.5px; color: var(--text-tertiary); }
.pc-person-card { text-align: center; }
.pc-person-card img { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; margin: 0 auto 12px; display: block; border: 3px solid var(--bg-surface); box-shadow: var(--shadow-md); }

.pc-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; }
.pc-showcase figure { margin: 0; }
.pc-showcase figcaption { font-size: 13px; color: var(--text-secondary); margin-top: 10px; line-height: 1.5; }
.pc-showcase figcaption b { color: var(--text-primary); }

@media (max-width: 1080px) {
  .pc-band .pc-wrap { grid-template-columns: repeat(3, 1fr); }
  .pc-quicklinks .pc-wrap { grid-template-columns: repeat(2, 1fr); }
  .pc-quicklink:nth-child(2) { border-right: none; }
  .pc-facts { grid-template-columns: repeat(2, 1fr); }
  .pc-team-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 860px) {
  .pc-hero.pc-hero-split { grid-template-columns: 1fr; gap: 28px; padding: 40px 18px 34px; }
  .pc-hero-split h1 { font-size: 36px; }
  .pc-float { display: none; }
  .pc-showcase { grid-template-columns: 1fr; }
  .pc-band .pc-wrap { grid-template-columns: repeat(2, 1fr); }
  .pc-quicklinks .pc-wrap { grid-template-columns: 1fr; }
  .pc-quicklink { border-right: none; border-bottom: 1px solid var(--border-default); }
  .pc-facts { grid-template-columns: 1fr; }
  .pc-regions-grid { grid-template-columns: 1fr; }
  .pc-team-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  /* Phones: keep the brand and the primary CTA, drop the decorative pills and the text link. */
  .pc-nav-brand .pc-india, .pc-nav-right .pc-india, .pc-nav-right .pc-nav-link { display: none; }
  .pc-nav { gap: 12px; }
  .pc-team-grid { grid-template-columns: 1fr; }
  .pc-people { grid-template-columns: 1fr; }
}

/* ─── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 1080px) {
  .pc-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .pc-footer-cols { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 860px) {
  .pc-hero { padding: 48px 0 40px; }
  .pc-hero h1 { font-size: 38px; }
  .pc-hero p { font-size: 16px; }
  .pc-section { padding: 38px 0; }
  .pc-section-head h2 { font-size: 25px; }
  .pc-grid-2, .pc-grid-3, .pc-grid-4 { grid-template-columns: 1fr; }
  .pc-footer-cols { grid-template-columns: repeat(2, 1fr); }
  .pc-nav-links { display: none; }
  .pc-side { display: none; }
  .pc-wrap { padding: 0 18px; }
  .pc-body { padding: 16px 14px 40px; }
  .pc-nav { padding: 12px 18px; }
  .pc-top { padding: 0 12px; gap: 7px; }
  .pc-page-title { font-size: 21px; }
}

/* Theme-aware brand lockup: blue artwork on light grounds, white on dark. */
.brand-lockup-dark { display: none !important; }
:root[data-theme='dark'] .brand-lockup-light { display: none !important; }
:root[data-theme='dark'] .brand-lockup-dark  { display: block !important; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme='light']) .brand-lockup-light { display: none !important; }
  :root:not([data-theme='light']) .brand-lockup-dark  { display: block !important; }
}
