/* Compact English profile layout. Loaded after the shared site styles. */
/* ---------- Compact profile bridge ----------
   One point, one proof and one action per chapter. The scene stays cinematic,
   while the copy now scans like a profile rather than a sales document. */
body.profile-bridge .panel-inner {
  padding-top: clamp(48px, 7vh, 76px);
  padding-bottom: clamp(112px, 15vh, 148px);
}

body.profile-bridge h1 {
  max-width: 13ch;
  font-size: clamp(46px, 6.8vw, 88px);
  line-height: 0.96;
}

body.profile-bridge h2 {
  max-width: 15ch;
  font-size: clamp(38px, 5.4vw, 68px);
  line-height: 0.98;
}

body.profile-bridge .standfirst,
body.profile-bridge .lede {
  max-width: 52ch;
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.42;
}

body.profile-bridge #intro .panel-inner,
body.profile-bridge #contact .panel-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.profile-bridge #intro .hero-top {
  margin-bottom: clamp(20px, 3vh, 30px);
}

body.profile-bridge #intro .standfirst {
  max-width: 47ch;
  margin-top: clamp(18px, 2.8vh, 28px);
}

body.profile-bridge .hero-credential {
  max-width: 54ch;
  margin-top: 12px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

body.profile-bridge #intro .actions {
  margin-top: clamp(22px, 3.5vh, 34px);
}

body.profile-bridge #intro .actions .btn {
  text-decoration: none;
}

body.profile-bridge .hero-proof {
  max-width: 72ch;
  margin-top: clamp(18px, 2.6vh, 26px);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.55;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

body.profile-bridge .hero-proof strong {
  color: var(--shell);
  font-weight: 600;
}

body.profile-bridge #proof .case-card {
  gap: 16px;
  padding: clamp(20px, 2.4vw, 28px);
  border: 1px solid rgba(111, 168, 198, 0.28);
  background: rgba(10, 14, 16, 0.84) !important;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.30) !important;
  backdrop-filter: blur(14px) saturate(0.86) !important;
  -webkit-backdrop-filter: blur(14px) saturate(0.86) !important;
}

body.profile-bridge #proof .case-card,
body.profile-bridge #proof .case-card * {
  text-shadow: none !important;
}

body.profile-bridge #proof .roi-strip {
  border: 0;
  gap: 8px;
  background: transparent !important;
}

body.profile-bridge #proof .roi-strip div {
  min-width: 0;
  border: 1px solid rgba(111, 168, 198, 0.18);
  border-radius: 3px;
  background: rgba(111, 168, 198, 0.08) !important;
}

body.profile-bridge .case-summary {
  max-width: 48ch;
  margin: 0;
  color: var(--shell);
  font-size: 15px;
  line-height: 1.5;
}

body.profile-bridge #proof .case-actions {
  padding-top: 14px;
  background: transparent !important;
}

body.profile-bridge #services .work-actions {
  margin-top: clamp(20px, 3vh, 28px);
}

body.profile-bridge #services .services {
  gap: 9px;
  padding: 0;
  border: 0;
  background: transparent !important;
  box-shadow: none !important;
}

body.profile-bridge #services .svc {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 20px;
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(111, 168, 198, 0.20);
  border-left: 3px solid var(--glacier);
  border-radius: 4px;
  background: rgba(10, 14, 16, 0.84) !important;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(12px) saturate(0.86) !important;
  -webkit-backdrop-filter: blur(12px) saturate(0.86) !important;
}

body.profile-bridge #services .svc,
body.profile-bridge #services .svc * {
  text-shadow: none !important;
}

body.profile-bridge #services .svc-meta {
  margin: 0;
  text-align: right;
}

body.profile-bridge #services .svc-body {
  grid-column: 1 / -1;
  max-width: 48ch;
  margin-top: 2px;
}

body.profile-bridge #services .services .price-note {
  padding: 4px 2px 0;
  border: 0;
  background: transparent !important;
}

body.profile-bridge #contact h2 {
  max-width: 12ch;
}

