@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500;600&family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap");

/* Campaign Producers · Brand Bible Edition 02 · shared static-page layer */
body.brand-v2 {
  --paper: #0b1020;
  --paper-deep: #121a2f;
  --ink: #f5f1e8;
  --ink-soft: rgba(245, 241, 232, 0.74);
  --cobalt: #2453ff;
  --cobalt-bright: #2453ff;
  --coral: #ff5a36;
  --white: #f5f1e8;
  --muted: rgba(245, 241, 232, 0.58);
  --line: rgba(174, 190, 224, 0.2);
  --line-light: rgba(245, 241, 232, 0.18);
  --display: "Space Grotesk", "Avenir Next", Arial, sans-serif;
  --body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --shell: 1320px;
  --header-height: 88px;
  --talent-cobalt: #2453ff;
  --talent-ink: #f5f1e8;
  --talent-coral: #ff5a36;
  --talent-ivory: #0b1020;
  --talent-paper: #121a2f;
  --talent-line: rgba(174, 190, 224, 0.2);
  --talent-muted: rgba(245, 241, 232, 0.58);
  --talent-max: 1240px;
  min-height: 100vh;
  overflow-x: hidden;
  background: #0b1020;
  color: #f5f1e8;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

body.brand-v2 *,
body.brand-v2 *::before,
body.brand-v2 *::after {
  box-sizing: border-box;
}

body.brand-v2 button,
body.brand-v2 input,
body.brand-v2 select,
body.brand-v2 textarea {
  font-family: var(--body);
}

body.brand-v2 em,
body.brand-v2 i:not(.nav-toggle-lines i) {
  font-style: normal;
}

body.brand-v2 ::selection {
  background: var(--coral);
  color: #0b1020;
}

body.brand-v2 :focus-visible {
  outline: 3px solid var(--cobalt);
  outline-offset: 4px;
}

body.brand-v2 .skip-link {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--white);
  color: #0b1020;
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

body.brand-v2 h1,
body.brand-v2 h2,
body.brand-v2 h3 {
  color: var(--white);
  font-family: var(--display);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
}

body.brand-v2 a {
  text-underline-offset: 0.22em;
}

body.brand-v2 .eyebrow,
body.brand-v2 .article-meta,
body.brand-v2 .article-byline,
body.brand-v2 .insight-card-topline {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

body.brand-v2 .eyebrow > span {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--cobalt);
  clip-path: none;
}

body.brand-v2 .button,
body.brand-v2 .talent-button {
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 13px 20px;
  background: var(--cobalt);
  box-shadow: none;
  color: var(--white);
  font-family: var(--body);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
  transform: none;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

body.brand-v2 .button:hover,
body.brand-v2 .button:focus-visible,
body.brand-v2 .talent-button:hover,
body.brand-v2 .talent-button:focus-visible {
  border-color: rgba(245, 241, 232, 0.55);
  background: var(--cobalt-bright);
  box-shadow: none;
  color: var(--white);
  transform: none;
}

body.brand-v2 .button-quiet {
  border-color: var(--line-light);
  background: transparent;
}

body.brand-v2 .button-quiet:hover,
body.brand-v2 .button-quiet:focus-visible {
  border-color: var(--white);
  background: var(--paper-deep);
}

body.brand-v2 .button-small {
  min-height: 42px;
  border-color: var(--coral);
  padding: 11px 15px;
  background: var(--coral);
  color: #0b1020;
  font-size: 0.6rem;
}

body.brand-v2 .button-small:hover,
body.brand-v2 .button-small:focus-visible {
  border-color: var(--white);
  background: var(--coral);
  color: #0b1020;
}

/* Shared editorial header and navigation */
body.brand-v2 .site-header {
  min-height: var(--header-height);
  border-bottom: 1px solid var(--line);
  background: rgba(11, 16, 32, 0.96);
  box-shadow: none;
  color: var(--white);
  backdrop-filter: blur(18px);
}

body.brand-v2 .site-header.is-scrolled {
  min-height: 72px;
  border-color: var(--line);
  box-shadow: none;
}

body.brand-v2 .brand {
  --brand-mark-size: 58px;
  --brand-name-size: 1.02rem;
  width: 228px;
  min-width: 180px;
}

body.brand-v2 .brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

body.brand-v2 .brand-lockup > img {
  width: var(--brand-mark-size, 58px);
  height: auto;
  flex: 0 0 var(--brand-mark-size, 58px);
  filter: none;
  mix-blend-mode: normal;
}

body.brand-v2 .brand-divider {
  width: 2px;
  height: 40px;
  flex: 0 0 2px;
  border-radius: 2px;
  background: var(--coral);
}

body.brand-v2 .brand-wordmark {
  display: flex;
  flex-direction: column;
  color: var(--white);
  font-family: var(--display);
  font-size: var(--brand-name-size, 1.02rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.9;
}

body.brand-v2 .site-nav {
  gap: clamp(9px, 1vw, 16px);
}

body.brand-v2 .site-nav > a:not(.button) {
  padding: 13px 0;
  color: rgba(245, 241, 232, 0.78);
  font-family: var(--mono);
  font-size: 0.63rem;
  font-weight: 500;
  letter-spacing: 0.055em;
}

body.brand-v2 .site-nav > a:not(.button)::after {
  bottom: 6px;
  height: 1px;
  background: var(--cobalt);
}

body.brand-v2 .site-nav > a[aria-current="page"],
body.brand-v2 .site-nav > a:not(.button):hover,
body.brand-v2 .site-nav > a:not(.button):focus-visible {
  color: var(--white);
}

body.brand-v2 .site-nav .nav-separator {
  width: 8px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
}

body.brand-v2 .site-nav .nav-separator::after {
  color: rgba(245, 241, 232, 0.34);
  content: "/";
  font-family: var(--mono);
  font-size: 0.63rem;
  font-weight: 500;
}

body.brand-v2 .nav-toggle {
  color: var(--white);
  font-family: var(--mono);
  font-weight: 500;
}

body.brand-v2 .nav-toggle-lines i {
  border-radius: 2px;
  background: var(--white);
}

/* Insights index */
body.brand-v2 .insights-hero,
body.brand-v2 .article-hero,
body.brand-v2 .error-page,
body.brand-v2 .talent-policy,
body.brand-v2 .talent-application {
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(75, 91, 127, 0.17) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75, 91, 127, 0.17) 1px, transparent 1px);
  background-position: center top;
  background-size: 74px 74px;
}

body.brand-v2 .insights-hero {
  border-bottom: 1px solid var(--line);
  padding: clamp(76px, 8vw, 118px) 0 clamp(82px, 9vw, 132px);
}

body.brand-v2 .insights-hero::after {
  top: auto;
  right: clamp(28px, 5vw, 82px);
  bottom: clamp(30px, 5vw, 72px);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 9px;
  background: var(--coral);
  opacity: 1;
  transform: none;
}

body.brand-v2 .insights-hero-inner {
  align-items: end;
  gap: clamp(52px, 7vw, 104px);
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.62fr);
}