body.profile-bridge .contact-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(24px, 4vh, 38px);
}

body.profile-bridge .contact-options .btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding-inline: 24px;
  text-decoration: none;
}

body.profile-bridge #contact .contact-grid {
  display: none !important;
}

body.profile-bridge .contact-foot {
  margin-top: clamp(30px, 6vh, 58px);
  padding-top: 16px;
  border-top: 1px solid rgba(111, 168, 198, 0.18);
  max-width: 58ch;
}

@media (min-width: 1100px) {
  body.profile-bridge #proof .panel-inner {
    grid-template-columns: minmax(330px, 460px) minmax(64px, 1fr) minmax(420px, 500px);
  }

  body.profile-bridge #services .panel-inner {
    grid-template-columns: minmax(340px, 470px) minmax(420px, 520px);
    grid-template-rows: auto auto auto auto;
    justify-content: space-between;
    column-gap: clamp(64px, 8vw, 120px);
  }

  body.profile-bridge #services .kicker { grid-column: 1; grid-row: 1; }
  body.profile-bridge #services h2 { grid-column: 1; grid-row: 2; max-width: 10ch; }
  body.profile-bridge #services > .beat-inner .lede { grid-column: 1; grid-row: 3; max-width: 38ch; }
  body.profile-bridge #services .work-actions { grid-column: 1; grid-row: 4; }
  body.profile-bridge #services .services {
    grid-column: 2;
    grid-row: 1 / 5;
    align-self: center;
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 700px) {
  body.profile-bridge .panel-inner {
    padding-top: max(40px, env(safe-area-inset-top, 0px));
    padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
  }

  body.profile-bridge h1 {
    max-width: 11ch;
    font-size: clamp(40px, 12.8vw, 58px);
  }

  body.profile-bridge h2 {
    font-size: clamp(34px, 10.5vw, 48px);
  }

  body.profile-bridge .standfirst,
  body.profile-bridge .lede {
    font-size: 16px;
    line-height: 1.4;
  }

  body.profile-bridge #intro .hero-top {
    margin-bottom: 18px;
  }

  body.profile-bridge #intro .standfirst {
    margin-top: 18px;
  }

  body.profile-bridge .hero-credential {
    margin-top: 10px;
    font-size: 10.5px;
  }

  body.profile-bridge #intro .actions {
    align-items: center;
    gap: 12px 18px;
  }

  body.profile-bridge .hero-proof {
    max-width: 38ch;
    margin-top: 16px;
    font-size: 9.5px;
    line-height: 1.6;
  }

  body.profile-bridge #proof .case-studies {
    margin-top: 18px;
  }

  body.profile-bridge #proof .case-card {
    gap: 12px;
    padding: 14px;
  }

  body.profile-bridge #proof .roi-strip {
    gap: 5px;
  }

  body.profile-bridge #proof .roi-strip div {
    padding: 10px 7px;
  }

  body.profile-bridge #proof .roi-strip strong {
    font-size: 21px;
  }

  body.profile-bridge .case-summary {
    font-size: 13.5px;
    line-height: 1.42;
  }

  body.profile-bridge #services .panel-inner {
    display: flex;
    flex-direction: column;
  }

  body.profile-bridge #services .kicker { order: 1; }
  body.profile-bridge #services h2 { order: 2; }
  body.profile-bridge #services > .beat-inner .lede { order: 3; }
  body.profile-bridge #services .services { order: 4; margin-top: 18px; }
  body.profile-bridge #services .work-actions { order: 5; margin-top: 18px; }

  body.profile-bridge #services .svc {
    min-height: 54px;
    padding: 12px 13px;
  }

  body.profile-bridge #services .svc-body {
    display: block;
    font-size: 12px;
    line-height: 1.4;
  }

  body.profile-bridge .contact-options {
    display: grid;
    width: 100%;
    max-width: 330px;
    gap: 10px;
  }

  body.profile-bridge .contact-foot {
    margin-top: 30px;
    font-size: 11px;
    line-height: 1.6;
  }
}