body.brand-v2 .insights-hero h1,
body.brand-v2 .article-hero h1 {
  max-width: 15ch;
  color: var(--white);
  font-size: clamp(3.6rem, 6.8vw, 6.3rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-transform: none;
}

body.brand-v2 .insights-intro {
  max-width: 47ch;
  margin: 0 0 2px;
  border: 0;
  border-top: 1px solid var(--line);
  padding: 26px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.03rem, 1.32vw, 1.18rem);
  font-weight: 400;
  line-height: 1.62;
}

body.brand-v2 .section-pad {
  padding: clamp(84px, 8vw, 124px) 0;
  background: var(--paper);
}

body.brand-v2 .section-heading {
  gap: 22px;
  margin-bottom: clamp(42px, 5vw, 66px);
}

body.brand-v2 .section-heading h2,
body.brand-v2 .article-next h2 {
  max-width: 18ch;
  font-size: clamp(2.3rem, 4vw, 3.65rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
  text-transform: none;
}

body.brand-v2 .insights-grid {
  gap: 18px;
}

body.brand-v2 .insight-card,
body.brand-v2 .insight-card:first-child {
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: clamp(28px, 3.4vw, 44px);
  background: var(--paper-deep);
  box-shadow: none;
  color: var(--white);
  transform: none;
  transition: border-color 180ms ease, background 180ms ease;
}

body.brand-v2 .insight-card:first-child {
  min-height: 430px;
  border-color: rgba(36, 83, 255, 0.72);
  background:
    linear-gradient(rgba(75, 91, 127, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75, 91, 127, 0.15) 1px, transparent 1px),
    var(--paper-deep);
  background-size: 68px 68px;
}

body.brand-v2 .insight-card:hover,
body.brand-v2 .insight-card:focus-within {
  border-color: var(--cobalt);
  background-color: rgba(18, 26, 47, 0.76);
  box-shadow: none;
  transform: none;
}

body.brand-v2 .insight-card-topline span:first-child,
body.brand-v2 .article-meta span:first-child {
  color: var(--cobalt);
}

body.brand-v2 .insight-card h2,
body.brand-v2 .insight-card:not(:first-child) h2 {
  max-width: 20ch;
  margin: 42px 0 22px;
  color: var(--white);
  font-size: clamp(2rem, 3.3vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.02;
  text-transform: none;
}

body.brand-v2 .insight-card p {
  max-width: 64ch;
  color: var(--ink-soft);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.62;
}

body.brand-v2 .insight-card-link {
  gap: 10px;
  margin-top: 36px;
  color: var(--white);
  font-family: var(--mono);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.055em;
}

body.brand-v2 .insight-card-link::before {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--coral);
  content: "";
}

body.brand-v2 .insight-card-link::after {
  font-size: 1rem;
  transform: none;
}

body.brand-v2 .insight-card:hover .insight-card-link::after,
body.brand-v2 .insight-card:focus-within .insight-card-link::after {
  transform: none;
}

body.brand-v2 .insights-note {
  margin-top: 52px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.7rem;
  line-height: 1.55;
}

/* Insight article */
body.brand-v2 .article-hero {
  border-bottom: 1px solid var(--line);
  padding: clamp(74px, 8vw, 112px) 0 clamp(80px, 9vw, 124px);
}

body.brand-v2 .article-hero::before {
  right: clamp(26px, 6vw, 96px);
  bottom: clamp(34px, 6vw, 84px);
  width: 54px;
  height: 54px;
  border-radius: 10px;
  background: var(--cobalt);
  opacity: 1;
  transform: none;
}

body.brand-v2 .article-hero-inner {
  max-width: 1060px;
}

body.brand-v2 .article-meta {
  margin-bottom: 32px;
}

body.brand-v2 .article-standfirst {
  max-width: 62ch;
  margin-bottom: 32px;
  color: var(--ink-soft);
  font-size: clamp(1.12rem, 1.7vw, 1.38rem);
  font-weight: 400;
  line-height: 1.58;
}

body.brand-v2 .article-byline {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

body.brand-v2 .article-byline a {
  color: var(--white);
  text-decoration-color: var(--coral);
  text-decoration-thickness: 2px;
}

body.brand-v2 .article-layout {
  gap: clamp(48px, 6vw, 84px);
  grid-template-columns: minmax(0, 65ch) minmax(250px, 1fr);
}

body.brand-v2 .article-body {
  max-width: 65ch;
  color: var(--ink-soft);
  font-size: 1.075rem;
  line-height: 1.78;
}

body.brand-v2 .article-body > p:first-child {
  color: var(--white);
  font-size: clamp(1.18rem, 1.6vw, 1.38rem);
  font-weight: 500;
  line-height: 1.55;
}

body.brand-v2 .article-body h2 {
  margin: 58px 0 20px;
  color: var(--white);
  font-size: clamp(2rem, 3.1vw, 2.75rem);
  font-weight: 600;
  line-height: 1.05;
  text-transform: none;
}

body.brand-v2 .article-body h3 {
  margin: 42px 0 14px;
  color: var(--white);
  font-size: clamp(1.45rem, 2.25vw, 1.9rem);
  font-weight: 600;
  line-height: 1.1;
}

body.brand-v2 .article-body p,
body.brand-v2 .article-body li {
  color: var(--ink-soft);
}

body.brand-v2 .article-body strong {
  color: var(--white);
}

body.brand-v2 .article-body a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: var(--cobalt);
}

body.brand-v2 .article-pullquote {
  margin: 48px 0;
  border: 1px solid rgba(36, 83, 255, 0.72);
  border-radius: 12px;
  padding: clamp(28px, 4vw, 42px);
  background: var(--paper-deep);
  box-shadow: none;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.05;
  text-transform: none;
}

body.brand-v2 .article-decision-list li {
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-weight: 500;
}

body.brand-v2 .article-decision-list li:last-child {
  border-bottom: 1px solid var(--line);
}

body.brand-v2 .article-decision-list li::before {
  border: 1px solid rgba(245, 241, 232, 0.16);
  border-radius: 7px;
  background: var(--paper-deep);
  color: var(--cobalt);
  font-family: var(--mono);
  font-weight: 500;
}

body.brand-v2 .article-aside {
  top: calc(var(--header-height) + 30px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 5px solid var(--coral);
  border-radius: 10px;
  padding: 26px;
  background: var(--paper-deep);
}

body.brand-v2 .article-aside span {
  color: var(--cobalt);
  font-family: var(--mono);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.055em;
}

body.brand-v2 .article-aside p {
  color: var(--white);
  font-family: var(--display);
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 1.48;
}

body.brand-v2 .article-sources {
  border-top: 1px solid var(--line);
}

body.brand-v2 .article-sources h2 {
  color: var(--white);
  font-size: 1.7rem;
}

body.brand-v2 .article-sources li,
body.brand-v2 .article-sources li span,
body.brand-v2 .section-citations {
  color: var(--muted) !important;
}

body.brand-v2 .section-citations,
body.brand-v2 .article-sources {
  font-family: var(--mono);
}

body.brand-v2 .section-citations a {
  color: var(--cobalt);
}

body.brand-v2 .article-next {
  border-top: 1px solid var(--line);
  background: var(--paper-deep);
}

/* Shared editorial footer */
body.brand-v2 .site-footer {
  border-top: 1px solid var(--line);
  padding: 38px 0;
  background: var(--paper);
  color: var(--white);
}

body.brand-v2 .footer-nav {
  justify-content: flex-start;
  gap: 14px clamp(22px, 3.4vw, 48px);
}

body.brand-v2 .footer-nav::before {
  width: 30px;
  height: 5px;
  border-radius: 3px;
  background: var(--coral);
  content: "";
}

body.brand-v2 .footer-nav a {
  color: rgba(245, 241, 232, 0.66);
  font-family: var(--mono);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.055em;
}

body.brand-v2 .footer-nav a:hover,
body.brand-v2 .footer-nav a:focus-visible {
  color: var(--white);
}

/* Collective application */
body.brand-v2 .talent-header {
  min-height: var(--header-height);
  border-bottom: 1px solid var(--line);
  background: rgba(11, 16, 32, 0.96);
  color: var(--white);
  backdrop-filter: blur(18px);
}

body.brand-v2 .talent-header-inner {
  min-height: var(--header-height);
}

body.brand-v2 .talent-brand {
  --brand-mark-size: 58px;
  --brand-name-size: 1.02rem;
  width: min(228px, 50vw);
}

body.brand-v2 .talent-home-button {
  min-height: 42px;
  border-color: var(--coral);
  padding: 11px 16px;
  background: var(--coral);
  color: #0b1020;
}

body.brand-v2 .talent-application {
  min-height: calc(100vh - var(--header-height));
  border-top: 0;
  padding: clamp(68px, 8vw, 108px) 0;
  color: var(--white);
}

body.brand-v2 .talent-form {
  overflow: hidden;
  border: 1px solid rgba(111, 133, 179, 0.38);
  border-radius: 14px;
  background: rgba(18, 26, 47, 0.98);
  box-shadow: none;
  color: var(--white);
}

body.brand-v2 .talent-progress {
  border-bottom: 1px solid var(--line);
}

body.brand-v2 .talent-progress button {
  min-height: 56px;
  border-right: 1px solid var(--line);
  padding: 16px 18px;
  background: transparent;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.055em;
}

body.brand-v2 .talent-progress button.is-active {
  background: var(--cobalt);
  color: var(--white);
}

body.brand-v2 .talent-progress button.is-complete {
  background: var(--coral);
  color: #0b1020;
}

body.brand-v2 .talent-progress button:disabled {
  opacity: 0.62;
}

body.brand-v2 .talent-form-panel {
  padding: clamp(30px, 5vw, 64px);
}

body.brand-v2 .talent-form-panel > h3 {
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

body.brand-v2 .talent-form-panel > p {
  color: var(--muted);
}

body.brand-v2 .talent-field {
  color: rgba(245, 241, 232, 0.74);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.045em;
}

body.brand-v2 .talent-field input,
body.brand-v2 .talent-field select,
body.brand-v2 .talent-field textarea,
body.brand-v2 .talent-url-input,
body.brand-v2 .talent-money-input {
  border: 1px solid rgba(245, 241, 232, 0.2);
  border-radius: 8px;
  background: var(--paper);
  color: var(--white);
}

body.brand-v2 .talent-field input,
body.brand-v2 .talent-field select,
body.brand-v2 .talent-field textarea {
  padding: 0.9rem 1rem;
}

body.brand-v2 .talent-field input::placeholder,
body.brand-v2 .talent-field textarea::placeholder {
  color: rgba(245, 241, 232, 0.38);
}

body.brand-v2 .talent-field select {
  color-scheme: dark;
}

body.brand-v2 .talent-field input:focus,
body.brand-v2 .talent-field select:focus,
body.brand-v2 .talent-field textarea:focus,
body.brand-v2 .talent-url-input:focus-within,
body.brand-v2 .talent-money-input:focus-within {
  border-color: var(--cobalt);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(36, 83, 255, 0.24);
}

body.brand-v2 .talent-field small,
body.brand-v2 .talent-detected-detail small,
body.brand-v2 .talent-application-note,
body.brand-v2 .talent-url-input > span {
  color: var(--muted);
}

body.brand-v2 .talent-money-input > span {
  border-right: 1px solid var(--line);
  color: var(--white);
}

body.brand-v2 .talent-detected-detail {
  border: 1px solid var(--line);
  border-left: 4px solid var(--cobalt);
  border-radius: 8px;
  background: rgba(36, 83, 255, 0.08);
}

body.brand-v2 .talent-work-example {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(11, 16, 32, 0.5);
}

body.brand-v2 .talent-work-example legend {
  color: var(--white);
  font-family: var(--mono);
  font-weight: 500;
}

body.brand-v2 .talent-privacy-statement {
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(36, 83, 255, 0.08);
}

body.brand-v2 .talent-privacy-statement > strong {
  color: var(--cobalt);
  font-family: var(--mono);
  font-weight: 500;
}

body.brand-v2 .talent-privacy-statement p,
body.brand-v2 .talent-consents label {
  color: var(--ink-soft);
}

body.brand-v2 .talent-privacy-statement a,
body.brand-v2 .talent-consents a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: var(--coral);
}

body.brand-v2 .talent-consents input {
  accent-color: var(--cobalt);
}

body.brand-v2 .talent-consents .talent-newsletter {
  border: 1px solid rgba(36, 83, 255, 0.55);
  border-radius: 9px;
  background: rgba(36, 83, 255, 0.08);
}

body.brand-v2 .talent-newsletter strong {
  color: var(--cobalt);
}

body.brand-v2 .talent-form-actions {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.64rem;
}

body.brand-v2 .talent-text-button {
  color: var(--white);
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 500;
  text-decoration-color: var(--coral);
}

body.brand-v2 .talent-form-status {
  border-top: 1px solid var(--line);
}

body.brand-v2 .talent-form-status.is-error {
  background: rgba(255, 90, 54, 0.16);
  color: var(--white);
}

body.brand-v2 .talent-form-status.is-success {
  background: rgba(36, 83, 255, 0.18);
  color: var(--white);
}

body.brand-v2 .talent-noscript {
  border: 1px solid var(--coral);
  border-radius: 8px;
  background: rgba(255, 90, 54, 0.16);
  color: var(--white);
}

body.brand-v2 .talent-footer {
  border-top: 1px solid var(--line);
  padding: 28px 0;
  background: var(--paper);
  color: var(--white);
}

body.brand-v2 .talent-footer-inner {
  justify-content: flex-start;
}

body.brand-v2 .talent-footer-inner::before {
  width: 30px;
  height: 5px;
  border-radius: 3px;
  background: var(--coral);
  content: "";
}

body.brand-v2 .talent-footer-inner a {
  color: rgba(245, 241, 232, 0.66);
  font-family: var(--mono);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.055em;
}

body.brand-v2 .talent-footer-inner a:hover,
body.brand-v2 .talent-footer-inner a:focus-visible {
  color: var(--white);
}

/* Privacy */
body.brand-v2.talent-policy-page {
  background: var(--paper);
}

body.brand-v2 .talent-policy {
  min-height: 100vh;
  padding: 42px 0 clamp(84px, 9vw, 128px);
}

body.brand-v2 .talent-policy-top {
  margin-bottom: clamp(72px, 10vw, 126px);
}

body.brand-v2 .talent-policy-brand {
  --brand-mark-size: 70px;
  --brand-name-size: 1.2rem;
  width: min(280px, 62vw);
}

body.brand-v2 .talent-policy h1 {
  max-width: 10ch;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(3.5rem, 7vw, 6.5rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

body.brand-v2 .talent-policy-lead {
  max-width: 58ch;
  margin: 30px 0 clamp(64px, 8vw, 96px);
  color: var(--ink-soft);
  font-family: var(--body);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  font-weight: 400;
  line-height: 1.6;
}

body.brand-v2 .talent-policy section {
  gap: 28px;
  border-top: 1px solid var(--line);
  padding: 28px 0;
}

body.brand-v2 .talent-policy section h2 {
  color: var(--cobalt);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

body.brand-v2 .talent-policy section p {
  color: var(--ink-soft);
}

body.brand-v2 .talent-policy section a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: var(--coral);
}

/* 404 */
body.brand-v2 .error-page {
  position: relative;
  width: min(calc(100% - 40px), 860px);
  min-height: 100vh;
  padding: 72px 0;
}

body.brand-v2 .error-page::after {
  position: absolute;
  right: 0;
  bottom: 11vh;
  width: 42px;
  height: 42px;
  border-radius: 9px;
  background: var(--coral);
  content: "";
}

body.brand-v2 .error-page > .error-brand {
  --brand-mark-size: 70px;
  --brand-name-size: 1.2rem;
  width: min(280px, 76%);
  margin-bottom: 58px;
}

body.brand-v2 .error-page h1 {
  max-width: 12ch;
  margin-bottom: 26px;
  color: var(--white);
  font-size: clamp(3.2rem, 7vw, 5.8rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-transform: none;
}

body.brand-v2 .error-page > p:not(.eyebrow) {
  color: var(--ink-soft);
}

@media (max-width: 1120px) {
  body.brand-v2 .brand {
    --brand-mark-size: 50px;
    --brand-name-size: 0.9rem;
    width: 190px;
  }

  body.brand-v2 .site-nav > a:not(.button) {
    font-size: 0.56rem;
  }

  body.brand-v2 .button-small {
    padding-inline: 12px;
    font-size: 0.54rem;
  }
}

@media (max-width: 1050px) {
  body.brand-v2 {
    --header-height: 74px;
  }

  body.brand-v2 .site-nav {
    border-bottom: 1px solid var(--line);
    padding: 108px 30px 44px;
    background: var(--paper);
  }

  body.brand-v2 .site-nav > a:not(.button) {
    border-top: 1px solid var(--line);
    padding: 16px 2px;
    color: var(--white);
    font-family: var(--display);
    font-size: clamp(1.35rem, 4vw, 1.9rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: none;
  }

  body.brand-v2 .site-nav .nav-separator {
    display: none;
  }
}

@media (max-width: 900px) {
  body.brand-v2 .insights-hero-inner,
  body.brand-v2 .article-layout {
    grid-template-columns: 1fr;
  }

  body.brand-v2 .insights-intro {
    max-width: 62ch;
  }

  body.brand-v2 .article-aside {
    position: static;
    max-width: 620px;
  }
}

@media (max-width: 680px) {
  body.brand-v2 {
    --header-height: 70px;
  }

  body.brand-v2 .shell {
    width: min(calc(100% - 32px), var(--shell));
  }

  body.brand-v2 .brand {
    --brand-mark-size: 46px;
    --brand-name-size: 0.82rem;
    width: 178px;
    min-width: 178px;
    gap: 9px;
  }

  body.brand-v2 .brand-divider {
    height: 34px;
  }

  body.brand-v2 .insights-hero,
  body.brand-v2 .article-hero {
    padding: 60px 0 70px;
  }

  body.brand-v2 .insights-hero h1,
  body.brand-v2 .article-hero h1 {
    font-size: clamp(2.75rem, 12.5vw, 3.65rem);
  }

  body.brand-v2 .insights-hero::after,
  body.brand-v2 .article-hero::before {
    right: 18px;
    bottom: 20px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
  }

  body.brand-v2 .section-pad {
    padding: 64px 0;
  }

  body.brand-v2 .section-heading h2,
  body.brand-v2 .article-next h2 {
    font-size: clamp(2rem, 9.7vw, 2.55rem);
  }

  body.brand-v2 .insight-card,
  body.brand-v2 .insight-card:first-child {
    min-height: 0;
    padding: 26px 22px;
    grid-column: span 12;
  }

  body.brand-v2 .insight-card h2,
  body.brand-v2 .insight-card:not(:first-child) h2 {
    margin-top: 34px;
    font-size: clamp(1.75rem, 8.5vw, 2.25rem);
  }

  body.brand-v2 .article-layout {
    gap: 58px;
  }

  body.brand-v2 .article-body {
    font-size: 1rem;
  }

  body.brand-v2 .article-body h2 {
    margin-top: 48px;
  }

  body.brand-v2 .article-pullquote {
    margin: 38px 0;
    font-size: clamp(1.75rem, 8vw, 2.25rem);
  }

  body.brand-v2 .article-next-inner {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  body.brand-v2 .footer-nav,
  body.brand-v2 .talent-footer-inner {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  body.brand-v2 .talent-shell {
    width: min(calc(100% - 30px), var(--talent-max));
  }

  body.brand-v2 .talent-brand {
    --brand-mark-size: 46px;
    --brand-name-size: 0.82rem;
    width: min(180px, 52vw);
    gap: 9px;
  }

  body.brand-v2 .talent-header,
  body.brand-v2 .talent-header-inner {
    min-height: var(--header-height);
  }

  body.brand-v2 .talent-application {
    padding: 46px 0 64px;
  }

  body.brand-v2 .talent-form-panel {
    padding: 28px 20px;
  }

  body.brand-v2 .talent-field-grid,
  body.brand-v2 .talent-progress {
    grid-template-columns: 1fr;
  }

  body.brand-v2 .talent-progress button {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  body.brand-v2 .talent-progress button:last-child {
    border-bottom: 0;
  }

  body.brand-v2 .talent-wide,
  body.brand-v2 .talent-detected-detail {
    grid-column: auto;
  }

  body.brand-v2 .talent-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.brand-v2 .talent-form-actions .talent-button {
    width: 100%;
  }

  body.brand-v2 .talent-policy-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 64px;
  }

  body.brand-v2 .talent-policy section {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.brand-v2 .error-page::after {
    right: 8px;
    bottom: 24px;
    width: 26px;
    height: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.brand-v2 *,
  body.brand-v2 *::before,
  body.brand-v2 *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
